body{
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-image: url("images/home_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  overflow-x:  hidden;

}

h1, h2, h3, h4, h5, h6{
  font-family: Questrial;
  font-weight:normal;
  margin: 20px 0;
}

.row-fluid{
  margin-bottom: 0;
}

h4{
  margin: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

#background-gradient{
   position:fixed;
   width: 100%;
   height: 100%;
   opacity:0.95;
   opacity: 90%;
   z-index: -1;
}

.logo-container{
  float:left;
  height:70px; 
  position: relative;
  //z-index: 99999999;
}

.center-logo{
  position: absolute;
  top: 50%;
  margin-top: -13px;
  height: 26px;
}

.search-logo-container{
  float:right;
  height:70px; 
  position: relative; 
  width: 0px;
}

.center-search{
  position: absolute;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 0;
  cursor: pointer;
}

.close-search{
  cursor: pointer;
}

.content-wrapper{
  width: 100%;
  visibility: hidden;
}

p.title{
  margin: 20px 0;
  font-size: 1.625em;
  //float: left;
  font-family: Questrial;
}

p.post-title{
  margin: 0;
  font-size: 1.025em;
  font-family: Questrial;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

p.post-title-bigger{
  font-size: 1.3em;
  margin: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #000000;
}

p.post-categoty{
  margin: 0;
  font-size: 0.7em;
  line-height: 15px;
  font-family: Questrial;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 3px;
}

p.post-categoty-bigger{
  font-size: 1em;
  margin: 0;
  line-height: 15px;
  font-family: Questrial;
  //text-align: justify;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 3px;
}

.comment-number{
  font-size: 0.7em;
}

.desc{
  clear: left;
  float: left;
  font-size:0.7em;
  margin-top: 2em;
  line-height: 16px;
}

div.image-container{
  padding: 1px;
  margin-bottom: 20px;
}

div.image-hover
{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.latestWorksContainer ul.latestWorks li:hover div.image-hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.latestWorksContainer ul.latestWorks li:hover h4{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.latestWorksContainer ul.latestWorks li:hover p.post-categoty{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

div.image-hover p{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: 8px 11px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.nav-bar{
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.nav-bar ul, .nav-bar li{
  display: inline;
  margin: 0;
  padding: 0;
} 

.main-menu{
  display: inline;
  text-align: center;
}

.main-menu a{
  padding: 0 20px;
  text-decoration: none;
  line-height: 70px;
  display: inline-block;
  font-family: Questrial;
  font-size: 0.725em;
  text-transform: uppercase;
}

.main-menu ul ul a{
  width: 135px;
  line-height: 40px;
  padding: 0 20px;
  display: block;
  text-transform: none;
}

.menu-menu-container > ul > li{
  position: relative;
  display: inline-block;
  margin-left: -5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu ul li:hover{
}

.menu-menu-container > ul > li:first-child{
}

.main-menu ul ul{
  position: absolute;
  top: -999999px;
  left: 0;
  opacity: 0;
  text-align: left;
  z-index: 9999;
  list-style-type: none;

  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.main-menu ul li:hover > ul{
  position: absolute;
  top: 100%;
  opacity: 1;
}

.main-menu ul ul li{
  position: relative;
  margin-top: 1px;
}

.main-menu ul ul ul{
  position: absolute;
  left: 100%;
  top: -1px !important;

  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#blog-slider-container{
  width: 99.4%;
  overflow: hidden;
}

.post-image{
  position: relative;
  overflow:hidden;
  float:left;
  display:inline;
  width:50%;
  height:160px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

  .post-image:hover .image-hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

.post-image img{
  //width: 285px;
}

.post-desc{
  width:50%;
  height: 160px;
  float:left;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  padding:20px;
}

.post-desc2{
  width:auto;
  height: 158px;
  float:left;
  padding:20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.border-container{
  float: right; 
  padding-left: 5px;
}

.comment-size-box{
   width:25px;
   height:20px;
   float:right;
   text-align:center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  padding-top: 2px;
}

.triangle-box{
  float:right;
  clear:right;
  position:relative;  
}

.triangle{
  display: block;
  height: 0;
  width: 0;
}

.triangle-border{
  border-top: 7px solid #dedede !important;
  position: absolute;
  top: 0px;
  right: 6px;
}

.triangle-body{
  position: absolute;
  top: -1px;
  right: 6px;
}

.testmonials{
  width: 100%;
  height: 160px;
  padding: 0 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  position: relative;
}

.testmonials-text
{
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.twitter{
  width: 100%;
  height: 179px;
  float: left;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions 

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}****/

.full-row{
  width:100%;
  margin-bottom: 20px;
}

.full-row{
  margin-left:0 !important;
}

.row1by2{
   overflow:hidden;
   margin-left:30px;
   width: 570px;
   float:left;
}

.full-row div.row1by2:first-child{
   margin-left:0px;
}  

.row1by4{
   overflow:hidden;
   margin-left:30px;
   width: 270px;
   float:left;
}

.row1by4:first-child{
   margin-left:0px;
} 

.row3by4{
   overflow:hidden;
   margin-left:30px;
   width: 870px;
   float:left;
}

.row3by4-blog{
   overflow:hidden;
   margin-left:30px;
   width: 900px;
   float:left;
}

.row3by4-blog:first-child{
   margin-left:0px;
}

.row3by4:first-child{
   margin-left:0px;
} 

.twitter-color{
}

.feed{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.feed li{
  overflow: hidden;
  display: list-item;
}

.feed li:first-child{
  display: list-item;
}

#twitter-feed li{
  display: none;
}

#twitter-feed li:first-child{
  display: block;
}

#footer{
  font: 0.8125em Questrial;
  margin-top: 30px;
} 

.footer-text{
  float: left;
  margin: 20px 0;
}

.footer-text p{
  float: left;
  font-size: 1em;
}

.footer-social{
  margin:0px; 
  margin-top: 13px; 
  list-style-type:none;
}

  .footer-social li{
    width:30px; 
    height:30px;
    display: inline;
    float: left;
    margin-left: 5px; 
    border-radius:100%; 
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align:center; 
    line-height:25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-top: 2px;
  }

  .footer-social li:hover{
  }

.transition{
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

p.smaller-title{
  font-size: 0.725em;
}

p.smaller-category{
  font-size: 0.6em;
}

.acc-container{
   margin: 10px; 
   //height: 196px; 
   overflow:scroll; 
   overflow-x:hidden;
   overflow-y:hidden;
}

.acc-heading-color{
  margin-bottom: 1px;
}

.fixed-accordion .accordion-group:last-child .accordion-heading{
  margin-bottom: 0;
}

.acc-heading-color:hover{
}

.acc-inner-text{
  padding: 10px !important;
  text-align: justify !important;
  margin: 0 !important;
  font-size: 0.7em !important;
  line-height: 15px !important;
  color: #757575 !important;
  font-family: Tahoma !important;
}

.social-item{
  width: 30px;
  height: 30px;
  display: inline;
  float: left;
  margin-left: 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  line-height: 25px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  font-size: 0.8125em;
}

.social-item i{
  line-height: 25px !important;
}

.social-item:hover{
}

#items{
  margin-left: -30px;
}

.blog-item{
  padding:1px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  //width: 270px;
  //margin: 0  0 30px 30px;
  margin-bottom: 30px;
  float: left;
  //min-height: 250px !important;
}

.blog-item img{
  width: 266px;
  //height: 149px;
}

/*#items div:nth-child(3n-2){ 
  margin-left: 0; 
}*/

.blog-item img{
  width: 100%;
   -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.blog-item img:hover{
  opacity: 0.5;
}

.blog-desc{
  padding: 20px;
  float: left;
}

.load-more{
  text-align: center;
  font-size: 0.6em;
  padding: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  overflow: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.load-more:hover{
  cursor:pointer;
}

#col-container{
  overflow: hidden;
  clear: both;
  padding: 20px;
  margin-bottom: 30px;
}

#introduction{
   height:320px; 
   padding:20px 20px 20px 20px; 
   clear:left; 
   overflow:scroll;
   overflow-x:hidden; 
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
   overflow-y:hidden;
}

#contact-container{
  min-height:320px; 
  padding:20px;
  overflow:scroll;
  overflow-x:hidden; 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  overflow-y:hidden;
}

.contact-txtbox{
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding-right: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  margin: 0px;
  height: 30px !important;
  font-family: Tahoma;
}

.contact-txtbox:focus{
}

.color-black{
  color: #000 !important;
}

.color-grey{
  color: #757575 !important;
}

.capitalize{
  text-transform:uppercase;
}

.contact-txtarea{
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  padding: 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  margin: 0px;
  font-family: Tahoma;
  resize: none; 
  margin-bottom: 20px;
}

#map-container{
  height:320px; 
  overflow: hidden;
  padding: 1px;
}

.contact-table td{
  padding: 10px;
}

.contact-table tr td:last-child{
  border-right: 0;
}

.contact-table tr td tr td{
  border-right: 0;
}

td{
  padding: 0
}

#portfolio-items{
  clear: both;
  //margin-left: -2.564102564102564%
}

#portfolio2-items{
  clear: both;
}

.portfolio-item{
  float: left;
  display: inline;
  margin-bottom: 25px;
}

.portfolio-item .image-container{
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.portfolio-item .image-container img{
  width: 100%;
  max-width: 100%;
  display: block;
}

#filters{
  margin: 30px 0 20px 20px;
}

#filters li{
  float: left;
  display: inline;
  padding: 3px 7px;
  text-transform:uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#filters li:last-child{
  border:0;
}

#portfolio2-items .image-container{
  //width: 540px;
  //height: 320px;
}

#project-summary{
  display: table-cell;
  //height: 320px;
  clear: both;
  //overflow: scroll;
  overflow-x: hidden;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  overflow-y: hidden;
  vertical-align: top;
}

.summary-details{
  padding: 20px;
  height: 20%;
  //-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  //-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  //box-sizing: border-box;         /* Opera/IE 8+ */
}

.summary-details2 {
  padding: 20px;
  height: 25%;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
  border-bottom: 1px solid #D6D6D6;
}

.bordered-summary.work-summary{
  height: 320px;
  display: block;
}

.summary-details:last-child{
  border: 0;
}

.summary-details2:last-child{
  border: 0;
}

.services-logo{
  width: 49px;
  height: 49px;
  margin-right: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  padding: 10px;
  border: 0 !important;
}

.services-logo img{
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sized-center{
  margin: 0 auto;
}

.add-pading{
  padding-top: 10px;
}

.fixed-accordion{
  padding: 1px;
}

.fixed-accordion .acc-container{
  height: 178px;
}

.fixed-accordion .accordion-group {
  border: 0;
}

.tabs-container{
  overflow: hidden;
}

.blockquote td:last-child{
  padding: 20px 20px;
}

.blockquote td:first-child{
  text-align: center;
  padding: 20px;
}

.search-bar-container{
  position: relative;
}

#search-bar{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  height:52px;
  width:100%;
  z-index:1;
  display:none;
}

.single-carousel{
  clear:left; 
  display: table;
  width: 100%;
  height: 100%;
}

.stacked-carousel{
  //width: auto !important;
  float: left;
  margin: 0 !important;
  width: 100% !important;
  display: table-cell !important;
}

.stacked-carousel

.carousel{
  //overflow: hidden;
}

.stacked-carousel iframe{
  display: block;
  margin: 0 auto;
}


.stacked-summary{
  clear: none !important;
}

.adv{
  //height: 110px;
  width: 46%;
  margin: 0 1%;
  float: left;
  overflow: hidden;
}

.adv img{
  width: 100%;
  display: block;
}

.coments{
  list-style-type: none;
}

.up-container{
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.coments li{
  padding: 20px;
  overflow: hidden;
}

.img-60{
  padding: 1px;
}

.img-container{
  float: left;
  padding-right: 20px;
}

.comment-info{
  
}

.comment{
  margin: 10px 0;
  font-size: 0.7em;
  line-height: 15px;
}

.reply{
  float: right;
  padding: 0 4px;
  font-family: Questrial;
  font-size: 0.7em;
}

.testmonial-container{
  display: inline-block;
  position:relative;
  text-align: justify;
}

.testmonial-inner{
  display:inline-block;
  vertical-align:middle;
}

.testmonial-quote{
  width: 75%;
  padding: 20px 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.testmonial-author{
  width: 24.5%;
  padding: 30px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.testmonial-right p{
  text-align: right;
}

.testmonial-triangle-border{
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.testmonial-triangle-body{
    display: block;
    height: 0;
    width: 0;
    border-top: 10px solid rgba(255, 0, 0, 0);
    border-left: 10px solid #FFFFFF;
    border-bottom: 10px solid rgba(255, 0, 0, 0);
    position: absolute;
    left: -1px;
}

#item-testmonials > .up-container:first-of-type > .testmonial-container > .testmonial-arrow-first{
  position: absolute;
  top: 42%;
  margin-left: -5px;
}

.testmonial-arrow-first{
  position: absolute;
  top: 42%;
}

.testmonial-arrow-second{
  position: absolute;
  top: 42%;
}

.show-nav{
  display: none;
  width:70px;
  height:70px;
  margin:0;
  margin-right:30px;
  padding:25px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  float: right;
}

@media (max-width: 979px){
  .show-nav{
    display: block;
  }

  .main-menu a{
    padding: 0 20px !important;
    line-height: 40px !important;
    display: block;
    width: auto !important;
  }

  .main-menu a:hover{
    color: #c6c6c6 !important;
  }

  .main-menu:before{
    content: "Menu";
    color: #fff;
    line-height: 70px;
    margin-left: 20px;
    font-family: Questrial;
  }

  .main-menu{
    clear: both;
    width: 200px;
    position:absolute;
    right: -200px;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    text-align: left;
    background: #000;
  }
   .main-menu ul li{
    display: block;
    position: static;
    margin: 0;
   }

   .menu-menu-container > ul > li:first-child{
      border: 0;
      border-top: 1px solid #212121;
   }

   .main-menu ul li:hover{
    background: #000;
   }

   .main-menu ul li a{
    color: #fff;
   }

   .main-menu ul ul{
    position: static;
    opacity: 1;
    //border-left: 1px solid #383838;
    //margin-left: 20px;
   }

   .main-menu ul ul li{
    background: #000;
   }

   .main-menu ul li:hover > ul{
    position: static;
   }

   .main-menu ul ul ul{
      position: static;
   }

   #introduction{
    height: auto;
   }

   .footer-text{
    float: none;
   }

   .footer-text p{
    display: block;
    float: none;
    text-align: center;
   }

   .footer-social{
    float: none !important;
    text-align: center;
   }

   .footer-social li{
    float: none;
    display: inline-block;
   }
}

#search-field{
   width: 90%;
   height: 42px;
   border:0;
   font-weight:bold;
}

.search-icon{
   float:right;
   margin-top:17px !important;
}

.zero-margin{
  margin:0 !important;
}

.desc-container{
   height:65px;
   display:inline-block;
   overflow: scroll;
   overflow-x: hidden;
   overflow-y: hidden;  
}

.loading-container{
  position:fixed !important; 
  position:absolute; 
  top:0; 
  left:0; 
  right:0; 
  bottom:0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
}

.loading{
  text-align: center;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  font-size: 1.625em;
  font-family: Questrial;
  color: #000000;
}

.grayscale-map{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

.carousel-nav{
  position:absolute;
  bottom:0;
  right:0;
  margin: 0 10px 15px 25px;
}

.about-intro p{
  margin: 0;
  font-size: 0.7em;
  line-height: 15px;
  font-family: Tahoma;
}

.no-margin-row{
  //margin-left: 0 !important;
}

#css-table { 
  display: table; 
  width: 100%;
  margin-top: 30px;
}

#css-table .col { 
  display: table-cell; 
  width: 25%; 
  padding: 20px; 
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#css-table .col:first-child { 
  border: 0;
}

.contact-info-container{
  display: table;
}

.contact-info-container .elem{
  display: table-cell;
  vertical-align: middle;
}

.contact-info-container .elem:last-child{
  padding-left: 20px;
}

.contact-info-container .elem:last-child p{
  margin: 0;
  font-size: 0.7em;
  line-height: 15px;
  font-family: Tahoma;
}

.portfolio-item:hover div.image-hover
{
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.portfolio-item:hover h4{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.portfolio-item:hover p.post-categoty{
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.services-elem .span3:nth-child(4n + 1){
  margin-left: 0px;
}

.services-elem .span6:nth-child(2n + 1) {
  margin-left: 0;
}

.services-elem p{
  margin: 0;
  font-size: 0.7em;
  line-height: 15px;
  font-family: Tahoma;
}

.services-elem p:first-of-type{
  margin: 0;
  font-size: 1.025em;
  font-family: Questrial;
}

.tablet-contact-info{
  display: none;
}

.wp-caption{}

.wp-caption-text{}

.sticky {
  box-shadow: 0px 0px 4px #ffba00;
}

.gallery-caption{}

.bypostauthor{}

.alignright{}

.alignleft{}

.aligncenter{}

#commentform input#submit{
  display: inline-block;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  float: right;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.social-shares{
  float: left;
  margin-left: 5px;
}

.single-post-content{
  margin-top: 30px
}

.single-post-content p{
  font-size: 0.7em;
  text-align: justify;
  margin: 0 0 10px;
}

.shares-container{
  display: inline-block;
  float: left;
}

.single-workpost-desc p{
  font-size: 0.7em;
  text-align: justify;
  line-height: 14px;
}

.coments .children ul li{
  padding-left: 80px;
  list-style-type: none;
}
.coments .children ul li:before{
  border: 1px solid;
}

.share{
  padding-right: 0;
}

#social-popover {
  margin-left: 5px;
  cursor: pointer;
}

.span0{
  width: 0px !important;
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
  //margin-left: 30px;
}

.carousel-inner video{
  //width: 570px;
  height: 320px;
}

#video-container{
  margin-bottom: 0 !important;
  padding: 1px;
}

#video-container iframe{
  display: block !important;
}

#video-container video{
  display: block !important;
}

#home2-img{
  margin-bottom: 0 !important;
  padding: 1px;
}

#home2-img img{
  display: block;
  width: 100%;
}

/*Default main header style
.main-headline{
  padding: 20px;
  background: #51D8DD;
}

.main-headline h3{
  color: #FFFFFF;
  margin: 0;
}

.main-headline p{
  color: #FFFFFF;
  margin: 0;
  font-size: .8em;
}

.main-headline a{
  color: #FFFFFF;
  margin-top: 20px;
}*/

/*Default main header style 2*/
.main-headline{
  padding: 30px;
  background: #ffc000;
}

.main-headline h3{
  color: #000;
  margin: 0;
}

.main-headline p{
  color: #000;
  margin: 0;
  font-size: .8em;
}

.main-headline a{
  color: #000;
  margin-top: 20px;
}

.widget{
  height: 160px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  border: 1px solid #D6D6D6;
  background-color: #FFF;
}

#newsletter input[type="text"]{
  margin: 0 !important;
  height: 40px !important;
  padding-right: 31px;
  font-family: Questrial;
}

.inline-icon{
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  display: block;
  height: 0 !important;
  color: #d5d5d5;
  z-index: 2;
}

.widget .contact-info{
  height: 34%;
  display:table;
}

.widget .contact-info .elem{
  display:table-cell;
  vertical-align: middle;
}

.widget .contact-info .elem:last-child{
  padding-left: 20px;
}

p{
  margin: 0;
  font-size: 0.7em;
  line-height: 15px;
  font-family: Tahoma;
  color: #888888;
}

.slide-left .slider-text{
  text-align: left;
  float: left;
  //margin-left: 10%;
  margin-top: 8%;
  color: #FFFFFF;
  position: relative;
  z-index: 9999999;
}

.slider-text h1,.slider-text h2,.slider-text h3,.slider-text h4,.slider-text h5,.slider-text h6{
  color: #FFFFFF !important;
  text-shadow: 1px 1px 1px #000;
  margin-bottom: 10px !important;
}

.slider-text p{
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000;
  font-family: Questrial;
  font-size: 14px;
  line-height: 18px;
}

.slider-text h2{
  font-size: 40px;
}

.slider-text h4{
  font-size: 24px;
}

.yellow-part{
  color: #ffba00;
}

.instagram-image {
  width: 47px;
  height: 50px;
  float: left;
  margin: 5px;
}


.slide-patt{
  position: absolute; 
  top:0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: rgba(0,0,0,0.6);
  z-index: 4;
}
 
 .slide-right .slider-text{
  text-align: right;
  float: right;
  //margin-right: 10%;
  margin-top: 8%;
  color: #FFFFFF;
  position: relative;
  z-index: 9999999;
}

.slide-btn.capitalize {
  font-size: 14px;
  background: rgb(255, 255, 255);
  padding: 6px 15px;
  display: inline-block;
  color: rgb(0, 0, 0);
  font-family: questrial;
  margin: 15px 0;
  box-shadow: 1px 1px 1px #000;  
}

.instagram-placeholder a {
  width: 24%;
  height: 55px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.instagram-image {
  width: 100% !important;
  height: 100% !important;
  float: left;
  margin: 5px;
}

.slide-left .slides-navigation{
  left: 0;
}

.slide-right .slides-navigation{
  right: 0;
}

.slides-navigation a:hover{
  color: #FFBA00;
}

.fb-like-box{
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  min-height: 160px !important;
}

.fb-like-box iframe:first-of-type{
  width: 100% !important;
}
.fb-like-box span:first-of-type{
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#home2-img img{
  width: 100%;
}

#blog-sidebar {
  font-size: 0.725em;
}

#blog-sidebar #searchform {
  height: 160px;
  background: #FFF;
  padding: 20px;
  border: 1px solid #D5D5D5;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#blog-sidebar #searchform input[type="text"]{
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  height: 30px !important;
  font-family: Tahoma;
}

#blog-sidebar #searchform input[type="text"]:focus{
  border: 1px solid;
}

#blog-sidebar select.postform{
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  height: 30px !important;
  font-family: Tahoma;
  outline: 0;
}

#blog-sidebar select.postform:focus{
  border: 1px solid;
}

#blog-sidebar select{
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  height: 30px !important;
  font-family: Tahoma;
  outline: 0;
}

#blog-sidebar select:focus{
  border: 1px solid;
}

#blog-sidebar #searchform input[type="submit"]{
  display: inline-block;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #888;
  border: 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#blog-sidebar #searchform input[type="submit"]:hover{
  color: #FFF;
  background-color: #000;
}

#blog-sidebar #menu-menu-1{
  background: #FFF;
  overflow: hidden;
  padding: 20px;
}

#blog-sidebar #menu-menu-1 ul{
  border: 0;
}

#blog-sidebar #menu-menu-1 li{
  display: block;
  border: 0;
}

#blog-sidebar #calendar_wrap{
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6D6D6;
}

#blog-sidebar #wp-calendar{
  width: 100%;
  border: 1px solid #D8D8D8;
}

#blog-sidebar #wp-calendar caption{
  border: 1px solid #D8D8D8;
  border-bottom: 0px;
  padding: 10px;
  background-color: #D8D8D8;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

#blog-sidebar #wp-calendar thead{
  background-color: #F4F4F4;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
 }

 #blog-sidebar #wp-calendar th{
  border: 1px solid #D8D8D8;
  padding: 10px;
 }
#blog-sidebar #wp-calendar td{
  border: 1px solid #D8D8D8;
  padding: 5px;
  font-size: 12px;
  text-align: center;
} 
  
#blog-sidebar .cat-item {
  list-style-type: none;
  //padding: 0 0 10px 20px;
  background: #FFF;
}


#blog-sidebar .span3 li.page_item{
  list-style-type: none;
  //padding: 10px 0 10px 20px;
  background: #FFF;
}

#blog-sidebar #recentcomments{
  background: #FFF;
  padding: 20px;
}

#blog-sidebar .recentcomments{
  list-style-type: none;
  padding-bottom: 5px;
}

#blog-sidebar .tagcloud{
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6D6D6;
}

#blog-sidebar .textwidget{
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6D6D6;
}

.textwidget img{
  max-width: 100%;
  height: auto;
}

.textwidget p {
font-size: 1em;
}

img.wp-smiley {
  width: auto !important;
  height: auto !important;
}

#blog-sidebar ul{
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6D6D6;
  font-family: questrial;
  color: #747474;
}

#blog-sidebar ul ul{
  padding: 0px;
}

#blog-sidebar ul ul{
  padding: 0px;
}

#blog-sidebar ul li{
  display: block;
  border-top: 1px solid #d6d6d6;
  padding: 5px 0;
}

#blog-sidebar ul li:before{
  font-family: FontAwesome;
  content: "\f0da";
  float: left;
  margin-right: 10px;
}

#blog-sidebar ul li a:hover{
  color: #000000;
}

#blog-sidebar ul li{
  list-style-type: none;
}

#blog-sidebar a{
  //display: block !important;
}

.similar-proj{
  overflow: hidden;
}

.similar-proj img{
  display: block;
  width: 100%;
  height: auto;
}

.similar-proj a{
  overflow: hidden;
  position: relative;
  display: block;
}

.similar-proj:hover div.image-hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#pu_facebook_widget-4{
  height: 160px;
}

[id*="ns_widget_mailchimp_form-"]{
  //height: 160px;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
}

[id*="ns_widget_mailchimp_form-"] input[type="text"] {
  font-family: Questrial;
  margin: 0 !important;
  height: 40px !important;
  padding-right: 31px !important;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #D6D6D6;
  color: #888 !important;
  width: 100%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  margin-top: -1px !important;
  position: relative;
}

[id*="ns_widget_mailchimp_form-"] input[type="text"]:focus{
  border: 1px solid;
  z-index: 1;
}

@-moz-document url-prefix() {
    .pg_paging a {
        //margin-top: -2px;
    }

    .pg_paging_bp a{
       margin-top: 0px;
    }

    #map-container{
      filter: none !important;
    }

    .triangle {
      border-left: 7px solid transparent !important;
      border-right: 7px solid transparent !important;
      border-top: 7px solid transparent !important;
  }


  
  .testmonial-triangle-border {
      border-bottom: 10px solid transparent !important;
      border-left: 10px solid #D6D6D6;
      border-top: 10px solid transparent !important;
  }

  .testmonial-triangle-body {
      border-bottom: 10px solid transparent !important;
      border-left: 10px solid #FFFFFF;
      border-top: 10px solid transparent !important;
      //left: 0 !important;
  }

  .fb-like-box{
    min-height: 0 !important;
  }

  .bordered-summary.work-summary .summary-details{
    height: 20%;
    -moz-box-sizing: border-box;
  }

  .bordered-summary.work-summary .summary-details2{
    height: 25%;
    -moz-box-sizing: border-box;
  }

  .bordered-summary.work-summary{
    display: block !important;
    height: 320px !important;
  }
}

.bucket.home_albums{
  overflow: hidden;
}

.assistive-text.section-heading{
  font-size: 1.5em;
}

#comment-nav-below{
  padding: 20px;
}


[id*="ns_widget_mailchimp_form-"] label{
  font-size: 0;
}

[id*="ns_widget_mailchimp_form-"] label:last-of-type{
  display: none;
}

[id*="ns_widget_mailchimp_form-"] input[type="submit"]{
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #D6D6D6;
  border: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform: uppercase;
}

[id*="ns_widget_mailchimp_form-"] input[type="submit"]:hover{
  color: #FFF;
  background-color: #000;
}

[id*="ns_widget_mailchimp_form-"] br{
  display: none;
}

[id*="ns_widget_mailchimp_form-"] label{
  margin: 0;
}

blockquote{
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 0;
  width: 100%;
}

blockquote p{
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
  //margin-bottom: 15px;
  vertical-align: top;
  color: #757575 !important;
}

blockquote p:before{
  content: '"';
  font-size: 40px;
  margin-right: 10px;
  //margin-bottom: 2px;
  border-right: 1px solid #d6d6d6;
  //border-bottom: 1px solid #d6d6d6;
  padding-right: 15px;
  display: block;
  padding-top: 15px;
  padding-left: 15px;
  background: #eeeeee;
  margin-top: -15px;
  color: #000000;
  width: 20px;
  float: left;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote p:after{
  content: "";
  display: block;
  margin-bottom: 15px;
}

.accordion{
  margin-bottom: 0;
}

.carousel{
  margin-bottom: 0;
}

.accordion.shortcode {
  margin: 20px 0;
}

.bordered-summary{
  border: 1px solid #D6D6D6;
}

.search-res img{  
  max-width: 100%;
  height: auto;
}

.tab-content{
  overflow: auto;
  margin: 20px;
  border-left: 0;
  height: auto;
  padding: 0;
  padding-left: 20px;  
  background: #FFFFFF;
}

.tabs-container{
  background: #FFFFFF;
}

.carousel-inner.stacked-carousel video {
  width: 100%;
  height: 100%;
}

#blog-sidebar .accordion-toggle {
  padding: 20px;
}

#blog-sidebar .accordion-toggle .comment-number{
  font-size: 1em;
}

a img{
    border: 0;
}

.bordered-summary.work-summary .summary-details{
  height: 20%;
  box-sizing: border-box;
}

.bordered-summary.work-summary .summary-details2{
  height: 25%;
  box-sizing: border-box;
}

.bordered-summary.work-summary{
  display: block !important;
  height: 320px !important;
}

.single-workpost-desc ul, .single-workpost-desc ol{
  padding: 5px 20px;
  font-size: 12px;
}

.single-post-content ul, .single-post-content ol{
  padding: 5px 15px;
  font-size: 12px;
}

/*this is last update*/
blockquote p{
  margin: 0 !important;
  margin-top: 15px !important;
  margin-right: 15px !important;
}


caption{
  border: 1px solid #D8D8D8;
  border-bottom: 0px;
  padding: 10px;
  background-color: #D8D8D8;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

thead{
  background-color: #F4F4F4;
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
 }

th{
  border: 1px solid #D8D8D8;
  padding: 10px;
 }

td{
  border: 1px solid #D8D8D8;
  padding: 5px;
  font-size: 12px;
  text-align: center;
} 

.single-post-content img {
  max-width: 100%;
  height: auto;
}

.alignright{
  float: right;
  margin: 10px;
}

.alignleft{
  float: left;
  margin: 10px;
}

.aligncenter{
  margin: 10px auto;
}

input[type="password"]{
  font-family: Questrial;
  margin: 0 !important;
  height: 40px !important;
  padding-right: 31px !important;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #D6D6D6;
  color: #888 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  margin-top: -1px !important;
  position: relative;
}

input[type="submit"]{
  //width: 100%;
  display: inline-block;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #888;
  border: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform: uppercase;
}

input[type="submit"]:hover{
  background: #000;
}

.single-post-content embed, .single-post-content iframe{
  max-width: 100%;
}

#blog-sidebar ul li a {
background: #FFF;
}

.blog-desc {
//padding: 20px;
float: none;
overflow: hidden;
}

.coments li li {
  border: 0;
  list-style-type: decimal;
  margin: 0;
  padding: 2px 10px;
}

._43qf ._4cg3 {
  height: 46px;
  overflow: hidden;
}

.services-elem td {
  border: 0;
  text-align: left;
  font-size: 16px;
}

.bucket.home_albums {
  min-height:320px;
}

#blog-sidebar > ul > li:first-child {
  border-top: 0;
}

ul.children {
  border: 0 !important;
}

.navigation.post-navigation {
  margin-bottom: 30px;
}

.assistive-text {
  margin-bottom: 10px;
}

.nav-links a{
  font-size: .8em;
  text-decoration: underline;
}

.nav-links a:last-child {
  float: right;
}

.nav-links a:first-child {
  float: left;
}

.no-margin-result{
  margin-bottom: 0;
}

.smile{
  margin: 0 auto;
  font-size: 60px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  overflow: hidden;
  text-align: center;
  padding-right: 60px;
  padding-bottom: 30px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 75px;
  color: #000;
}

#blog-sidebar .menu a {
  border-bottom: 1px solid #D6D6D6;
  padding: 5px 0 !important;
  display: block;
}

#blog-sidebar .menu ul, #blog-sidebar .menu li {
  border: 0 !important;
  padding: 0 !important;
}

#blog-sidebar .menu li:before{
  padding-top: 5px; 
}

#blog-sidebar .menu {
  border: 0 !important;
}

#blog-sidebar > select.postform{
  background: #fff;
  padding: 20px;
  height: 62px !important;
} 

#blog-sidebar > select{
  background: #fff;
  padding: 20px;
  height: 62px !important;
} 

#blog-sidebar .tagcloud a {
  display: inline !important;
  float: left;
  padding-right: 5px;
}

#blog-sidebar .tagcloud {
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  color: #747474;
}

.nav-next {
  float: right;
}

.nav-previous{
  float: left;
}

.coments blockquote{
  display: block;
  width: auto;
  overflow: hidden;
  padding-right: 10px;
  font-size: .7em;
  color: #757575;
}

.coments blockquote:before {
  content: '"';
  font-size: 32px;
  display: block;
  float: left;
  padding: 20px;
  background: #EEE;
  margin-right: 10px;
}
