@import url(http://fonts.googleapis.com/css?family=Lato);
html, body {
	height:100%;
	background:#f8f8f8;
	font-family: verdana,helvetica,arial,sans-serif !important;
}
.thumb-label-item {
    width: 220px;
    margin-bottom: 30px;
}

.thumb-label-item .thumb-label-item-img {
    margin-bottom: 20px;
}

.thumb-label-item .thumb-label-item-img img {
    width: 100%;
}

.thumb-label-item .thumb-label-item-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/portfolio_shadow.png);
    background-position: center 93%;
    bottom: -17px;
    width: 100%;
    height: 73%;
    left: 0;
}
.container
{
background:#fff;
box-shadow: 4px 0px 9px -5px #999, -4px 0px 9px -5px #999;
}
.logo
{
margin: 5px 0px 5px 15px;
height:auto;
float:left;
}
hr
{
margin: 10px auto !important;
}
.writeup
{
text-align:justify;
padding: 5px 30px;
margin-bottom:25px;
}
.contact
{
margin: 10px 140px 10px 0px;
height:auto;
float:right;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
color:#1f3045;
font-size:11px;
font-family: "Helvetica Rounded", Arial, sans-serif;
text-transform:lowercase;
line-height:1.8em;
}
.contact i
{
margin-right: 5px;
}
.main-menu{
	z-index:999;
	left:0%;
	background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.11);
    box-shadow: 0 1px 0 rgba(0,0,0,0.11);
	width:100%;
}
.main-menu ul li a{
	font-size: 14px;
	font-weight:600;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-transform: uppercase;
	min-width:85px;
	text-align:center;
}
.main-menu > ul li > a:hover,
.main-menu > ul li > a:focus {
    background-color: #f9f9f9;
    color: #fa6c65;
}
.main-menu > ul li:first-child > a {
}
.main-menu .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
	width: 1050px;
    background: #2d3134;
    border: none;
	max-width: 90%;
	color:#fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}
.main-menu.dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none
}
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) li a {
    line-height: 1;
    color: #cacaca;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    line-height: 1;
    background-color: #f9f9f9;
    color: #fa6c65;
}
.main-menu .nav .open > a,
.main-menu .nav .open > a:hover,
.main-menu .nav .open > a:focus {
    background-color: #f9f9f9;
    border-color: #e5e5e5;
	
}
.main-menu .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none
}
.main-menu .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none
}
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.main-menu .dropdown-submenu:hover > a,
.main-menu .dropdown-submenu:focus > a,
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.main-menu .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: none;
    color: #fa6c65;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn.responsive-menu {
    padding: 8px 13px;
    margin: 0;
    display: none;
    font-size: 15px;
}
.dropdown-menu .media
{
margin:10px 20px;
}
.dropdown-menu .media img
{
width:auto;
height:80px;
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 26px;
	position: relative;
	margin-top:1%;
	margin-right:20px; 
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 15px;
	width:15%;
}
.text-center .social ul li {
    margin: 0 2px;
	border-right: none;
}
.member .social {
    margin: 10px 0
}
.social ul li a {
    display: table;
	border-right: none;
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
    background: none;
    border: 1px solid #aaa;
    width: 24px;
    height: 24px !important;
    line-height: 1;
    font-size: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.social a:hover .icon-s-pinterest {
    color: #d8545d;
    border-color: #d8545d;
}
.social a:hover .icon-s-rss {
    color: #faaa5e;
    border-color: #faaa5e;
}
.social a:hover .icon-s-facebook {
    color: #677fb5;
    border-color: #677fb5;
}
.social a:hover .icon-s-twitter {
    color: #70c2e9;
    border-color: #70c2e9;
}
.social a:hover .icon-s-flickr {
    color: #ff3ba4;
    border-color: #ff3ba4;
}
.social a:hover .icon-s-dribbble {
    color: #e299c2;
    border-color: #e299c2;
}
.social a:hover .icon-s-behance {
    color: #42a9fb;
    border-color: #42a9fb;
}
.social a:hover .icon-s-linkedin {
    color: #3daccf;
    border-color: #3daccf;
}
.social a:hover .icon-s-vimeo {
    color: #42b5d4;
    border-color: #42b5d4;
}
.social a:hover .icon-s-youtube {
    color: #d5615c;
    border-color: #d5615c;
}
.social a:hover .icon-s-skype {
    color: #5ecbf3;
    border-color: #5ecbf3;
}
.social a:hover .icon-s-tumblr {
    color: #829fb9;
    border-color: #829fb9;
}
.social a:hover .icon-s-delicious {
    color: #6194dc;
    border-color: #6194dc;
}
.social a:hover .icon-s-500px {
    color: #3bbbe6;
    border-color: #3bbbe6;
}
.social a:hover .icon-s-grooveshark {
    color: #f88e3b;
    border-color: #f88e3b;
}
.social a:hover .icon-s-forrst {
    color: #5f9864;
    border-color: #5f9864;
}
.social a:hover .icon-s-digg {
    color: #507faa;
    border-color: #507faa;
}
.social a:hover .icon-s-blogger {
    color: #fd893f;
    border-color: #fd893f;
}
.social a:hover .icon-s-klout {
    color: #e16747;
    border-color: #e16747;
}
.social a:hover .icon-s-dropbox {
    color: #6ba3c5;
    border-color: #6ba3c5;
}
.social a:hover .icon-s-github {
    color: #6c93bb;
    border-color: #6c93bb;
}
.social a:hover .icon-s-songkick {
    color: #ff3b60;
    border-color: #ff3b60;
}
.social a:hover .icon-s-posterous {
    color: #efd57c;
    border-color: #efd57c;
}
.social a:hover .icon-s-appnet {
    color: #3daad5;
    border-color: #3daad5;
}
.social a:hover .icon-s-gplus {
    color: #bc7067;
    border-color: #bc7067;
}
.social a:hover .icon-s-stumbleupon {
    color: #f07356;
    border-color: #f07356;
}
.social a:hover .icon-s-lastfm {
    color: #cd443d;
    border-color: #cd443d;
}
.social a:hover .icon-s-spotify {
    color: #9acf48;
    border-color: #9acf48;
}
.social a:hover .icon-s-instagram {
    color: #b99682;
    border-color: #b99682;
}
.social a:hover .icon-s-evernote {
    color: #9fdc82;
    border-color: #9fdc82;
}
.social a:hover .icon-s-paypal {
    color: #5b85a8;
    border-color: #5b85a8;
}
.social a:hover .icon-s-picasa {
    color: #b088c1;
    border-color: #b088c1;
}
.social a:hover .icon-s-soundcloud {
    color: #ff8b45;
    border-color: #ff8b45;
}
.social a:hover .icon-search {
    color: #fa6c65;
    border-color: #fa6c65;
	}
.carousel {
width: 100%;
}
.carousel-caption {
position: absolute;
background: #f9f9f9;
left:0;
margin-left:70px;
height:50px;
max-width:25%;
box-shadow: 2px 2px 8px #999;
}
.carousel-caption h3{
color: #454545;
text-shadow:none;
font-size:26px;
margin-left:0px;
margin-top: 11px !important;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}
.carousel-caption p{
color: #454545;
text-shadow:none;
font-size:11px;
margin-left:30px;
font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;

}
.banner-controls
{
width:110%;
margin:0 auto;
}
.carousel-control
{
color: #1f3045;
}
.left-control
{
left:0%;
}
.right-control
{
left:95%;
}
.carousel-control span
{
background: #fff;
}
.read-more
{
color: #1f3045;
text-shadow:none;
font-size:14px;
font-weight:bold;
float:right;
margin-right:30px;
}
.read-more:hover
{
color: #56ccc8;
text-shadow:none;

}
.item,
.active,
.carousel-inner {
	height:100%;
}
.all-content
{
padding:5px;
text-align:center;
}
.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}
.list-group .list-group-item-heading
{
font-size:15px;
}
.list-group .list-group-item-text
{
font-size:12px;
}
.home-services
{
margin-top:10px;
margin-bottom:15px;
background: #1f3045;
min-height: 150px;
position:absolute;
clear:both;
width:100%;
}
.section {
	margin: 10px 0;
}
.card-back h1 b
{
float:left;
text-align:left;
margin: 0px auto auto 40px;
font-weight:normal;
font-family:Verdana;
font-size:34px;
}
.card-back i
{
float:right;
margin: 45px 50px auto auto;
font-size:34px;
}
.property-wrap 
{
margin-top:15px;
}
.property-body
{
float:left;
margin-right:-10px;
}
.property
{
background:#f5f6f6;
border-bottom: 5px solid #ccc;
padding-bottom:5px;
padding:5px;
box-shadow:1px 1px 5px #ccc;
margin-bottom:15px;
}
.property img
{
width:350px;
height:170px;
margin: 0 !important;
padding: 0 !important;
}
.Prview
{
padding:6px;
height: 30px;
width:30px;margin-bottom:10px;
z-index:1;
background: #f5f6f6;
color:#1f3045;
position:absolute;
top:40%;
}
.Prview i
{
margin-left:2px;
}
.Prlink i
{
margin-left:2px;
}
.Prlink
{
padding:6px;
height: 30px;
width:30px;margin-bottom:20px;
z-index:1;
background: #f5f6f6;
color:#1f3045;
position:absolute;
top:55%;
}
.property h3
{
font-family:Arial;
font-size: 14px;
letter-spacing:0.2em;
font-weight:100;
width:auto;
text-align:center;
margin-top:15px;
text-transform:uppercase;
}
.prjct-lstng
{
height:220px;
margin-bottom:5px;
}
.search-box
{
margin-top:10px;
color:#fff;
}
.search-box #srch-term
{
background: #e4e5e5;
width:100%;
}
.sidebar
{
background: #f9f9f9;
padding:30px 20px;
margin-top:10px;
box-shadow:1px 1px 3px #ccc;
}
.search-projects
{
padding:20px;
margin-top:20px;
}
.search-projects h2
{
margin-top: 10px;
border-bottom: 1px dashed #ccc;
font-size: 16px;
line-height:1.5em;
}
.search-projects form input[type="text"]
{
padding:5px;
background: transparent;
border: 1px solid #ccc;
width:100%;
height:30px;
margin-top:15px;
font-family:verdana;
font-size:11px;
vertical-align:middle;
}
.search-projects form input[type="text"]:focus
{
outline:none;
border: 1px solid #5dceca !important;
}
.search-projects form textarea
{
padding:5px;
background: transparent;
border: 1px solid #ccc;
width:100%;
height:120px;
margin-top:15px;
font-family:verdana;
font-size:10px;
vertical-align:middle;
}
.search-projects form textarea:focus
{
outline:none;
border: 1px solid #5dceca !important;
}
.btn-new-style
{
margin-top:10px;
padding:7px 15px;
border:none;
background:#ea6060;
color:#fff;
text-align:center;
font-family:arial;
font-size:10px;
font-weight:bold;
border-radius:3px;
}
.btn-new-style:hover
{
background:#c24242;
}
.article
{
background: #1f3045;
padding:40px;
color: #fff;
margin:20px 0px;
}
.article .read-more
{
color: #5dceca;
}
.article h3
{
font-family:"Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 25px;
margin: 0px 0px 10px 40px;
}
.article p
{
font-family:"Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight:100;
line-height:1.6em;
text-align:justify;
color: #c5c1c1;
margin: 0px 30px 10px 40px;
}
.article .sublinks i
{
color:#56ccc8;
margin-right:5px;
}
.article .sublinks a
{
margin-right:10px;
color:#fff;
font-size:12px;
}
.Articlelink
{
padding:10px;
height: 38px;
width:38px;margin-bottom:20px;
z-index:1;
background: #56ccc8;
color:#fff;
position:absolute;
top:18%;
}
.Articlelink:hover
{
color: #1f3045;
}
.testimonials
{
margin:5px 0px;
background: #f5f6f6;
padding:15px;
width:100%;
float:right;
color:#1f3045;
box-shadow:1px 1px 5px #999;
}
.testimonials p
{
font-size: 13px;
width:80%;
margin:0 auto;
}
.testimonials .from
{
font-size: 11px;
font-weight:bold;
float:right;
width:45%;
text-align:left;
margin-top:5px;
}
.testlink
{
padding:10px;
height: 30px;
width:30px;
z-index:1;
font-size:10px;
background: #1f3045;
color:#fff;
position:absolute;
margin-left:-15px;
margin-bottom:-8%;
}
.testimonials .testlink:hover
{
color: #56ccc8;
}
.newsletter
{
width:100%;
left:0;
right:0;
background:#56ccc8;
margin:0px;
padding:60px;
}
.newsletter .newscontent
{
width:80%;
margin:auto;
color: #1f3045;
text-align:center;
line-height:1.2em;
margin-bottom: 20px;
}
.newscontent h1
{
font-size:42px;
}
.newscontent p
{
font-size:26px;
}
.newscontent input[type="text"]
{
background: transparent;
outline:none;
border: 2px solid #fff;
width: 45%;
height: 50px;
border-radius:5px;
padding:15px;
color:#e6e5e5;
}
.newscontent input[type="submit"]
{
height: 50px;
border-radius:5px;
background: #1f3045;
color:#fff;
border: none;
width:8%;
}
footer .row {
	margin: 50px auto;
	width:85%
}
footer p
{
font-size:11px;
margin-bottom:15px;
margin-left:8%;
}
.footer
{
background: #f8f8f8;
font-size:24px;
width:100%;
left:0;
right:0;
box-shadow:1px -1px 8px #ccc;
}
.fsection
{
margin-bottom:15px;
}
.footer .ftarticle
{
font-size:14px;
color: #1f3045;
}
.ftarticle p
{
float:left;
width:80%;
}
.ftarticle i
{
float:left;
margin-top:4px;
color: #56ccc8;
margin-right:5px;
}
/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#testimonials .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: none;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    top: 1px;
    position: relative;
    z-index: 1;
    margin-right: 1px;
}
#testimonials .tab:before {
    display: none
}
#testimonials .tab a {
    display: block;
    padding: 7px 17px;
    font-size: 13px;
    font-weight: 700;
    color: #7f7f7f;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
    color: #1abb9c
}
#testimonials .tab.active {
    background: none;
    position: relative;
    z-index: 3;
}
#testimonials .tab-container .panel-container {
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
}
#testimonials .tab-container .panel-container div.tab-block {
    padding: 20px 0 0 0
}
#testimonials {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
#testimonials .author {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: block;
}
#testimonials div {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 300;
    position: relative;
    font-family: 'Roboto Slab', serif;
}
#testimonials .tab {
    border: none;
    margin: 0;
}
#testimonials .etabs {
    padding: 0;
    margin: 0;
    height: 12px;
}
#testimonials .tab a {
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #fff;
}
#testimonials .tab a.active,
#testimonials .tab a:hover {
    border: 1px solid #fff;
    background: none;
    position: relative;
    z-index: 3;
}
.divider {
    width: 100%;
	background-image: url(../images/divider.png) !important;
    height: 10px;
	margin:5px 0px;
}
#testimonials .panel-container {
    border: none
}
#testimonials:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    content: '\275e';
    font-size: 33px;
    color: #fff;
    text-align: center;
}
#testimonials.tab-container .panel-container div {
    padding-top: 15px
}
/*-----------------------------------------------------------------------------------*/
/*	OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.owl-theme .owl-controls .owl-buttons {
    margin-top: 10px
}
.owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 29px;
    height: 29px;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #aaa;
    font-size: 19px;
}
/* Firefox Fix */
@-moz-document url-prefix() { 
	.owl-theme .owl-controls .owl-buttons div {
	    line-height: 28px
	}
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    border: 1px solid #fa6c65;
    color: #fa6c65;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #aaa;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 1px solid #fa6c65
}
.carousel-th .item {
    margin: 0 10px 1px 10px
}
#owl-clients .item img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
#owl-clients .item:hover img {
    max-width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.owl-portfolio-slider {
    padding-bottom: 15px
}
.owl-slider-wrapper {
    position: relative
}
.owl-slider-wrapper .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-slider-wrapper .owl-custom-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -23px;
    pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -23px;
    pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev,
.owl-slider-wrapper .owl-custom-nav .slider-next {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 12px 19px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before,
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
    content: '\e75d'
}

.owl-slider-wrapper .owl-custom-nav .slider-next:before {
    content: '\e75e'
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover {
    background: rgba(0,0,0,0.5)
}
.owl-slider-wrapper .owl-controls {
    margin: -40px 0 0 0
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    border: none;
}
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page.active span,
.owl-slider-wrapper .owl-controls .owl-pagination .owl-page:hover span {
    background: rgba(0,0,0,0.5);
    border: none;
}
.owl-slider-wrapper .owl-custom-nav,
.owl-slider-wrapper .owl-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.owl-slider-wrapper:hover .owl-custom-nav,
.owl-slider-wrapper:hover .owl-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#owl-gallery .item {
    margin: 0 10px
}
#owl-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-gallery .owl-controls {
    margin: 10px 0 0 0
}
#owl-gallery .owl-pagination {
    height: 12px
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.items {
    list-style: none
}
.items {
    margin: 0;
    *zoom: 1;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col4 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col4 li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col3 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col3 li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col3.border {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col3.border li {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col4.border {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col4.border li {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col4 .post-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.items.fullscreen {
    width: 100%;
    clear: both;
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
}
.items.fullscreen li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666666%;
}
.items.fullscreen li img {
    display: block;
    /*position: relative;*/
    width: 185px;
    height: 130px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.items.fullscreen:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li img {
    display: block;
    width: 100%;
}
.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.items li a .text-overlay {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(250,108,101, 0.92);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.items li a:hover .text-overlay {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.items li a .text-overlay h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #FFF;
}
.items li a .text-overlay .info {
    position: absolute;
    left: 0;
    top: -105px;
    z-index: 2;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 25px;
}
.items li a:hover .text-overlay .info {
    top: 0!important
}
.items li a .text-overlay span {
    font-weight: 300;
    font-size: 12px;
    margin-top: 2px;
    display: block;
    color: #FFF;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
}
.filter {
    padding: 0;
    margin-bottom: 20px;
}
.row .filter {
    margin: 0
}
.filter li {
    display: inline;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 30px 0 0;
}
.filter.text-center {
    margin-left: 0
}
.filter.text-center li {
    margin: 0 15px
}
.filter li a {
    color: #616161
}
.filter li a:hover,
.filter li a.active {
    color: #fa6c65
}
.filter li a:before {
    content: '\e800';
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #616161;
    font-size: 8px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.filter li a:hover:before,
.filter li a.active:before {
    color: #fa6c65
}
.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 .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------------*/
/*	OVERLAY
/*-----------------------------------------------------------------------------------*/
.icon-overlay {
    display: block;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: #222;
    background-color: rgba(250,108,101, 0.92);
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    overflow: hidden;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\f50d';
    line-height: 1;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 13px;
    color: #FFF;
    top: 0;
    left: 50%;
    z-index: 2;
    border: 1px solid #FFF;
    margin: -22px 0 0 -22px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.icon-overlay a:hover .icn-more:before {
    top: 50%!important
}
.sidebox .post-list .icon-overlay a .icn-more:before {
    border: none
}
.icon-overlay.icn-link a .icn-more:before {
    content: '\f517'
}
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.hidden-row {
    display: none
}
input,
textarea,
.uneditable-input {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #202020;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    background-color: #f5f5f5;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    width: auto;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms .button-row p.forgot {
    padding: 10px 0 0 10px;
    overflow: hidden;
    display: inline-block;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS ON TOP
/*-----------------------------------------------------------------------------------*/
.tabs-top .etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
}
.tabs-top.center .etabs {
    text-align: center
}
.tabs-top .tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    top: 1px;
    position: relative;
    z-index: 1;
    margin-right: 3px;
}
.tabs-top .tab a {
    padding: 13px 25px;
    display: block;
    background: #f5f5f5;
    color: #616161;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.tabs-top.left .tab a {
    padding: 10px 20px
}
.tabs-top .tab i {
    margin-right: 5px
}
.tabs-top .tab.active {
    position: relative;
    z-index: 3;
}
.tabs-top .tab.active a {
    background: #fff
}
.tabs-top .tab a:hover,
.tabs-top .tab.active a {
    color: #fa6c65
}
.tabs-top.tab-container .panel-container {
    border-top: 1px solid #e3e3e3;
    position: relative;
    z-index: 1;
    display: block;
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 10px;
}
.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 25px;
    padding-bottom: 0;
}