/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Droid Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #797979;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea {
	resize: none;
}
img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}
a {
	color:#505050;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	color:#9a77d1;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}


p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Droid Sans', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#505050;
}
h1 {
	margin:0 0 20px;
	line-height:30px;
	font-size:30px;
}
h2 {
	margin:0 0 25px;
	line-height:24px;
	font-size:23px;
}
h3 {
	margin:0 0 15px;
	line-height:23px;
	font-size:19px;
}
h4 {
	margin:0 0 15px;
	line-height:20px;
	font-size:17px;
}
h5 {
	line-height:20px;
	font-size:15px;
}
h6 {
	line-height:20px;
	font-size:14px;
}
::selection {
	background: #ff7e69;
	color:#333;
}
::-moz-selection {
	background: #ff7e69; /* Firefox */
	color:#333;
}

.color_text {color:#ff6161;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}


.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;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot65 {margin-bottom:65px;}
.margbot70 {margin-bottom:70px;}

.pad0 {padding:0;}
.padbot0 {padding-bottom:0;}
.padbot10 {padding-bottom:10px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot40 {padding-bottom:40px;}
.padbot45 {padding-bottom:45px;}
.padbot50 {padding-bottom:50px;}
.padbot60 {padding-bottom:60px;}
.padbot70 {padding-bottom:70px;}
.padbot80 {padding-bottom:80px;}
.padtop0 {padding-top:0;}

#page {
	}

.page_block {opacity:0;}

section {padding-bottom: 20px;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}


.full_width {
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(255,244,199,0.6);
}

.relative_block {position:relative; z-index:5;}

.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}

.page_block {
	overflow-x:hidden;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wrapper {
	padding-left: 15px;
	padding-right: 15px;
}



/* __________ Buttons __________ */
.btn {
	position:relative;
	margin: 0;
	padding: 4px 12px;
	border:0;
	border-radius: 0;
	box-shadow: none !important;
	text-transform:uppercase;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color:#c5c5c5 !important;
	text-shadow: none;
	background: #3d3d3d !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:hover {
	color:#fff !important;
	background-color:#ff6161 !important;
}

.btn span {padding-left:8px;}


/* colors */
.btn-white {color:#505050 !important; background-color:#fff !important;}
.btn-white:hover {color:#333 !important; background-color:#fff !important;}

.btn-light {color:#fff !important; background-color:#aeaeae !important;}
.btn-light:hover {background-color:#333 !important;}

.btn-dark {color:#fff !important; background-color:#505050 !important;}
.btn-dark:hover {background-color:#333 !important;}

.btn-active {color:#fff !important; background-color:#ff6161 !important;}
.btn-active:hover {color:#c5c5c5 !important; background-color:#3d3d3d !important;}

.btn-primary {color:#fff !important; background-color:#428bca !important;}
.btn-primary:hover {background-color:#505050 !important;}

.btn-success {color:#fff !important; background-color:#5cb85c !important;}
.btn-success:hover {background-color:#505050 !important;}

.btn-info {color:#fff !important; background-color:#46b8da !important;}
.btn-info:hover {background-color:#505050 !important;}

.btn-warning {color:#fff !important; background-color:#eea236 !important;}
.btn-warning:hover {background-color:#505050 !important;}

.btn-danger {color:#fff !important; background-color:#d9534f !important;}
.btn-danger:hover {background-color:#505050 !important;}


/* Size */
.btn-lg {padding: 11px 25px;}
.btn-sm {padding: 2px 20px; font-size:12px;}
.btn-xs {padding: 1px 15px; font-size:10px;}


/* IE fix */
.ie .btn, .ie .btn-default {filter:none !important;}

/* _________ //Buttons _________ */




/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/


/* __________ Logo __________ */
.logo {text-align:center;}
.logo a {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	line-height:77px;
	font-size:37px;
	color:#505050 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
.menu_block {
	margin:0 -30px;
	padding:0 30px;
	background-color:#f8f8f8;
	border-top:2px solid #eaeaea;
}
.is-sticky .menu_block {
	z-index:9000;
	left:50%;
	width:1170px;
	margin-left:-585px;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
}



.navbar-collapse {
	float:none;
	padding:0;
	text-align:center;
	border:0;
	box-shadow:none;
}
.navbar-nav {float:none;}
.navbar-nav li {
	float:none;
	display:inline-block;
	margin:0 0 0 -2px;
	text-align:center;
}
.navbar-nav li a {
	display:block;
	margin:-2px 0 0;
	padding:15px 30px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:13px;
	color:#797979;
	text-shadow: none;
	border-radius:0;
	border:0;
	border-top:2px solid #eaeaea;
}
.navbar-nav li.c1 a {border-top-color:#9a77d1;}
.navbar-nav li.c2 a {border-top-color:#76c897;}
.navbar-nav li.c3 a {border-top-color:#ff6161;}
.navbar-nav li.c4 a {border-top-color:#72a0d4;}
.navbar-nav li.c5 a {border-top-color:#f5b128;}
.navbar-nav li.c6 a {border-top-color:#ceb597;}

.navbar-nav li:hover a, .navbar-nav li a:focus, .navbar-nav li.active a {color:#fff;}

.navbar-nav li.c1:hover a, .navbar-nav li.c1 a:focus, .navbar-nav li.c1.active a {background-color:#9a77d1; border-top-color:#7559a2;}
.navbar-nav li.c2:hover a, .navbar-nav li.c2 a:focus, .navbar-nav li.c2.active a {background-color:#76c897; border-top-color:#64a980;}
.navbar-nav li.c3:hover a, .navbar-nav li.c3 a:focus, .navbar-nav li.c3.active a {background-color:#ff6161; border-top-color:#d24545;}
.navbar-nav li.c4:hover a, .navbar-nav li.c4 a:focus, .navbar-nav li.c4.active a {background-color:#72a0d4; border-top-color:#5a799d;}
.navbar-nav li.c5:hover a, .navbar-nav li.c5 a:focus, .navbar-nav li.c5.active a {background-color:#f5b128; border-top-color:#c18b1e;}
.navbar-nav li.c6:hover a, .navbar-nav li.c6 a:focus, .navbar-nav li.c6.active a {background-color:#ceb597; border-top-color:#a38d74;}


/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:46px 30px 0;
	background-color:#333;
	color:#9b9b9b;
}
footer a {color:#979797;}
footer h2 {
	margin-bottom:21px;
	text-transform:uppercase;
	font-size:18px;
	color:#f2f1e6;
}

.copyright {padding:20px 0 25px; color:#fff; border-top:1px solid rgba(255,255,255,0.12);}
.copyright span {color:#9a77d1;}
.copyright_logo, .copyright_logo:focus {color:#fff;}


/* __________ Useful Links __________ */
.foot_links li {
	position:relative;
	margin-bottom:5px;
	padding:0 0 5px 30px;
	border-bottom:1px solid rgba(255,255,255,0.12);
}
.foot_links li:last-child {border-bottom:0;}
.foot_links li a {color:#9b9b9b;}
.foot_links li span {
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	width:15px;
	color:#76c897;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.foot_links li:hover span {left:5px;}


/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
.breadcrumbs_block {
	margin-bottom:60px;
	margin-top:0;
	padding:25px 30px;
	background-color:#505050;
}
.breadcrumbs_block .overlay, .breadcrumbs_block .overlay_black {display:none;}
.breadcrumbs_content {position:relative; z-index:5;}
.breadcrumbs_block h2 {margin-bottom:0; color:#fff;}
.breadcrumb {
	margin:0;
	background: none;
	border-radius:0;
	padding:0;
}
.breadcrumb > li + li:before {color:#fff;}
.breadcrumb li a {font-weight:700; color:#fff;}
.breadcrumb li:last-child a {font-weight:400; cursor:default;}


/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
.list1 li {
	list-style:disc inside;
	color:#505050;
}
.list2 li {
	list-style:circle inside;
	color:#505050;
}
.list3 li {
	list-style:decimal inside;
	color:#505050;
}
.list4 li b.glyphicon {
	padding-right:15px;
	line-height:18px;
	color:#505050;
	font-size:9px;
}
.list1 li span, .list2 li span, .list3 li span {color:#979797;
}


blockquote {
	position:relative;
	padding-top:0 !important;
	padding-left:40px !important;
	border: 0 !important;
}
blockquote:before {
	content:'"';
	position:absolute;
	left:0;
	top:0;
	line-height:70px;
	font-size:90px;
}
blockquote.pull-right {
	padding-right: 0 !important;
	margin-left: 20px !important;
}
blockquote.type1:before {color:#505050;
}
blockquote.type2:before {color:#979797;
}
blockquote p {
	margin-bottom:10px;
	font-weight:inherit;
	line-height: inherit;
	font-size: inherit;
}
blockquote.pull-right p, blockquote.pull-right small {text-align:left !important;
}
blockquote .author {
	color: #6B6868;
}

blockquote.type3 {
	margin-left: 48px;
	padding: 0 0 0 20px !important;
}
blockquote.type3:before {
	content:'';
	top:4px;
	width:1px;
	bottom:2px;
	background-color:#ff7e69;
}
blockquote.type3 p {color:#979797; font-style:italic; margin-bottom:8px;}
blockquote.type3 .author {color:#505050;}







/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
.example_col [class^="col-"] {
	padding-top:15px;
	padding-bottom:15px;
	background:#f9f9f9;
	border:1px solid #ddd;
}

hr {border-color:#ececec;}
.divider_light {border-color:#979797;}
.divider_dark {border-color:#505050;}
.divider_colored {border-color:#ff7e69;}

.alert {
	background-image: inherit !important;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
}
.close {
	font-weight:400;
	opacity: 1;
	filter: alpha(opacity=100);
	text-shadow: none;
}

.frame340 iframe {
	width:340px;
	height:191px;
	margin:7px 21px 10px 0;
}
.pull-right.frame340 iframe {
	margin:7px 0 10px 21px;
}

/* __________ Price Table __________ */
.module_price_table {
	overflow:hidden;
}	
.price_item {
	display:inline-block;
	float:left;
	width:20%;
}
.price_item .price_item_wrapper {
	padding-left:1px;
}
.price_item:first-child .price_item_wrapper {
	padding-left:0;
}
.price_item_title {
	background:#505050;
	padding:13px 20px;
	text-align:center;
}
.price_item_title h6 {
	color:#fff;
	font-size:16px;
	line-height:18px;
	margin:0;
	font-weight:700;
}
.most_popular .price_item_title h6 {color:#fff;}
.price_item_cost {
	padding:22px 20px 11px 20px;
	text-align:center;
}
.price_item_cost h2 {
	font-size:30px;
	line-height:32px;
	font-weight:700;
	color:#505050;
}
.price_item_cost h2 span {
	font-size:16px;
	line-height:32px;
	font-weight:400;
	color:#505050;
	text-transform:none;
}
.price_item_text {
	background:#dddddd;
	color:#505050;
	text-align:center;
	line-height:16px;
	padding:9px 20px 11px 20px;
	margin-bottom:1px;
}
.most_popular .price_item_text {
	background:#ededed;
}
.price_item_btn a {
	display:block;
	padding:10px 10px;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	background-color:#505050;
}
.price_item_btn a:before {display:none;}
.most_popular .price_item_btn a,
.price_item_btn a:hover {
	background:#ff7e69;
	color:#fff;
}
.most_popular .price_item_title {
	background:#ff7e69;
}
.most_popular .price_item_cost h2,
.most_popular .price_item_cost h2 span {
	color:#ff7e69;
}
/* _________ //Price Table _________ */

/* __________ Icons __________ */
.icons_block li {
	float:left;
	width: 20%;
	padding-bottom:3px;
}
.icons_block li span {
	padding-right:7px;
	color:#444;
}
/* _________ //Icons _________ */

/* __________ Testimonials __________ */
.testimonials_item p {margin-bottom:7px;}
.testimonials_item .testimonials_author span {text-transform:uppercase; color:#dadada; font-size:14px;}
/* _________ //Testimonials _________ */








/* __________ Pagination __________ */
.pagination li a:focus,
.pagination li a {
	display:block;
	margin:0 5px 5px 0;
	padding: 6px 12px;
	border-radius: 0 !important;
	border:0;
	background:none;
	color:#9c9c9c;
}
.pagination li.active a:focus,
.pagination li.active a:hover,
.pagination li a:hover,
.pagination li.active a {
	background:#ddd;
	color:#444;
}
.pagination li.next a:hover,
.pagination li.prev a:hover {
	background:none;
	color:#444;
}

/* _________ //Pagination _________ */


/*-----------------------------------------------------------------------------------*/
/*	CONTACTS
/*-----------------------------------------------------------------------------------*/
#map {
	margin-top:-60px;
	margin-bottom:40px;
}
.contacts_info li {padding:0 0 6px;}

.top_form  input[type="text"],
.top_form textarea {width:99%;
}


/*-----------------------------------------------------------------------------------*/
/*	FIX WEBKIT BROUSERS
/*-----------------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#newsletter-form input.input_wt {padding:11px 55px 11px 17px;}

}





/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio:0) {
	
	#sidebar input {width:100%;}
	#sidebar .search_btn {width:100%;}

}

@media (max-width: 1024px) {
	
	.block_404 {min-height:300px !important;}
	.wrapper404 {padding-top:97px !important; padding-bottom:97px !important;}
	
	#sidebar .search_form .btn, #sidebar input[type="text"] {width:100%;}
	
}

@media (min-width: 992px) and (max-width: 1199px) {

/* __________ Menu __________ */
	.is-sticky .menu_block {width:970px; margin-left:-485px;}
	
	
/* _________ //Menu _________ */

/* __________ Index Page __________ */
	.service_item {width:161px;}
	.service_item:last-child {width:165px;}
	.service_item a {padding:20px 10px 25px;}
	.service_item i {width:65px; height:65px;}
	.service_item a p {font-size:13px;}
	
	
	.projects_block #filter li a {margin:0 15px;}
	.project_item {width:300px;}
	.project_item .hover_img {height:205px;}
	
	
	.content_info {padding:0 60px 0 30px;}
	.content_info .cont_info_txt {padding:100px 0 40px;}
	.cont_info_img {width:270px;}
	
	
	footer .recent_posts li .post_title {font-size:12px;}
	
	
/* _________ //Index Page _________ */
	

/* __________ Shop __________ */
	.product_item .item_btn_in a.btn {margin-bottom:5px; padding:4px 10px; font-size:13px;}
	.product_inf .btn {margin-bottom:5px;}
	.variable-sizes .hover_img {width:205px !important;}
/* _________ //Shop _________ */

/* __________ Blog __________ */
	.post_img iframe {height:380px;}
/* _________ //Blog _________ */

	
	footer .FlickrImages {padding-right:0;}
	

}

@media (min-width: 768px) and (max-width: 991px) {
	
/* __________ Menu __________ */
	.is-sticky .menu_block {width:750px; margin-left:-375px;}
	
	
	.navbar-nav li a {padding:10px 20px;}
	.sub-menu ul {width:150px; margin-left:-75px;}
	.sub-menu ul li a {padding:7px !important; font-size:12px;}
	ul.mega_menu {width:420px;}
/* __________ Menu __________ */

/* __________ Index Page __________ */
	.service_item {width:125px;}
	.service_item a {padding:20px 5px 25px;}
	.service_item i {width:50px; height:50px;}
	.service_item a p {font-size:10px; padding:10px 0 0;}
	
	
	.projects_block {padding-bottom:90px;}
	.projects_block #filter li a {margin:0 15px;}
	.project_item {width:227px;}
	.project_item .hover_img {height:155px;}
	
	
	.content_info {padding:0 30px;}
	.content_info .cont_info_txt {width:460px; padding:110px 0 30px;}
	.content_info .title {font-size:26px; line-height:28px; margin-bottom:10px;}
	.content_info p {padding-right:55px; font-size:11px; line-height:15px;}
	.cont_info_img {width:220px; margin-top:-30px;}
	
/* _________ //Index Page _________ */
	
	.respon_clear {clear:both; height:0; font-size:0;}

/* __________ Shop __________ */
	.sorting_options .pagination {margin-top:15px;}
	.product_inf .btn {margin-bottom:5px;}
	.variable-sizes .hover_img {width:205px !important;}
	.variable-sizes .project_descr {width:274px;}
/* _________ //Shop _________ */

/* __________ Blog __________ */
	.leave_comment input[type="text"] {width:32.6%;}
	
	.post_img iframe {height:287px;}
/* _________ //Blog _________ */
	
	footer .FlickrImages {padding-right:0;}
	

}

@media (max-width: 767px) {
	#style-switcher {display:none !important;}
	
	
/* __________ Menu __________ */
	.menu_block:before {display:none;}
	.menu_block {width:auto;}
	
	.navbar-collapse {max-height:none; margin:0; padding:0;}
	.navbar-toggle {position:relative; z-index:100; display:block; margin: 16px 0; padding:0; width:40px; height:40px; border-radius:0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
	.navbar-toggle span {font-size:20px; line-height:24px; color:#ff7e69; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
	.navbar-toggle:hover span {color:#333;}
	.navbar-nav {float:none; text-align:left; margin:0;}
	.navbar-nav li {width:100% !important; margin:0; padding-bottom:5px; text-align:left; border:0;}
	.navbar-nav li:before {display:none;}
	.navbar-nav li a {margin:0; padding:0; display:inline-block; border:0;}
	.navbar-nav li.menu_middle a {margin-right:0;}
	.navbar-nav li:hover a, .navbar-nav li a:focus, .navbar-nav li.active a {background:none !Important; color:#ff7e69;}
	.navbar-nav li a:before, .navbar-nav li a:after {display:none;}
	
	.sub-menu ul {display:none !important; position:static; border:0; margin:0; padding-top:4px; padding-left:0; background-color:transparent;}
	.sub-menu:hover ul {display:block !important;}
	.sub-menu ul li a {border:0 !important; padding:0 !important; display:inline-block; color:#fff;}
	.sub-menu ul li a:hover {background:none !important; color:#fff;}
	.sub-menu ul li.active a, .sub-menu ul li a:hover {color:#ff7e69 !important; background:none !important;}
	.c1.sub-menu ul li.active a, .c1.sub-menu ul li a:hover, .c2.sub-menu ul li.active a, .c2.sub-menu ul li a:hover, .c3.sub-menu ul li.active a, .c3.sub-menu ul li a:hover, .c4.sub-menu ul li.active a, .c4.sub-menu ul li a:hover, .c5.sub-menu ul li.active a, .c5.sub-menu ul li a:hover, .c6.sub-menu ul li.active a, .c6.sub-menu ul li a:hover {color:#ff7e69 !important; background:none !important;}
	.sub-menu ul li a span {display:inline-block !important; padding:0 7px 0 3px;}

	/* Mega Menu */
	ul.mega_menu {width:100%;}
	ul.mega_menu li.col {width:33% !important;}
	ul.mega_menu .color_text {font-weight:700;}
	ul.mega_menu h4, ul.mega_menu h5 {font-size:12px;}
	
/* _________ //Menu _________ */

/* __________ Index Page __________ */
	.logo {float:left;}
	
	
	.service_item {width:16.66%;}
	.service_item a {padding:20px 5px 25px; min-height:140px;}
	.service_item i {width:50px; height:50px;}
	.service_item a p {font-size:10px; line-height:14px; padding:10px 0 0;}
	
	
	.works_block {width:420px; margin:0 auto;}
	.projects_block {padding-bottom:90px;}
	.projects_block #filter li a {margin:0 10px;}
	.project_item {width:205px;}
	.project_item .hover_img {height:155px;}
	
	
	.content_info {padding:0 30px;}
	.content_info .cont_info_txt {width:59%; padding:30px 0 0;}
	.content_info .title {font-size:22px; line-height:24px; margin-bottom:10px;}
	.content_info p {padding-right:0; font-size:10px; line-height:14px;}
	.cont_info_img {width:39%; margin-top:-30px;}
	
/* _________ //Index Page _________ */


/* __________ Shortcodes __________ */
	.price_item {width:100%; float:none; margin-bottom:20px;}
	
	.icons_block li {width:100%;}
/* _________ //Shortcodes _________ */

/* __________ Shop __________ */
	.shop_block .col-xs-6 {width:49.8%;}
	.sorting_options .pagination {margin-top:10px;}
	#toggle-sizes {margin-top:10px;}
	.product_item .item_btn_in a.btn {margin-bottom:5px;padding:3px 8px; font-size:12px;}
	.sorting_options .btn {margin-top:10px;}
	.product_sort {margin-top:10px;}
	#toggle-sizes {display:none;}
/* _________ //Shop _________ */

/* __________ Blog __________ */
	.leave_comment input[type="text"] {width:99.5%;}
/* _________ //Blog _________ */
	.wrapper404 {padding-top:37px !important;}
	.wrapper404 h1 {font-size:26px; line-height:34px;}
	.wrapper404 h4 {font-size:15px; line-height:20px;}
	.wrapper404 .search_form {width:260px;}
	
	
	footer .FlickrImages {padding-right:0;}



}

@media (max-width: 479px) {
	.breadcrumbs_content .pull-right, .breadcrumbs_content .pull-left {float:none !important;}
	

	
/* __________ Menu __________ */
	.navbar-collapse {max-width:260px;}
	
	/* Mega Menu */
	ul.mega_menu li.col {width:100% !important; float:none; padding-bottom:10px;}
	
/* _________ //Menu _________ */
	


/* __________ INDEX PAGE __________ */
	.service_item {width:33.33%;}
	.service_item a {min-height:135px;}
	
	
	.projects_block #filter li a {font-size:11px; margin:0 4px;}
	.works_block {width:260px;}
	.project_item {width:254px;}
	.project_item .hover_img {height:175px;}
	
	.content_info .title {font-size:15px; line-height:17px;}
	.content_info p {display:none;}
	
/* __________ //INDEX PAGE __________ */
	


/* __________ Shortcodes __________ */
	.nav-tabs li {float:none; width:100%;}
	
	.frame340 iframe {width:260px;}
/* _________ //Shortcodes _________ */

/* __________ Shop __________ */
	.product_sort {margin-top:10px;}
/* _________ //Shop _________ */

/* _________ Blog __________ */
	.post_img iframe {height:237px;}
/* ________ //Blog _________ */

	
	footer .latest_news_item .recent_post {float:left !important; margin-right:20px;}
	
	
	.copyright .pull-left, .copyright .pull-right {float:none !important; text-align:center;}
	.socials {margin-top:10px;}



/* __________ 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%;}

}


































