/*-------------------------------------------------
 =  Table of Content

 1.General                              
 2.Header                         
 4.Home section                              
 5.About section                               
 6.Service section
 7.Portfolios section      
 8.Blogs section                                 
 9.Clients Section                          
 10.Contact section                                                       
 11.Footer                              
-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important; }
.ml0 {margin-left: 0 !important; }

.noPadding{
    padding: 0!important;
}
.noMargin{
    margin: 0!important;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
}

body img {
  border: none;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.top-head {
  background: #212a31;
  padding: 10px 0; 
}

.left-top a {
  color: #7c8389;
  font-size: 14px;
}
.left-top li {
  color: #7c8389;
  font-size: 14px;
  display: inline;
  margin-right: 10px;
}

.left-top i {
  color: #7c8389;
  font-size: 14px;
  margin-right: 7px;
}

.left-top {
  float: left;
}

.right-top {
  float: right;
}

.socials {
  float: left;
margin-right: 20px;
}

.socials li {
  display: inline;
}

.socials i {
  color: #7c8389;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
      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;
}

.socials i:hover {
 -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #141c23;
  color: #fff;

}

#search {
  float: right;
  position: relative;
  margin-top: 3px;
}

#search input[type="text"] {
  padding: 8px 0;
  font-size: 11px;
  text-indent: 10px;
  font-weight: lighter;
  color: #fff;
  border:0;
  width: 80%;
  height: 10px;
  background: #141c23;
}

.search-bar{ 
  width: 160px;
  overflow:hidden; 
  /*display: none;*/
}

.search-bar.active{  }
.trigger{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  }


/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

/* Navigation  */
.nav-wrap {
  float: right;
}

nav {
  background:#f2f2f2;
  border-bottom: 1px solid #dadada;
}

#nav {
  width: 1170px;
  margin: auto;
  position: relative;
  background-size: 100%;
}

#nav > select {
  display: none;
}

ul#navlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  margin: auto;
}

ul#navlist li {
  float: left;
  position: relative;
  height: 90px;
  padding: 0 40px;
}

ul#navlist li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #696969;
  text-transform: uppercase;
}


ul#navlist li img {
  margin-top: -3px;
}

ul#navlist li a span {
  display: none;
}

ul#navlist li a:hover,ul#navlist li.current a {
  color: #232323;
  }



/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 183px; /* left offset of submenus need to match (see below) */
  margin: 0 !important;
  padding-left: 0;
  padding-top: 36px;
}


.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  background: #b22222;
  padding-right: 0;
  list-style: none;
  border-bottom: 1px solid #9b1d1d;
  height: auto !important;
  border-right: 0 !important;
  padding: 0px !important;
}

.sf-menu .sub-menu li:hover {
  background: #9b1d1d;

}


.sf-menu .sub-menu a {
  font-size: 1em !important;
  font-weight: normal;
  color: #fff!important;
  padding: 10px 15px !important;
  line-height: normal;
  text-transform: none !important;
  font-family: 'Open Sans' !important;
}

 .sub-menu li > a:hover,
 .sub-menu li > a:focus,
 .sub-menu li > a:active,
 .sub-menu li > a.active {
  text-decoration: none !important;
  padding-left: 25px !important;
}

/*********************************
----------CONTENT-----------------
*********************************/

/*FEATURES*/

.features {
  background: #f5f5f5;
  padding-bottom: 85px;
}

.features .column4 {

}

.feat-item {
  background: #fff;
  border: 1px solid #e1e2e1;
  padding: 85px 20px 35px;
  z-index: 99999;
  margin-top: -15px;

  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;
  position: relative;
}

.feat-item:hover {
  -webkit-box-shadow: 0 0 7px rgba(1,1,1,.2);
  -moz-box-shadow: 0 0 7px rgba(1,1,1,.2);
  box-shadow: 0 0 7px rgba(1,1,1,.2);
  border: 1px dashed #b22222;
  position: relative;
  margin-top: -30px;
  z-index: 9999999999;
 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;
  position: relative;
}


.feat-item h4 {
  font-size: 30px;
  font-weight: 300;
  color: #696969;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 34px;
}

.feat-item p {
  font-size: 16px;
  font-weight: 300;
  color: #696969;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 24px;
}

.feat-item .read-more {
  padding: 15px 25px;
  display: table;
  text-align: center;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 16px;
  color: #696969;
}



.feat-item:hover h4 {
  color: #b22222;
}
.feat-item:hover p {
  color: #343434;
}
.feat-item:hover .read-more {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

/*Portfolio*/

.contact-main {
  padding-top: 140px;
  position: relative;
}

.con-title {
  width: 257px;
  padding: 20px 0;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -120px;

}

.title {
  color: #b22222;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: normal;
}

.subtitle {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.main-border {
  border-bottom: 1px solid #e6e6e6;
  margin: 35px 0;
}



/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/
.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;
}

.filter-container li {
  width: 19.99%;
  float: left;
}

.home-filter {
  margin-left: 0 !important;
}

.filter-container li img{
  width: 100%;
}


.filter {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 50px;
}

.filter li {
  float: left;
  margin-right: 20px;
}

.filter a {
  font-size: 16px;
  padding: 15px 20px;
  display: table;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-weight: 300;
  color: #696969;


 -webkit-transition: all 0.4s ease-in-out 0.2s;
 -moz-transition: all 0.4s ease-in-out 0.2s;
 -o-transition: all 0.4s ease-in-out 0.2s;
 -ms-transition: all 0.4s ease-in-out 0.2s;
 transition: all 0.4s ease-in-out 0.2s;
}

.filter a:hover, .filter a.active {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}


.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    width: 100%;
}

.port-text h4{
  color: #b22222;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  margin-bottom: -5px;
  padding-top: 40px;
}
.port-text span{
  color: #969696;
  font-size: 15px;
  font-weight: 300;
}

/*  2  */   
.view-two img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-two .mask {
   background-color: #b22222;
   background-color: rgba(178,34,34,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;

}

.view-two .mask .port-text{
  background: url(../images/port-bg.png) center no-repeat;
  position: absolute;
  height: 180px;
  bottom: -60px;
  width: 100%;

   -webkit-transform: translate(0px, 100px);
 -moz-transform: translate(0px, 100px);
 -o-transform: translate(0px, 100px);
 -ms-transform: translate(0px, 100px);
 transform: translate(0px, 100px);
 -webkit-transition: all 0.2s 0.1s ease-in-out;
 -moz-transition: all 0.2s 0.1s ease-in-out;
 -o-transition: all 0.2s 0.1s ease-in-out;
 -ms-transition: all 0.2s 0.1s ease-in-out;
 transition: all 0.2s 0.1s ease-in-out;
}

.view-two .mask i{
    color: #fff;
    font-size: 36px;
    margin-top: 20px;
}
.view-two .mask i:hover{
     transform:rotate(360deg);
      -ms-transform:rotate(360deg);
      /* IE 9 */
      -moz-transform:rotate(360deg);
      /* Firefox */
      -webkit-transform:rotate(360deg);
      /* Safari and Chrome */
      -o-transform:rotate(360deg);
      /* Opera */
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
  }


.view-two:hover .mask .port-text {
     -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
} 
.view-two:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-two:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
}

/*Big Line*/

.big-line {
  background: #b22222;
  padding: 40px 0 50px;
}

.inner-big {
  display: table;
  margin: 0 auto;
}

.inner-big p{
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: inline;
}

.inner-big a {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 26px;
  font-weight: bold;
  color: #343434;
  text-align: center;
  padding: 25px 35px;
  display: inline;
  margin-left: 30px;
}

.inner-big a:hover{
  -webkit-border-radius: 0 7px;
-moz-border-radius: 0 7px;
border-radius: 0 7px;
background-color: #dfdfdf;
-webkit-box-shadow: 0 3px rgba(171,171,171,.75);
-moz-box-shadow: 0 3px rgba(171,171,171,.75);
box-shadow: 0 3px rgba(171,171,171,.75);
color: #696969;
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
}

/*Adventages*/

.adventages {
  padding: 80px 0 75px;
}

.adv-img img {
  width: 100%;
}

.adventages p{
  font-size: 16px;
  color: #696969;
  margin-top: 0;
  line-height: 25px;
  font-weight: 300;
}

.adventages p.second-p {
  font-size: 18px;
  font-weight: normal;
}

.adventages span {
  color: #b22222;
}

.read-more {
    padding: 15px 25px;
  display: table;
  text-align: center;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 16px;
  color: #696969;
}

.read-more:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

/*Counter*/

.statistic-box {
  background: url(../images/clouds.png) repeat;
  padding: 100px 0;
  margin-bottom: 70px;
}

.statistic-counter i {
  font-size: 30px;
  color: #343434;
  text-align: center;
  display: block;
}

.statistic-counter h4 {
  font-size: 46px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #343434;
  margin: 20px;
  line-height: 24px;
}

.timer {

}

.statistic-counter p {
  font-size: 22px;
  font-weight: 300;
  display: block;
  text-align: center;
  color: #343434;
  margin: 0;
}

/*Our Team*/

.additionalicons{
padding:20px 0;
text-align:center;
margin: -50px 0 0px;
}

 .additionalicons i{
  color:#fff;
  font-size:20px;
  background: #d4d4d4;
  border-right: 1px solid #e3e3e3;
  margin-right: -3px;
  width: 55px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}


 .additionalicons i:hover{
  background: #b22222;
}


.team-descr h4 {
  color: #343434;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.team-descr p {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  padding: 0 30px;
  font-family: 'Titillium Web';
}

.our-team .slide img {
  width: 100%;
}

.our-team .slide:hover  h4{
  color: #b22222;
}

.our-team .slide:hover {
  -webkit-box-shadow: 0 0 10px rgba(1,1,1,.15);
  -moz-box-shadow: 0 0 10px rgba(1,1,1,.15);
  box-shadow: 0 0 10px rgba(1,1,1,.15);
}

/*Services*/

.service-title {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #c3c3c3;
  padding: 20px 30px;
}
.service-title i {
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  font-size: 20px;
}

.service-title p {
  display: inline;
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.service-title span {
  display: inline;
  font-size: 22px;
  color: #fff;
  margin: 0;
  margin-right: 15px;
}



.service-content {
  padding: 20px;
      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;
}

.service-item:hover .service-title{
  background: #b22222;
}
.service-item:hover .service-content{
  background: #f5f5f5;
  margin-left: 20px;
}

.service-content p{
  margin: 0;
  font-weight: 300;
  color: #696969;
  font-size: 16px;
}
.service-content a{
  margin: 0;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.services {
  padding-bottom: 40px;
}


/*Testimonials*/



  .testimonials .bx-controls-direction {
  display: none;
}

.testimonials .bx-pager {
  display: block !important;
}

.testimonials {
  background: url(../images/test-bg.png) repeat;
  padding: 75px 0;
}

.testimonials h1 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: normal;
}

.testimonials ul {
  margin: 0;
  padding: 0;
}

.testimonials .bx-wrapper {
position: relative;
margin: 0 auto 10px;
padding: 0;
} 

.testimonials blockquote{
    clear: both;
    font-size: 16px;
    position: relative;
    quotes: none;
    border: 0px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    width: 70%;
    margin: auto;
    text-align: center;
}

.testimonials .bx-wrapper img {
float: left;
margin-right: 20px;
}

.testimonials .bx-viewport {
  height: 175px !important;
}

.test-content {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: rgba(255,255,255,.81);
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  float: left;
  padding: 30px;
  text-align: center;
  width: 80%;
}

.test-content p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.test-content span {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
}


/*Blog Pots*/

.blog-post {
  padding-top: 75px;
}

.blog-img {
  position: relative; 
}

.blog-img img {
  width: 100%;
}

.date {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  padding:  10px;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.date span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  color: #fff;
}
.date p {
  font-size: 26px;
  font-weight: 600;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-top: -5px;
}

.post-meta {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: rgb(227,227,229);
  background-color: rgba(227,227,229,.8);
  padding: 20px 0px;
  text-indent: 13px;
  position: absolute;
  bottom: 6px;
  width: 100%;
}

.content iframe {
  width: 100%;
}


.post-meta ul li {
  display: inline;  
}

.post-meta ul li:after {
  content: "|";
  padding: 0 10px;
  color: #343434;
}

.post-meta ul li:last-child:after {
  content: none;
} 

.post-meta ul li i {
  margin-right: 10px;
  font-size: 16px;
  color: #343434;
}

.post-meta ul li a {
  margin-right: 10px;
  font-weight: 300;
  font-size: 16px;
  color: #343434;
}

.blog-item:hover .post-meta ul li:after, .blog-item:hover .post-meta ul li i,
.blog-item:hover .post-meta ul li a {
  color: #fff;
}


.blog-item:hover .post-meta {
  background-color: #b22222;
  background-color: rgba(178,34,34,.8);
}

.blog-content p {
  text-align: center;
  font-size: 16px;
  color: #696969;
  padding: 10px;
  margin: 0;

}

/*Customers*/

.customers {
  padding-bottom: 50px;
}


.customers ul li img {
  width: 100%;
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter: alpha(opacity=30);
 opacity: .3;
}

.customers ul li img:hover {
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
 opacity: 1;
}

.customers .slide {
margin-top: 2px;
margin-left: 1px;
}

.customers .bx-controls-direction {
  display: none !important; 
}
/*********************************
-------------About Page-----------
**********************************/

.about-page .our-team {
  padding-top: 50px;
}
.about-page .our-team h1 {
  font-size: 36px;
  color: #343434;
  margin: 0;
  text-align: center;
}
.about-page .our-team .subtitle {
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
}

.about-inner {
  margin-top: 80px;
  margin-bottom: 0;
}

.about-inner h1 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;  
  font-weight: normal;
  line-height: 33px;
}

.about-inner p {
  font-size: 18px;
  color: #fff;
  margin: 0; 
  font-weight: 300;
  line-height: 24px;
  width: 80%;
}

.about-inner .more {
  font-size: 22px;
  font-weight: 600;
  color: #b22222;
  text-transform: uppercase;
  width: 210px;
  padding: 15px 0;
  text-align: center;
  display: table;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px rgba(50,50,50,.43);
  -moz-box-shadow: 0 3px rgba(50,50,50,.43);
  box-shadow: 0 3px rgba(50,50,50,.43);
  margin-top: 100px;
margin-left: 50%;
}

.about-inner .more:hover {
  background: #b22222;
  color: #fff;
}

.main-goals {
  background: url(../images/goal.jpg) center no-repeat;
  padding: 80px 0;
}
.how-work {
  background: url(../images/work.jpg) center no-repeat;
    padding: 33px 0 117px;
}
.office {
  background: url(../images/office.jpg) center no-repeat;
  padding: 80px 0;
}

.how-work .more {
  margin-left: 20%;
}


/*********************************
--------------Services------------
**********************************/

.service-second {
  padding-top: 100px;
}

.service-second h1 {
  color: #343434;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}

.blue-content {
  background: url(../images/blue.png) center no-repeat;
  padding: 70px 20px 87px;
}

.blue-serv i{
  font-size: 60px;
  color: #3399cc;
  text-align: center;
  display: block;
  margin-bottom: -10px;
}

.blue-content h4 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 34px;
}

.blue-content p{
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
}

.blue-content a {
  display: table;
  margin: 0 auto;
}


.red-content {
  background: url(../images/red.png) center no-repeat;
  padding: 70px 20px 87px;
}

.red-serv i{
  font-size: 60px;
  color: #b22222;
  text-align: center;
  display: block;
  margin-bottom: -10px;
}

.red-content h4 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 34px;
}

.red-content p{
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
}

.red-content a {
  display: table;
  margin: 0 auto;
}

.green-content {
  background: url(../images/green.png) center no-repeat;
  padding: 70px 20px 87px;
}

.green-serv i{
  font-size: 60px;
  color: #3dc0b1;
  text-align: center;
  display: block;
  margin-bottom: -10px;
}

.green-content h4 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 34px;
}

.green-content p{
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
}

.green-content a {
  display: table;
  margin: 0 auto;
}



.service-second .column4:hover i {
        transform:rotateY(360deg);
      -ms-transform:rotateY(360deg);
      /* IE 9 */
      -moz-transform:rotateY(360deg);
      /* Firefox */
      -webkit-transform:rotateY(360deg);
      /* Safari and Chrome */
      -o-transform:rotateY(360deg);
      /* Opera */
      transition:all 0.7s ease-in-out;
      -moz-transition:all 0.7s ease-in-out;
      -webkit-transition:all 0.7s ease-in-out;
      -o-transition:all 0.7s ease-in-out;
}


/*Big Img*/
.big-img img {
  width: 100%;
position: relative;
margin-top: -110px;
z-index: -100000;
margin-bottom: -7px;
}

/*Strategy*/

.strategy {
  padding-top: 70px;
}

.strategy h1 {
   color: #343434;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.strategy p {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.strategy a {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.strategy a:hover {
  color: #000;
}

.strategy i {
  color: #b22222;
}

.strategy ul li {
  margin-bottom: 7px;
}

.last-strategy {
  padding-top: 85px;
}

/*Things*/

.things h1 {
   color: #343434;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Accordion */

#accordion-container {
  border: 2px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
  border-right: 0;

}

.accordion-header {
  font-size: 20px;
  font-weight: 300;
  padding: 15px 20px;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.active-header {
  background: #b22222;
  color: #fff;
  
}

.inactive-header {
  background:  #f5f5f5;
  color: #696969;
  border: 2px solid #e5e5e5;
  border-bottom: 0;
  
}

.accordion-content {
  display: none;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 20px;
  border: 2px solid #e5e5e5;
  border-top: 0;
  border-bottom: 0;
}

/*Testimonials2*/

.client-slider .bx-controls-direction {
  display: none !important;
}

.client-slider .client-content {
  background: #f5f5f5;
  padding: 30px;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.client-slider .client-content:after {
  content:"";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #f5f5f5;
  position:absolute;
  left:30px;
  bottom:-10px;
}

.user-text h4{
  color: #b22222;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  margin-bottom: -5px;
}

.user-text p{
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.user-test img {
  float: left;
  margin-right: 30px;
}

.user-text {
  float: left;
  padding-top: 20px;
}

.stars a {
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.client-footer {
  float: left;
}

.stars {
  float: right;
  padding-top: 22px;
  text-align: right;
}

.stars img {
  float: right;
}

/*********************************
--------------Portfolio-----------
**********************************/

.breadcrumbs {
  border-bottom: 1px solid #dadada;
}

.breadcrumbs h4 {
  font-size: 16px;
  color: #696969;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}

/*Sitemap*/
.site_map {
  float: right;
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  margin-top: 20px;
    margin-bottom: 20px;
}
.site_map a{
  color: #696969;
}
.site_map a:hover{
  text-decoration: underline;
}

.port-full .contact-main {
padding-top: 70px;
position: relative;
}

.port-full .customers{
  padding-top: 70px;
}

/*********************************
----------Portfolio Grid----------
**********************************/

.portfolio-grid .filter-container {
  margin-left: -30px;
}

.portfolio-grid .filter-container li{
  margin-left: 30px;
  width: 370px;
}

.port-info {
  font-size: 20px;
  color: #696969;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}

.i-icons {
  padding-top: 1%;
  padding-left: 24px;
}

.i-icons i{
  margin-right: 20px;
  font-size: 20px !important;
}

.portfolio-grid .contact-main {
padding-top: 70px;
position: relative;
}


/*********************************
--------------Blog--------------
**********************************/

.blog-maincontent {
  padding-top: 50px;
}

.blog2-text h3{
  color: #343434;
  font-size: 30px;
  margin: 10px 0 0;
  font-weight: normal;
}

.blog2-text span{
  display: block;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
}

.blog2-text span a {
  color: #b22222;
}

.blog2-text p{
  display: block;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.blog2-img  {
  position: relative;
}
.blog2-img img {
  width: 100%;
}

.blog2-img  .date {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  padding:  10px 15px;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -10px;
}

.blog2-img  .date span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #fff;
}

.blog2-img  .date p {
  font-size: 19px;
  font-weight: normal;
  display: block;
  color: #fff;
  margin: 0;
  margin-top: -5px;
}

/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
  display: table;
  margin: 0 auto;
}

.pagenation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagenation li {
    float: left;
    margin-left: 10px;
    display: table;
    text-align: center;
    -webkit-border-radius: 0 7px;
    -moz-border-radius: 0 7px;
    border-radius: 0 7px;
    background-color: #dfdfdf;
    -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
    -moz-box-shadow: 0 3px rgba(171,171,171,.75);
    box-shadow: 0 3px rgba(171,171,171,.75);
    font-size: 16px;
    color: #696969;
}

.pagenation li.active,.pagenation li:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    padding: 0 13px;
    display: table-cell;
    color: #696969;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 35px;
    vertical-align: middle;
}

.pagenation li.active a,.pagenation li:hover a {
    color: #fff;
}


/*********************************
-----------Blog Masonry-----------
**********************************/

.blogmasonry {
  padding-top: 50px;
}

.blogpost-img {
  position: relative;
}

.blogpost-text {
  padding: 20px;
}

.blogpost-text h3{
  color: #343434;
  font-size: 20px;
  margin: 0px 0 0;
  font-weight: normal;
}

.blogpost-text span{
  display: block;
  color: #696969;
  font-size: 14px;
  font-weight: 300;
}

.blogpost-text span a {
  color: #b22222;
}

.blogpost-text p{
  display: block;
  color: #696969;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
    /*overflow: hidden;*/
}

.blog-post2 {
  float: left;
  margin-left: 30px;
  width: 364px;
  border: 1px solid #ebebeb;
  background: white;
}

.filter-container {
  margin-left: -30px;
}

.blogpost-img img{
  width: 100%;
}

.blogpost-img  .date {
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  padding:  10px 15px;
  padding-bottom: 10px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -10px;
}

.blogpost-img  .date span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #696969;
}

.blogpost-img  .date p {
  font-size: 19px;
  font-weight: normal;
  display: block;
  color: #696969;
  margin: 0;
  margin-top: -5px;
}

.blog-post2:hover .blogpost-img  .date{
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
}

.blog-post2:hover .blogpost-text h3 {
  color: #b22222;
}
.blog-post2:hover{
 -webkit-box-shadow: 0 0 8px rgba(1,1,1,.15);
  -moz-box-shadow: 0 0 8px rgba(1,1,1,.15);
  box-shadow: 0 0 8px rgba(1,1,1,.15);
}
.blog-post2:hover .date span, .blog-post2:hover .date p{
  color: #fff;
}

.loadmore {
  padding: 15px 25px;
  display: table;
  text-align: center;
  margin: 30px auto 0;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 16px;
  color: #696969;
}

.loadmore:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

/*********************************
-----------Blog Sidebar----------
**********************************/

.post-text > p {
    margin: 0;
}
.blog-sidebar {
    padding-top: 50px;
}

.blog-desc {
  background: #dfdfdf;
  padding: 20px;
}

.leftblog-item h3{
  color: #343434;
  font-size: 26px;
  margin: 0px 0 0;
  font-weight: normal;
}

.leftblog-item span{
  display: block;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
}

.leftblog-item span a {
  color: #696969;
}

.leftblog-item p{
  display: block;
  color: #696969;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.leftblog-item .blogpost-img img {
width: 100%;
margin-bottom: -6px;
}

.leftblog-item .read-more {
  float: right;
}

.leftblog-item:hover .blogpost-img  .date{
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
}

.leftblog-item:hover .date span, .leftblog-item:hover .date p{
  color: #fff;
}

.leftblog-item:hover .blog-desc {
  background: #b22222;
}

.leftblog-item:hover .blog-desc h3,
.leftblog-item:hover .blog-desc span,
.leftblog-item:hover .blog-desc a{
  color: #fff;
}

.leftblog-item:hover .read-more {
      -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

/*Aside*/

.sidebar h4 {
  font-size: 20px;
  color: #343434;
  margin: 0 0 25px;
  font-weight: normal;
}
.sidebar h3 {
    font-size: 16px;
    color: #343434;
    margin: 0;
    font-weight: normal;
}

.side-socials ul li {
  display: inline;
  margin-left: 20px;
}

.side-socials ul li:first-child {
  margin-left: 0px;
}

.side-socials i {
  color: #dfdfdf;
  font-size: 30px;
}

.side-socials i:hover {
  color: #b22222;
}

.post-box img {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.post-box .post-text {
  float: left;
  font-weight: 300;
  color: #696969;
  font-size: 14px;
  width: 70%;
}

.post-box:hover .post-text {
  text-decoration: underline;
}

.post-box {
  margin-bottom: 20px;
}

.side-contact p {
  font-weight: 300;
  color: #696969;
  font-size: 14px;
  margin: 0 0 10px;
}

.text-widget p{
  font-weight: 300;
  color: #696969;
  font-size: 14px;
}

/*********************************
------------Blog Single----------
**********************************/

.comments-area h3 {
  color: #343434;
  font-size: 30px;
  font-weight: normal;
}

.comment-tree {
  margin-bottom: 50px;
}

.comment-tree li{
  margin-bottom: 30px;
}

.comment-box p {
  color: #343434;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-box span {
  color: #696969;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.comment-box img {
  float: left;
  margin-right: 30px;
}

.comment-box .comm-text {
  float: left;
}

.comm-border {
  border-bottom: 1px solid #f5f5f5;
  width: 100px;
  margin-top: 20px;
}

.depth {
  margin-left: 100px;
}

/*Comment Submition*/

.comment-submit input[type="text"] {
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  padding: 13px 0;
  text-indent: 15px;
  width: 100%;
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #fff;
  border: solid 1px #e1e2e1;
  margin-bottom: 10px;
  font-family: 'Titillium Web';
}
.comment-submit input[type="text"]:focus {
  border: solid 1px #b22222;
  outline: 0;
}

.comment-submit textarea {
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  padding: 13px 0;
  text-indent: 15px;
  width: 100%;
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #fff;
  border: solid 1px #e1e2e1;
  margin-bottom: 10px;
  height: 130px;
  font-family: 'Titillium Web';
}
.comment-submit textarea:focus {
  border: solid 1px #b22222;
  outline: 0;
}

.comment-submit input[type="submit"] {
    padding: 15px 0px;
    width: 135px;
  display: table;
  text-align: center;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 16px;
  color: #696969;
  border: 0;
  cursor: pointer;
  float: right;
}

.comment-submit input[type="submit"]:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}


/*********************************
--------------Clients-------------
**********************************/

.clients-page {
  padding: 50px 0 70px;
}

.project-text h2{
  color: #b22222;
font-size: 30px;
line-height: 34px;
margin-bottom: 25px;
margin-top: 0;
font-weight: normal;
}

.project-text p {
  font-size: 16px;
  font-weight: 300;
  color: #696969;
}

.project-text li {
  display: inline;
  margin-left: 20px;
  float: left;
}

.project-text li:first-child {
  margin-left: 0;
}

.project-img img {
  width: 100%;
}


/*********************************
--------------Map--------------
**********************************/

.contact-page {
  padding-top: 50px;
}

#map {
  height: 855px;
  margin-bottom: 270px;

  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
}

.main-contact {
  position: relative;
}

.contact-wrapper {
  position: absolute;
  width: 100%;
  bottom: -180px;
}

.left-contact {
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #f5f5f5;
  padding: 40px;
}

.left-contact h3 {
  color: #343434;
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
}

/*Contact Submition*/

.left-contact input[type="text"] {
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  padding: 11px 0;
  text-indent: 15px;
  width: 49.9%;
  float: left;
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #fff;
  border: solid 1px #e1e2e1;
  margin-bottom: 7px;
}
.left-contact input[type="password"] {
    background-color: #fff;
    border: 1px solid #e1e2e1;
    border-radius: 7px 0;
    color: #696969;
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
    padding: 11px 0;
    text-indent: 15px;
    width: 49.9%;
}
.left-contact input[type="text"]:focus {
  border: solid 1px #b22222;
  outline: 0;
}
.left-contact input[type="password"]:focus {
    border: solid 1px #b22222;
    outline: 0;
}
.left-contact label {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  margin-top: 8px;
}

.left-contact label i {
  margin-right: 5px;
}



.left-contact textarea {
  font-size: 14px;
  font-weight: 300;
  color: #696969;
  padding: 13px 0;
  text-indent: 15px;
  width: 100%;
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #fff;
  border: solid 1px #e1e2e1;
  margin-bottom: 10px;
  height: 110px;
}
.left-contact textarea:focus {
  border: solid 1px #b22222;
  outline: 0;
}

.left-contact input[type="submit"] {
  padding: 15px 0px;
  width: 235px;
  display: table;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #dfdfdf;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.75);
  -moz-box-shadow: 0 3px rgba(171,171,171,.75);
  box-shadow: 0 3px rgba(171,171,171,.75);
  font-size: 16px;
  color: #696969;
  border: 0;
  cursor: pointer;
  float: right;

}

.left-contact input[type="submit"]:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
  outline: 0;
}

.submit-area {
  position: relative;
}

.submit-area i {
  position: absolute;
  right: 196px;
  top: 17px;
  color: #696969;
  }

  .submit-area:hover i {
    color: #fff;
  }

#contact-form .message,
.comment-form .message {
    height:20px;
    font-size:13px;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#b22222;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#696969;
}

.right-contact {
  -webkit-border-radius: 7px 0;
  -moz-border-radius: 7px 0;
  border-radius: 7px 0;
  background-color: #f5f5f5;
  padding: 40px 30px 37px;
}

.right-contact h3 {
  color: #343434;
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
}

.right-contact span {
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  line-height: 24px;
}

.right-contact p {
  font-size: 16px;
  color: #696969;
  font-weight: 300;
  line-height: 24px;
}


.right-contact i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #696969;
  margin-right: 5px;
}

.right-contact i:hover {
    -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #b22222;
  -webkit-box-shadow: 0 3px #820909;
  -moz-box-shadow: 0 3px #820909;
  box-shadow: 0 3px #820909;
  color: #fff;
}

/*********************************
--------------Footer--------------
**********************************/

footer {
  background: #212a31;
  padding-top: 60px;
}
.inner-footer {
  padding-bottom: 80px;
}
.inner-footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}
.inner-footer p {
  color: #a2b1bd;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  margin-top: 0;
}
.inner-footer a {
  color: #fefefe;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  margin-top: 0;
}
.inner-footer a:hover {
  color: #a2b1bd;
}
.text-widg img {
  margin-bottom: 25px;
  margin-top: 5px;
}

.text-widg a {
  text-transform: uppercase;
  font-weight: 600;
}

/*Twitter Style*/

.user, .tweet, .timePosted {
  float:left;
  color: #fefefe;
  font-size: 14px;
  font-weight: 300;
}

.tweet {
  width:100%;
  margin-top: 3px;
}

.tweet a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.tweet a:hover {
  color: #f5f5f5;
}

.timePosted {
  width:15%;
}

.user {
  clear:left;
  width:100%;
}

.user a {
 width: 100px;
  font-size: 14px;
  font-weight: 300;
}

.user span span {
  width:100px;
  display:none;
  margin-top:10px;
}

.user img, .user a > span {
  float:left;
}

.user img {
  display: none;
}

.interact {
  float:left;
  width:10%;
  margin-top:-7px;
  display: none;
}

.interact a {
  margin-left:5px;
  float:left;
}


.user a > span {
  color: #a6b2b5;
  font-size: 14px;
  font-weight: 300;
}

#example1 {
  display: none;
}

.tweets ul {
  list-style: none;
}

/*End Twitter Style*/

.flickr img {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter: alpha(opacity=30);
 opacity: .3;
 width: 100%;
}


.flickr img:hover {
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity=100);
 opacity: 1;
}

.newsletter input[type="text"] {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #2a343c;
  border: solid 1px #38434b;
  padding: 15px 0;
  text-indent: 20px;
  width: 100%;
  font-size: 14px;
  color: #505b64;
  margin-bottom: 20px;
}

.newsletter input[type="submit"] {
  -webkit-border-radius: 0 7px;
  -moz-border-radius: 0 7px;
  border-radius: 0 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px rgba(171,171,171,.1);
  -moz-box-shadow: 0 3px rgba(171,171,171,.1);
  box-shadow: 0 3px rgba(171,171,171,.1);
  display: table;
  font-size: 16px;
  font-weight: bold;
  color: #3b3b3b;
  text-transform: uppercase;
  width: 125px;
  text-align: center;
  float: right;
  padding: 15px 0;
  cursor: pointer;
}
.newsletter input[type="submit"]:hover {
webkit-border-radius: 0 7px;
-moz-border-radius: 0 7px;
border-radius: 0 7px;
background-color: #b22222;
-webkit-box-shadow: 0 3px #820909;
-moz-box-shadow: 0 3px #820909;
box-shadow: 0 3px #820909;
color: #fff;
border: 1px solid transparent;
}

.lastdiv {
  background: #f5f5f5;
  padding: 24px 0;
  position: relative;
}

.copyright {
  font-size: 14px;
  color: #aeaeae;
}

.copyright a {
  color: #aeaeae;
}

.copyright a:hover {
color: #343434;
}

.f-icons i {
  color: #e6c5c5;
  font-size: 30px;
  margin-right: 20px;
}

.f-icons i:hover {
  color: #fff;
}

.f-icons {
  padding: 30px 0 0 30px;
}

.right-footer {
  background: url(../images/footer-bg.png) left no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  height: 87px;
}

#back-to-top {
position: absolute;
right: 30px;
z-index: 1;
bottom: 30px;
}

#back-to-top a {
display: block;
text-indent: -9999px;
width: 60px;
height: 67px;
background: url(../images/backtop.png) no-repeat center;

}

.table {
   width: 500px; font-family: arial; font-size: 14px;"
   border: 1px solid #000;
}

.table tr {
   height: 32px;
}

.table th {
  width:150px;
  padding-right:5px;
}

.table td {
 padding-left:5px;
 line-height: 20px;
}

/*** INIZIO Aggiunta di Daniele ***/

.btn#dateBtn {
    border-bottom: 1px solid #dadada;
}

.btn#dateBtn a {
    padding: 15px 20px;
    color: #004a4d;
    background-color: #65dde0;
    display: inline-block;
}

.btn#dateBtn span {
    float: right;
    height: 54px;
    line-height: 54px;
    font-size: 1.200em;
}

.panel::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: right;
    margin-left: 3px;
    vertical-align: middle;
}

.panel.active::after {
    content: "\f106";
}

#datepicker-container {
    width:100%;
    position: relative;
    height: auto;
    display: none;
    background: #F0F0F0;
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}

#datepicker-container #startDate, #datepicker-container #endDate {
    min-height: 273px;
    float: left;
}

#datepicker-container #endDate {
    margin-left: 50px;
}

#datepicker-container form#formDate input, #datepicker-container form#formDate button {
    margin-left: 50px;
    color: #004a4d;
    background-color: #65dde0;
    border-color: #65dde0;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    text-transform: uppercase;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.428571429;
    border: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

#datepicker-container form#formDate p {
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 10px;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    #datepicker-container #endDate {
        margin-left: 0;
        margin-top: 25px;
    }
}

@media screen and (max-width: 480px) {
    #datepicker-container form#formDate input, #datepicker-container form#formDate button {
        margin-left: 10px;
        margin-top: 25px;
    }
    .btn#dateBtn span {
        font-size: 0.9em;
    }
}

/*** FINE Aggiunta di Daniele ***/