a {outline:none !important;
}
body { overflow-x:hidden;
}
.font {
	font-family: 'Droid Sans', sans-serif;
	font-weight:400; /*Normal*/
	font-weight:600; /*Semi-Bold*/
	font-weight:700; /*Bold*/
	font-weight:800; /*Extra-Bold*/	
}
/*-------- Top ------*/
.top_block {
	font-family:Arial, Helvetica, sans-serif;
	border-top:5px #1c1b1e solid;
/*	background:url(../img/top_blok_bg.gif) 0 0 repeat-x #f4f4f4; */
	color:#000000;
	font-size:18px;
	padding-top:10px;
	padding-bottom:3px;
}
.top_block div.span7 {padding-left:188px;}
.follow_us {text-align:right;
			padding-top:0 !important;
}
	.follow_us  ul {display:inline-block;
}

		.follow_us ul li {
			padding:0;
			margin:0 0 0 10px;
			display:block;
			line-height:18px;
			text-indent:-9999px;
			float:left;
			height:18px;
			width:18px
		}
			.follow_us a {
				display:block;
				text-indent:-9999px;
				text-align:left;	
				transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
			}
			.follow_us a.facebook {
				background:url(../img/fasbok_icon.png) 0 0 no-repeat;
			}
			.follow_us a.facebook:hover {background-position:0 -18px;
			}
			.follow_us a.twitter {
				background:url(../img/twit_icon.png) 0 0 no-repeat;
			}
			.follow_us a.twitter:hover {background-position:0px -18px;
			}
			.follow_us a.delicious {
				background:url(../img/delicious_icon.png) 0 0 no-repeat;
			}
			.follow_us a.delicious:hover {background-position:0px -18px;
			}
			
			.follow_us a.vimeo {
				background:url(../img/vimeo_icon.png) 0 0 no-repeat;
			}
			.follow_us a.vimeo:hover {background-position:0px -18px;
			}
			.follow_us a.rss {
				background:url(../img/rss_icon.png) 0 0 no-repeat;
			}
			.follow_us a.rss:hover {background-position:0px -18px;
			}
.header {
	padding:34px 0 29px 0;
/*	background:url(../img/body_bg.gif) left top repeat; */
}
	.header .navbar .container{padding-bottom: 33px ; 
							   background:url(../img/border_tail.png) left bottom repeat-x;
	}
.fleft {float:left;
}
.fright {float:right;
}
.clear {
	height:0;
	clear:both;
	font-size:0;
}
img {
	outline:0;
	vertical-align:top;
}
.logo img {max-width:100%;
margin-top:-14px;
}

/*nav*/
#main_menu {
	position: relative;
	float:right;
	padding-top:12px;
}
	#main_menu select {
		display: none;
		font-family:Arial;
		font-size:14px;
	}

.menu_wrap {
  padding-top: 5px;
  float:right;
}
	.menu_wrap .nav > li {
	  padding: 0 11px 0 11px;
	  background:url(../img/nav_li_-bg.png) left 8px no-repeat;
	  text-align:center;
	  display:block;
	  position: relative;
	}
	.menu_wrap .nav > li:first-child {background:none;
	}
	.menu_wrap .nav > li:last-child {padding-right:0;
	}

		.menu_wrap .nav li a {
		  line-height:22px;
		  color: #676767;
		  font-family: 'Droid Sans', sans-serif;
		  font-weight:400;
		  font-size:14px;
		  text-transform: uppercase;
		  text-decoration: none;
		  padding:0 0 4px 0; 
		  display:inline-block;
		}
		.menu_wrap .nav > li.sfHover > a,
		.menu_wrap .nav > li.sfHover > a:hover,
		.menu_wrap .nav > li > a:hover,
		.menu_wrap .nav > li.current > a,
		.menu_wrap .nav > li.current > a:hover {
			color: #7c1315;
			background:none;
		}
		
			/*==========   sub menu    =========*/
		
.sub-menu > a {position: relative;
		}
.menu_wrap .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 4px;
  left:44%;
  top: 19px;
  margin: 0 -3px 0 0;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.current > a:before,
.menu_wrap .nav > li.current > a:hover:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav > li.current > a:before { 
}
.menu_wrap .nav > li.current.sfHover > a:before { background: url('../img/li-marker.png') left top no-repeat;
}
.menu_wrap .nav ul {
  position: absolute;
  display: none;
  width: 170px;
  left: 0px;
  top: 31px;
  list-style: none;
  zoom: 1;
  z-index: 25;
  background: url('../img/body_bg.gif ') 0 0 repeat;
  border-top:4px #7c1315 solid;
  padding: 13px 0 8px 0;
  margin: 0;
  margin-left:-30px;
}
.menu_wrap .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 6px;
  right: 10px;
  top: 13px;
}
.menu_wrap .nav ul li a {
  display: block;
  text-transform: none;
  font-size: 13px;
  color:#7b7b7b;
  line-height: 20px;
  padding: 0 10px 4px 7px;
  background: none;
}
.menu_wrap .nav ul li a span {display:none;
}
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.current > a {
  text-decoration: none;
  color:#7c1315;
}
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}

.menu_wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 133px;
  left: 133px;
  top: -6px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 13px 0 8px 0;
  margin: 0;
  border-top:0;
}

							/*==========      ==========*/

.page_container {
	padding-bottom:55px;
	/*	background:url(../img/body_bg.gif) left top repeat; */

}
.separator {
}
.welcome_block {
	text-align:center;
	padding-bottom:43px;
	padding-top:47px;
	line-height:21px;
	font-size:16px;
	color:#8e8e8e;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
}
.welcome_block span {
	color:#98c400;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:600;
	display:block;
}
.block {padding-bottom:55px;
}
#main_slider {margin-bottom:64px;
}

.planning {
	padding-bottom:50px;
	text-align:center;
}
div.bloc_icon{padding:2px; border:1px solid #dddddd;}
.planning a {
	display:block;
	background:#fcfcfc;
	padding:19px 15px 15px 15px;
	color:#3a3a3a;
	border:1px #dddddd solid;
}
.planning a span.img_icon {
	display:block;
	width:101px;
	height:101px;
	margin:0 auto 14px auto;
}
.planning a span.icon1 {
	background:url(../img/icon1.png) 0 0 no-repeat;
}

.planning a span.icon2 {
	background:url(../img/icon2.png) 0 0 no-repeat;
}

.planning a span.icon3 {
	background:url(../img/icon3.png) 0 0 no-repeat;
}

.planning a span.icon4 {
	background:url(../img/icon4.png) 0 0 no-repeat;
}

.planning a span.link_title {
	display:block;
	line-height:1.2em;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	padding-bottom:20px;
}
.planning a:hover {
	background:#f5f5f5;
	text-decoration:none;
}
h2.title {
	padding:0;
	margin:0 0 19px 0;
	line-height:28px;
	background:url(../img/border_tail.png) left bottom  repeat-x;
	text-transform:uppercase;
}
h2.title a {
	font-size:23px;
	color:#373737;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
h2.title a:hover {
	color:#9fcd00;
	text-decoration:none;
}
p.last {margin-bottom:14px;
}


.block [class*="span"] {margin-bottom:25px;
}
[class*="span"] img, [class*="span"] iframe {max-width:100%;
}
.black {color:#3a3a3a;
}

/* ============================= */
.1_colomn{display:block; position:relative;}
.2_colomn{display:block;}
ul.the-icons {display:inline-block;
					 padding-top:0px;
					 margin-left:0;
					 list-style:none;
}
	 ul.the-icons li{padding-right:10px;
						   padding-bottom:16px; 
						   float:left;
						   list-style:none;
						   color:#676667;
	}
	ul.the-icons li.span3{margin-left:0 !important;}
		ul.the-icons li img{float:left;padding-right:15px;}
		ul.the-icons li a{font-family:Arial, Helvetica, sans-serif;
						 font-size:12px;
						 line-height:20px;
						 color:#4696d0;
						 text-decoration:none}
						 
						 
.1_colomn{}
	.1_colomn p{ }

.img_1{float:left; padding-right:30px;}

.upper {text-transform:uppercase;
}
h2.upper {background:url(../img/h2_upper_bg.png) left 12px no-repeat;
		  padding-left:12px;
		  padding-bottom: 26px;
		  margin-bottom:0px;
		  margin-top:0;
}
	h2.upper a{color:#373737;text-decoration:none;}
	h2.upper a:hover{color:#4696d0;text-decoration:none;}
	
.border{background:url(../img/border_tail.png) left 35px repeat-x;}
.hover_img {
	position:relative;
	background-color:#fff;
}
.hover_img:hover {
	background-image:url(../img/hover_img_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.item_description {
	display:none;
	position:absolute;
	left:15px;
	right:15px;
	top:10%;
	z-index:8;
	text-align:center;
	color:#3a3a3a;
}
.item_description h4 {
	font-weight:800;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
.portfolio_zoom, .portfolio_link {
	display:none;
	width:41px;
	height:42px;
	position:absolute;
	left:50%;
	bottom:48px;
	margin:0 0 0 -41px;
	background-image:url(../img/zoom.png);
	background-position:0 -42px;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:0 0 0 1px;
	background-image:url(../img/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 -0px;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:41px;
	height:42px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}


/*===== PORTFOLIO ====*/

.portfolio{margin-bottom: 40px;}
#page .portfolio{margin-bottom: 0;}
.portfolio article{
    float: left;
    width: 25%;
}
#page .portfolio article{
    width: 33.333333%;
}
.portfolio article *{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.portfolio .p-text{
    display: block;
    padding: 0 20px ;
    text-align: center;
    position: relative;
    z-index: 1000;
}
.portfolio article{
	background:url(../img/body_bg.gif) 0 0 repeat;
}

.portfolio article:hover h2{
	color: #4696d0;
}
.portfolio article:hover h4{color:#c6c6c6;}
.portfolio div a.portfolio-view{
	background-image: url(../img/portfolio-view.png);
}
.portfolio div a.portfolio-link{
	background-image: url(../img/portfolio-link.png);
}
.portfolio div a:hover{
	background-color: rgba(255,255,255, 0.1);
}
.da-thumbs li div,
.da-thumbs article div {
	background: rgba(0,0,0,0.75);
}
.portfolio .p-text h2{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 16px;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#3d3d3d;
}
.portfolio h4 {
	font-style:12px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 6px;
	margin-top:0;
	color:#676667;
}

.portfolio div a{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    background-position: center center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-repeat: no-repeat;
}
.portfolio div a.portfolio-view{
    left: 50%;
    margin-left: 10px;
}
.portfolio div a.portfolio-link{
    right: 50%;
    margin-right: 10px;
}

.da-thumbs {
    position: relative;
}
.da-thumbs li,
.da-thumbs article {
    position: relative;
    overflow: hidden;
}

.da-thumbs li div,
.da-thumbs article div {
    position: absolute;
    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;
}
	/*=== PORTFOLIO 2 ===*/
		
	
		/*==================== PORTFOLIO fin =====================*/
		
.post_carousel {
	padding-bottom:12px;
	border-bottom:5px #3a3a3a solid;
	color:#3a3a3a;
}
.post_carousel:hover {border-bottom-color:#9fcd00;
}
.post_carousel .title_t {
	line-height:20px;
	padding:14px 0 8px 0;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a {
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	font-weight:600;
	color:#3a3a3a;
}
.post_carousel .title_t a:hover {
	color:#9fcd00;
	text-decoration:none;
}
.post_meta {
	color:#676667;
	padding-top:5px;
}
.post_meta span {padding:0 7px;
}
.post_meta a {color:#88af00;
} 
.post_meta a:hover {
	color:#3a3a3a;
	text-decoration:none;
} 

				<!--------- Our clients     -->

.block .container div{}
			
.clients_logo {
	padding:15px 0 0px 0 ;
	
	position:relative;
}
	.clients_logo ul {
		padding:0;
		margin:0;
		list-style:none;
		
		
	}
		.clients_logo li {
			float:left;
			padding:0;
			margin:0 0px 0 0 !important;
			border:0;
			height:100px;
			width:193px;
		}
			.clients_logo a {
				color:#d6d6d6;	
				height:100px;
				line-height:100px;
				display:block;
				text-align:center;
				background:url(../img/clients_logo_bg.png) 0 0px repeat-x;
				padding:1px 0;
			}
			.clients_logo a:hover {
				color:#1d8cc2;	
				text-decoration:none;
			}
.clients_logo a.lobster {
	font-family: 'Lobster', cursive;	
	font-size:32px;
}
.clients_logo a.allura {
	font-family: 'Allura', cursive;	
	font-size:37px;
}
.clients_logo a.oswald {
	font-family: 'Oswald', sans-serif;
	font-size:25px;
}
.clients_logo a.cookie {
	font-family: 'Cookie', cursive;
	font-size:39px;
}
.clients_logo a.yanonekaffeesatz {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:34px;
}
.clients_logo a.anton {
	font-family: 'Anton', sans-serif;
	font-size:28px;
}

			<!--Our clients-->

.arrow_link {
	padding-right:15px;
	background-image:url(../img/link_arrow.png);	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	background-position:100% 2px;
	background-repeat:no-repeat;
	height:18px;
	display:inline-block;
}
.arrow_link:hover {
	background-position:100% -16px;
	color:#3a3a3a;
	
}
.block:last-child {padding-bottom:0;
}

.block ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}

/*========  Tweets ==========*/

ul.tweets li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:1px #555555 solid;
}
.tweet_arrows {
	width:22px;
	height:22px;
	background:url(../img/twitter.png) no-repeat left top;
	float:left;
	margin:0 8px 0 0;
	display:block;
}
/*========  Flickrs ==========*/
.flickrs {margin-right:-10px;
}
.FlickrImages li {
	margin:0 6px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:63px !important;
	height:63px !important;
	overflow:hidden;
	float:left;
	background:#9fcd00;
}
.FlickrImages li a img {
	width:63px !important;
	height:63px !important;
	border:0;
}
/*===========  Testimonial ==============*/
.testimonial {
	margin-bottom:35px;
	position:relative;
	background:#2b2b2b;
	padding:18px 10px 18px 28px;
	color:#6d6d6d;
	border-radius:3px;
}
.testimonials_arrow {
	width:26px;
	height:17px;
	background:url(../img/testimonials_arrow.png) no-repeat left top;
	position:absolute;
	left:0;
	bottom:-15px;
	display:block;
}
.author {
	font-size:14px;
	color:#787878;
}
.author img {
	float:left;
	margin-right:15px;
}
.author a {
	color:#505050 !important;
}
.author a:hover {text-decoration:underline;
}
.author span {
	display:block;
	padding-top:6px;
}
/*========  #footer ==========*/
#footer {
	background: url("../img/footer-background.png") repeat-y scroll 50% 0 transparent;
	padding-top:34px;
	color:#505050;
	line-height:20px;	
}
#footer a {	
}
#footer h2.upper {
	color:#616161;
	font-size:22px;
	background:url(../img/h2_upper_foot.png) left 11px no-repeat;
	text-transform:none;
}
	#footer div.border{background:url(../img/foot_border_tail.png) left 35px repeat-x;}
#footer .span3 { padding-bottom:30px;
}
#footer li {
	
}
#footer li:last-child {
	
	
}
#footer input[type="text"], #footer textarea, #footer input[type="password"] {
	margin:6px 0 25px 0 !important;
	padding: 10px 6px !important;
	font-size: 13px;
	color: #676667;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;	
	background-color: #323232;
	border: 1px solid #151515;
	border-bottom-color:#323232;
	border-right-color:#323232;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;
	  box-shadow: 1px 1px 1px rgba(0,0,0, 0.5) inset;	  
}
#footer textarea { min-height:100px !important;
}
#footer textarea:focus, #footer input[type="text"]:focus, #footer input[type="password"]:focus {
  border-color: rgba(70, 150, 208, 1);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 0 1px rgba(70, 150, 208, 1);
     -moz-box-shadow: 0 0 1px rgba(70, 150, 208, 1);
          box-shadow: 0 0 1px rgba(70, 150, 208, 1);
		  color:#fff;
}


#footer .follow_us {padding:4px 0 10px 0; 
}
#footer .follow_us ul li {
	padding:0 !important;
	margin:0 0 0 10px !important;
	display:inline-block;
	line-height:18px;
	border:0 !important;
}
#footer .follow_us a {background-image:url(../img/foot_socials.png);
}
#footer .news li {font-family:Arial, Helvetica, sans-serif; 
				  color:#505050;
				  padding:0 0 10px 0;
				  margin-bottom:10px;
				  background:url(../img/foot_border_tail_li.png) left bottom repeat-x;
				  line-height:16px;
}
#footer .news li:last-child{background:none;}
#footer .news li a{color:#616161;font-style:italic;display:block; padding:0px 0 5px 0;}
	#footer .news li a:hover{color:#4696d0;text-shadow:1px 0 0 #75aad0;text-decoration:none;}
#footer .news li a img{float:left;padding-right:30px;padding-top:5px;}
/*=======================================*/

.footer_bottom {
	background: url("../img/bottom-background.png") repeat-y scroll 50% 0 transparent;
	margin-top:20px;
	padding:23px 0 26px 0;
}
.copyright {color:#515151;
}

.foot_right_block {
	text-align:right;
}
.foot_right_block .fright {margin-left:20px;
}

.foot_menu {text-align:right;
}
.foot_menu ul{display:inline-block;position:relative;}
.foot_menu li {
	display:inline-block;
	line-height:12px !important;
	padding:0  8px 0 8px !important;
	border:0 !important;
	margin:0 !important;
	border-right: 1px solid #323232 !important;
}
.foot_menu li:last-child {padding:0 0 0 8px !important;
						  border-right: none !important;
}
.foot_menu li a {
	text-transform:uppercase;
	color:#515151 !important;
	font-size:12px;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#1d8cc2 !important;
	text-decoration:none;
}
/*===========*/

.breadcrumb {
  padding: 19px 0;
  margin: 0 0 20px 0;
  list-style: none;
  background:#4696d0;
  color:#fff;
  font-family: 'Droid Sans', sans-serif;
  font-weight:400;
  font-size:19px;
}
.breadcrumb span {
  color:#3a3a3a;
  padding:0 5px;
}
.breadcrumb a {
  color:#3a3a3a;
  font-family: 'Droid Sans', sans-serif;
  font-weight:400;
  font-size:19px;
  text-decoration:none;
}
.profile {text-align:center;
}
.profile_title {
	font-size: 14px;
    margin-bottom:5px;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	color:#3a3a3a;
}
.profile img {
	margin:10px auto 15px auto;
	width:169px;
}

legend {
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
}

/* Portfolio */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}
.element img {max-width:100%;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #fff;
	background:#4696d0;
	text-decoration:none;
}
.preloader {
	background:url(../img/preload_img.gif) center center no-repeat;
	display:block;
}
.projects .hover_img {
	position:relative;
	background-color:#000;
}
.projects .hover_img:hover {	background-image:none;
}
.projects .portfolio_zoom, .projects .portfolio_link {
	display:none;
	bottom:auto;
	top:50%;
	margin-top:-17px;
}

#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 19px;
  margin-top: -17px;
  background-image:url(../img/slider_nav.png);
  background-position:0 -21px;
  background-repeat:no-repeat; 
  outline:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-20px -21px; 
	left:auto;
	right:15px; 
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:-20px -21px;  
}
#portfolio_carousel .carousel-control:hover {background-position:0 -21px;
}

.pad25 { padding-top:25px;
}
.pad5 { padding-top:5px;
}
.padd_top3{padding-top:3px !important;}
.padd_bot31{padding-bottom:31px;}
.marg20 { margin-top:20px !important;
}

.post {padding-bottom:40px;
}
.post h2.title {margin-bottom:21px;
}
.post img {
	margin-bottom:18px;
	max-width:100%;
}

form .dark_btn:hover {
	color: #fff;
	text-shadow:0 -1px 1px rgba(0,0,0, 0.4);
	background:#4696d0;
	text-decoration:none;
}

.post_info {
	padding:5px 0;
	border-bottom:1px #a6a6a6 dotted;
	border-top:1px #a6a6a6 dotted;
	margin-bottom:12px;
	color:#747474;
}
.post_info span {color:#4696d0;
}

.sidebar { padding-top:9px;
}
.sidebar .tweet_arrows {display:none;
}
.widget { margin-bottom:25px;
}
.sidebar h2.title {
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:18px;
}
ul.recent_post, ul.tweets, ul.links {
	padding:0;
	margin:0;
	list-style:none;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:13px;
	border-bottom:1px #a6a6a6 dotted;
	color:#4696d0;
}
ul.recent_post li:last-child {
	border-bottom:0;
	margin-bottom:18px;
}
ul.recent_post li img {
	float:left;
	margin-right:29px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
ul.recent_post div {padding:3px 0 2px 0;
}
ul.recent_post div a {
	font-weight:bold;
	color:#747474;
}
/*+ + + + + + + + + + T0p_search + + + + + + + + + + +*/

.inp_search {
	font-family:Arial;
	font-size:12px;
	color:#c3c3c3;
	background:#1c1c1c;
	width:200px;
	height:17px;
	padding:5px 9px;
	border:1px #424242 solid;
	margin:0 0 10px 0;
}
.top_search .search_field{margin-top:10px;
						  margin-bottom:0px;
						  font-family:Arial;
						  font-size:14px;
						  color:#c3c3c3;
						  border:1px #e8e8e8 solid;
						  padding: 8px 3px 6px 18px;  
						  -moz-border-radius:3px;
						  -webkit-border-radius:3px;
						  border-radius:3px; 
						  margin-left:1px !important;
						  box-shadow:none !important;
	}
.top_search .search_btn{width:31px ;
					    height:38px ;
					    margin-top:13px ;
					    -moz-border-radius:0px ;
					    -webkit-border-radius:0px;
					    border-radius:0px ;
					    border:none ;
					    padding: 0 ;
					    z-index:10;
					    background:url(../img/search_btn.png) 0 0 no-repeat;
	
	}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background-image:url(../img/back_top.gif);
  background-repeat:no-repeat;
  background-position:0 0;
  position: fixed;
  margin-right: -662px !important;
  right: 50%;
  bottom: 56%;
  z-index: 999;
}
#toTop:hover {background-position:0 -37px;
}
/*------------------------*/

.tags a {
	display:inline-block;
	margin:0 14px 16px 0;
	height:33px;
	line-height:33px;
	background-image:url(../img/tag_bg.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:0 26px 0 11px;
	border-left:1px #e3e3e3 solid;
	color:#646464;	
}
.tags a:hover {
	background-position:100% -33px;
	border-left:1px #2e90d7 solid;
	color:#fff;
	text-decoration:none;
}

ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#646464;
	background:url(../img/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#646464;
}
ul.links li a:hover {color:#4696d0;
} 

.sidebar  input.search-query {
  padding:2px 6px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	opacity:0.8;
	
}
.comment_right {display:table;	
}

.comment_info {padding-bottom:7px;
}
.comment_info span {padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
#map {
	margin:0 0 15px 0;
	padding-top:6px;
}

.contact_form { padding-top:6px;
}
.contact_form textarea { min-height:260px !important;
}

.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}

a.img_hov {
	position:relative;
	display:block;
	width:390px;
	height:240px;
}

.arrow-bullet {
    list-style-image: url('/~protechvi/tipe/pictures/arrow_bullet(1).png');
}

.container .span12 {margin-left:0;}


.container div.row div:first-child {margin-left:0;}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {
	position: relative;
	z-index: 100;
	margin: 0 -30px;
	padding: 0 30px;
	background-color: #333;
}

.is-sticky .menu_block {
	z-index: 9000;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
}

.navbar-collapse {float: none; padding-right: 0; padding-left: 0; border: 0; box-shadow: none;}
.navbar-nav {float: none;}
.navbar-nav li {
	float: none;
	display: inline-block;
	margin: 0 0 0 -3px;
	text-align: center;
}
.navbar-nav li a {
	display: block;
	margin: 24px 0 21px 30px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	font-size: 13px;
	color: #979797;
	text-shadow: none;
	border: 0;
	border-bottom: 2px solid #333;
}
.navbar-nav li.first a {padding-left: 0;}
.navbar-nav li.last a {padding-right: 0;}

.navbar-nav li:hover a,
.navbar-nav li a:focus,
.navbar-nav li.active a {
	background: none;
	color: #ff5300;
	border-color: #ff5300;
}


/* __________ Submenu __________ */

.sub-menu ul {
	display: none;
	position: absolute;
	z-index: 9990;
	width: 172px;
	left: 10px;
	top: 100%;
	padding: 0 0 5px;
	margin: 0;
	background: #333;
	border: 0;
}
.sub-menu.last ul {right: 0; left: auto;}
.sub-menu ul li  {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 0;
}
.sub-menu ul li a:before,
.sub-menu ul li a:after,
.sub-menu ul li:before,
.sub-menu li.last:after  {
	display: none;
}
.sub-menu ul li a {
	margin: 0 !important;
	padding: 7px 5px 7px 20px !important;
	text-transform: none;
	text-align: left !important;
	color: #979797 !important;
	text-shadow: none;
	background: none !Important;
	border: 0 !important;
}
.sub-menu ul li.active a, .sub-menu ul li a:hover {color: #ff5300 !important; background: none !Important;}
.sub-menu ul li a span {display: none !important;
}

/* _________ //Submenu _________ */

