

/*_________________________________________________________________________

    03-BODY ELEMENTS (HEADER, FOOTER, BODY ELEMENTS, NAVIGATION, GRID ...)                           
_____________________________________________________________________________*/

code,
pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 10px;
    text-align: left;
    white-space: pre;
    line-height: 18px;
    margin: 20px 0;
    background-color: #ebebeb;
}
img {
    max-width: 100%;
    height: auto;
}
a, a > * {
    
    text-decoration: none;
    /* -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;*/
    
}


h4,
h5,
h6 {
    font-weight: 600;
    font-variant: normal;
    white-space: normal;
    color: #404040;
    margin-bottom: 15px;
    font-family: 'Open Sans',Arial,Verdana, serif;
}
h1 {
    font-size: 26px;
    line-height: 32px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
}
h4 {
    font-size: 16px;
    line-height: 22px;

}
h5 {
    font-size: 16px;
    line-height: 22px;
}
h6 {
    font-size: 14px;
    line-height: 22px;
}


.container {
    margin: 0 auto;
    position: relative;
    width: 940px;
	 
}
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:20px; }
.one { width: 940px; margin-right: 0; }
.one-half { width: 460px; }
.two-third { width: 620px; }
.one-third  { width: 300px; }
.one-fourth { width: 220px; }
.three-fourth { width: 700px; }
.one-fifth { width: 172px; }
.one-sixth { width: 140px; }
.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last,.one-fifth.last,.one-sixth.last{margin-right: 0!important;}



 
 
   /*______________________________________________________________*/

/*                   LAYER SLIDER CSS                           */
/*______________________________________________________________*/
 
.ls-fullwidth .ls-nav-prev,.ls-fullwidth .ls-nav-next{width:40px;height:70px; z-index: 10000; top: 42%;    position: absolute;}
.ls-fullwidth .ls-nav-prev{background:#a0a0a0 url("../images/slider-prev.png") 50% 50% no-repeat;left:0px;border-radius:0px 4px 4px 0px;}
 
.ls-fullwidth .ls-nav-next{background:#a0a0a0 url("../images/slider-next.png") 50% 50% no-repeat;right:0px;border-radius:4px 0 0px 4px;}
 .large_heading_01{

    font-size: 32px;
 }

  .large_heading_02{
    color:#a0a0a0;
    font-size: 24px;
 }
.ls_large_text_01 {
    
    padding:10px 15px;
    border-radius: 2px;
    font-size: 16px;
    font-family:"Open Sans", Arial, Verdana;
    font-weight: 800;
    color: #FFF;
    text-transform: capitalize;
      
}
 .ls_large_text_02 {
    background:#a0a0a0;
    padding:10px 15px;
    border-radius: 2px;
    font-size: 16px;
    font-family:"Open Sans", Arial, Verdana;
    font-weight: 800;
    color: #FFF;
    text-transform: capitalize;
}
 .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {

    width: 9px;
    height: 9px;
   background: #e1e1e1;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 100px;
    margin-right: 7px;
    display: inline-block;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover{ background: #cacaca;}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fd4326;
    border: 1px solid #fd4326;
}


#content{
    background: #fff;
    float:left;
    width: 100%;
    margin: 0;
    position: relative;
}
.latest-projects-wrapp{
    padding: 40px 0 10px 0;
    float: left;
    width: 100%;
    position: relative;
    border-top:1px solid #e0e0e0;
    
    margin: 0px 0;

}

.latest-projects-wrapp.no-margin{
 
    margin: 0px 0 0px 0;

}
.home-intro{
    padding: 40px 0 30px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #a0a0a0;
    margin-bottom: 40px;
    


}
.home-intro h4{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    color:#FFF;
}

.home-intro .button{float:right;}
.img-holder {
    width: 30px;
    float:left;
    margin-right: 20px;
}

.img-holder i{
    color:#acacac;
    font-size: 30px;
}
.feature-text{
    width: 250px;
    float: left;
}


 p{margin-bottom: 10px;}



.button {
    font-size: 13px;
    color:#FFF;
    font-family:"Open Sans", Arial, Verdana;
    text-align: center;
    outline: none;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
      -moz-transition:all 0.24s ease 0s; 
    -webkit-transition:all 0.24s ease 0s;   
    -o-transition:all 0.24s ease 0s; 
   
}

.button.color:hover,.button.grey{   background: #acacac;color:#FFF;border-bottom: 1px solid #909090;text-decoration: none;
 }

 

.button:active,.grey-button:active,.colored-button:active { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) inset;}
.button i.right,.grey-button i.right,.colored-button i.right {color:#FFF;margin-left:5px;}
.button i.left,.grey-button i.left,.colored-button i.left {color:#FFF;margin-right:5px;}
.button.small,.grey-button.small,.colored-button.small{   padding: 5px 12px;  }
.button.big,.grey-button.big,.colored-button.big {   padding: 10px 15px; }
.button.huge,.grey-button.huge,.colored-button.huge {
   padding: 13px 20px;
   font-size: 14px;
   text-transform: uppercase;
   color: #FFF!important; 
    font-family: "OpenSans", Arial, Verdana;
    font-weight: 800;
      
}

.button.round,.grey-button.round,.colored-button.round {  border-radius: 4px;}
.button.circle,.grey-button.circle,.colored-button.circle {  border-radius: 100px;}

.portfolio-item img{
    width: 100%;
    height: auto;
	
}





.jcarousel-container {
    margin: 0px 0px 0px 0;
    max-width: 100%;
    padding: 0px 0 10px 0;
    float: left;
    position: relative;
}
ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul#projects-carousel li {
    float: left;
    width: 220px;
    height: 240px;
    margin-right: 20px;
    padding: 0;
}
 


.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
 .jcarousel-next,
.jcarousel-prev {
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right:0px;
    bottom: 0px;
    border-radius: 2px;
    color:#FFF;

}
.jcarousel-prev {
    right: 23px;    
}
.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}
 
.portfolio-item{
        background: #FFF;
      
    border-radius: 4px 4px 0px 0px;
        width: 100%;
        float:left;
     
     
}
 
.portfolio-item img{
     border-radius: 4px 4px 0px 0px;
}
.portfolio-item-link {
    display: block;
    position: relative;
}
.portfolio-item.round img{border-radius: 4px}
a.portfolio-item-link{
    line-height: 0;
    padding: 0;
    margin: 0;
}
.portfolio-item-link span.portfolio-item-hover {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
      border-radius: 4px 4px 0px 0px;
      -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
	border:1px solid #dbdbdb;
}
.portfolio-item-link span.portfolio-item-hover:hover{
    background-position: center center;

}
 
.portfolio-item-title{
    text-align: center;
    padding: 15px 5px 15px 5px;
    background: #FFF;
    border: 1px solid #dbdbdb;
    
    border-top:none;
    border-radius: 0px 0px 4px 4px;

}
.portfolio-item-title a {
    font-weight: 600;
    font-size: 13px;
    font-family: "Open Sans", Arial, Verdana;
     color:#636363;
     -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

     
}
 .portfolio-item-title a:hover{text-decoration: none; }
.portfolio-item-title p{
    font-style:normal;
    font-size: 12px;
	
}




.instagram-widget div {
    list-style: none;
    float: left;
    margin: 0px 0px 0px 0;
}
.instagram-widget div img {
    margin-bottom: 5px;
    border: none;
}
.instagram-widget div a {
    float: left;
    border: 3px solid #242424;
    display: block;
    width: 60px;
    height: 60px;
    margin: 7px 7px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}

.instagram-widget.inner div a { border: 3px solid #a0a0a0;}



.flickr-widget { margin: -5px -10px 0 0px }
.flickr-widget ul {
    float: left;
    list-style: none;
}
.flickr-widget li {
    float: left;
    border: 3px solid #242424;
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px 10px 0 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    border-radius: 2px;
}

.flickr-widget li a img { border: none }
.flickr-widget.inner li { border: 3px solid #a0a0a0;}




/*______________________________________________________________*/


