/* CSS Document */
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	
	#home .logo {width:240px; margin:-120px 0 0 -120px;}
	#home_img2 {width:400px;}
	#home_img3 {width:170px;}
	#home_img4 {width:200px;}
	
	
	#about .story_wrap {padding:50px 0;}
	#about .about_content {padding:0 60px;}
	
	
	.contacts_inf_wrap {padding:50px 0 0;}

	
	
	.widget_flickr li {width:63px;}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.main_menu li {margin:0 12px;}
	
	
	#home .logo {width:240px; margin:240px 0 0 -120px;}
	#home_img2 {width:400px;}
	#home_img3 {width:170px;}
	#home_img4 {width:200px;}
	
	
	#about .story_wrap {padding:50px 0;}
	#about .about_content {padding:0 60px;}
	
	
	.contacts_inf_wrap {padding:50px 0 0;}
	
	
	#video_bg {height:240px;}
	.video_bg_content .left_text {padding-bottom:35px;}
	.video_bg_content .right_text {padding-top:35px;}
	
	
	
	.widgets_clear {display:block;}
	
}

@media (max-width: 767px) {
	
	/* Menu */
	header {position:fixed; top:0; left:0; width:100%; margin:0;}
	.menu_toggler {display:block; margin-top:14px; margin-right:25px; width:20px; height:20px; line-height:20px; text-align:center; font-size:21px; color:#fff;}
	
	.main_menu {padding:0;}
	.main_menu ul {position:absolute; left:0; top:100%; width:100%; text-align:left; background-color:#272727;}
	.main_menu li {display:block; margin:0; padding:0 0 4px 30px;}
	.main_menu li:before, .main_menu li:after {display:none;}
	.main_menu li a {color:rgba(255,255,255,0.5); margin:0; padding:0; border:0;}
	.main_menu li a:before {display:none;}
	.main_menu li a:hover, .main_menu li.active a {background:none; color:#fff;}
	
	
	#home .logo {width:220px; margin:-90px 0px 0px -90px;}
	#home_img2 {width:200px;}
	#home_img3 {width:90px;}
	#home_img4 {width:130px;}
	
	
	#about .story_wrap {padding:0; margin-bottom:50px;}
	#about .about_img {position:static; margin:0 0 30px; width:100%; height:320px;}
	#about .about_content {float:none; width:100%; padding:0 15px;}
	
	
	.contacts_inf_wrap {padding:50px 0 0;}
	
	
	#video_bg {height:240px;}
	.video_bg_content .left_text {padding-bottom:35px;}
	.video_bg_content .right_text {padding-top:35px;}
	
	
	#contacts_inf {margin-bottom:0 !important;}
	
	
	footer {position:static; margin-top:-20px;}
	

	
	.widget_flickr li {width:65px;}
	
}

@media (max-width: 479px) {
	
	
	

	/* Bootstrap Style fix */
	.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%;}

}



































