/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

@font-face
{
	font-family: 'asenine';
	src: url('../fonts/ASENINE.ttf');
}

@font-face
{
	font-family: 'asenineWide';
	src: url('../fonts/ASENW.ttf');
}

@font-face
{
	font-family: 'asenineThin';
	src: url('../fonts/ASENT.ttf');
}

@font-face
{
	font-family: 'asenineSuperThin';
	src: url('../fonts/ASENST.ttf');
}





body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Myriad Pro', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	background-color:#fff;
}


.preloader_hide {opacity:0;}
#preloader {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;}

section {
	padding-top:60px;
	background-color:#fff;
}

.container {padding-left:0; padding-right:0;}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#333;}


div#topBar{ height: 30px; background-color: #10517B; color: #FFF; padding: 0px; display: block; vertical-align: middle; padding-top: 8px; width: 100%;}

div#topBar div table td * {float: right; margin-left: 10px;}

div#topBar div a {width: 15px; height: 15px; background-repeat: no-repeat; background-position: top center; background-size: contain; margin-right: 10px; margin-top: 3px;}

div#topBar input[type='text'] {border:0px; width: 150px; height: 20px; padding: 0; padding-left: 5px; margin-left: 0px; margin: 0; margin-top: 0px; line-height: 10px; font-size: 14px;}

div#topBar input[type='submit'] {
	width: 23px;
	height: 20px;
	border: none;
	background-image: url(../themes/theme1/images/search.png); 
	background-repeat:no-repeat;
}

div#topBar input[type='submit']:hover {cursor: pointer; background-image: url(../themes/theme1/images/searchHover.png);}

a#skypeLink{background-image: url(../themes/theme1/images/socialNetwIcons/skype.png);}
a#googlePlusLink{background-image: url(../themes/theme1/images/socialNetwIcons/google+.png);}
a#twitterLink{background-image: url(../themes/theme1/images/socialNetwIcons/twitter.png);}
a#facebookLink{background-image: url(../themes/theme1/images/socialNetwIcons/facebook.png);}

a#skypeLink:hover{background-image: url(../themes/theme1/images/socialNetwIcons/skype_over.png);}
a#googlePlusLink:hover{background-image: url(../themes/theme1/images/socialNetwIcons/google+_over.png);}
a#twitterLink:hover{background-image: url(../themes/theme1/images/socialNetwIcons/twitter_over.png);}
a#facebookLink:hover{background-image: url(../themes/theme1/images/socialNetwIcons/facebook_over.png);}

input#searchBtn { background-image: url(../themes/theme1/images/search.png); height: 30px; border: 0px; width: 30px; cursor: pointer; }
input#searchBtn:hover {background-image: url(../themes/theme1/images/searchHover.png);}

.loginTop{
	margin-top: 25px;
}

.loginTop input[type='text'], .loginTop input[type='password']{
	width: 150px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 15px;
	font-size: 14px;
	margin-right: 2px;
	float: right;
}

.btn-recover{
	
	height: 25px;
	background-color: #ef8222;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-right: 2px;
		
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.btn-recover:hover
{
	background-color: #c85e00;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.btn-new{
	width: 70px !important;
	height: 25px;
	background-color: #24a939;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-right: 2px;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.btn-new:hover
{
	background-color: #145c1f;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

/*.loginTop input[type='submit']{
	width: 75px;
	height: 25px;
	background-color: #2AA7FF;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-right: 2px;
	float: right;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.loginTop input[type='submit']:hover{
	background-color: #10517B;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}*/

.btn-login{
	width: 75px !important;
	height: 25px;
	background-color: #2AA7FF;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-right: 2px;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.btn-login:hover{
	background-color: #10517B;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.btn-register{
	background-color: #10517B;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-right: 2px;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;	
}

.btn-register:hover{
	background-color: #2AA7FF;
	
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}


.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}







/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {}
li {}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	
	text-transform:none;
	font-weight:900;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h3 {margin:0 0 21px; line-height:38px; font-size:45px;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px; text-align: center; color: #FFF;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}



 h1,h2,h3,h4,h5{  font-family: arial !important; }
/*h1{ font-size:26px}
h2{ font-size:24px}
h3{ font-size:22px}
h4{ font-size:20px}
h5{ font-size:18px}
h6{ font-size:16px}
 * */


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}


section .title {
	font-weight:normal;
	line-height:40px;
	font-size:40px;
	color:#fff;
	width: 50%;
	padding-bottom: 15px;
	margin-top: 50px;
}

section#quotes .title{
	width: 100%;
}

section .title.center{
	width: 100%;
}

section .title.light {
	border-bottom: 1px solid #FFF;
}

section .title.dark {
	color: #10517B;
	border-bottom: 1px solid #10517B;
}

section .title img{
	vertical-align: middle;
	height: 50px;
	margin-right: 20px;
}




/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 24px 27px 22px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#999;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#333; border-color:#333;}

.btn-active {background-color:#1c1c1c; color:#fff; border-color:#1c1c1c;}
.btn-active:hover {color:#fff;}


.btn-lg {padding:19px 30px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:relative;
	height:24px;
	background-color:#fff;
}


/* __________ Logo __________ */
.logo {float:left; padding:10px 0 26px;}
.logo a {display:block;}





/* __________ Menu __________ */
.menu_block {
	position:fixed;
	z-index:9999;
	left:0;
	top:0px;
	right:0;
	/*height:120px;*/
	width:100%;
	background-color:#FFF;
	border-bottom: 3px solid #10517B;
}

.navmenu ul{
	margin-top: -25px;
	width:98%;
}

.navmenu ul li {
	display:inline-block;
	margin:0 0 0 -3px;
	cursor: pointer;
}


.navmenu ul li img{
	width: 120px;
	max-width: initial;
}

.navmenu ul li a {
	position:relative;
	display:block;
	margin:0 0 0 3px;
	padding:152px 0px 25px;
	
	font-weight:bold;
	line-height:20px;
	font-size:22px;
	color:#444;
	border-bottom: 8px solid #FFF;
}

.navmenu ul li a div{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 15px;
	padding: 0 15px;
}
.navmenu li:hover a,
.navmenu li.active a {
	border-bottom-color: #10517B;
}
.navmenu li.red_bg:hover a,
.navmenu li.red_bg.active a {
	
	background-color:#65594e;
}

.navmenu ul li a:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0;
	
	background-repeat:no-repeat;
	background-size:100% 15px;
	-webkit-background-size:100% 15px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu ul li.red_bg a:before {}
.navmenu ul li:hover a:before,
.navmenu ul li.active a:before {
	bottom:-15px;
	height:15px;
}

.navmenu ul li a#menu_dashboard{
	color: #0E4E79;
	background: url(../images/icons/Dashboard.png) no-repeat center top;
	background-size: contain;
}

.navmenu ul li a#menu_personnel{
	color: #3A617B;
	background: url(../images/icons/Personnel.png) no-repeat center top;
	background-size: contain;
	
}

.navmenu ul li a#menu_clients{
	color: #1D7DC4;
	background: url(../images/icons/Clients.png) no-repeat center top;
	background-size: contain;
}

.navmenu ul li a#menu_stock{
	color: #289DF7;
	background: url(../images/icons/Stock.png) no-repeat center top;
	background-size: contain;
}

.navmenu ul li a#menu_quotes{
	color: #0E4E79;
	background: url(../images/icons/Quotes.png) no-repeat center top;
	background-size: contain;
}

.navmenu ul li a#menu_invoices{
	color: #3A617B;
	background: url(../images/icons/Invoices.png) no-repeat center top;
	background-size: contain;
}








/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative; padding:0;}









/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
#menu {background-color: #eaeaea; position: relative; padding-top: 0; z-index: 10;}
#menu .about_description div {padding-bottom:25px; font-family: 'asenineWide'; color: #0E4E79; font-size: 18px;}
#menu .about_description h3 {font-weight:400; font-family: 'asenineWide'; color: #0E4E79; font-size: 64px;}

#menu .about_description p {
	margin-bottom:24px;
	line-height:24px;
	font-size:14px;
}

.services_block{
	background: url(../images/menuBorderTop.png) repeat-x 0 0 #FFF;
	width: 100%;
	max-width: 980px;
	height: 215px;
	margin-top: -29px;
	padding-top: 0px;
	position: relative;
	margin-bottom: 60px;
} 

.navmenu ul{
	display: inline;
	position: absolute;
	top: -30px;
}

.navmenu ul li{
	width: 16.5%;
	text-align: center;
	padding: 10px;
}

/* __________ Services __________ */
.services_item {
	position:relative;
	display:block;
	padding:65px 25px 0;
}


.services_item:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:2px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item.bg1:before {background-color: #4d627c;}
.services_item.bg2:before {background-color: #658cab;}
.services_item.bg3:before {background-color: #aebac9;}
.services_item.bg4:before {background-color: #d8d8d8;}
.services_item:hover:before, .aboutIcon:hover ~ .services_item:before {height:6px;}

.services_item i {
	position:relative;
	display:block;
	width:168px;
	height:168px;
	margin:-6px auto 25px 6px;
	line-height:100px;
	font-size:70px;
	color:#fff;
	border-radius:50%;
	
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item.bg1 i {box-shadow: 0 0 0 10px #FFF inset;}
.services_item.bg2 i {box-shadow: 0 0 0 10px #FFF inset;}
.services_item.bg3 i {box-shadow: 0 0 0 10px #FFF inset;}
.services_item.bg4 i {box-shadow: 0 0 0 10px #FFF inset;}


.services_item.bg1:hover i, .aboutIcon1:hover ~  .services_item.bg1 i {box-shadow: 0 0 0 1px #FFF inset; color:#4d627c;}
.services_item.bg2:hover i, .aboutIcon2:hover ~  .services_item.bg2 i {box-shadow: 0 0 0 1px #FFF inset; color:#658cab;}
.services_item.bg3:hover i, .aboutIcon3:hover ~  .services_item.bg3 i {box-shadow: 0 0 0 1px #FFF inset; color:#aebac9;}
.services_item.bg4:hover i, .aboutIcon3:hover ~  .services_item.bg4 i {box-shadow: 0 0 0 1px #FFF inset; color:#d8d8d8;}

.services_item p {
	margin-bottom:9px;
	text-transform:none;
	line-height:32px;
	font-size:18px;
	color:#333;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	font-weight: lighter;
	line-height: 22px;
}
.services_item.bg1:hover p, .aboutIcon:hover ~ .services_item.bg1 p {color:#4d627c;}
.services_item.bg2:hover p, .aboutIcon:hover ~ .services_item.bg2 p {color:#658cab;}
.services_item.bg3:hover p, .aboutIcon:hover ~ .services_item.bg3 p {color:#aebac9;}
.services_item.bg4:hover p, .aboutIcon:hover ~ .services_item.bg4 p {color:#d8d8d8;}

.services_item span {
	display:block;
	line-height:22px;
	font-size:14px;
	color:#666;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.services_item:hover span {color:#333;}


.services_block > .row > div{
	height: 360px;
}

.keyword{
	padding: 3px 6px 3px 6px;
	border: 1px solid #FFF;
	font-size: 11px;
	margin: 2px;
	float: left;
	border-radius: 3px;
}

.but1{
	background-color:#a8b8cc; 
	border:none; 
	border-radius: 3px;
	width: 80px; 
	height: 30px ; 
	color:#fff; 
	font-size: 14px; 
	font-weight:bold; 
	text-align: center;
	vertical-align: middle; 
	font-family: 'Myraid Pro', sans-serif;
	cursor: pointer;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

#footerDSItile2{width: 100%; height: 120px; background-color: #114262; margin-top: -1px; margin-bottom: 0px;}
#footerDSItile2 div img {width: 50px; margin-left: 15px; margin-top: 40px;}

div.but1{
	padding-top: 12px;
}

.but1:hover {
	background-color:#072952; 
	color:#fff; 
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#footer{ 
	background-color: #10517B;	
	width:100%; 
	overflow: hidden;
}

#footer h3{
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	color: #FFF;
	height: 30px;
	font-family: 'Myriad Pro', sans-serif;
	margin-bottom: 2px;
}

#footer a {color: #FFF;}

#footer a span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

#footer a:hover span {
	color: rgb(9, 54, 107);
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

#footer a:hover tr td {
	background-color: #FFF;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

#footer > div > div > div{
	font-size: 12px;
	background-color: #10517B;
	color: #FFF;
	width: 25%;
	text-align: left;	
	vertical-align: top;
	padding-top: 40px;
	padding-right: 40px;
	
	float: left;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;	
}

#footer div table td{
	padding: 10px 0px;
	width: 100%;
	vertical-align: middle;
}

#footer hr{
	border: 0px;
	border-bottom: 2px solid #5f7a9b;	
	width: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

#footer label{
	font-family: 'Myriad Pro',Arial;
	font-size: 12px;
	margin-left: 5px;
	font-weight: normal;
}

#footer input[type='email'], #footer input[type='text'], #footer textarea{
	vertical-align: middle;
	border: 0px;
	border-radius: 3px;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	padding-left: 5px;

}

#footer textarea{
	height: 100px;
	resize: none;
	padding-top: 5px;
	vertical-align: top;
	background-color: #FFF;
}

#footer .keyword{
	border-color: #FFF;
}

#footer img{
	max-width: 100%;
	max-height: 50px;
}

#footer .postCaption, #footer .postDate{
	width: 95%
}

#footer .postDate{
	color: #CCC;
	margin-bottom: 15px;
}

#footerCredits{
	width: 980px; 
	margin-left: auto; 
	margin-right: auto; 
	background: #FFF;
	text-align: left;
}

#footerCreditsWrapper{
	width: 100%;
	background: #FFF;	
}


.footerLinksContainer{
	float: right;
}

#footerStripe{position:absolute; background-image: url(../themes/theme1/images/footer.png); background-position:bottom center;background-repeat: no-repeat; height:180px; width:100%;margin-top:70px;z-index:5;}
#footerTileLeft{position:absolute; margin-top:218px; width:100%; height: 32px; background-image: url(../themes/theme1/images/footer_tile_left.png); ;background-repeat: repeat-x;z-index:1}
#footerTileRight{overflow: hidden;position:absolute; left:50%; margin-left:490px;margin-top: 101px;width:100%; height: 149px; background-image: url(../themes/theme1/images/footer_tile_right.png);background-repeat: repeat-x;z-index:2}
#footerText{left:50%;margin-left:340px;z-index:10}

#footerDSI{position:absolute; left:50%; margin-top:-20px; margin-left: -450px; background-image: url(../themes/theme1/images/dsi_footer.png); background-position:bottom left;background-repeat: no-repeat; height:41px; width:382px ;z-index:20}









#clients{
	background: url(../images/clients_bg.png) no-repeat 130% top #1D7CC3;
}

#clients .container{
	padding: 0 100px;
}

#clients .title{
	border: 0;
	width: 30%;
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	border-right: 1px solid #FFF;
	height: 180px;
}

#clients .content{
	float: right;
	width: 65%;
}




#quotes{
	background: url(../images/quotes_bg.png) no-repeat right bottom #10517B;
	height: 900px;
	margin-bottom: 300px;
	padding-bottom: 0;
}

#quotes .quotes{
	float: left;
	width: 48%;
}

#quotes .invoices{
	float: right;
	width: 48%;
}


/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
#dashboard {
	background-color:#5c7d9a;
	min-height: 500px;
	
	background: url(../images/dashboard_bg.png) no-repeat left bottom #10517B;
}

.price_wrapper{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.content.align_left{
	width: 50%;
	margin-left: 3px;
	margin-top: 5px;
}

.content.light{
	color: #FFF;
}

.content.dark{
	color: #10517B;
}

.float_right{
	width: 50%;
	float: right;
}

.content.float_right{
	width: 50%;
	float: right;
	margin-top: 40px;
}

.content.float_left{
	width: 45%;
	float: left;
	margin-top: -20px;	
}




#reservations:after{
	background: url(../images/topBar2.png) repeat-x 0 0;
}

.work_item {
	position:relative;
	background-color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.work_item .work_img img {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_img img {opacity:0;}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description {top:24%; opacity:1;}
.work_item .work_description p {
	margin:0 0 3px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:16px;
	color:#333;
}
.work_item .work_description span {
	display:block;
	line-height:20px;
	font-size:14px;
	color:#f5c700;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:0;
	display:block;
	width:89px;
	margin-left:-45px;
	padding:14px 17px;
	opacity:0;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:16px;
	color:#666;
	border:2px solid #f5c700;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover a.zoom {
	bottom:25%;
	opacity:1;
}
.work_item a.zoom:hover {background-color:#f5c700; color:#fff;}




.contentPage{
	background-color: #FFF;
	padding-top: 55px;
	min-height: 800px;
	position: relative;
	padding-bottom: 170px;
	font-size: 18px;
}

.contentPage .title{
	width: 100%;
	background-color: #FFF;
	color: #222;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	z-index: 20;
}

.contentPageBanner{
	background-image: url(../images/banner1.png);
	background-position: center center;
	height: 200px;
	border-bottom: 15px solid #5b5b5b;
}

.contentPage .brownBar2{ 
	margin-top: -60px; 
	z-index: 1;
}

.barsContainer{
	width: 100%;
	height: 10px;
	position: relative;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;	
}

.bars{
	
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	position: absolute;
	top: -120px;
}

.bars div{
	width: 32%;
	height: 10px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.bars #first{
	background-color: #65594D;
}

.bars #second{
	background-color: #9A8776;
}


.bars #third{
	background-color: #C4AC97;
}

.bannerTextOverlay{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 45%;
	height: 250px;
	right: 0;
	top: 28%;
	z-index: 10;
}



/*-----------------------------------------------------------------------------------*/
/*	ABOUT US
/*-----------------------------------------------------------------------------------*/



.aboutUs{
	background: url(../images/bgOverlayRight.png) no-repeat right center #d8d8d8;
	
}

.aboutUs .title{
	color: #658CAB;
}

.aboutImages{
	background-color: #4d627c;
	padding: 10px;
	margin-bottom: 50px;
}

.aboutImages img:first-child{
	margin-right: 10px;
	height: 280px;
	width: 60%;
}

.aboutImages img:last-child{
	height: 280px;
	width: 38%;
}

.aboutImagesOverlay{
	height: 300px;
	width: 50%;
	background-color: #4d627c;
	position: absolute;
}

.aboutUs .contact_btn{
	width: 150px;
	height: 40px;
	padding-top: 10px;
	border-radius: 5px;
	background-color: #4d627c;
	font-size: 14px;
}



/*-----------------------------------------------------------------------------------*/
/*	CUSTOMERS
/*-----------------------------------------------------------------------------------*/

.customers{
	background-color: #FFF;
	
}

.customers .title{
	color: #658CAB;
}

.customers .container{
	max-width: 1180px;
}



.testimonials_slider {
	overflow:visible;
	margin-top:23px;
	background-image:url(../images/quotes.png);
	background-repeat:no-repeat;
}
.testimonials_slider .testimonials_item {
	padding-left:100px;
}

.testimonials_content {
	padding-bottom:33px;
	line-height:32px;
	font-size:22px;
	color:#333;
}
.testimonials_author {font-size:14px;}
.testimonials_author b {
	font-weight:900;
	color:#ef4836;
}



/* __________ customers logo __________ */
.client_logos_block {
	margin:0 -15px;
	text-align:center;
}
.client_logos_block .client_img {
	display:inline-block;
	margin:0 12px 20px 15px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.client_logos_block:hover .client_img {opacity:0.3;}
.client_logos_block .client_img:hover {opacity:1;}









/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	padding-bottom:55px;
	background-color:#ef4836;
}

.team_block {padding-bottom:38px;}

.crewman_item {
	position:relative;
	min-height:414px;
	padding:50px 20px;
	background-color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover {
	transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.crewman_item:before {
	content:'';
	position:absolute;
	z-index:10;
	left:15px;
	right:15px;
	bottom:0;
	height:0;
	background-color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover:before {bottom:-20px; height:20px;}

.crewman_foto {
	overflow:hidden;
	width:150px;
	height:150px;
	margin:0 auto 35px;
	border-radius:50%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover .crewman_foto {
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
}

.crewman_descr {
	position:absolute;
	left:25px;
	right:25px;
	top:235px;
	background-color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover .crewman_descr {top:34px;}

.crewman_name {
	font-weight:900;
	line-height:26px;
	font-size:20px;
	color:#ef4836;
}
.crewman_post {
	padding-bottom:33px;
	font-size:16px;
	color:#333;
}

.crewman_item .crewman_social {padding-bottom:33px;}
.crewman_item .crewman_social a {
	display:inline-block;
	width:50px;
	height:50px;
	margin:0 2px 0 5px;
	border-radius:50%;
	line-height:48px;
	font-size:22px;
	color:#fff;
	background-color:#e1e1e1;
}
.crewman_item .crewman_social a.b1:hover {box-shadow:0 0 0 25px #2dc5eb inset;}
.crewman_item .crewman_social a.b2:hover {box-shadow:0 0 0 25px #4d72bf inset;}
.crewman_item .crewman_social a.b3:hover {box-shadow:0 0 0 25px #e5683c inset;}

.crewman_about {
	height:0;
	line-height:22px;
	font-size:14px;
	opacity:0;
	transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover .crewman_about {
	opacity:1;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
}




/* __________ INTERESTING FACTS __________ */
.fact_item i {
	display:block;
	width:70px;
	height:70px;
	margin:0 auto 18px;
	text-align:center;
	line-height:68px;
	font-size:64px;
	color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.fact_item:hover i {color:#fff;}
.fact_item p {
	margin:0;
	line-height:30px;
	font-size:28px;
	color:#fff;
}
.fact_item .count {
	font-weight:900;
	line-height:91px;
	font-size:80px;
	color:#fff;
}






/*-----------------------------------------------------------------------------------*/
/*	VIDEO BLOCK
/*-----------------------------------------------------------------------------------*/
#video_block {
	overflow:hidden;
	position:relative;
	padding:283px 0 251px;
	width:100%;
	height:704px;
}
#video_block .container {
	position:relative;
	z-index:2;
}

#video_block .overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(51,51,51,0.85);
}

#video_block .title {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#video_block .title:hover {color:#ef4836;}

#video_block .play_pause_wrapper {
	transform:translateY(125%) scale(0.4);
	-o-transform:translateY(125%) scale(0.4);
	-ms-transform:translateY(125%) scale(0.4);
	-webkit-transform:translateY(125%) scale(0.4);
}

#video_block .title span {
	position:relative;
	top:-11px;
	display:inline-block;
	vertical-align:middle;
	width:163px;
	height:163px;
	margin:0 8px 0 14px;
	font-family:corbel;
	cursor:pointer;
	border-radius:50%;
	border:15px solid #fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#video_block .title span:hover {border-color:#f5c700;}

#video_block .title span:before {
	content: "\f04b";
	position:absolute;
	left:8px;
	top:0;
	width:132px;
	height:132px;
	text-align:center;
	line-height:133px;
	font-size:74px;
	color:#fff;
	transition: color 0.3s ease-in-out; 
	-webkit-transition: color 0.3s ease-in-out;
}
#video_block .title span:hover:before {color:#f5c700;}

#video_block .title span.play_pause:before {content: "\f04c"; left:0;}




/* Video BAckground */
#video_block #controlBar_P2 {position:static !Important;}

#controlBar_P1 {position:static !important;}

#video_block iframe {margin-top:0 !important;}
#video_block .buttonBar span {display:none !important;}











/*-----------------------------------------------------------------------------------*/
/*	PRICE BLOCK
/*-----------------------------------------------------------------------------------*/
#price_block {
	padding-bottom:64px;
	background-color:#f5c700;
}

.price_item {
	position:relative;
	padding:27px 0 20px;
	background-color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	height: 580px;
}
.price_item.price_active,
.price_item:hover {
	transform:translateY(-20px);
	-o-transform:translateY(-20px);
	-ms-transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.price_item:before {
	content:'';
	position:absolute;
	z-index:10;
	left:15px;
	right:15px;
	bottom:0;
	height:0;
	background-color:rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.price_item:hover:before, .price_item.price_active:before {bottom:-20px; height:20px;}

.price_item_title {
	padding-bottom:26px;
	font-weight:900;
	line-height:26px;
	font-size:18px;
	color:#333;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.price_active .price_item_title {color:#5b5b5b;}
.price_item_cost {
	display:table;
	width:170px;
	height:170px;
	margin:0 auto 30px;
	font-weight:900;
	line-height:100px;
	font-size:24px;
	color:#fff;
	border-radius:50%;
	background-color:#f5c700;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
	/*background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../images/aboutIcon1.png);*/
	/*background-size: 100% 100%, 100% 100%;*/		
}
.preciousMetals .price_item_cost{
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../images/preciousMetal.png);
	background-size: 100% 100%, 100% 100%;	
}
.otherAreas .price_item_cost{
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(../images/foodAndBeverages.png);
	background-size: 100% 100%, 100% 100%;	
}


.price_active.preciousMetals .price_item_cost {
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5)), url(../images/preciousMetal.png);
	background-size: 100% 100%, 100% 100%;	
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.price_active.otherAreas .price_item_cost {
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5)), url(../images/foodAndBeverages.png);
	background-size: 100% 100%, 100% 100%;	
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.price_item_cost .wrap_middle {
	display:table-cell;
	vertical-align:middle;
}
.price_item_cost span {
	display:inline-block;
	font-size:63px;
}
.price_item_text {
	padding:15px 5px 14px;
	font-size:15px;
	color:#333;
	border-top:1px solid #e9e9e9;
	font-weight: bold;
}
.price_item_text.last {border-bottom:1px solid #e9e9e9;}

.price_items{
	height: 200px;
}

.price_item .btn_order {
	display:block;
	margin:20px 20px 0;
	padding:22px 10px 19px;
	text-transform:uppercase;
	font-weight:900;
	font-size:16px;
	color:#333;
	border-radius:4px;
	background-color:#aebac9;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;

}
.price_item.price_active .btn_order {background-color:#4d627c; color:#fff;}
.price_item .btn_order:focus {margin-top:22px; margin-bottom: -2px;}

.price_best:after {
	content:'';
	position:absolute;
	left:-3px;
	top:-4px;
	width:76px;
	height:75px;
	background-image:url(../images/price_ribbon.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}




.alt_image{
	display: none;
}







/*-----------------------------------------------------------------------------------*/
/*	TWITTER BLOCK
/*-----------------------------------------------------------------------------------*/
#twitter_block {background-color:#1ab2e8;}

#twitter_block .fa {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 48px;
	line-height:78px;
	font-size:80px;
	color:rgba(0,0,0,0.15);
}
#twitter_block a.tweet_user {
	line-height:22px;
	font-size:22px;
	color:rgba(0,0,0,0.15);
}
#twitter_block .tweet_text {
	display:block;
	padding:4px 0 15px;
	line-height:38px;
	font-size:30px;
	color:#fff;
}
#twitter_block .tweet_text a {color:rgba(0,0,0,0.15);}
#twitter_block .tweet_text a:hover {color:#fff;}
#twitter_block .tweet_time {
	display:block;
	padding-bottom:35px;
	text-align:center;
}
#twitter_block .tweet_time a {
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:rgba(0,0,0,0.15);
}








/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {padding:75px 0 50px;}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
#blog {padding-bottom:85px;}

#blog .title {color:#333;}

.post_item {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.recent_posts:hover .post_item {opacity:0.3;}
.recent_posts .post_item:hover {opacity:1;}

.post_item_img {
	display:block;
	background-color:#000;
}

.post_item_content {padding:23px 0 0;}
.post_item_content a.post_title {
	font-weight:400;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.post_item:hover .post_item_content a.post_title {color:#0eba9e;}

.post_item_inf {
	position:relative;
	margin-bottom:24px;
	padding-top:7px;
	padding-bottom:26px;
}
.post_item_inf:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:70px;
	height:2px;
	background-color:#0eba9e;
}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#999;
}

.post_item_text {
	line-height:22px;
	font-size:14px;
	color:#666;
}


.view_all_posts {
	display:block;
	margin: 30px 0 0;
	padding:20px 10px 21px;
	border: 2px solid #0eba9e;
	border-radius: 4px;
	text-transform:uppercase;
	font-family: corbel, 'Lato', sans-serif;
	text-align:center;
	font-weight:900;
	line-height:20px;
	font-size:20px;
	color:#666;
	background: none;
}
.view_all_posts:hover {
	color:#fff;
	background: #0eba9e;
}









/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/
#contact_us {
	background-color:#4d627c;
}




/*-----------------------------------------------------------------------------------*/
/*	MAP
/*-----------------------------------------------------------------------------------*/
#map{
	padding: 0px;
}


#map div, #map iframe{
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	position:relative;
	padding:60px 0 0px;
	color:#fff;
	background-color:#354355;
}

footer .back_top {
	position:absolute;
	left:50%;
	top:-25px;
	display:block;
	width:50px;
	height:50px;
	margin-left:-25px;
	font-family:corbel, FontAwesome;
	text-align:center;
	line-height:44px;
	font-size:26px;
	color:#333;
	background-color:#0eba9e;
	border:3px solid #333;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.single_page footer .back_top {background-color:#fff;}

footer .back_top:hover {background-color:#f5c700;}


footer .footer_phone {padding-top:20px;}
footer .footer_phone p {
	display:inline-block;
	margin:1px 20px 0 0;
	line-height:20px;
	font-size:14px;
	color:rgba(255,255,255,0.25);
}
footer .footer_phone a {
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	font-size:14px;
	color:rgba(255,255,255,0.25);
}
footer .footer_phone a:hover {color:#fff;}


footer .copyright {
	padding-top:20px;
	line-height:20px;
	font-size:14px;
	color:rgba(255,255,255,0.25);
}











/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social a {
	display:inline-block;
	margin:0 0 0 7px;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	line-height:48px;
	font-size:23px;
	color:#354355;
	background-color:#FFF;
}


a.twitter:hover {background-color:#2dc5eb;}
a.facebook:hover {background-color:#4d72bf;}
a.g_plus:hover {background-color:#e5683c;}
a.dribbble:hover {background-color:#e4508a;}



br.responsiveBr{
	display: none;
}




/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
#contact {
	padding:50px 100px 0px 100px;
	height:700px;
}

textarea, input[type="text"] {
	width:100%;
	margin:30px 0 0;
	padding: 20px;
	text-transform:none;
	font-family:corbel,  'Lato', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 18px;
	color: #222;
	font-style:normal;
	border-radius: 0;	
	background: #a6b1be;
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
   color: #5d5d5d;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5d5d5d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5d5d5d;  
}

:-ms-input-placeholder {  
   color: #5d5d5d;  
}

input#name {margin-top:0;}
textarea {
	overflow:hidden;
	resize: none;
	margin-top:0;
}

textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	color:#333;
	border:0;
	background-color:#fff;
}

.contact_form label {
	display:none;
	margin:5px 0 0;
	font-weight:400;
	font-size:12px;
	color:#fff;
}
.ie .contact_form label {display:block;}

.contact_btn {
	display:block;
	cursor:pointer;
	width:200px;
	margin: 50px auto 0;
	padding:20px 10px 21px;
	border: 0;
	
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family:corbel,  'Lato', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:20px;
	color:#FFF;
	background: #354355;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn:hover {background: #FFF; color:#38312B; border:0;}
.contact_btn:focus {border:0; background: #ef4836;}


.notification_error {
	margin-bottom:-20px;
	padding:20px 0 0;
	font-size:15px;
	color:#fff;
}

.notification_ok {
	margin:30px 15px 0;
	padding:20px;
	font-size:15px;
	color:#fff;
	border:2px solid #fff;
	border-radius:4px;
}

.navArrowLeft, .navArrowRight{
	float: left;
	display: none;
	width: 3%;
	height: 100px;
	margin-top: 60px;
	cursor: pointer;
}


.navArrowLeft{
	background: url(../images/arrow_left.png) no-repeat 0 0;
	background-size: contain;
	margin-right: 2%;
}

.navArrowRight{
	background: url(../images/arrow_right.png) no-repeat 0 0;
	background-size: contain;
	margin-left: 2%;
}





/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:80px;}


.blog_block hr {border-top:2px solid #e9e9e9;}

.single_page #blog h3 {
	font-weight:400;
	line-height:34px;
	font-size:28px;
}



/* __________ Blog Post __________ */
.blog_post_video {
	float:left;
	width:470px;
	height:370px;
	margin-right:30px;
}

.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:470px;
	height:370px;
	margin-right:30px;
	background-color:#000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.blog_post_descr hr {
	border-top-width:1px;
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	font-weight:900;
	line-height:14px;
	font-size:11px;
	color:#ccc;
}

.blog_post_title {
	display:block;
	padding-bottom:15px;
	color: #333333;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
.blog_post:hover .blog_post_title {color:#0eba9e;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
	color:#ccc;
}
.blog_post_info li.author a { color:#ef4836;}
.blog_post_info li a:hover {color:#0eba9e;}
.blog_post_content {
	padding-bottom:18px;
	color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.blog_post .read_more_btn {
	text-transform:uppercase;
	font-weight:900;
	font-size:13px;
	color:#333;
}
.blog_post .read_more_btn:hover {color:#0eba9e;}






/* __________ Pagination __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:63px;
	height:63px;
	margin:0 5px 0 0;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#333;
	background-color:#eaeaea;
	border-radius:0 !important;
}
.pagination li.active a,
.pagination li a:focus,
.pagination li a:hover {
	background:#ef4836 !important;
	color:#fff !important;
}












/*-----------------------------------------------------------------------------------*/
/*	SINGLE BLOG POST
/*-----------------------------------------------------------------------------------*/
.single_blog_post_date {
	float:left;
	margin:11px 30px 0 0;
	padding-top:14px;
	width:70px;
	text-transform:uppercase;
	text-align:center;
	font-weight:900;
	line-height:12px;
	font-size:12px;
	color:#0eba9e;
	border-top:2px solid #0eba9e;
}
.single_blog_post_date span {
	display:block;
	line-height:53px;
	font-size:60px;
}

.single_blog_post_descr {margin-left:100px;}

.single_blog_post_title {
	padding-bottom:2px;
	font-weight:900;
	line-height:60px;
	font-size:50px;
	color:#333;
}

.single_blog_post_info {padding-bottom:24px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
	text-transform:uppercase;
	font-weight:900;
	font-size:12px;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:12px;}
.single_blog_post_info li.author a { color:#ef4836;}
.single_blog_post_info li a:hover {color:#0eba9e;}

.single_blog_post_img img {
	margin-bottom:23px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:16px;
}









/* __________ Comments __________ */
.comments_count {color:#ef4836;}

#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	background-color:#ccc;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:900;
	font-size:16px;
	color:#333;
}
#comments .comment_date,
#comments .comment_reply a {
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
}
#comments .comment_reply a:hover {color:#0EBA9E;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}



/* Comment Form */
.leave_comment {
	padding:24px 30px 30px;
	background-color:#eaeaea;
}

#comment_form textarea,
#comment_form input[type="text"] {
	margin:0 30px 30px 0;
	padding:20px;
	width:388px;
	border-color:#fff;
	text-transform:none;
	font-size:18px;
	color:#999;
	background-color:#fff;
}
#comment_form input.last {margin-right:0;}
#comment_form textarea {
	min-height:180px;
	width:100%;
}
#comment_form .contact_btn {
	margin:0;
	background-color:#0eba9e;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ef4836;}

.comment_note {padding-top:11px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:40px;}

.sidepanel_title  {
	margin-bottom:23px;
	padding:13px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:16px;
	color:#fff;
	background-color:#ef4836;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position:relative;
	padding:13px 10px 12px 40px;
	border-top:1px solid #e9e9e9;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content: "\f054";
	position:absolute;
	left:16px;
	top:14px;
	font-family:corbel, FontAwesome;
	font-size:16px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#0eba9e;}
.widget_meta li a {
	display:inline-block;
	text-transform:uppercase;
	font-weight:900;
	line-height:24px;
	font-size:16px;
	color:#333;
}
.widget_meta li a:hover {color:#0eba9e;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-weight:300;
	font-size:16px;
	color:#333;
	background-color:#eaeaea;
}
.widget_tags li a:hover {
	color:#fff;
	background-color:#ef4836;
}
.widget_tags li.active a {background-color:#f5c700 !important; color:#fff !important;}


/* __________ Text Widget __________ */
.widget_text p {
	line-height:24px;
	font-size:14px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}




/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {
	margin-bottom:29px;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.widget_popular_posts:hover .recent_posts_widget {opacity:0.3;}
.widget_popular_posts .recent_posts_widget:hover {opacity:1;}
.post_item_img_widget {
	overflow:hidden;
	display:block;
	width:270px;
	height:190px;
	margin-bottom:14px;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}

.post_item_content_widget .post_title {
	display:block;
	margin-bottom:9px;
	font-weight:900;
	line-height:29px;
	font-size:24px;
	color:#333;
}
.recent_posts_widget:hover .post_title {color:#0eba9e;}
.post_item_inf_widget li {
	display:block;
	font-weight:900;
	line-height:20px;
	font-size:12px;
	color:#999;
}








/*-----------------------------------------------------------------------------------*/
/*	SEARCH FORM
/*-----------------------------------------------------------------------------------*/
.search_form {position:relative;}
.search_form:before {
	content: "\f002";
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:51px;
	font-family:corbel, FontAwesome;
	line-height:49px;
	text-align:center;
	font-size:20px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.search_form:hover:before {color:#0eba9e;}

.search_form input {
	margin:0;
	padding:13px 46px 14px 20px;
	width:100%;
	color:#ccc;
	background:none;
	border:2px solid #ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.search_form input:focus {border-color:#0eba9e; color:#333;}

.search_form input.search_btn {
	width:100%;
	margin:0;
	padding:12px 55px 13px 17px;
	background-color: rgba(81,81,81,0.5);
	line-height:20px;
	font-size:12x;
	color:#b5b5b5;
}
.search_form input.search_btn {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	width:46px;
	height:46px;
	padding:0;
	border:0;
	text-indent:-999px;
	background: none !important;
}
.search_form input.search_btn:hover {
	border:0;
	background-color:#008da8;
}


div#dsiFooter{
	width: 100%; 
	max-width: 980px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	margin-top: -25px; 
	color: #FFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	position: relative; 
	z-index: 100;
}

#footerBr{
	display: none;
}



/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:370px; margin-right:30px;}


.lcarousel-wrapper {position:relative;}
.jCarousel_pagination a {
	position:absolute;
	top:-124px;
	display:block;
	width:32px;
	height:32px;
	font-family:corbel, FontAwesome;
	text-align:center;
	line-height:30px;
	font-size:38px;
	color:#fff;
}
.jcarousel-control-prev {left:50%; margin-left:-585px;}
.jcarousel-control-next {right:50%; margin-right:-585px;}
.jCarousel_pagination a:hover {color:#0EBA9E;}

.jCarousel_pagination a.inactive {cursor:default; opacity:0.75; color:#fff !important;}





.brownBar1{
	background: url(../images/topBar.png) repeat-x 0 0;
	height: 100px;
	width: 100%;
	margin-top: -100px;
	position: relative;
	z-index: 20;
}

.brownBar2{
	background: url(../images/topBar2.png) repeat-x 0 0;
	height: 100px;
	width: 100%;
	margin-top: -100px;
	position: relative;
	z-index: 20;
}

.brownBar3{
	background: url(../images/topBar3.png) repeat-x 0 0;
	height: 30px;
	width: 100%;
	margin-top: -100px;
	position: relative;
	z-index: 20;
}

.menuBar{
	
	height: 34px;
	width: 100%;
	margin-top: 55px;
	position: fixed;
	z-index: 999;	
}

.aboutIcon{
	position: absolute;
	z-index: 100;
	
	height: 87%;
	width: 91%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.aboutIcon1{
	background-image: url(../images/aboutIcon1.png);
}

.aboutIcon2{
	background-image: url(../images/aboutIcon2.png);
}

.aboutIcon3{
	background-image: url(../images/aboutIcon3.png);
}

.aboutIcon4{
	background-image: url(../images/aboutIcon4.png);
}

.aboutContainer{
	
	
}

.aboutText{
	font-size: 18px;
}

.footerSocial{
	float: right;
}

#backToTop{
	position: fixed;
	bottom: -100px;
	right: 20px;
	z-index: 9999;
}

#footer a:hover{
	color: #FFF;
}



.top_slider .slides li{
	
}





/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-attachment:scroll !important; background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-size:cover !important;}
}

@media (max-width: 1375px) {
	#quotes{
		background-position: 200% bottom;
	}
}

@media (max-width: 1024px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {

	#quotes{
		background-position: 350% bottom;
	}

	.aboutImagesOverlay{
		display: none;
	}
	


	.flexslider.top_slider .slides li {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important; background-position:0 0 !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu li {display: inline;}
	

/* __________ Index __________ */
	.jcarousel li {width:303px;}
	.jcarousel-control-prev {margin-left:-485px;}
	.jcarousel-control-next {margin-right:-485px;}
	
	
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	#video_block {padding:180px 0; height:550px;}
	
	
	.price_item_cost {width:130px; height:130px;}
	.price_item_cost span {font-size:50px;}
	.price_item_text {padding:10px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:400px; height:315px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	#comment_form input[type="text"] {width:312px;}
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	
	
	
}

@media (max-width: 991px){ /*Get rid of all background images for sections*/
	#dashboard, #clients, #quotes{
		background: none;
	}
	
	#dashboard{		
		background-color: #10517B
	}	
	
	#clients{
		background-color: #1D7CC3;
	}
	
	#quotes{
		background-color: #10517B;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	section .title{
		margin-top: 4px;
	}	
	
	section{
		padding-top: 50px;
	}
	
	section#personnel div.content img{
		margin-top: 15px; 
	}
	
	.navmenu ul{
		margin-left: -20px;
	}
	
	.navmenu ul li img{
		width: 80px;
		margin-left: -5px;
	}
	
	.navmenu ul li a div{
		font-size: 12px;
		padding: 0 10px;
	}
	
	.aboutImagesOverlay{
		display: none;
	}
	
	.aboutIcon{
		width: 100px;
		height: 100px;
		background-size: 67px;
		top: 44px;
		left: 50px; 
		z-index: 1;
	}
	
	.aboutContainer{
		margin: 0;
	}
	
	.aboutText{
		max-width: 100%;
	}
	
	.barsContainer{
		max-width: 768px;
	}
	
	.bars{
		max-width: 768px;
	}

/* __________ Menu __________ */
	.navmenu ul li a {padding: 112px 15px 25px 15px;  font-size:13px;}
	
	
	
/* __________ Index __________ */
	.services_item {padding:50px 10px 0;}
	.services_item i {width:100px; height:100px; font-size:50px; line-height:98px;}
	.services_item span {font-size:11px; line-height:17px;}
	
	
	.jcarousel li {width:230px;}
	.jcarousel-control-prev {margin-left:-360px; top:-112px;}
	.jcarousel-control-next {margin-right:-360px; top:-112px;}
	.work_item a.zoom {padding:10px 24px; font-size:13px;}
	
	
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	.fact_item p {font-size:18px; line-height:20px;}
	.fact_item .count {font-size:56px; line-height:56px;}
	
	
	#video_block {padding:140px 0; height:430px;}
	
	
	.price_item_title {font-size:18px; padding-bottom:15px;}
	.price_item_cost {width:100px; height:100px; font-size:16px; line-height:90px;}
	.price_item_cost span {font-size:36px;}
	.price_item_text {padding:7px 5px; font-size:12px;}
	.price_item .btn_order {font-size:13px; padding:12px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	.recent_posts {width:600px; margin:0 auto;}
	.view_all_posts {width:600px; margin:0 auto;}
	.responsive_clearfix {clear:both;}
	
	
	#contact {padding:0 40px;}
	
	
	.social a {width:40px; height:40px; line-height:38px;}
	footer .copyright {padding-top:10px;}
	footer .footer_phone {padding-top:0;}
	

/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:400px; height:315px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	#comment_form input[type="text"] {width:327px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	
	
	
	.respond_clear {clear:both; height:0; font-size:0;}


}

@media (max-width: 767px) {
	#footer > div > div > div{
		width: 50%;
		height: 380px;
	}
	
	
	.title, .float_right, .float_left{
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 80% !important;
	}
	
	#dashboard .content.float_right, #personnel .content.float_left, #clients .alt_image, #stock .content.float_left, #quotes .alt_image{
		max-width: 350px;
	}
	
	.title{
		text-align: left;
		width: 80% !important;
	}
	
	.content.float_left{
		margin-top: 5px;
	}
	
	.content{
		margin-bottom: 20px;
	}
	
	#dashboard .container:first-child{
		height: auto !important;
	}
	
	#personnel .float_right .title{
		width: 100% !important;
	}
	
	#clients .container{
		padding: 0 15px;
	}
	
	#clients .title{
		height: auto;
		border-bottom: 1px solid #FFF;
		border-right: 0;
	}
	
	#clients{
		padding-top: 0;
	}
	
	#clients .content.center{
		margin-bottom: 1px;
	}
	
	#stock .title, #quotes .title{
		width: 100% !important;
	}
	
	#quotes{
		height: auto;
		margin-bottom: 20px;
	}
	
	.alt_image{
		display: block;
		vertical-align: top;
		margin-top: 0px !important;
	}
	
	.alt_image_hide{
		display: none;
	}
	
	.navmenu ul li img{
		width: 60px !important;
	}	
	
	.navmenu ul li a{
		font-size: 12px;
		padding: 100px 0px 17px 0px;
		background-position: center 20px;
		height: 240px;
	}
	
	ul.navMenu{
		padding-left: 0;
		margin-top: -3px;
	}
	
	.navmenu ul li{
		width: 17%;
		padding-top: 8px;
	}
	
	.navmenu ul li a div{
		padding: 0 10px;
		text-align: center;
		font-size: 12px;
	}
		
	section{
		padding-top:30px;
	}
	
	
	
	section .title{
		margin-top: 10px;
	}	

		
	.sliderBarTop div div{
		width: 50%;
	}
	
	.loginTop input[type='text'], .loginTop input[type='password']{
		width: 40%;
	}
	
	.loginTop input[type='submit']{
		width: 18%;
	}
	
	.menu_block .container .pull-left{
		width: 23%;
		max-width: 190px;
	}
	
	.menu_block .container .pull-right{
		width: 75%;
		max-width: 382px;
	}	
	
	.aboutImages img:first-child{
		width: 57%;
		height: auto;
	}
	
	.aboutImages img:last-child{
		height: auto;
	}
	
	.aboutImagesOverlay{
		display: none;
	}
	
	.aboutIcon{
		width: 100%;
		height: 100px;
		background-size: 68px;
		background-position: center top;
		top: 66px;
		left: 0px;
		z-index: 1;
	}	
	
	.container {padding-left:15px; padding-right:15px;}
	
	.aboutContainer{
		margin: 0;
	}	
		
	.aboutText{
		max-width: 100%;
	}

	
	section .title {font-size:32px; line-height:32px;}
	section#contact .title { margin-top: 40px;} 
	
	#footerDSItile2{
		height: 200px;
	}
	
	#footerDSItile2 > div{
		text-align: center;
	}
	
	#footerDSItile2 > div > img{
		float: none !important;
		width: 100% !important;
		max-width: 235px;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.footerLinksContainer{
		float: none !important;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.footerLinksContainer img{
		width: 25%;
		max-width: 50px;
	}
	
/* __________ Menu __________ */
	

	


/* __________ Index __________ */
	.services_item {padding:50px 10px 0;}
	.services_item i {width:100px; height:100px; font-size:50px; line-height:98px;}
	.services_item span {font-size:11px; line-height:17px;}
	
	
	.jcarousel-wrapper {width:450px; margin:0 auto; padding:0;}
	.jcarousel li {width:210px;}
	.jCarousel_pagination a {top:-104px;}
	.jcarousel-control-prev {margin-left:0; left:15px;}
	.jcarousel-control-next {margin-right:0; right:15px;}
	.work_item a.zoom {padding:10px 24px; font-size:13px;}
	.work_item .work_description p {font-size:13px; line-height:17px;}
	
	
	.team_block {width:450px; margin:0 auto;}
	.crewman_item .crewman_social a {width:40px; height:40px; line-height:38px;}
	.crewman_about {font-size:13px; line-height:20px;}
	
	
	.fact_item i {font-size:50px; width:50px; height:50px; line-height:50px;}
	.fact_item p {font-size:12px; line-height:17px;}
	.fact_item .count {font-size:36px; line-height:36px;}
	
	
	#video_block {padding:110px 0; height:280px; background-image:url(../images/video_block.png); background-size:100% auto; -webkit-background-size:100% auto;}
	#video_block #wrapper_mbYTP_P2, #video_block .title span, #video_block .overlay {display:none !important;}
	
	
	.price_wrapper {width:450px; margin:0 auto;}
	.price_item_title {font-size:18px; padding-bottom:15px;}
	.price_item_cost {width:100px; height:100px; font-size:16px; line-height:90px;}
	.price_item_cost span {font-size:36px;}
	.price_item_text {padding:7px 5px; font-size:12px;}
	.price_item .btn_order {font-size:13px; padding:12px 5px;}
	.price_best:after {width:60px; height:60px;}
	
	
	.recent_posts {width:450px; margin:0 auto;}
	.view_all_posts {width:450px; margin:0 auto;}
	.responsive_clearfix {clear:both;}
	.post_item_content a.post_title {font-size:20px; line-height:24px;}
	.post_item_text {font-size:11px; line-height:16px;}
	
	
	#contact {padding:0;}
	
	
	.social {text-align:center;}
	.social a {width:40px; height:40px; line-height:38px;}
	footer .copyright {padding-top:10px; text-align:center;}
	footer .footer_phone {padding-top:0; text-align:center;}
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:450px; height:315px; float:none; margin:0 0 10px;}
	.blog_post_title {font-size:24px; line-height:30px;}
	.blog_post_content {font-size:13px; line-height:20px;}
	
	
	.pagination li {width:50px; height:50px;}
	.pagination li a {font-size:16px; line-height:48px;}
	
	
	.single_blog_post_title {font-size:26px; line-height:34px;}
	.single_blog_post_date {margin-top:5px;}
	
	
	
/* __________ Single Blog Post __________ */
	
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	
	
	
}

@media (max-width: 479px) {
	
	#home{
		margin-top :40px;
	}
	
	.sliderBarTop div div{
		width: 100%;
	}

	.dsifooter_container{
		height: 60px;
	}
	.navmenu {width: 90%; margin-left: auto; margin-right: auto; height: 450px;}
	
	.navmenu ul {padding:10px 0;display: initial; position: absolute;top: 50px; margin-top: -30px;}
	.navmenu ul li {
		display: list-item;
		list-style: none;
		height: 65px;
		width: auto;
	}

	.navmenu ul li a {
		background-position: left top !important;
		padding:0; 
		color:#333; 
		border: 0px; 
		font-size: 14px; 
		padding-top: 15px; 
		padding-left: 80px; 
		height: 65px;
		text-align: left;
	}
	
	.navmenu ul li.active a, .navmenu ul li a:hover {color:#4D627C !Important; border: 0px;}
	.navmenu ul li a:before {display:none;}
	
	.navmenu ul li a div{
		text-align: left;
		margin-top: -4px;
		padding: 0;
	}
	
	.services_block{
		margin-bottom: 20px;
	}
	
	.navArrowLeft, .navArrowRight{
		display: block;
	}	
	
	.menu_block{
		height: 160px;
	}
	
	.menu_block .pull-left, .menu_block .pull-right{
		float: none !important;
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
		max-width: initial;
	}
	
	.menu_block .pull-left{
		padding-bottom: 0;
	}
	
	
	
	div#topBar div table td *, div#topBar div table{
		margin-left: 5px;
	}
	
	div#topBar div table{
		width: 100%;
	}
	
	div#topBar div table td form{
		width: 50%;
	}
	
	div#topBar div table td a{
		width: 5.5%
	}
	
	div#topBar input[type='text']{
		width: 70%;
	}
	
	div.navmenu{
		width: 80%;
	}
	
	/*.navArrowLeft, .navArrowRight{
		width: 8%;
	}
	
	.navmenu ul{
		width: 200%;
	}*/
	
	
	.navmenu ul li img{
		width: 90%;
		margin-left: 3px;
	}
	
	.loginTop input[type='text'], .loginTop input[type='password']{
		width: 35%;
	}
	
	.loginTop input[type='submit']{
		width: 20%;
	}
	
	h3{
		font-size: 40px; 
	}
	
	.aboutImages{

	}
	
	.aboutImages img{

	}
	
	.aboutImages img:first-child{
		width: 55%;
		height: auto;
	}
	
	.aboutImages img:last-child{
		height: auto;
	}	
	
	.aboutImagesOverlay{
		display: none;
	}	

	
	.aboutContainer{
		margin: 0;
	}	
		
	.aboutText{
		max-width: 100%;
	}
	
	.bars div{
		width: 29%;
	}	
	
/* __________ Index __________ */
	#about .about_description h3 {font-size:20px; line-height:24px;}
	#about .about_description p {font-size:12px; line-height:17px;}
	
	
	.jCarousel_pagination a {top:-93px;}
	.jcarousel-control-next {right:10px;}
	.jcarousel-control-prev {left:10px;}
	.jcarousel-wrapper {width:300px;}
	.jcarousel li {width:300px;}
	
	
	.testimonials_slider .testimonials_item {padding-left:70px;}
	.testimonials_content {font-size:15px; line-height:20px;}
	
	
	.team_block {width:320px;}
	
	
	.price_wrapper {width:290px;}
	.price_item {height: 500px;}
	
	
	.recent_posts {width:300px;}
	.view_all_posts {width:290px;}
	
	
	textarea {margin-top:30px; min-height:120px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_slider, .blog_post_video, .blog_post_img {width:290px; height:228px; float:none; margin:0 0 10px;}
	.blog_post_title {font-size:20px; line-height:24px;}
	.blog_post_content {font-size:11px; line-height:17px;}
	
	
	.pagination li {width:30px; height:30px;}
	.pagination li a {font-size:14px; line-height:28px;}
	
	
	.single_blog_post_date {width:60px; font-size:9px; margin-right:15px;}
	.single_blog_post_date span {font-size:50px;}
	.single_blog_post_descr {margin-left:75px;}
	.single_blog_post_title {font-size:16px; line-height:21px;}
	
	.single_blog_post_content {font-size:12px; line-height:19px;}
	
	
	#comment_form textarea, #comment_form input[type="text"] {width:100%;}
	#comment_form .contact_btn {width:100%;}
	
	
/* __________ Single Blog Post __________ */
	
	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}
	
	.footerSocial{
		margin-bottom: 40px;
	}
	

	
	#footer > div > div > div{
		width: 100%;
		height: auto;
		padding: 0;
		padding-top: 20px;
	}
	
	div#dsiFooter{
		margin-top: -40px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#footerBr
	{
		display: block;
	}
}




