@import url('http://fonts.googleapis.com/css?family=Droid+Sans');

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
body{
    color:#787878;
    font-size: 12px;
    background: url(/images/_pages/ecoline/skelatal_weave.png) repeat #FFFFFF;
}

figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}

.last{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.clear{clear: both;}

.alignleft{float: left !important;}
.alignright{float: right !important;}
.aligncenter {text-align: center !important;}
.span6.no-margin-left {margin-left: 0!important;}

/* Headers */


p{
    margin-bottom: 1.25em;
    line-height: 1.5;
}
* p:last-child{margin-bottom: 0 !important;}

.color, .color2{
    padding: 0 2px;
}

.color{color: #555;}
.color2{color: #4EB6DC;}

/* Link Styles */
a{
    color: #4EB6DC;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #1d1d1c;}

.title a{
    color: #4EB6DC;
    font-weight: 600;
    font-size: 12px;
}
h4.title a{
    font-size:16px;
    font-weight:400;
    letter-spacing: 0.05em;
}
.title a:hover{color: #1d1d1c;}

.btn-primary { background: #4EB6DC; border-color: #4EB6DC; }
.btn-primary:hover { background: #1D1D1C; }

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#top-menu {
    padding: 5px 0;
    background-color: #4EB6DC;
}
#top-menu ul.top-menu {
    margin-left:0;
    margin-top:3px;
}
#top-menu li{
    float: left;
    list-style: none;
}
#top-menu a, #top-menu .git{
    color: #323232;
    font-size: 11px;
}
#top-menu a:hover{color: #d9d9d9;}
#top-menu .top-menu li{margin-right: 10px;}
#top-menu a{padding-right: 8px;}
#top-menu .last{
    padding-right: 0;
    border-right: none;
}
.top-social{}
.top-social li {
    float: right;
    list-style: none outside none;
    margin-left: 5px;
}

.top-social a {
	margin-left: 5px;
	margin-top: 15px;
	opacity: 0.2;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	text-align: center;
	background: #FFF;
	color: #000;
	border-radius: 30px;
	font-size: 1.25em;
	line-height: 2;
	-webkit-transition: all 0.2s linear 0.2s;
	-moz-transition: all 0.2s linear 0.2s;
	-o-transition: all 0.2s linear 0.2s;
	-ms-transition: all 0.2s linear 0.2s;
	transition: all 0.2s linear 0.2s;
}

.top-social a:hover{opacity: 1;}
.top-search{
    margin-top:17px;
}
.top-search input:focus{
    border-color: rgba(125, 168, 23, 0.80);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(125, 168, 23, 0.6);
    outline: 0 none;
}
#header {
	background: #1D1D1C;
	color: #FFF;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	margin-top: 60px;
}

#header .logowrap {
	/*text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;*/
	font-size: 1.5em;
	font-weight: 100;
}
#logo .img-responsive { margin: 0 0 0.25em; }
#header .logoIcon { margin: 0 0.75em 0 0; }

/* Main Menu */
#mainmenu {
	background: #1D1D1C;
	border-bottom: 1px solid #555;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 205;
}
/*#mainmenu:after {
	border-color: #4EB6DC transparent -moz-use-text-color;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-style: solid solid none;
	border-width: 10px 10px 0;
	content: "";
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 0;
	z-index: 1000;
}*/
.res-menu{display: none;}
.res-menu{
    width: 100%;
    margin-top: 8px;
}
#menu ul {margin-left:9px;}
#menu > ul{
    display: block;
    margin:0;
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
}
#menu > ul > li > a:hover{
    border-bottom-color: #4EB6DC;
}
#menu > ul > li > a{
    font-size: 1.5em;
    font-weight: 400;
    color: #646464;
    display: block;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    padding: 18px 0 11px;
    margin: 0 10px;
    border-bottom: 4px solid transparent;
}
#menu > ul a:hover{color: #4EB6DC;}
#menu .work { margin-left: 0; }
#menu .current {
    border-bottom: 4px solid #4EB6DC;
}
#menu .home.current {
	border-bottom: none;
	padding: 10px 0 10px;
	margin-left: 0;
}
#menu .current a{
    color: #4EB6DC;
}
#menu ul ul {
    background: #1D1D1C;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: absolute;
    width: 150px;
}
#menu > ul > li > ul {
    margin-top: -2px;
    border-top: 4px solid #4EB6DC;
    z-index: 99999;
}
#menu ul ul li {
    border-bottom: 1px solid #f3f3f3;
    list-style: none outside none;
    padding: 5px 20px 5px 25px;
    position: relative;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #E1E1E1;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;

}
#menu > ul > li > ul>li>ul {
    border-top: 4px solid #4EB6DC;
    margin-left: -14px;
    margin-top: -12px;
    }
#menu ul ul a:hover{color: #4EB6DC;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: -10px;
    top: 52px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 166px;
    top: -2px;
}

/* Search Form */
.phone{
    color: #d0d0d0;
    float: right;
    font-size:18px;
}

#search{
    float: right;
    position: relative;
    margin-top:5px;
}
#search,
#search p{margin-bottom: 0;}
#search input[type="text"]{
    color:#454545;
    width: 122px;
    height:26px;
    border: 1px inset rgba(0,0,0,0.1);
    padding:4px 25px 4px 10px ;
    line-height: 23px;
    font:11px 'Droid Sans', sans-serif;
    background-color: #1e1e1e;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover{
    width: 190px;
    -webkit-box-shadow: 0px 0px 3px 0px #444;
    box-shadow: 0px 0px 3px 0px #444;
}
#search .search-bt{
    right: 0;
    top: 3px;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none !important;
    cursor: pointer;
    background: url(/images/_pages/ecoline/search-bt.png) no-repeat center center;
}

/* Breadcrumbs */
.breadcrumbs{
    position: relative;
    padding: 20px 0;
}
.breadcrumbs h1 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
.breadcrumbs div{
    letter-spacing: 0.02em;
    font-size: 12px;
    color: #717171;
    display: inline-block;
}
.breadcrumbs a{
    color: #333333;
    display: inline-block;
}
.breadcrumbs a:hover{color: #111;}

/*Pricing Table*/
.pricing{
    margin-bottom: 35px;
}
.pricing-standard {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-top: 30px;
    display:inline-block !important;
}
.pricing-standard .pricing-head {
    border-bottom: 2px dotted #E9E9E9;
    height: 98px;
}
.pricing-head h1 {
    color: #707070;
    font: 20px 'Droid Sana',sans-serif;
    margin-bottom: 5px;
    padding-top: 22px;
    text-align: center;
}
.pricing-head span.price {
    color: #AAAAAA;
    display: block;
    font: 16px 'Droid Sans',sans-serif;
    text-align: center;
}
.pricing-best-offer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #4EB6DC;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    float: left;
    margin-top: 25px;
    position: relative;
    display:inline-block !important;

}
.pricing-best-offer .pricing-head {
    border-bottom: 2px dotted #E9E9E9;
    height: 107px;
}
.pricing-head h1 {
    color: #707070;
    font: 20px 'futura-pt',sans-serif;
    margin-bottom: 5px;
    padding-top: 22px;
    text-align: center;
    text-transform: uppercase;
}
.pricing-head span.price {
    color: #AAAAAA;
    display: block;
    font: 16px 'Droid Sans',sans-serif;
    text-align: center;
}
.pricing-content li {
    border-bottom: 1px solid #F0F0F0;
    color: #888888;
    float: left;
    font: 12px/20px Tahoma,sans-serif;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
}
.pricing-content li {
    border-bottom: 1px solid #F0F0F0;
    color: #888888;
    float: left;
    font: 12px/20px Tahoma,sans-serif;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
}
.pricing-content li:last-child {
   border-bottom: none;
}
.pricing-content ul {
    float: left;
    padding: 0 20px;
}
.pricing-footer {
    border-top: 2px dotted #E9E9E9;
    float: left;
    height: 45px;
    margin-top: 2px;
    text-align: center;
    width: 100%;
}

.regular-table{
    margin-bottom: 35px;
}
.regular-table .table-data {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ECECEC;
    margin-left: -1px;
    width: 100%;
}
.regular-table .table-data .heading {
    background: none repeat scroll 0 0 #4EB6DC;
    height: 40px;
}
.regular-table .table-data .heading td.features {
    border: 1px solid #ECECEC !important;
    color: #707070;
    text-transform: uppercase;
}
.regular-table .table-data .heading .features {
    background: none repeat scroll 0 0 #FFFFFF;
}
.regular-table .table-data .heading td {
    border: 1px solid #6f9614;
    font: 16px 'futura-pt',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .heading td {
    border: 1px solid #6f9614;
    color: #FFFFFF;
    font: 16px 'Droid Sans',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .included td {
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #E9E9E9;
    color: #888888;
    font: 12px/30px 'Droid Sans',sans-serif;
    padding-top: 10px;
    text-align: center;
}
.regular-table .table-data .included.colored {
    background: none repeat scroll 0 0 #FAFAFA;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
.container{position: relative;}

#main{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	position: relative;
	background: #1D1D1C;
	color: #C1C1C1;
}
#main .container{padding: 30px;}

#main .container > .row{margin-bottom: 10px;}
#main .row.last{margin-bottom: 30px;}
.row.da-thumbs{margin-bottom: 0 !important;}


/* Video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Welcome Slogan */
#welcome{
	text-align: center;
	padding: 0 150px;
	margin-bottom:45px;
}
#welcome h1 {
    color: #4EB6DC;
    font-family: 'futura-pt';
    font-size: 22px;
    font-weight: 400;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
#welcome p {
    color: #D1D1D1;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 20px;
}
.btn-welcome{
background-color: #4EB6DC;
    background-image: linear-gradient(to bottom, #4EB6DC, #74D1F0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4EB6DC), to(#74D1F0));
    background-image: -webkit-linear-gradient(top, #4EB6DC, #74D1F0);
    background-image: -o-linear-gradient(top, #4EB6DC, #74D1F0);
    background-image: linear-gradient(to bottom, #4EB6DC, #74D1F0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4EB6DC', endColorstr='#ff74D1F0', GradientType=0);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.btn-welcome:hover{
    background-color: #4EB6DC;
    background-position: 0 25px;
}
.btn-pricing{
    background-color: #4EB6DC;
    background-image: linear-gradient(to bottom, #4EB6DC, #74D1F0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4EB6DC), to(#74D1F0));
    background-image: -webkit-linear-gradient(top, #4EB6DC, #74D1F0);
    background-image: -o-linear-gradient(top, #4EB6DC, #74D1F0);
    background-image: linear-gradient(to bottom, #4EB6DC, #74D1F0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4EB6DC', endColorstr='#ff74D1F0', GradientType=0);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
    margin:25px;
    line-height: 45px;
}
.btn-hl {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
}
/* Divider */
.title-divider{
    margin-bottom: 30px;
    position: relative;
}

.title-divider h3 {
    background-color: #FFFFFF;
    display: inline-block;
    font-family: 'futura-pt';
    font-size: 17px;
    margin-bottom: 0 !important;
    padding-right: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
}

.divider-arrow{
    top:7px;
    width: 100%;
    position: absolute;
}
/*HIGHLIGHTS*/
.highlights{
	margin-bottom: 45px;
}
.highlights-content {
	background: #323232;
	color: #C1C1C1;
	margin: -60px 0 20px;
	padding: 50px 20px 20px;
	text-align: center;
}
.highlights div:hover .highlights-content{
    background: #4EB6DC;
    color:#FEFEFE;
}
.highlights>div:hover a[class^='hl']{
     -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.highlights-content h5{
	color: #FFF;
	margin-top:20px;
	text-transform: uppercase;
}
.hl-circle {
    background: url(/images/_pages/ecoline/circle.png) no-repeat scroll center center transparent;
    display: table;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 120px;
    }
a[class^='hl-icon']{
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.hl-icon1{background: url(/images/_pages/_global/voice_over.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon2{background: url(/images/_pages/_global/engineering.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;
    }
.hl-icon3{background: url(/images/_pages/_global/radio.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon4{background: url(/images/_pages/_global/concerts.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon5{background: url(/images/_pages/_global/recording.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}
.hl-icon6{background: url(/images/_pages/_global/note.png) no-repeat center center;
    display: block;
    height: 120px;
    text-indent: -9999px;
    width: 120px;}

/* Features */
.features > div{text-align: center;}
.features h3{margin: 15px !important;}

/* Bootstrap Carousel */
.carousel {position:relative;}
.carousel-wrapper{
    overflow:hidden;
    padding:2px 2px 0 2px;
    margin-top: -2px;
}
.carousel-wrapper ul{display:none;}
.carousel-wrapper ul li{
    height:100%;
    float:left;
    display:block;
}

.btleft .es-nav{
    position: absolute;
    top: 10px;
    left: -63px;
}

.bttop .es-nav{
    position: absolute;
    top: -50px;
    right: 0px;
}

.es-nav span{
    float: left;
    width: 17px;
    height: 17px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
}
.es-nav .es-nav-prev{
    right: 17px;
    background: url(/images/_pages/ecoline/arrow-left.png) no-repeat right top;
}
.es-nav .es-nav-next{background: url(/images/_pages/ecoline/arrow-right.png) no-repeat left top;}
.es-nav .es-nav-next:hover{background-position: -17px 0px ;}
.es-nav .es-nav-prev:hover{background-position: 0px 0px ;}

/* Our Projects */
.projects{
    margin-bottom: 35px;
    }
.projects h3{
    text-transform: uppercase;
    font-family: 'futura-pt', Arial, sans-serif;
}
.our-projects article{margin-bottom: 30px;}
.our-projects article img{display: block;}
.our-projects article h4{margin-bottom: 0;}
.our-projects article:nth-last-child(-n+4){margin-bottom: 0 !important;}

/* Our Blog */
.our-blog article p.l-meta {
    background-color: #3B3B3B;
    border-radius: 0 0 2px 2px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 100;
    margin: 0 0 20px;
    padding: 5px 0;
    text-shadow: 1px 1px #414141;
    width: 100%;
}
.our-blog p{margin-bottom: 10px}
.our-blog article p.l-meta span{
    display: block;
    padding: 0 10px;
}
.our-blog article p.l-meta a{color: #969696;}
.our-blog article p.l-meta a:hover{color: #4EB6DC;}
.our-blog img {
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

/* Our News */
.our-news{position: relative;}
.our-news p{margin-bottom: 10px;}
.our-news .news-data{
    float: left;
    width: 60px;
    height: 50px;
    color: #b6b6b6;
    text-align: center;
    text-transform: uppercase;
    font-size:20px;
}
.our-news .news-data span{
    display: block;
    font-weight:900;
    font-size: 42px;
    line-height: 42px;
}
.our-news .title{margin-bottom: 5px !important;}

.divider-blok{
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
article.span3 h4{
    margin-top: 0px;
}

/* Our Services */
.accordion-group {border:0;}
.accordion .accordion-toggle{
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    background-color: #b6b6b6;
    position: relative;
    border: 1px solid #b6b6b6;
    border-radius: 4px 4px 4px 4px;
    text-shadow: 1px 1px #aaa;
}
.accordion .accordion-toggle:hover{
    background-color: #cdcdcd;
    border-color:#cdcdcd;
    text-shadow: 1px 1px #bbb;
}
.accordion .accordion-toggle span{
    right: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.accordion .accordion-inner{
    margin-top: 1px;
    border: 0;
}
.accordion .acc-block{padding: 20px 10px;}
.accordion h4{
    color: #707070;
    text-transform: none;
}

.accordion li{
    padding-left: 15px;
    margin-bottom: 10px;
}
.accordion i.pull-right {margin:3px 0 0 0;}

/* Twitter */
.twitter {margin-top:-5px;}
.twitter  img{
    float: left;
    margin-right: 15px;
    margin-top:5px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter dl{
    border-bottom: 1px dotted #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter dl:last-child{border: none;}
.twitter dt{
    width:40px;
}
.twitter dd{
    margin-left: 10px;
}
/* Testimonials */
.testimonials p{
    line-height: 22px;
    font-size: 12px;
    padding: 0 15px 15px 38px;
    background: #fff url(/images/_pages/ecoline/quotes.png) no-repeat top left;
    border-bottom:1px dotted #efefef;
}
.testimonials h4{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color:#4EB6DC;
}
.testimonials img{
    float: left;
    margin-right: 15px;
    margin-top:10px;
}
.testimonials small{
    display: block;
    font-size:11px;
}
/*Our Clients*/
#our_clients{
    margin-bottom:25px;
}
.clients span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E1E1E1 -moz-use-text-color #E1E1E1 #E1E1E1;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    float: left;
    height: auto;
    text-align: center;
    width: 19.8%;
}
.clients span:last-child {
    border-right: 1px solid #E1E1E1;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
    border-top: 1px solid #E7E7E7;
    padding-bottom: 45px !important;
    padding-top: 40px;
    position: relative;
}
#footer h3{
    margin-bottom: 25px;
    font-size:16px;
    color: #4EB6DC;
    font-weight:400;
    letter-spacing:0.05em;
}
#footer li{
    margin-bottom: 10px;
    list-style: none;
}

/* Flickr */
.flickr li{
    list-style: none;
    margin: 0 5px 30px 4px ;
    float: left;
    background-color: #c4c4c4;
    line-height: 0 !important;
}

/* Contact Form */
#footer #contact .btn {
    background-image:none;
    box-shadow: none;
    text-shadow:none;
    background-color: transparent;
    border: 1px solid #343434;
    border-radius: 3px 3px 3px 3px;
    color: #7d7d7d;
    display: inline-block;
    font-size: 13px;
    font-weight:900;
    margin-right: 3px;
    padding: 4px 10px;
}
#footer #contact .btn:hover {
    text-decoration: none;
    background-color:  rgba(150,150,150, 0.1);
    *background-color:  rgba(150,150,150, 0.1);
    /* Buttons in IE7 don't get borders, so darken on hover */
}


/* Address icons */
[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 12px;
    *margin-right: .3em;
    line-height: 12px;
    margin-right: 8px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.myicon-phone {background-image: url(/images/_pages/ecoline/phone.png);}
.myicon-mail {background-image: url(/images/_pages/ecoline/mail.png);}

/* Footer Menu */
#footer-menu {
	background: #323232;
	width: 100%;
}

#footer-menu .container{
    padding-top: 0;
    padding-bottom: 0;
}
#footer-menu li{
    list-style: none;
    padding: 15px 0;
    margin-left: 10px;
    float: left;
    font-size: 10px;
}
#footer-menu a {
    color: #FFFFFF;
    font-family: 'futura-pt';
    font-size: 13px;
    font-weight: 400;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#footer-menu a:hover{color: #474747;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
#footer-menu p{
    font-size: 13px;
    font-family: 'futura-pt';
    color: #fff;
    padding:15px 0;
    letter-spacing: 0.04px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);

}


/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/
/* Categories */
#filtrable{
    margin-bottom: 30px;
    float: right;
}
#filtrable li{
    float: left;
    margin-left: 10px;
    list-style: none;
}

#filtrable a{
    padding: 4px 10px;
    background-color: transparent;
    border: 1px solid #ececec;
    font-size: 0.9em;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#filtrable a:hover,
#filtrable .current a{
    border-color: #ddd;
    background-color: #f5f5f5;
    color:#787878;
}

.p-view, .p-link{
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	opacity:0.8;
	-webkit-transition: opacity 0.35s linear;
	-moz-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
}
.p-view:hover, .p-link:hover{
	opacity:1;
}
.p-view{
	left: 45%;
	/*margin-left: -39px;*/
	background: url(/images/_pages/ecoline/view.png);
}
.p-link{
	right: 50%;
	margin-right: -39px;
	background: url(/images/_pages/ecoline/link.png);
}

.portfolio h4:last-child{margin-bottom: 0 !important;}
.portfolio article{margin-bottom: 30px;}
.portfolio img{display: block;}
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display:block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h3{
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
}
.portfolio .read-more{margin-bottom: 30px;}

/* Pagination */

.pagination li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.pagination a{
    background-color: transparent;
    font-size: 0.9em;
    display: inline-block;
    border-left-width: 1px;
}

/* Sidebar */
#sidebar{font-size: 14px;}
#sidebar h4{
    font-size: 15px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}
#sidebar .title-divider{margin-bottom: 10px !important;}
#sidebar .divider-arrow{top: 10px !important;}
#sidebar li{
    list-style: none;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #f2f2f2;
}

#sidebar section{margin-bottom: 50px;}
#sidebar section:last-child{margin-bottom:0px;}
#sidebar .ul-col2{width: 110.9489051094891%;}
#sidebar .ul-col2 li{
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a{color: #888;}
#sidebar .ul-col2 a:hover{color: #222;}


/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/
/* Popular Posts Widget */
.post-widget img{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.post-widget .img{
    display: block;
    margin-bottom: 0;
    line-height: normal;}

.post-widget a{
    font-size:1em;
    line-height: 18px;
    margin-bottom: 7px;}
.post-widget p{
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.02em
}
.post-widget li:last-child{margin-bottom: 0 !important;}

/* Tags Widget */
#tags a{
    color: #888;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover{
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}

/* Flickr Widget */
.sidebar-flickr ul{width: 110.9489051094891%;}
.sidebar-flickr li{
    border: 0;
    float: left;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 03.28947368421053% !important;
    margin-right: 03.28947368421053% !important;
    height: 20.06578947368421% ;
    width: 20.06578947368421% ;
}

/* Latest Projects Widget */
.carousel{margin-bottom: 0;}
.carousel-control{
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.carousel-control.post{top: 50%;}
.carousel-control.left.post{left: 0;}
.carousel-control.left{
    right: 17px;
    background: url(/images/_pages/ecoline/arrow-blog-left.png) no-repeat center center;
}
.carousel-control.right{
    right: 0;
    background: url(/images/_pages/ecoline/arrow-blog-right.png) no-repeat center center;
}

/* Comments Widget */
.comment-sidebar li:last-child{margin-bottom: 0 !important;}


/*-----------------------------------------------------------------------------------*/
/*	7.	Blog Styles
/*-----------------------------------------------------------------------------------*/

.blog-post h2.post-title{margin-bottom: 10px;}
.blog-post h2.post-title a{line-height: 25px}
.blog-post img {
    margin-bottom: 30px;
    display: block;
}
.blog-post .meta{
    padding-bottom: 5px;
    border-bottom: 1px dotted #f2f2f2;
    margin-bottom: 15px;
}
.blog-post .meta li{
    list-style: none;
    font-size:0.9em;
    margin-right: 10px;
    float: left;
    letter-spacing: 0.03em;
}
.blog-post .meta a{color: #4EB6DC;}
.blog-post .meta a:hover{color: #777;}
.blog-post.style2 img{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel,
.blog-post.style2 .video{
    width: 50%;
    float: left;
    margin-right: 25px;
}
.blog-post.style2 .carousel img{width: 100%;}
.blog-post.style2 p{padding-top: 30px;}
.blog-post.style2 .meta{border: none;}

/* About Us Block */
.aboutus{margin-bottom: 35px;}
.aboutus h3{
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}
.aboutus .color2{font-weight: 400;}

/* Services Block */
.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {
    margin-right: 17px;
}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img { position:relative; z-index:2; }
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}
.lightbox-image span {
    background: url(/images/_pages/ecoline/magnify.png) no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {
    margin:0 5px 10px 0;
}
.lightboxwrap {
	background: #1D1D1C;
	padding: 20px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #D1D1D1;
}
.mfp-close-btn-in .mfp-close { color: #D1D1D1; }
/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/
#af-form  input[type="text"]{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 24px;
    box-shadow: none;
    margin-top: 0;
    height: 35px !important;
    margin-bottom: 0;
    border:1px solid #ececec;
}

#af-form input[type="text"],
#af-form textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

#af-form input[type="text"]:focus,
#af-form textarea:focus{
    -webkit-box-shadow: 0px 0px 3px 0px #f0f0f0;
    box-shadow: 0px 0px 3px 0px #f0f0f0;
    background-color: #fcfcfc;
}

#af-form textarea{
    color: #777;
    font-size: 12px !important;
    padding: 5px;
    height: 160px !important;
    overflow: auto;
    border:1px solid #ececec;
    width: 100%;

}

.af-outer {margin-bottom:15px;}

label.error, label.ferror{
    color: #dc3f35;
    font-size: 13px;
}

#af-form input.error,
textarea.error {border: 1px solid #ff3f3f;}

#progress{
    margin-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/
.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
}
.comments .avatar{
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list{
    list-style: none !important;
}
.comments .comments-list ul{
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta{
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {margin-top:-20px;}


/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/
.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span{
    overflow: hidden;
    position: relative;
}
.da-thumbs li img,
.da-thumbs.portfolio span{
    display: block;
    position: relative;
}
.da-thumbs li div,
.da-thumbs article div{
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/
.span9,
.span6{position: relative;}

/* Divider */
.divider-arrow, hr, .divider{
    height: 1px;
    clear: both;
}
.divider-hor{
	height:24px;
	background: url(/images/_pages/ecoline/divider.png) repeat-x center transparent;
	text-align: center;
	margin: 25px 0;
}
.divider-hor > span {
	background: #1D1D1C;
	font-family: 'futura-pt',sans-serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1;
	padding: 10px 25px;
	text-transform: uppercase;

    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

#contact.col-lg-3 {
    padding-bottom: 15px;
    padding-top: 20px;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;ß
}

#contact h3 {
    margin-top: 0;
}

#main hr{
    margin-top: 25px;
    margin-bottom: 50px;
}

#main hr.soft {margin:10px 0;}

#main .portfolio-single hr, #main .blog-single hr{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Read More */
.read-more{
    display: block;
    color: #4EB6DC;
    letter-spacing: 0.02em
}
.read-more:hover{color: #1d1d1c;}


/* Portfolio */
.portfolio h4 a{
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h4 a:hover{
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}


/* Others */
.map-frame {
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}
.block-title{
    margin:20px 0 30px;
}
.dropcap{
    width: 38px;
    height: 38px;
    line-height:38px;
    float: left;
    margin-right:15px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #FB8B54;
}


blockquote{
    margin: 20px 0;
    padding: 10px  10px 10px 30px;
    border-left: 3px solid #4EB6DC;
}

blockquote p{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    font-family: 'Georgia', serif;
}


/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px)  and (max-width: 1199px){

    .btleft .es-nav {left: -53px;}
    #latest-work .carousel-wrapper li{width: 340px !important;}
    .figure-1 a.left-image {margin-right:5px;}
    .service.img-border-bg {margin-top:50px;}

}

@media (min-width: 768px) and (max-width: 979px) {

    #welcome{padding: 0;}
    .btleft .es-nav {left: -43px;}
    #latest-work .carousel-wrapper li{width: 252px !important;}
    .flic:bkr li{width: 68px}
    #sidebar .ul-col2 li {
        float: none;
        margin-right: 0;
        width: 90%;
    }
    #footer #contact input[type="text"], #footer #contact textarea{width: 90%}
    #footer [class^="icon-"]{display: none;}
    .service.img-border-bg {margin-top:50px;}
    .ident-bot-2 {margin-bottom:0;}
    .figure-3 {display:none;}

}

@media (min-width: 768px) {

    #header .logoIcon {
        float: left;
    }

    .top-social a {
        float: right;
    }

    .top-social a:last-of-type{
        margin-left: 20px;
    }

    #mainmenu {
        border-top: 4px solid #4EB6DC;
    }

    #footer-menu.sticky-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #header { margin-bottom: 60px; }
    #stratus {
        top: 190px;
        position: absolute !important;
    }
}

@media (max-width: 767px){

	#fixed-mobile-menu {
		position: fixed;
		background: rgb(29, 29, 28);
		height: 60px;
		z-index: 1000000;
		top: 0;
		left: 0;
		right: 0;
		border-top: 4px solid #4EB6DC;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}

    body{padding: 64px 0 0 0 }

    .container{padding: 0 20px;}

    #menu ul,
    .slides h3,
    #top-menu > .span6{display: none;}
    #top-menu .top-social{float: none;}

    .res-menu{
        display: none;
    }

     #menu-dropdown span.menu-item-text {
        text-transform: uppercase;
    }

    .top-social a {
        /*float: left;*/
        display: inline-block;
        margin: 6px 0;
    }

    .top-social,
    #header .logowrap,
    #header .logowrap img {
        text-align: center;
    }

    #header .logowrap img {
        margin-left: auto;
        margin-right: auto;
    }

    #header .logoIcon {
        margin-bottom: 10px;
    }

    #mainmenu { position: static; }
    #header { margin-top: 0px; }
    .container > .row [class*="span"]{margin-bottom: 30px;}
    .container > .row > [class*="span"]:last-child{margin-bottom: 0 !important;}
    #welcome{padding: 0;}

    .btleft .es-nav{
        bottom: inherit;
        right: 0;
        left: inherit;
        top: -38px;
    }
    #latest-work .carousel-wrapper li{max-width: 15em !important;}
    .our-projects article:nth-last-child(-n+4) {margin-bottom: 30px !important;}

    #footer-menu .span4{
        margin-bottom: 15px;
        text-align:center;
    }

    .breadcrumbs {
        padding: 40px 20px;
        position: relative;
    }

    #sidebar section:last-child {margin-bottom: 0;}
    #sidebar .ul-col2{width: 100%}
    #sidebar .ul-col2 li {
        margin-right: 0;
        width: 50%;
    }

    .alignleft,
    .alignright{float: none !important;}

    #footer .submit-div {width:270px;}
    figure {display:inline-block; margin-right:15px;}
    .da-slide h2 {
        font-size: 48px;
        /*top:60px;*/
    }
}

@media (max-width: 480px){
    .top-social{
        text-align: center;
            }
    .top-social a{
        float:none;
        display: inline-block;
    }
    /*.top-social a:last-of-type{
        margin-left: 5px;
    }*/
    .regular-table .table-data .heading td {
       font-size:12px;
    }
    #menu{
        float: none;
    }
    #footer .form-horizontal .control-group > label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    #footer .form-horizontal .controls {
        margin-left: 0;
    }
    #footer .form-horizontal .control-list {
        padding-top: 0;
    }
    #footer .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer .submit-div {width:225px;}
    .da-slide h2 {
        font-size: 30px;
        font-weight: 400;
        top:10px;
    }
    .da-slider{
        min-width:300px;
        height: 355px;
        margin:0;
    }
    .da-slide p {
        font-size: 14px;
        line-height: 20px;
        /*top: 72px;*/
        width:65%
    }
    .da-img{
        /*max-width: */
    }
}

a.siteBy {
	background:url(/images/_pages/_global/siteByOniracom.png) repeat scroll 0 0 transparent;
	display:inline-block;
	height:24px;
	line-height:24px;
	text-indent:-999em;
	width:109px;
}

a.siteBy:hover {
	background-position:0 -24px;
}


.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer-menu {
    margin-bottom: 32px;
}

