﻿/* *** portfolio_isotope.css *** */
/*All Resolutions
=================*/
.filter_img {
	overflow:hidden;
}
.portfolio_block {
margin-bottom:0!important
}
.filter_block,
.filter_navigation,
.filter_navigation ul,
.filter_navigation ul li ul {
	display:inline-block!important;
	width:100%!important;
}
.filter_navigation {
	margin-bottom:15px!important;
}
.filter_navigation ul, .filter_navigation ul li ul { 
	padding:0!important;
	margin:0!important;
	list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
	padding:0!important;
	margin:0!important;
}
.filter_navigation ul li:before, .filter_navigation ul li ul li:before { 
	content:''!important;
	padding:0!important;
}
.filter_navigation {
	background:url(../../img/bg_title_line.png) repeat-x 0 10px;
	width:100%;
}
.filter_navigation ul li ul li {
	height:40px;
	display:inline-block;
	float:left;
	position:relative;
	padding-right:24px!important;
	background:#ffffff;
}
.filter_navigation ul li ul li:before {
	content:'';
	display:none!important;
}
.filter_navigation ul li ul li a {
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	position:relative;
	z-index:7;
	color:#666666;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}

.image-grid .element { 
	background:none; 
	overflow:hidden; 
	display:inline-block; 
	margin-bottom:30px; 
}
.filter_img { 
	position:relative;
}
.filter_img img { 
	display:block; 
	width:100%; 
	height:auto;
}

/*Widths*/
.columns1 {
	margin:0 0 0 0px!important;
	width:1170px;
}
.columns1 .filter_img {
	overflow:hidden;
	border-radius:0px!important;
}
.columns1 .element {
	width:100%;
	margin-left: 0;
	min-height:375px;	
}

.columns2,
.columns3,
.columns4 {
	margin:0 0 0 -30px!important;
	width:1200px;
}

.columns2 .element a,
.columns3 .element a,
.columns4 .element a {
	display:block;
}
.columns2 .element {
	width:570px; 
	margin:0 0 30px 30px;
	min-height:375px;
	float:left;
	display:inline-block;
}
.columns2 .element img {
	display:block;
}
.columns3 .element {
	width:370px; 
	margin-left:30px;
	min-height:245px;
}
.columns4 .element {
	width:270px; 
	margin-left:30px;
	min-height:180px;
}

.filter_navigation { 
	overflow:hidden
}

/*Portfolio Description*/
.columns1 .bg_title {
	margin-bottom:10px!important;
	margin-top:-1px!important;
}
.columns1 .more-link {
	font-style:italic;
}
.more-link:hover {
	color:#666666;
}

.portfolio_item {
	overflow:hidden;
}
.portfolio_block .wrapped_img {
	display:block!important;
}
.portfolio_block .wrapped_img .portfolio_fadder {
	background:#ffffff;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;		
}
.portfolio_block .wrapped_img:hover .portfolio_fadder {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.portfolio_block .portfolio_item .portfolio_descr {
	width:100%;
	position:absolute;
	left:0px;
	text-align:left;
}
.portfolio_block .portfolio_descr .portfolio_descr {
	text-align:center;
	padding:0 20px;
}
.portfolio_block .portfolio_item .portfolio_descr h2 {
	font-size:14px!important;
	line-height:20px;
	font-weight:normal!important;
	color:#ffffff!important;
	border:none!important;
	display:block;
	padding-left:20px!important;
	padding-right:20px!important;
	margin:0 auto!important;
	text-align:center;
}
.portfolio_block .portfolio_item .portfolio_descr p {
	color:#ffffff!important;
}

.portfolio_share {
	float:right!important;
	display:inline-block!important;
}
.portfolio_info {
	display:inline-block!important;
	float:left!important;
}
.next_item {
	float:right;
	margin:0;
}
.portfolio_post {
	margin-bottom:10px;
}

.left-sidebar .columns1,
.right-sidebar .columns1 {
	width:870px;
}
.left-sidebar .columns2,
.right-sidebar .columns2, 
.left-sidebar .columns3,
.right-sidebar .columns3,
.left-sidebar .columns4,
.right-sidebar .columns4 {
	width:900px;
}

.left-sidebar .columns2 .element,
.right-sidebar .columns2 .element {
	width:420px;
} 
.left-sidebar .columns3 .element,
.right-sidebar .columns3 .element {
	width:270px;
}
.left-sidebar .columns4 .element,
.right-sidebar .columns4 .element {
	width:195px;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 0;
}
.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;
}

/* *** base.css *** */

footer .logo img.logo_retina, header .logo img.logo_retina {
	display:none!important;
}

a.menu_toggler {
	display:none;
}
header .mobile_menu_wrapper {
	display:none;
	background:#3d3d3d;
}
nav.mobile_header {
	display:none!important;
}

.span12 .items6 li { 
	width:170px;
}
.span12 .items5 li { 
	width:210px;
}
.span12 .items4 li { 
	width:270px;
}
.span12 .items3 li { 
	width:370px;
}
.span12 .items2 li { 
	width:570px;
}
.span12 .items1 li { 
	width:1170px;
}

.span6 .items6 li { 
	width:70px;
}
.span6 .items5 li { 
	width:90px;
}
.span6 .items4 li { 
	width:120px;
}
.span6 .items3 li { 
	width:170px;
}
.span6 .items2 li { 
	width:270px;
}
.span6 .items1 li { 
	width:570px;
}

.span4 .items6 li { 
	width:36px;
}
.span4 .items5 li { 
	width:50px;
}
.span4 .items4 li { 
	width:70px;
}
.span4 .items3 li { 
	width:103px;
}
.span4 .items2 li { 
	width:170px;
}
.span4 .items1 li { 
	width:370px;
}

.span3 .items6 li { 
	width:20px;
}
.span3 .items5 li { 
	width:30px;
}
.span3 .items4 li { 
	width:45px;
}
.span3 .items3 li { 
	width:70px;
}
.span3 .items2 li { 
	width:120px;
}
.span3 .items1 li { 
	width:270px;
}

.span8 .items6 li { 
	width:103px;
}
.span8 .items5 li { 
	width:130px;
}
.span8 .items4 li { 
	width:170px;
}
.span8 .items3 li { 
	width:236px;
}
.span8 .items2 li { 
	width:370px;
}
.span8 .items1 li { 
	width:770px;
}

.span9 .items6 li { 
	width:120px;
}
.span9 .items5 li { 
	width:150px;
}
.span9 .items4 li { 
	width:195px;
}
.span9 .items3 li { 
	width:270px;
}
.span9 .items2 li { 
	width:420px;
}
.span9 .items1 li { 
	width:870px;
}

/* items size with sidebar*/
.left-sidebar .posts-block .span12 .items6 li,
.right-sidebar .posts-block .span12 .items6 li { 
	width:126px;
}
.left-sidebar .posts-block .span12 .items5 li,
.right-sidebar .posts-block .span12 .items5 li { 
	width:150px;
}
.left-sidebar .posts-block .span12 .items4 li,
.right-sidebar .posts-block .span12 .items4 li { 
	width:195px;
}
.left-sidebar .posts-block .span12 .items3 li,
.right-sidebar .posts-block .span12 .items3 li { 
	width:270px;
}
.left-sidebar .posts-block .span12 .items2 li,
.right-sidebar .posts-block .span12 .items2 li { 
	width:425px;
}
.left-sidebar .posts-block .span12 .items1 li,
.right-sidebar .posts-block .span12 .items1 li { 
	width:870px;
}

.left-sidebar .posts-block .span6 .items6 li,
.right-sidebar .posts-block .span6 .items6 li { 
	width:52px;
}
.left-sidebar .posts-block .span6 .items5 li,
.right-sidebar .posts-block .span6 .items5 li { 
	width:67px;
}
.left-sidebar .posts-block .span6 .items4 li,
.right-sidebar .posts-block .span6 .items4 li { 
	width:83px;
}
.left-sidebar .posts-block .span6 .items3 li,
.right-sidebar .posts-block .span6 .items3 li { 
	width:121px;
}
.left-sidebar .posts-block .span6 .items2 li,
.right-sidebar .posts-block .span6 .items2 li { 
	width:197px;
}
.left-sidebar .posts-block .span6 .items1 li,
.right-sidebar .posts-block .span6 .items1 li { 
	width:424px;
}

.left-sidebar .posts-block .span4 .items6 li,
.right-sidebar .posts-block .span4 .items6 li { 
	width:27px;
}
.left-sidebar .posts-block .span4 .items5 li,
.right-sidebar .posts-block .span4 .items5 li { 
	width:37px;
}
.left-sidebar .posts-block .span4 .items4 li,
.right-sidebar .posts-block .span4 .items4 li { 
	width:46px;
}
.left-sidebar .posts-block .span4 .items3 li,
.right-sidebar .posts-block .span4 .items3 li { 
	width:71px;
}
.left-sidebar .posts-block .span4 .items2 li,
.right-sidebar .posts-block .span4 .items2 li { 
	width:122px;
}
.left-sidebar .posts-block .span4 .items1 li,
.right-sidebar .posts-block .span4 .items1 li { 
	width:275px;
}

.left-sidebar .posts-block .span3 .items6 li,
.right-sidebar .posts-block .span3 .items6 li { 
	width:15px;
}
.left-sidebar .posts-block .span3 .items5 li,
.right-sidebar .posts-block .span3 .items5 li { 
	width:22px;
}
.left-sidebar .posts-block .span3 .items4 li,
.right-sidebar .posts-block .span3 .items4 li { 
	width:27px;
}
.left-sidebar .posts-block .span3 .items3 li,
.right-sidebar .posts-block .span3 .items3 li { 
	width:47px;
}
.left-sidebar .posts-block .span3 .items2 li,
.right-sidebar .posts-block .span3 .items2 li { 
	width:85px;
}
.left-sidebar .posts-block .span3 .items1 li,
.right-sidebar .posts-block .span3 .items1 li { 
	width:201px;
}

.left-sidebar .posts-block .span8 .items6 li,
.right-sidebar .posts-block .span8 .items6 li { 
	width:77px;
}
.left-sidebar .posts-block .span8 .items5 li,
.right-sidebar .posts-block .span8 .items5 li { 
	width:97px;
}
.left-sidebar .posts-block .span8 .items4 li,
.right-sidebar .posts-block .span8 .items4 li { 
	width:120px;
}
.left-sidebar .posts-block .span8 .items3 li,
.right-sidebar .posts-block .span8 .items3 li { 
	width:170px;
}
.left-sidebar .posts-block .span8 .items2 li,
.right-sidebar .posts-block .span8 .items2 li { 
	width:271px;
}
.left-sidebar .posts-block .span8 .items1 li,
.right-sidebar .posts-block .span8 .items1 li { 
	width:572px;
}

.left-sidebar .posts-block .span9 .items6 li,
.right-sidebar .posts-block .span9 .items6 li { 
	width:89px;
}
.left-sidebar .posts-block .span9 .items5 li,
.right-sidebar .posts-block .span9 .items5 li { 
	width:111px;
}
.left-sidebar .posts-block .span9 .items4 li,
.right-sidebar .posts-block .span9 .items4 li { 
	width:139px;
}
.left-sidebar .posts-block .span9 .items3 li,
.right-sidebar .posts-block .span9 .items3 li { 
	width:195px;
}
.left-sidebar .posts-block .span9 .items2 li,
.right-sidebar .posts-block .span9 .items2 li { 
	width:308px;
}
.left-sidebar .posts-block .span9 .items1 li,
.right-sidebar .posts-block .span9 .items1 li { 
	width:647px;
}

.caption.fullscreenvideo iframe {
	max-height:460px!important;
}

.tp-bannershadow {
	display:none!important;
}
.rev_slider_wrapper {
	padding:0!important;
}
.rev_slider_wrapper ul {
	position:relative;
}
.rev_slider_wrapper li {
	position:absolute!important;
	left:0px;
	top:0px!important;
}

.tparrows {
	background-position: 0% 0%;
    width:38px;
	height:38px;
	position:absolute;
	top:50%;
	margin:-21px 0 0 0;
	z-index:99;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	opacity: 0;
	overflow:hidden;
	box-shadow:inset 0 1px 0 #fbfbfb;
	border-radius:4px;
	border:#cfcfcf 1px solid;

	background-image: url(../../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9)!important !important;
	background-image: url(../../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9)!important;	
	
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
    background-color: #f0f0f0 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.module_revolution_slider:hover .tparrows {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ie8 .tparrows {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.tparrows:hover {
	background-position: 0% 0%;
background-image: url(../../img/bg_noise2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5)!important !important;
    background-color: #f5f5f5 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.tparrows:before {
	position:absolute;
	left:0px;
	top:0px;
	width:38px;
	height:38px;
	display:block;
	content:'';
	background-repeat:no-repeat;
	background-position:16px 14px;
}

.tp-leftarrow {
	top:50%!important;
	left:11px!important;
	right:auto!important;
}
.tp-rightarrow {
	top:50%!important;
	right:11px!important;
	left:auto!important;
}
.tp-leftarrow:before {
	background-image:url(../../img/slider_prev.png)!important;
}
.tp-rightarrow:before {
	background-image:url(../../img/slider_next.png)!important;
}

/*404 Page*/
.page404 {
	background-position: 0% 0%;
background-image: url(../../img/bg_pattern1.png), -o-linear-gradient(top, #e1e1e1, #ffffff)!important !important;
	box-shadow:none!important;
	
	padding:101px 0 75px 0;
	margin-top:-55px!important;
    background-color: #e1e1e1 !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}
.wrapper404 { 
	position:relative!important;
	background:url(../../img/bg_404.png) no-repeat center top;
	padding-top:250px;
	text-align:center;
}
.module_line.page404 {
	padding-top:101px!important;
}
.wrapper404 .search_form {
	width:465px;
	margin:0 auto;
	text-align:left;
	border:#c9c9c9 1px solid;
	display:block;
	background:#e3e3e3 url(../../img/bg_pattern2.png) repeat 0 0;
	position:relative;
	padding-left:39px;
}
.wrapper404 .search_form label {
	width:38px;
	height:38px;
	border-right:#c9c9c9 1px solid;
	background:url(../../img/icons/ico_search.png) no-repeat center;
	position:absolute;
	left:0px;
	top:0px;
}
.wrapper404 .search_form input {
	width:435px!important;
	padding:10px 14px!important;
	line-height:18px!important;
	height:18px!important;
	border:none!important;
	border-radius:0px!important;
	background:none!important;
	margin:0!important;
}
.block404 {
	text-align:left;
	display:block;
	position:absolute;
	left:400px;
	top:56px;
	background:url(../../img/logo404.png) no-repeat 1px 4px;
}
.wrapper404 .title404 {
	margin-bottom:7px!important;
	font-size:30px!important;
	line-height:32px!important;
	padding-left:31px;	
}
.wrapper404 .text404 {
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.wrapper404 { 
	}
	.block404 {
	}
}

@media only screen and (min-width: 760px) and (max-width: 959px) {
	.block404 {
		left:175px;
		top:56px;
	}
}

@media only screen and (min-width: 459px) and (max-width: 760px) {
	.wrapper404 { 	
		background-size: 100% auto;
		padding-top:205px!important;
	}
	.block404 {
		left:30px;
		top:56px;
	}
	.text404 {
		display:none!important;
	}

	.wrapper404 .search_form {
		width:379px;
	}
	.wrapper404 .search_form input {
		width:349px!important;
	}	
}

@media only screen and (min-width: 0px) and (max-width: 459px) {
	.module_line.page404 {
		padding:50px 0 15px 0!important;
	}
	.module_404 { margin:0!important;}
	.wrapper404 { 	
		background-size: 100% auto;
		padding-top:190px!important;
	}
	.block404 {
		left:30px;
		top:35px;
		text-align:center!important;
	}
	.title404 { padding:0!important;}
	.text404 {
		display:none!important;
	}

	.wrapper404 .search_form {
		width:260px;
	}
	.wrapper404 .search_form input {
		width:230px!important;
	}
}

/*kogomori styles*/

 .inf_list .tsmnl .tsmnl-img {
    float: left;
    overflow: hidden;
    margin-top: 3px;
}
.inf_list .tsmnl .tsmnl-cont p{
    padding-left: 100px;
    font-size: 13px;
}
.inf_list .tsmnl .tsmnl-cont span{
    color: #EA497E;
    padding-left: 100px;
}
.googlemaps_point p{
    margin:40px 0px 40px 0px;
    font-size: 13px;
}
.git_list ul li{
    list-style: none;
    float: left;
    width: 360px;
    line-height: 28px;
}
.git_list ul li:before{
	content: none;
}  
.git_list ul li span{
	padding-left: 5px;
}
   
   
/*Revolution Slider Settings*/
.caption {
	transition: opacity 1000ms;
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-o-transition: opacity 1000ms;
}

.module_revolution_slider.first-module {
	margin-top:0px!important;
}
.module_revolution_slider.first-module .bannercontainer {
	border:none!important;
	padding:0px!important;
	background:none!important;
	border-radius:0px!important;
}

.fullscreen_slider.first-module, 
.user_bg_layout .module_revolution_slider.first-module {
	margin-top:-55px!important;
}

.module_revolution_slider .tp-bannertimer {
	display:none!important;
}
.user_bg_layout .module_revolution_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.user_bg_layout .module_revolution_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.user_bg_layout .module_revolution_slider.fullscreen_slider {
	margin-left:0px!important;
	margin-right:0px!important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.user_bg_layout .module_revolution_slider.first-module {
		margin-left:-20px!important;
		margin-right:-20px!important;
		position:relative;
	}
	.user_bg_layout .module_revolution_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}
	
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
	.user_bg_layout .module_revolution_slider.first-module {
		margin-left:-10px!important;
		margin-right:-10px!important;
		position:relative;
	}	
	.user_bg_layout .module_revolution_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}	
}
@media only screen and (min-width: 459px) and (max-width: 760px) {
	.user_bg_layout .module_revolution_slider.first-module {
		margin-left:-20px!important;
		margin-right:-20px!important;
		position:relative;
	}
	.user_bg_layout .module_revolution_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}		
}
@media only screen and (max-width: 459px) {
	.user_bg_layout .module_revolution_slider.first-module {
		margin-left:-10px!important;
		margin-right:-10px!important;
		position:relative;
	}
	.user_bg_layout .module_revolution_slider.fullscreen_slider {
		margin-left:0px!important;
		margin-right:0px!important;
	}		
}
.user_bg_layout .module_revolution_slider.rs-fullscreen_wrapper {
	margin-left:0px!important;
	margin-right:0px!important;
}
.user_bg_layout .module_revolution_slider.first-module.rs-fullscreen_wrapper:before {
	content:'';
	display:block;
	position:absolute;
	left:-30px;
	bottom:0px;
	z-index:999;
	height:29px;
	width:1230px;
	background:#ffffff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.module_revolution_slider ul {
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}
.module_revolution_slider ul li {
	margin:0!important;
	padding:0!important;
	list-style:none!important;
	position:absolute!important;
	display:block;
}
.module_revolution_slider ul li:before {
	content:''!important;
	display:none!important;
}
.module_revolution_slider .banner {
}
.module_revolution_slider .banner,
.module_revolution_slider .fullwidthbanner {
	overflow:hidden;
}
.ie8 .module_revolution_slider iframe {
	border:none!important;
}
.slotholder { 
	width:100%;
	height:auto;
	display:block;
}

.ie8.user_bg_layout .module_revolution_slider.first-module {
	margin-left:-30px!important;
	margin-right:-30px!important;
	position:relative;
}
.ie8.user_bg_layout .module_revolution_slider.fullscreen_slider {
	margin-left:0px!important;
	margin-right:0px!important;
}

@media only screen and (max-width: 760px) {
	.rs-fullscreen_wrapper { 
		margin-top:0px!important;
	}
}
.main_wrapper {
}

.shortcode_iconbox p {
    padding-bottom: 5px;
}

.gallery_item .gallery_desc_text {
    display: block;
    padding-top: 6px;
}

.gallery_item .gallery_title {
    color:#ffffff;
}

hr.light {
    background-color: transparent !important;
}

.module_cont {
    margin-bottom: 45px !important;
}

.module_normal_padding {

}

.module_medium_padding {
    margin-bottom: 25px !important;
}

.module_small_padding {
    margin-bottom: 15px !important;
}

.module_none_padding {
    margin-bottom: 0 !important;
}
.page404 {
	margin-bottom:0px!important;
}


.sitemap_with_parent {
    margin: 0 0 0 18px !important;
}

.contentarea p:last-child {
    padding-bottom: 0;
}

blockquote.shortcode_blockquote p, .testimonials_list p, .shortcode_iconbox p, .portfolio_dscr p {
    padding-bottom: 0;
}

.form-allowed-tags {
    display: none;
}

.aligncenter, .bypostauthor, .gallery-caption, .sticky, .wp-caption-text, .wp-caption {

}

.pf_video_container {
    line-height: 0;
}

.ajaxanswer {
    padding-top: 10px;
}

.margin-fixer {
	margin-left:-30px!important;
	height:auto!important;
}
.carousel-wrap ul {
	margin-left:0px;
}
.carousel-wrap,
.carousel-wrap li {
	height:auto!important;
}
.item_list { overflow:hidden;}

/*demo_layout*/
.demo_layout .rs-fullscreen {
	width:1230px!important;
	margin:0 -30px!important;
	overflow:hidden!important;
}

.demo_layout .main_wrapper,
.demo_layout header,
.demo_layout footer {
	width:1230px!important;
	background:#ffffff!important;
	margin:0 auto!important;
}

.demo_layout.fullscreen_layout .tp-leftarrow {
	left:50%!important;
	margin-left:-604px!important;
}
.demo_layout.fullscreen_layout .tp-rightarrow {
	right:50%!important;
	margin-right:-604px!important;
}
.demo_layout header.fixed-menu  { 
	width:100%!important;
}
header.fixed-menu:after  { 
	/*content:'';
	height:127px;
	display:block;
	width:100%;
	position:absolute;
	bottom:-127px;
	background:url(../../img/bg_fixed_gradient.png) repeat-x 0 0;*/
}

.module_text_area iframe {
	max-width:100%;
}
.module_google_map iframe {
	max-width:100%;
}


/* Mega Menu */
@media (min-width: 760px) {
	
	nav.mega-menu,
	nav.mega-menu > ul.menu > li.mega-menu-item {
		position: static;
	}	

	header nav.mega-menu ul.menu li.mega-menu-item ul.mega-ul {
		background: #FFF !important;
		border-top: 8px solid #444444;
		color: #777;
		-moz-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
		left: auto;
		width: auto;
		top:auto;
	}

	header nav.mega-menu ul.menu li.mega-menu-item ul.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header nav.mega-menu ul.menu li.mega-menu-item ul.sub-menu a {
		color: #777;
		margin: 0 0 0 -8px;
		padding: 3px 8px;
		text-transform: none;
		font-size: 0.9em;
		display: block;
		font-weight: normal;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	header nav.mega-menu ul.menu li.mega-menu-item ul.sub-menu a.mega-menu-sub-title {
		color: #616161;
		display: block;
		font-size: 1em;
		font-weight: bold;
		padding-bottom: 5px;
		text-transform: uppercase;
	}

	header nav.mega-menu ul.menu li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
		background: #F4F4F4 !important;
		text-decoration: none;
	}
	
	nav.mega-menu ul.mega-ul-ul ul.mega-ul-ul > li {
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    background-image: url(../../img/list-primary.png);
	    background-position: 5px 13px;
	    background-repeat: no-repeat;
	    padding: 5px 0 0 20px;
	    transition: all 0.3s;
    }
    
    header nav.mega-menu ul.menu li.mega-menu-item .sub-menu li {
        border-top: 0;
    }

	nav.mega-menu .mega-menu-content {
		padding: 20px 30px;
	}

	nav.mega-menu .mega-menu-content:before,
	nav.mega-menu .mega-menu-content:after {
		display: table;
		content: "";
		line-height: 0;
	}

	nav.mega-menu .mega-menu-content:after {
		clear: both;
	}

	nav.mega-menu .nav > li > .mega-ul:after,
	nav.mega-menu .nav > li > .mega-ul:before {
		display: none;
	}

	header nav.mega-menu ul.menu li.mega-menu-fullwidth ul.mega-ul {
		width: 100%;
		top:auto;
	    left:0;
	}
}

@-moz-document url-prefix() {
    .margin-fixer .item_list li {
        position: relative;
    }


    .featured_slider ul li .item .carousel_body {
        background-color: rgba(0, 0, 0, 0.65);
        position: absolute;
        bottom: 0px;
        left: 30px;
        width: 89%;
    }
}

#imgConfiguration {
    width: 4%;
}

