body{
  background: #FFFFFF;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.nav-menu{
  margin-top: 20px;
}

.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.hori .navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;

}
.hori .navbar-brand {
  display: inline-block;
  height: auto; 
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 34px 15px 32px;
  letter-spacing: 2.5px;
}
.hori .navbar-brand span {
  color: #009FE3 !important;
}
.hori .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.hori .navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 20px 15px 18px;
}
.hori .navbar-nav > li > a:hover,
.hori .navbar-nav > li > a.active {
  color: #009FE3 !important;
}
.hori .navbar-nav li.drop {
  position: relative;
}
.hori .navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #009FE3;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.hori .navbar-nav li.drop ul.dropdown li {
  display: block;
}
.hori .navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.hori .navbar-nav li.drop ul.dropdown li a:hover {
  color: #009FE3;
}
.hori .navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.hori .navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

header {
  position: fixed;
  top: 48px;
  width: 250px;
  left: 50%;
  margin-left: -605px;
  /*background: #ffffff;*/
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header div.logo {
  padding: 5px 50px;
  text-align: center;

}
header div.logo a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header div.logo a img {
  max-width: 160px;
  text-align: center;
}
header div.logo-big a img {
  max-width: 120px;
  margin-left: 30px;
}
header nav.nav-menu ul.menu-list {
  margin: 0;
  padding: 0;
}
header nav.nav-menu ul.menu-list li {
  display: block;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 5px;
}
header nav.nav-menu ul.menu-list li a {
  display: inline-block;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 15px 30px;
  background: #009FE3;
}
header nav.nav-menu ul.menu-list li a.active,
header nav.nav-menu ul.menu-list li a:hover {
  color: #009FE3;
  background: #f1f1f1;
}
header nav.nav-menu ul.menu-list li.drop {
  position: relative;
}
header nav.nav-menu ul.menu-list li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 220px;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border: 1px solid #e1e1e1;
  border-top: none;
}
header nav.nav-menu ul.menu-list li.drop:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
}
header .working-hours {
  padding: 30px 30px 25px;
  border-top: 1px solid #e1e1e1;
}
header .working-hours h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  text-transform: uppercase;
}
header .working-hours p {
  margin-bottom: 5px;
}
header .working-hours p span {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #222222;
  font-weight: 600;
  margin-right: 10px;
}
header.active {
  top: 0;
}
a.elemadded {
  display: none;
  position: relative;
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 16px 20px;
  background: #009FE3;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
a.elemadded:hover {
  opacity: 0.9;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('../images/fond.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 48px 0 40px;
  position: relative;
  overflow: hidden;
}
#container.active {
  opacity: 1;
}
.iso-call > div {
  opacity: 0;
}
.iso-call:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/revolution-icons/loader.gif') center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.iso-call.active:before {
  display: none;
}
.iso-call.active > div {
  opacity: 1;
}
#quote-msg {
  text-align: right;
}
#quote-msg.error {
  color: red;
}
#quote-msg.success {
  color: green;
}
#content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#content .inner-content {
  background: #fff;
  margin-left: 250px;
  box-shadow: 0 0 1px #555555;
  -webkit-box-shadow: 0 0 1px #555555;
  -moz-box-shadow: 0 0 1px #555555;
  -o-box-shadow: 0 0 1px #555555;
}
#content .inner-content .container {
  max-width: 100%;
}
p {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
.top-line {
  padding: 14px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line p {
  margin-bottom: 0;
}
.top-line p span,
.top-line p a {
  margin-right: 20px;
}
.top-line p span i,
.top-line p a i {
  font-size: 13px;
  color: #009FE3;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
}
.top-line ul.social-icons li a:hover {
  color: #009FE3;
}
.title-section {
  /*margin-bottom: 45px;*/
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: #009FE3;
}
.title-section span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.title-section p {
  max-width: 600px;
  margin: 0 auto;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.center-align {
  text-align: center;
}
#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}
#home-section .tp-caption.medium_thin_grey span {
  color: #009FE3;
}
#home-section .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #009FE3 !important;
}
#home-section .tp-caption.finewide_medium_white span.thin-skin {
  font-weight: 700 !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #009FE3;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #009FE3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #009FE3;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #009FE3;
  background: transparent;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #009FE3;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 40px 0;
}
.services-offer-section .services-box-mas .services-project {
  width: 25%;
  padding: 1px;
  height: 290px;
}
.services-offer-section .services-box-mas .services-project img {
  width: 100%;
  height: 290px;
}
.services-offer-section .services-box-mas .services-project .services-gal {
  position: relative;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 20px 20px;
  background: rgba(34, 34, 34, 0);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(10%, rgba(34, 34, 34, 0.1)), color-stop(100%, rgba(34, 34, 34, 0.95)));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a:hover {
  color: #009FE3;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #009FE3;
  display: none;
}
.services-offer-section .services-box-mas .services-project.snd-size {
  width: 50%;
}
.services-offer-section .services-box-mas.col5 .services-project {
  width: 20%;
}
.default-article {
  text-align: right;
  padding: 10px 0;
}
.default-article h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 17px;
}
.default-article h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 30px;
  height: 3px;
  background: #009FE3;
}
.default-article a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.default-article a:hover {
  color: #009FE3;
}
.default-article p {
  margin-bottom: 20px;
}
.default-article span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.default-article.left-align {
  text-align: left;
}
.default-article.left-align h1:after {
  right: inherit;
  left: 0;
}
.projects-section {
  padding: 40px 0;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.projects-section .container {
  position: relative;
  z-index: 2;
}
.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: right !important;
}
.projects-section ul.filter li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #222222;
  border-bottom: 2px solid #222222;
}
.project-box {
  position: relative;
  z-index: 2;
}
.project-box .project-post {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.project-box .project-post img {
  width: 100%;
}
.project-box .project-post .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-box .project-post .hover-box .inner-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -30px;
}
.project-box .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 19px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}
.project-box .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.project-box .project-post .hover-box .inner-hover h2 a:hover {
  color: #009FE3;
}
.project-box .project-post .hover-box .inner-hover span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #009FE3;
  margin-bottom: 7px;
  font-size: 17px;
}
.project-box .project-post .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 18px;
  margin: 0 5px;
}
.project-box .project-post .hover-box .inner-hover > a:hover {
  color: #009FE3;
}
.project-box .project-post.snd-size {
  width: 50%;
}
.project-box .project-post:hover .hover-box {
  visibility: visible;
  opacity: 1;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-section {
  padding: 40px 0 10px;
}
.about-section img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  width: 100%;
  height: 210px;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-alternative-section {
  padding: 40px 0 10px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.second-article img {
  width: 100%;
  margin-bottom: 20px;
}
.second-article h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-left: none;
}
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
.tab-posts-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  border-bottom: 5px solid transparent;
  color: #009FE3;
}
.tab-posts-box ul.nav-tabs li.active a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #222222;
}
.tab-posts-box .tab-pane {
  padding: 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  width: 100%;
  margin-bottom: 20px;
}
.tab-posts-box.tabs-4 ul.nav-tabs li {
  width: 25%;
}
.container {
  padding: 0 30px;
}
.testimonial-section {
  padding: 50px 0;
  position: relative;
  background: url('../upload/banners/4.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #009FE3;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #009FE3;
  border-color: #009FE3;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
}
.title-section.alt-title {
  text-align: left;
  margin-bottom: 23px;
}
.title-section.alt-title h1 {
  font-size: 18px;
}
.title-section.alt-title h1:after {
  left: 0;
  margin-left: 0;
  height: 2px;
}
.news-section {
  padding: 40px 0 10px;
}
.news-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-section .arrow-box {
  position: absolute;
  top: -50px;
  width: 100%;
  right: 0;
  text-align: right;
}
.news-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.news-section .news-box {
  position: relative;
}
.news-section #owl-demo {
  width: 920px;
  margin-left: -15px;
}
.news-section .owl-theme .owl-controls {
  display: none !important;
}
.news-section .news-post {
  margin: 0 15px 30px;
}
.news-section .news-post img {
  width: 100%;
  margin-bottom: 20px;
}
.news-section .news-post h2 {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.news-section .news-post h2 a:hover {
  color: #009FE3;
}
.news-section .news-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news-section .news-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  margin-right: 4px;
}
.news-section .news-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.news-section .news-post ul.post-tags li a:hover {
  color: #222222;
}
.clients-section {
  padding: 40px 0;
}
.clients-section .default-article {
  padding-top: 10px;
  padding-bottom: 0;
}
.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.clients-section ul.client-list li {
  float: left;
  /*width: 25%;*/
  list-style: none;
}
.clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  opacity: 1;
  padding: 10px 20px;
  /*border: 1px solid #e1e1e1;
  border-left: none;
  border-top: none;*/
}
.clients-section ul.client-list li a img {
  width: 100%;
}
.clients-section ul.client-list li a:hover {
  opacity: 0.5;
}
.quote-section {
  padding: 40px 0 20px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.quote-section form {
  margin: 0;
}
.quote-section form input[type="text"],
.quote-section form textarea,
.quote-section form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.quote-section form input[type="text"]:focus,
.quote-section form textarea:focus,
.quote-section form select:focus {
  border: 1px solid #009FE3;
}
.quote-section form select {
  padding: 14px 20px;
}
.quote-section form textarea {
  height: 188px;
}
.quote-section form input[type="submit"] {
  padding: 14px 30px;
  outline: none;
  border: 1px solid #009FE3;
  background: #009FE3;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.quote-section form input[type="submit"]:hover {
  opacity: 0.7;
}
.quote-section .default-article {
  padding: 8px 0;
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}
.accord-elem {
  margin-top: 8px;
}
.accord-elem:first-child {
  margin-top: 0px;
}
.accord-title {
  position: relative;
}
.accord-title h2 {
  padding: 16px 15px;
  background: #e1e1e1;
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 36px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 42px;
  height: 46px;
  top: 0;
  left: 0;
  text-align: center;
  border-right: none;
  background: #e1e1e1;
}
.accord-title a.accord-link:after {
  font-family: 'FontAwesome';
  content: '\f067';
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accord-elem.active .accord-title h2 {
  color: #ffffff;
  background: #222222;
}
.accord-elem.active a.accord-link {
  background: #222222;
  border-right: none;
}
.accord-elem.active a.accord-link:after {
  content: '\f068';
  color: #ffffff;
}
.accord-content {
  display: none;
  overflow: hidden;
  padding: 16px 0 5px;
}
.accord-content p {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 10px;
}
.accord-elem.active .accord-content {
  display: block;
}
/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
#home-section.slider2 .tp-caption.medium_thin_grey {
  font-size: 26px;
  color: #222222 !important;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding: 0.5em 1em;
  background: #ffffff;
  font-weight: 400;
}
#home-section.slider2 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 600;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.projects-section .project-box.carousel-project-box {
  position: relative;
}
.projects-section .project-box.carousel-project-box .project-post {
  width: 100%;
}
.projects-section .project-box.carousel-project-box .owl-theme .owl-controls {
  display: none !important;
}
.projects-section .container {
  position: relative;
}
.projects-section .container .arrow-box2 {
  position: absolute;
  top: 0;
  width: 100%;
  right: 15px;
  text-align: right;
}
.projects-section .container .arrow-box2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.about-section .about-post iframe {
  height: 255px;
  margin-bottom: 25px;
}
/*-------------------------------------------------*/
/* =  home 3
/*-------------------------------------------------*/
#home-section.slider4 .tp-caption.small_text {
  font-size: 16px;
  padding: 0.4em 0.8em;
  background: #ffffff;
  color: #666666;
  font-weight: 400;
}
#home-section.slider4 .tp-caption.small_text i {
  color: #222222 !important;
  margin-right: 6px;
}
#home-section.slider4 .tp-caption.small_text span {
  color: #222222;
  font-weight: 600;
}
#home-section.slider4 .tp-caption.medium_thin_grey {
  font-size: 20px;
  color: #222222 !important;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 0.3em 1em;
  background: #ffffff;
}
#home-section.slider4 .tp-caption.medium_thin_grey span {
  color: #222222;
  font-weight: 700;
}
#home-section.slider4 .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  padding: 0.3em 1em;
  background: #222222;
}
#home-section.slider4 .tp-caption.finewide_medium_white span {
  color: #009FE3 !important;
}
#home-section.slider4 .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section.slider4 .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section.slider4 .tp-caption a.trans-btn:hover {
  color: #009FE3;
  background: #ffffff;
}
#home-section.slider4 .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  border: 2px solid #009FE3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #009FE3;
}
#home-section.slider4 .tp-caption a.trans-btn2:hover {
  color: #009FE3;
  background: transparent;
}
#home-section.slider4 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}
#home-section.slider4 .tp-bannertimer {
  display: none !important;
}
.services-offer-section .services-box.ser-box2 .service-post img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.services-offer-section .services-box.ser-box2 .service-post .service-content {
  margin-left: 0;
}
.team-section {
  padding: 40px 0 10px !important;
}
/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  background: #009FE3;
}
.flexslider .flexcaption {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}
.flexslider .flexcaption .inner-caption {
  padding: 30px;
  background: #ffffff;
  max-width: 620px;
}
.flexslider .flexcaption .inner-caption h1 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #222222;
  position: relative;
}
.flexslider .flexcaption .inner-caption h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #009FE3;
}
.flexslider .flexcaption .inner-caption span {
  display: inline-block;
  color: #222222;
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  margin: 0 0 10px;
}
.flexslider .flexcaption .inner-caption p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
#home-section.slider3 .flex-control-nav {
  display: none;
}
.services-offer-section .services-box {
  padding: 25px 25px 0;
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
}
.services-offer-section .services-box .service-post {
  margin-bottom: 25px;
  overflow: hidden;
}
.services-offer-section .services-box .service-post img {
  float: left;
}
.services-offer-section .services-box .service-post .service-content {
  margin-left: 100px;
}
.services-offer-section .services-box .service-post .service-content h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.services-offer-section .services-box .service-post .service-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.services-offer-section .services-box .service-post .service-content h2 a:hover {
  color: #009FE3;
}
.services-offer-section .services-box .service-post .service-content h2:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #009FE3;
}
.projects-section .project-box.col3 {
  width: 920px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-section .project-box.col3 .project-post {
  margin: 15px;
  width: 276px;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  padding: 40px 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 26px;
  margin-bottom: 10px;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
}
.page-banner-section ul.page-depth li a:hover {
  color: #666666;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #222222;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 0px;
}
.team-section .team-post span {
  display: inline-block;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 5px;
  color: #009FE3;
}
/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section {
  padding: 40px 0 10px;
}
.services-page-section ul.side-navigation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.services-page-section ul.side-navigation-list li {
  list-style: none;
}
.services-page-section ul.side-navigation-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  padding: 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e1e1e1;
  position: relative;
}
.services-page-section ul.side-navigation-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 0;
  line-height: 50px;
  color: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
  color: #009FE3;
}
.services-page-section ul.side-navigation-list li:first-child a {
  padding-top: 0;
  border-top: none;
}
.services-page-section ul.side-navigation-list li:first-child a:after {
  line-height: 20px;
}
.services-page-section .services-wrapp {
  margin-bottom: 30px;
}
.services-page-section .services-wrapp .services-post {
  margin-bottom: 40px;
}
.services-page-section .services-wrapp .services-post img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .services-wrapp .services-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post p {
  margin-bottom: 20px;
}
.services-page-section .services-wrapp .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.services-page-section .services-wrapp .services-post a:hover {
  color: #009FE3;
}
.services-page-section .services-wrapp .services-post-gal img {
  width: 100%;
  margin-bottom: 30px;
}
.services-page-section .contact-info {
  margin-bottom: 30px;
}
.services-page-section .contact-info h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.services-page-section .contact-info ul.information-list {
  margin: 0;
  padding: 0;
}
.services-page-section .contact-info ul.information-list li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-page-section .contact-info ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.services-page-section .contact-info ul.information-list li span {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.services-page-section .contact-info ul.information-list li a {
  font-size: 14px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.guide-box h2 {
  color: #222222;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.guide-box ul {
  margin: 0;
  padding: 0;
}
.guide-box ul li {
  list-style: none;
  margin-bottom: 5px;
}
.guide-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.guide-box ul li a i {
  font-size: 20px;
  margin-right: 20px;
  float: left;
}
.guide-box ul li a:hover {
  opacity: 0.7;
}
.work-details {
  padding: 30px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.work-details h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.work-details p {
  margin-bottom: 15px;
}
.work-details ul.work-detail-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.work-details ul.work-detail-list li {
  list-style: none;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #222222;
  margin-bottom: 5px;
}
.work-details ul.work-detail-list li i {
  color: #222222;
  margin-right: 10px;
}
.work-details ul.work-detail-list li span {
  color: #666666;
}
.work-details a {
  display: inline-block;
  color: #222222;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.work-details a i {
  margin-right: 10px;
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-top: -3px;
}
.menager-section img {
  width: 100%;
  margin-bottom: 30px;
}
.menager-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.menager-section span {
  display: inline-block;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section .project-box {
  width: 920px;
  margin-left: -15px;
  margin-top: -15px;
}
.projects-page-section .project-box .project-post {
  width: 200px;
  margin: 15px;
}
.projects-page-section .project-box.col3 .project-post {
  width: 276px;
}
.projects-page-section .project-box.col2 .project-post {
  width: 430px;
}
/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-section {
  padding: 40px 0 10px;
}
.blog-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 40px;
}
.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
  width: 100%;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe {
  height: 360px;
}
.blog-section .blog-box .blog-post .flexslider {
  margin-bottom: 30px !important;
}
.blog-section .blog-box .blog-post .flexslider img {
  margin: 0;
}
.blog-section .blog-box .blog-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}
.blog-section .blog-box .blog-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post h2 a:hover {
  color: #009FE3;
}
.blog-section .blog-box .blog-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.blog-section .blog-box .blog-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  margin-right: 4px;
}
.blog-section .blog-box .blog-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.blog-section .blog-box .blog-post ul.post-tags li a:hover {
  color: #222222;
}
.blog-section .blog-box .blog-post .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box .blog-post .post-content-text > a:hover {
  color: #009FE3;
}
.blog-section .blog-box ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.blog-section .blog-box ul.pagination-list li {
  display: inline-block;
  margin-right: 8px;
}
.blog-section .blog-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
  color: #009FE3;
}
.blog-section .blog-box .single-post h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-section .blog-box .single-post p {
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote {
  border-left: 2px solid #222222;
  padding: 20px 0;
  padding-left: 30px;
  margin-left: 30px;
  margin-bottom: 25px;
}
.blog-section .blog-box .single-post blockquote p {
  font-size: 14px;
  margin: 0;
}
.blog-section .blog-box .single-post blockquote p span {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
  text-transform: inherit;
}
.blog-section .blog-box .autor-post {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.blog-section .blog-box .autor-post img {
  max-width: 130px;
  float: left;
}
.blog-section .blog-box .autor-post .autor-content {
  margin-left: 150px;
}
.blog-section .blog-box .autor-post .autor-content h2 {
  margin-bottom: 0;
}
.blog-section .blog-box .autor-post .autor-content span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.blog-section .blog-box .comment-section {
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section h2 {
  margin-bottom: 25px;
}
.blog-section .blog-box .comment-section ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog-box .comment-section ul li {
  list-style: none;
}
.blog-section .blog-box .comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 40px;
}
.blog-section .blog-box .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
  margin-left: 120px;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
  color: #222222;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  font-size: 11px;
  font-weight: 400;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
  color: #009FE3;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.blog-section .blog-box .comment-section ul.depth .comment-box {
  padding-left: 120px;
}
.blog-section .blog-box .comment-form input[type="text"] {
  max-width: 500px;
  display: block;
}
.sidebar h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #009FE3;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px 20px;
  color: #ffffff;
  background: #222222;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #009FE3;
}
.sidebar ul.flickr {
  margin: 0;
  padding: 0;
}
.sidebar ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
.sidebar ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar ul.flickr li a img {
  margin: 0;
}
.sidebar ul.flickr li a:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
  padding: 40px 0 10px;
}
.single-page-section .project-content {
  margin-top: 30px;
}
.single-page-section .project-content img {
  margin-bottom: 10px;
}
.single-page-section .project-content .project-architect h2 {
  margin-bottom: 3px;
}
.single-page-section .project-content .project-architect p {
  color: #009FE3;
}
.single-page-section img {
  width: 100%;
}
.single-page-section .project-content-box {
  margin-bottom: 40px;
}
.single-page-section .project-content-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.single-page-section .project-content-box ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.single-page-section .project-content-box ul li {
  list-style: none;
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
  font-size: 13px;
  color: #009FE3;
  width: 20px;
}
.single-page-section .project-content-box ul li span {
  color: #222222;
  font-weight: 700;
  margin-right: 10px;
}
.single-page-section .project-tags {
  padding: 30px 30px 15px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map,
#map2 {
  height: 700px;
}
.contact-section {
  padding: 40px 0 20px;
}
.contact-section .contact-info {
  margin-bottom: 30px;
  margin-top: 10px;
}
.contact-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #222222;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin-bottom: 8px;
  margin-left: 25px;
  color: #222222;
}
.contact-section ul.information-list li a {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #222222;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #009FE3;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #009FE3;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
.error-section {
  padding: 80px 0;
  position: relative;
  background: url('../upload/slide/4.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section i {
  color: #222222;
  font-size: 220px;
  margin-bottom: 30px;
}
.error-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 460px;
  margin: 0 auto 10px;
  line-height: 52px;
}
.error-section p {
  margin-bottom: 25px;
}
.error-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #009FE3;
  color: #009FE3;
}
.error-section a:hover {
  color: #ffffff;
  background: #009FE3;
}
.error-section .error-content {
  position: relative;
  z-index: 2;
}
.error-section .error-box-content {
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.error-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.1);
}
/*-------------------------------------------------*/
/* =  underconstruction page
/*-------------------------------------------------*/
.underconstruction-section {
  padding: 40px 0 20px;
  background: #fafafa;
}
.underconstruction-section img {
  width: 100%;
  margin-bottom: 30px;
}
.underconstruction-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.underconstruction-section p {
  margin-bottom: 30px;
}
.underconstruction-section .underconstruction-content {
  padding: 30px;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  max-width: 600px;
  margin: 60px auto 0;
  margin-top: 50px;
}
.underconstruction-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #009FE3;
  color: #009FE3;
}
.underconstruction-section a:hover {
  color: #ffffff;
  background: #009FE3;
}
/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/
.tables-page-section {
  padding: 40px 0 10px;
}
.tables-page-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tables-page-section p {
  margin-bottom: 30px;
  max-width: 800px;
}
.tables-page-section .table {
  text-align: center;
  margin-bottom: 40px;
}
.tables-page-section .table th {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}
.tables-page-section .table td {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f7f7f7;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #666666;
  padding: 10px 20px;
}
.tables-page-section .table thead th {
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.tables-page-section .table tr th {
  background: #f0f0f0;
}
/*-------------------------------------------------*/
/* =  Shop
/*-------------------------------------------------*/
.shop-section {
  padding: 40px 0 10px;
}
.shop-section .shop-bar {
  overflow: hidden;
  margin-bottom: 50px;
}
.shop-section .shop-bar p {
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.shop-section .shop-bar select {
  float: right;
  width: 220px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 10px;
  outline: none;
}
.shop-section .shop-pagination ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.shop-section .shop-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.shop-section .shop-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.shop-section .shop-pagination ul li a:hover,
.shop-section .shop-pagination ul li a.active {
  color: #009FE3;
}
.shop-post {
  margin-bottom: 30px;
}
.shop-post .shop-gal {
  position: relative;
}
.shop-post .shop-gal img {
  width: 100%;
}
.shop-post .shop-gal > span {
  position: absolute;
  top: 10px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-post .shop-gal span.new-product {
  left: 10px;
  background: #ff8b58;
}
.shop-post .shop-gal span.sale-product {
  right: 10px;
  background: #009FE3;
}
.shop-post .shop-gal .hover-shop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.shop-post .shop-gal .hover-shop .inner-hover {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -38px;
}
.shop-post .shop-gal .hover-shop .inner-hover a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 104px;
  padding: 10px 10px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  background: #222222;
  margin-bottom: 5px;
}
.shop-post .shop-gal .hover-shop .inner-hover a:hover {
  background: #009FE3;
}
.shop-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 0 15px;
  text-transform: uppercase;
  border-bottom: 1px dotted #cccccc;
  margin: 0 0 15px;
}
.shop-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.shop-post h2 a:hover {
  color: #009FE3;
}
.shop-post p {
  overflow: hidden;
  margin: 0;
  padding-bottom: 15px;
}
.shop-post p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.old-price {
  display: inline-block;
  color: #cccccc;
  font-size: 18px;
  font-weight: 600;
}
.shop-post p span.rating {
  float: right;
}
.shop-post p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.shop-post p span.rating i[data-rated="rated"] {
  color: #009FE3;
}
.shop-post:hover .shop-gal span.new-product {
  opacity: 0;
}
.shop-post:hover .shop-gal span.sale-product {
  opacity: 0;
}
.shop-post:hover .shop-gal .hover-shop {
  opacity: 1;
}
.shop-sidebar {
  padding-top: 5px;
}
.shop-sidebar h1 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}
.shop-sidebar .shop-widget {
  margin-bottom: 40px;
}
.shop-sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .category-widget ul li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.shop-sidebar .category-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
}
.shop-sidebar .category-widget ul li a:hover {
  color: #009FE3;
}
.shop-sidebar .category-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.shop-sidebar .product-widget ul {
  margin: 0;
  padding: 0;
}
.shop-sidebar .product-widget ul li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #f0f0f0;
}
.shop-sidebar .product-widget ul li img {
  float: left;
  max-width: 50px;
}
.shop-sidebar .product-widget ul li .product-widget-content {
  margin-left: 70px;
}
.shop-sidebar .product-widget ul li h2 {
  font-size: 13px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  margin-top: -3px;
}
.shop-sidebar .product-widget ul li h2 a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop-sidebar .product-widget ul li h2 a:hover {
  color: #009FE3;
}
.shop-sidebar .product-widget ul li span {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
.shop-sidebar .product-widget ul li span del {
  color: #666666;
}
.shop-sidebar .product-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.shop-sidebar .product-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 103px;
  padding: 8px 8px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #222222;
  color: #222222;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}
.shop-sidebar .product-widget > a:hover {
  background: #222222;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  Single Product
/*-------------------------------------------------*/
.related-shop-section {
  padding: 0 0 30px;
}
.related-shop-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 17px;
  text-align: left;
}
.single-product-section {
  padding: 60px 0;
}
.product-gallery {
  margin-bottom: 30px;
}
.product-gallery img {
  width: 100%;
}
.single-product-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
.single-product-section .product-details {
  margin-bottom: 20px;
}
.single-product-section .product-details p {
  margin-bottom: 20px;
}
.single-product-section .product-details p span.price {
  display: inline-block;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.single-product-section .product-details p span.rating {
  display: block;
}
.single-product-section .product-details p span.rating i {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}
.single-product-section .product-details p span.rating i[data-rated="rated"] {
  color: #009FE3;
}
.single-product-section .product-details button {
  width: 24px;
  height: 35px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  line-height: 35px;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  border: none;
  margin: 2px 0 0;
  padding: 0;
}
.single-product-section .product-details input {
  display: inline-block;
  width: 54px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0px -4px 0 -6px;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
}
.single-product-section .product-details a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 16px;
  background: #009FE3;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-align: center;
  margin-left: 3px;
}
.single-product-section .product-details a:hover {
  background: transparent;
  border: 1px solid #009FE3;
  color: #009FE3;
}
.single-product-section .product-desc {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product-section .product-desc p {
  margin-bottom: 15px;
}
.single-product-section .product-reviews ul {
  margin: 0;
  padding: 0;
}
.single-product-section .product-reviews ul li {
  list-style: none;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-product-section .product-reviews ul li img {
  float: left;
  width: 100px;
  margin-bottom: 20px;
}
.single-product-section .product-reviews ul li .review-content {
  margin-left: 120px;
}
.single-product-section .product-reviews ul li .review-content h2 {
  overflow: hidden;
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating {
  float: right;
  margin: 0;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.single-product-section .product-reviews ul li .review-content h2 span.rating i[data-rated="rated"] {
  color: #009FE3;
}
.single-product-section .product-reviews ul li .review-content p {
  margin: 0 0 10px;
}
.single-product-section .product-reviews a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 27px;
  border: 2px solid #009FE3;
  background: #009FE3;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.single-product-section .product-reviews a:hover {
  background: transparent;
  color: #009FE3;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #034798;
}
footer .up-footer {
  padding: 25px 0 25px;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  margin-top: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #009FE3;
  border: 1px solid #009FE3;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #009FE3;
}
footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
footer .up-footer ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer ul.flickr li a img {
  margin: 0;
}
footer .up-footer ul.flickr li a:hover {
  opacity: 0.7;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  font-family: 'Roboto', sans-serif;
  color: #009FE3;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  /*padding: 25px 0;*/
  background: #034798;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1200px) {
  #content {
    max-width: 1000px;
  }
  header {
    margin-left: -500px;
  }
  #container:after {
    margin-left: -250px;
  }
  .project-box .project-post {
    width: 50%;
  }
  .project-box .project-post.snd-size {
    width: 50%;
  }
  .services-offer-section .services-box-mas .services-project {
    width: 50%;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 33.3333%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 720px;
  }
  .projects-page-section .project-box.col2 .project-post {
    width: 330px;
  }
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 330px;
  }
  .news-section #owl-demo {
    width: 720px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 25px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .flexslider .flexcaption .inner-caption h1:after {
    display: none;
  }
  .flexslider .flexcaption .inner-caption span {
    display: none;
  }
}
@media (max-width: 1000px) {
  #content {
    max-width: 900px;
  }
  #content .inner-content {
    margin: 0;
  }
  header {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  header nav.nav-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    max-height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header nav.nav-menu ul.menu-list li.drop ul.dropdown {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    border: none;
  }
  header nav.nav-menu ul.menu-list li.drop > a {
    display: none;
  }
  header nav.nav-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  header a.elemadded {
    display: block;
  }
  #container:after {
    display: none;
  }
  header .working-hours {
    display: none;
  }
  header div.logo {
    text-align: center;
  }

  header div.cert img {
    
    text-align: center;
  }

  .news-section #owl-demo {
    width: 870px;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 870px;
  }
  .projects-page-section .project-box.col2 .project-post {
    width: 405px;
  }
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 405px;
  }
}
@media (max-width: 991px) {
  #content {
    max-width: 750px;
  }
  header {
    max-width: 750px;
  }
  .top-line,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 720px;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 330px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  .about-alternative-section .accordion-box {
    margin-bottom: 40px;
  }
  .news-section #owl-demo {
    width: 750px;
  }
  .clients-section ul.client-list {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .projects-section ul.filter {
    text-align: center !important;
  }
  .projects-section .title-section.alt-title {
    text-align: center;
  }
  .projects-section .title-section.alt-title h1:after {
    left: 50%;
    margin-left: -16px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 20px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption p {
    font-size: 11px;
    line-height: 16px;
  }
  .guide-box,
  .work-details {
    margin-bottom: 40px;
  }
  #map,
  #map2 {
    height: 300px;
    margin-bottom: 30px;
  }
  .news-section #owl-demo {
    width: 720px;
  }
}
@media (max-width: 767px) {
  #content {
    max-width: 100%;
  }
  header {
    max-width: 100%;
  }
  #container {
    padding: 0;
  }
  .services-offer-section .services-box-mas .services-project,
  .services-offer-section .services-box-mas .services-project.snd-size {
    width: 100%;
  }
  .project-box .project-post {
    width: 100%;
  }
  .project-box .project-post.snd-size {
    width: 100%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 100%;
    margin-left: 0;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 100%;
    margin: 0 0 30px;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .news-section #owl-demo {
    width: 100%;
    margin-left: 0;
  }
  .news-section #owl-demo .news-post {
    margin: 0 0 30px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 50%;
  }
  .about-section .about-post {
    margin-bottom: 30px;
  }
  .flexslider .flexcaption {
    bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 15px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .project-box .project-post {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content,
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 100%;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 10px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .flexslider .flexcaption .inner-caption p {
    display: none;
  }
}

#jstwitter {
  width: 100%;
  font-size: 15px;
  color: #333333;
  margin: 0 auto;
  text-align:center;
}

#jstwitter .tweet {
  margin: 0 auto 15px auto;
  padding: 15px;
  border-radius:3px;
  background:#F8F8F8;
  text-align:left;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}

#jstwitter .tweet a {
  text-decoration: none;
  color: #13c9d0;
}

#jstwitter .tweet a:hover {
  text-decoration: underline;
}

#jstwitter img {
  display:block;
  margin-bottom:5px;
  max-width:100%;
}

#jstwitter .tweet .time {
  font-size: 10px;
  font-style: italic;
  color: #666666;
  display:block;
  margin-top:3px;
}


.twitter{background: #00aced;color:#FFFFFF;}
.facebook{background: #3b5998; color:#FFFFFF;}
.googleplus{background: #dd4b39; color:#FFFFFF;}
.pinterest{background: #cb2027; color:#FFFFFF;}
.linkedin{background: #007bb6; color:#FFFFFF;}
.youtube{background: #bb0000; color:#FFFFFF;}
.vimeo{background: #aad450; color:#FFFFFF;}
.tumblr{background: #32506d; color:#FFFFFF;}
.instagram{background: #517fa4; color:#FFFFFF;}
.flickr{background: #ff0084; color:#FFFFFF;}
.dribbble{background: #ea4c89; color:#FFFFFF;}
.quora{background: #a82400; color:#FFFFFF;}
.foursquare{background: #0072b1; color:#FFFFFF;}
.forrst{background: #5B9A68; color:#FFFFFF;}
.vk{background: #45668e; color:#FFFFFF;}
.wordpress{background: #21759b; color:#FFFFFF;}
.stumbleupon{background: #EB4823; color:#FFFFFF;}
.yahoo{background: #7B0099; color:#FFFFFF;}
.blogger{background: #fb8f3d; color:#FFFFFF;}
.soundcloud{background: #ff3a00; color:#FFFFFF;}

/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
  font-size: 112.5%;
  line-height: 1.6em;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 4px;
  height: 100%;
  margin-left: -3px;
  background: rgb(3, 71, 152);
  background: -moz-linear-gradient(top, rgba(3, 71, 152,0) 0%, rgb(3, 71, 152) 8%, rgb(3, 71, 152) 92%, rgba(3, 71, 152,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(3, 71, 152,0) 0%, rgb(3, 71, 152) 8%, rgb(3, 71, 152) 92%, rgba(3, 71, 152,0) 100%);
  background: -o-linear-gradient(top, rgba(3, 71, 152,0) 0%, rgb(3, 71, 152) 8%, rgb(3, 71, 152) 92%, rgba(3, 71, 152,0) 100%);
  background: -ms-linear-gradient(top, rgba(3, 71, 152,0) 0%, rgb(3, 71, 152) 8%, rgb(3, 71, 152) 92%, rgba(3, 71, 152,0) 100%);
  background: linear-gradient(to bottom, rgba(3, 71, 152,0) 0%, rgb(3, 71, 152) 8%, rgb(3, 71, 152) 92%, rgba(3, 71, 152,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -38px;
  content: ' ';
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -10px;
  background: rgb(0,159,229);;
  border-radius: 10px;
  border: 3px solid rgb(0,159,229);
  z-index: 10;
}

.direction-r .flag:before {
  left: -38px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.8em;
  color: rgb(0,159,229);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: #fff; 
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 2px;
width: 99%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font: bold 12px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
border-right: 1px solid #034798;
padding-left: 10px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #009FE3;
font: bold 12px;
} 
ul.newsticker span {
margin: 0 10px 0 0;
    font-size: 10px;
    font-style: italic;
    color: #666666;

} 


.df-abs-center {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.df-abs-h-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.df-container {
  min-height: 320px;
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  position: relative;
  /* background-color: #A6322D; */
  /*Smoothing of images in Firefox*/
  image-rendering: auto;
}

.df-container.df-transparent:not(.df-fullscreen) {
  background: transparent !important;
}

.df-container.df-custom-fullscreen.df-fullscreen{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  z-index:999999;
}

.df-container .loading-info {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  margin-left: 5px;
  padding: 6px 20px;
  background-color: rgba(0, 0, 0, 0.09);
  font-style: italic;
  border-radius: 5px;
  font-size: 11px;
  max-height: 30px;
  color: #fff;
  max-width: 200px;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0.7;
  transition: 0.3s top ease;
}

.loading-info.df-old-browser {
  color: gray;
  background-color: white;
  opacity: 0.9;
  text-align: center;
  max-height: none;
}

.loading-info.df-old-browser a {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #2196F3;
  display: block;
  text-decoration: underline;
  margin: 10px 0 0;
}

.df-container.df-init .loading-info {
  top: 50%;
}

.df-3dcanvas {
  position: absolute;
  z-index: 1;
  right: 0;
}

.df-container > canvas {
}

.df-container a {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.df-container.df-zoom-enabled canvas.df-3dcanvas,
.df-container.df-zoom-enabled .df-book-stage {
  cursor: move;
  /*noinspection Annotator*/ cursor: -webkit-grab;
}

.df-container.df-loading:before, .df-container.df-loading:after {
  content: " ";
  position: absolute;
  z-index: 100;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  font-size: 12px;
  margin: -45px -25px -25px;
  box-sizing: border-box;
  opacity: 1;
}

.df-container:before, .df-container:after {
  content: " ";
  transition: 0.3s 0.1s opacity;
  opacity: 0;
}

.df-container.df-loading:after {
  content: " ";
  background-image: url("../images/loading.gif?");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 50%;
}

.df-container.df-loading:before {
  background-color: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(150, 150, 150, 0.2);
}

.df-book-stage {
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 0;
  left: 0;

  /*Blurry image fixation*/
  filter: blur(0);
  -webkit-filter: blur(0);

  padding: 30px 50px 70px;
}

.df-floating .df-book-stage {
}

.df-container.df-xs .df-book-stage {
  padding-left: 20px;
  padding-right: 20px;
}

.df-container.df-sidemenu-open .df-book-stage {
  padding-left: 230px;
  padding-right: 10px;
}

.df-container.df-sidemenu-open > .df-ui-btn.df-ui-prev {
  left: 220px;
}

.df-book-stage.df-zoom-enabled {
  cursor: move;
}

.df-page-front:before, .df-page-back:before {
  content: " ";
}

.df-book-page .df-page-front:before {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-book-page .df-page-back:before {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15) 15%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.0));
}

.df-book-wrapper, .df-page-wrapper, .df-book-page, .df-page-content,
.df-page-front:before, .df-page-wrapper:after, .df-page-back:before,
.df-page-content:after, .df-page-effects, .df-page-effects:before, .df-page-effects {
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
}

.df-page-content, .df-book-page {
  width: 100%;
}

.df-book-wrapper {
  position: relative;
  margin: 0 auto;
  transition: 0.3s left;
  left: 0;
  /* box-shadow: 0 2px 8px #aaa; */
}

.df-loading.df-container .df-book-wrapper {
  left: 100%;
}

.df-book-wrapper.close-right {
  left: 25%;
}

.df-book-wrapper.close-left {
  left: -25%;
}

.df-book-shadow {
  position: absolute;
  z-index: -1;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.df-book-wrapper .df-book-side-buttons {
  position: absolute;
  left: 100%;
  width: 40px;
  opacity: 0.3;
  height: 100%;
  cursor: pointer;
  z-index: 30;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.df-book-prev-button.df-book-side-buttons {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.df-book-wrapper .df-book-side-buttons:hover {
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.18);
}

.df-book-wrapper .df-book-prev-button {
  right: 100%;
  left: auto;
  left: initial;
}

.df-book-wrapper .df-book-side-buttons:before {
  position: absolute;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.df-book-wrapper .df-book-prev-button:before {
}

.df-page-wrapper {
  overflow: hidden;
}

.df-hard-page .df-page-wrapper {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.0);
}

.df-book-page.df-left-side {
  left: 0;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.df-book-page.df-right-side {
  left: 50%;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.df-book-page.df-hard-page {
}

.df-book-page.df-right-side + .df-page-wrapper.df-right-side {
  z-index: -1;
}

.df-book-page .df-page-front, .df-book-page .df-page-back {
  width: 100%;
  background-size: 100.5% 100%;
  background-size: 100% 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  box-sizing: border-box;
}

.df-page-back > canvas, .df-page-front > canvas {
  width: 100%;
  position: relative;
  z-index: -1;
}

/*right left shadow during flip*/
.df-page-wrapper:before {
}

.df-quick-turn:before {
  opacity: 0;
}

.df-book-page.df-flipping.df-left-side:before {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  width: 10px;
  left: -10px;
}

.df-book-page.df-right-side:before {
}

.df-book-page {
  width: 50%;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
  z-index: 200 !important;
}

.df-page-content {
  background-size: 100.25% !important;
  background-repeat: no-repeat !important;
  transition-property: transform;
  width: 100%;
  overflow: hidden;
  /*this causes page cuts in IE*/
}

.df-book-page.df-left-side .df-page-front {
  /*overflow: hidden;*/
  z-index: 2;
}

.df-book-page.df-left-side .df-page-back {
  z-index: 1;
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
  z-index: 3;
}

.df-book-page.df-right-side .df-page-front {
  top: 0;
  left: 0;
  z-index: 0;
}

.df-book-page, .df-page-front, .df-page-back,
.df-page-fold-inner-shadow, .df-page-fold-outer-shadow, .df-page-wrapper {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.df-page-front, .df-page-back {
  overflow: visible;
}

.df-page-fold-outer-shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.df-page-fold-inner-shadow {
  position: absolute;
  z-index: 5;
  display: none;
}

.df-book-page.df-folding .df-page-fold-inner-shadow {
  display: block;
}

.df-book-page.df-right-side .df-page-back {
  left: 0;
  z-index: 1;
}

.df-book-page.df-right-side.df-folding .df-page-front {
  z-index: 2;
}

.df-page-wrapper.df-right-side .df-page-back {
  left: 100%;
  z-index: 1;
  overflow: hidden;
}

.df-hard-page .df-page-front,
.df-hard-page .df-page-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.df-hard-page.df-right-side .df-page-front {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%;
  z-index: 3 !important;
  /*transform-style: preserve-3d;*/ /*this causes issues in FF*/
}

.df-hard-page.df-left-side .df-page-front {
  -webkit-transform-origin: right 50%;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%;
}

.df-hard-page.df-right-side .df-page-back {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%;
  z-index: 3;
  /*transform-style: preserve-3d;*/ /*this causes issues in FF*/
}

.df-hard-page.df-left-side .df-page-back {
  -webkit-transform-origin: left 50%;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  transform-origin: left 50%;
}

/*Mid shadows*/
.df-page-front:before, .df-page-back:before {
  width: 20%;
  z-index: 5;
}

.df-page-front:before {
  right: 0;
}

.df-page-wrapper.df-right-side.df-flipping {
  z-index: 4;
}

/*Book UI*/

.df-ui {
  height: 60px;
  padding: 20px 16px 0;
}

.df-ui-wrapper, .df-ui-btn {
  color: #888;
  vertical-align: top;
  background-color: #f7f7f7;
  box-sizing: border-box;
  text-align: center;
}

.df-ui-wrapper {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  /* overflow: hidden; */
  background-color: #f7f7f7;
  position: absolute;
}

.df-share-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}

.df-share-wrapper.df-hidden { }

.df-share-box {
  position: absolute;
  top: 50%;
  width: 280px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 5px;
  text-align: center;
}

span.df-share-title {
  color: #777;
  margin-bottom: 10px;
  display: block;
}

.df-share-url {
  /* border: 0; */
  background-color: #fff;
  height: 60px;
  color: #666;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.df-share-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  margin: 3px;
  color: #aaa;
}

.df-share-button:hover {
  color: #444;
}

.df-ui-btn {
  position: relative;
  width: 35px;
  right: 0;
  height: 40px;
  font-size: 17px;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  padding: 12px 5px;
  /* -webkit-border-radius: 3px; */
  line-height: 1;
}

.df-floating .df-ui-controls > .df-ui-btn:first-child {
  border-radius: 5px 0 0 5px;
}

.df-floating .df-ui-controls > .df-ui-btn:last-child {
  border-radius: 0 5px 5px 0;
}

.df-ui-btn:before {
  box-sizing: border-box;
}

.df-ui-fit, .df-ui-thumbnail {
}

.df-ui-thumbnail, .df-ui-share, .df-ui-outline, .df-ui-help, .df-ui-sound {
  float: left;
}

.df-ui-zoomin, .df-ui-zoomout {
}

.df-ui-btn:hover {
  color: #00ACCE;
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
  color: #ccc;
}

.df-ui-share:before {
}

.df-ui-page {
  padding: 8px 5px 2px;
  font-size: 12px;
  width: auto;
  width: 50px;
  margin: 0 0;
  /* border-right: 1px solid #ddd; */
  border-radius: 0;
  /* float: left !important; */
  background-color: rgba(0, 0, 0, 0.03);
}

.df-ui-page input {
  width: 100%;
  background-color: transparent;
  height: 25px;
  margin: 0;
  border: 1px solid rgb(143, 143, 143);
  text-align: center;
  vertical-align: top;
  color: transparent;
  font-size: 14px;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  display: inline-block;
  opacity: 0;
}

.df-ui-page input:focus {
  z-index: 2;
  opacity: 1;
  color: inherit;
}

.df-ui-page input:focus + label {
  opacity: 0;
  display: none;
}

.df-ui-page label {
  position: absolute;
  height: 30px;
  width: 100%;
  display: block;
  top: 0;
  padding-top: 14px;
  /* letter-spacing: 0.5px; */
  color: #999;
  font-size: 13px;
  /* vertical-align: top; */
  font-weight: normal;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  box-sizing: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.11); */
}

.df-ui-share {
  float: left;
}

.df-ui-share:before {
}

.df-ui-fullscreen {
  bottom: 0;
}

.df-ui-fullscreen:before {
}

.df-ui-zoom {
  top: 24px;
  height: 60px;
  right: 24px;
  width: 30px;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.df-ui-controls {
  bottom: 0;
  width: 100%;
  /* border-radius: 5px; */
  height: 40px;
  /* -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; */
  padding: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
               not supported by any browser */
  z-index: 4;
  /* bottom: 15px; */
  display: block;
}

.df-floating .df-ui-controls {
  bottom: 10px;
  width: auto;
  width: intial;  /*IE fallback*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin: 0 auto;
  display: table; /*IE fallback*/
  display: flex;
  border-radius: 5px;
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
  /* display: table-cell; */
  float: none;
}

.df-ui-size {
  bottom: 24px;
  height: 60px;
  right: 24px;
}

.df-ui-zoom:before, .df-ui-size:before {
  height: 0;
  border-bottom: 1px solid;
  content: " ";
  right: 5px;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  z-index: 2;
}

.df-ui-zoomin {
  top: 0;
}

.df-ui-zoomin:before {
}

.df-ui-zoomout {
  bottom: 0;
}

.df-ui-btn.df-ui-zoomout {
  /* display: none; */
}

.df-zoom-enabled .df-ui-btn.df-ui-zoomout {
  /* display: block; */
}

.df-zoom-enabled .df-ui-btn.df-ui-zoomin {
  /* display: none; */
}

.df-ui-zoomout:before {
}

.df-ui-next {
  right: 24px;
  right: 0;
  border-radius: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
}

.df-container.df-floating > .df-ui-next {
  right: 8px;
}

.df-container.df-floating > .df-ui-prev {
  left: 2px;
}

.df-container > .df-ui-next, .df-container > .df-ui-prev {
  margin-top: -5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); */
  opacity: 0.3;
  background-color: transparent;
  height: auto;
  height: initial;
  font-size: 36px;
  color: #000;
  width: auto;
  text-align: center;
  width: initial;
}

.df-container > .df-ui-next:hover, .df-container > .df-ui-prev:hover {
  opacity: 0.7;
}

.df-container.df-floating > .df-ui-next, .df-container.df-floating > .df-ui-prev {
  border-radius: 50%;
  width: 40px;
}

.df-ui-next:before {
}

.df-ui-prev {
  left: 0;
  right: auto;
  border-radius: 0;
}

.df-ui-prev:before {
}

.df-ui-alt {
  position: relative !important;
  right: auto;
  right: initial;
  left: auto;
  left: initial;
  box-shadow: none !important;
}

.df-ui-alt.df-ui-next,
.df-ui-alt.df-ui-prev {
  /* display: none !important; */
}

.df-ui-alt.df-ui-next {
  border-right: 1px solid #ddd;
}

.df-ui-start {
}

.df-ui-start:before {
}

.df-ui-end {
}

.df-ui-end:before {
}

.df-ui-thumbnail:before {
}

.df-ui-outline:before {
}

.df-ui-btn.df-active {
  color: #00ACCE;
  background-color: #e7e7e7;
}

.df-ui-fit {
  display: none;
}

.df-ui-zoomin, .df-ui-zoomout, .df-ui-fullscreen, .df-ui-more {
  float: right;
}

.df-ui-fit {
  top: 0;
}

.df-ui-fit:before {
}

.df-ui-fit.button-fit-active:before {
}

.df-page-content div {
}

.df-ui-more .more-container {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 8px !important;
  right: 10px;
  background-color: #f7f7f7;
  z-index: 20;
  border-radius: 5px;
  /* overflow: hidden; */
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
}

.more-container:before { content: " "; position: absolute; border: solid transparent; border-width: 7px; border-top-color: #eee; height: 0; width: 0; bottom: -14px; /* background-color: white; */ right: 13px; margin-right: -8px; pointer-events: none; }

.more-container .df-ui-btn {
  width: auto;
  width: initial;
  width: 170px;
  text-align: left;
  padding: 8px 10px;
  height: 36px;
  border-top: 1px solid #e4e4e4;
  border-radius: 0;
}

.more-container .df-ui-btn:hover {
  background-color: #eee;
}

.more-container > .df-ui-btn:first-child {
  border-radius: 5px;
  border-top: none;
}

.more-container > .df-ui-btn:last-child {
  border-radius: 0 0 5px 5px;
}

.more-container .df-ui-btn:before {
  position: absolute;
  top: 11px;
  font-size: 14px;
}

.df-ui-btn span {
  display: none;
}

.more-container .df-ui-btn span {
  font-size: 12px;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.df-ui-more.df-active .more-container {
  display: block;
}

.customLinkAnnotation, .linkAnnotation {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
  border: none !important;
}

section.linkAnnotation a {
  display: block;
  height: 100%;
}

section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation {
  background-color: transparent;
  background-color: rgb(255, 255, 0);
  /* border-bottom: 1px solid #2196F3; */
  opacity: 0.1;
}
a.customLinkAnnotation{
  /* opacity: 0.15; */
}

section.linkAnnotation a:hover,
a.linkAnnotation:hover,
a.customLinkAnnotation:hover {
  opacity: 0.4;
  border-color: transparent;
  background-color: #2196F3;
}

.annotationDiv {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

section.linkAnnotation a .annotationLayer >
a {
  display: block;
  position: absolute;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

section.linkAnnotation a.internalLink:hover {
}

.df-page-loading:before {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-size: 22px;
  content: "";
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px -11px;
}

.df-thumb-container .df-vrow {
  height: 124px;
  left: 0;
  width: 90%;
  margin: 10px auto;
  background-position: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  right: 0;
  border-radius: 5px;
  /* opacity: 0.7; */
}

.df-thumb-container .df-vrow:before {
  content: "";
  background-image: url("../images/loading.gif");
  background-size: 22px;
  height: 22px;
  width: 22px;
  display: block;
  top: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.df-thumb-container .df-vrow:hover {
  background-color: #bbb;
}

.df-floating .df-thumb-container .df-vrow:hover {
  background-color: #ccc;
  opacity: 1;
}

.df-thumb-container .df-vrow.df-thumb-loaded {
  background-size: contain;
  /* opacity: 1; */
}

.df-thumb-container .df-vrow.df-thumb-loaded:before {
  display: none;
}

.df-vrow > div {
  /* padding: 25%; */
  height: 20px;
  background-color: rgba(170, 170, 170, 0.54);
  width: 40px;
  margin: 0 auto;
}

.df-thumb-container {
  /* left: -100%; */
  float: left;
  /* padding: 20px 0 !important; */
  width: 220px;
  height: auto !important;
  position: absolute !important;
  top: 0;
  z-index: 3;
  bottom: 40px;
  background-color: rgba(238, 238, 238, 0.9);
  /* font-size: 30px; */
  box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
  text-align: center;
}

.df-outline-container {
  /* left: 10px; */
  float: left;
  /* max-height: 400px; */
  /* display: none; */
  /* padding: 0 20px !important; */
  width: 200px;
  text-align: left;
  height: auto !important;
  position: absolute !important;
  top: 0;
  padding: 20px 10px 5px;
  bottom: 40px;
  box-shadow: 1px 0 4px rgba(102, 102, 102, 0.38);
  z-index: 3;
  color: #666;
  overflow: auto;
  font-size: 12px;
  background-color: rgba(247, 247, 247, 0.9);
  box-sizing: content-box;
}

.df-outline-container, .df-thumb-container {
  transition: 0.5s transform ease;
  transform: translateX(-100%);
  left: -10px;
}

.df-floating .df-outline-container, .df-floating .df-thumb-container {
  bottom: 0;
}

.df-outline-container.df-outline-visible {
  display: block;
}

.df-floating .df-outline-container.df-outline-visible, .df-floating .df-thumb-container.df-thumb-visible {
}

.df-outline-container.df-outline-visible, .df-thumb-container.df-thumb-visible {
  transform: translateX(0);
  left: 0;
}

.df-floating .df-thumb-container.df-thumb-visible {
  /* background-color: transparent; */
}

.df-outline-toggle {
  cursor: pointer;
  float: left;
  width: 18px;
  padding: 5px 0;
  margin-left: -18px;
  text-align: center;
}

.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
  display: none;
}

.df-outline-items > .df-outline-item {
  margin-left: 18px;
  /* padding: 5px 0; */
}

.df-outline-item a:hover, .df-outline-toggle:hover {
  background-color: #e7e7e7;
}

.df-outline-item a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  border: none !important;
  box-shadow: none !important;
}

.df-outline-toggle:before {
  content: "\f078";
  font-size: 10px;
  font-family: FontAwesome;
}

.df-outline-toggle.df-outlines-hidden:before {
  content: "\f054";
}

.df-lightbox-wrapper {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto !important;
  left: 0;
  background-color: white;
  z-index: 99999;
}

.df-lightbox-controls {
  /* height: 40px; */
  float: right;
  padding: 5px;
  z-index: 1000;
  position: relative;
}

.df-lightbox-close {
  float: right;
  height: 40px;
  text-align: center;
  font-size: 50px;
  cursor: pointer;
  /* line-height: 30px; */
  color: #444;
  /* padding: 5px; */
  border-radius: 50%;
  /* border: 1px solid; */
  border-color: transparent;
  width: 40px;
  background-color: transparent;
  transition: 0.2s;
}

.df-lightbox-close:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.21);
  /* border-color: black; */
  border-color: black;
}

.df-lightbox-close:before {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 24px;
}

.df-lightbox-wrapper .df-container {
  position: absolute !important;
  width: 100%;
  top: 0;
  bottom: 0;
  height: auto !important;
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-next,
.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-prev {
  /* display: none; */
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
  display: none !important;
}

._df_button, ._df_thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

._df_button {
  padding: 5px 15px;
  background-color: #444;
  background: #0085ba;
  color: white;
  font-size: 14px;
  border-color: #0073aa #006799 #006799;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}

._df_thumb { border: none; width: 140px; height: 200px; text-align: center; }

._df_thumb {
  cursor: pointer;
  /* background-color: #eee; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  display: inline-block;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  perspective: 1200px;
  -moz-perspective: 1200px;
  margin: 30px 10px 10px;
  -webkit-perspective: 800px;
}

._df_books ._df_thumb, ._df_books .df-dummy {
  width: 140px;
  height: 200px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 20px 10px;
  /* clear: left; */
  vertical-align: top;
}

._df_books .df-dummy {
}

._df_book-cover {
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  transform-origin: left;
  top: 0;
  background-color: #eee;
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

._df_thumb ._df_book-title {
  bottom: -100%;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 5px;
  font-size: 12px;
  background: rgba(1, 163, 163, 0.87);
  background: rgba(146, 75, 117, 0.9);
  box-sizing: border-box;
  display: block;
  color: white;
  -webkit-transition: 0.4s;
  opacity: 0;
}

._df_thumb ._df_book-tag {
  float: left;
  padding: 0 4px 20px;
  background-color: rgba(0, 0, 0, 0.26);
  text-transform: uppercase;
  font-size: 10px;
  margin: -15px 0 0 2px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

._df_thumb:hover ._df_book-title,
._df_thumb-not-found ._df_book-title {
  opacity: 1;
  bottom: 0;
}

._df_thumb:hover ._df_book-title i {
  /* font-size: 1em; */
}

._df_thumb:hover {
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.40); */
}

._df_thumb:hover ._df_book-cover {
  -webkit-transform: rotateY(-20deg);
  -moz-transform: rotateY(-20deg);
  -ms-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
  box-shadow: 3px 0 12px rgba(0, 0, 0, 0.60);
}

._df_books {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 5px 150px;
}

._df_books-break {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 25px;
  text-transform: uppercase;
  /* text-shadow: 0 -1px 0 rgba(85, 85, 85, 0.31); */
}

._df_books-break:after {
  content: " ";
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  display: block;
  margin: 10px auto;
}

.df-page-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.df-container ::-webkit-scrollbar {
  width: 8px;
}

.df-container ::-webkit-scrollbar-button {
  height: 8px;
}

.df-container ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 0 none #ffffff;
  border-radius: 100px;
  /* margin-right: 5px; */
}

.df-container ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.df-container ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5);
}

.df-container ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.20);
  border: 0 none #ffffff;
  border-radius: 100px;
}

.df-container ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.2);
}

.df-container ::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0.15);
}

.df-container ::-webkit-scrollbar-corner {
  background: transparent;
}
