@import url("css/entypo.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
html, body {
	height: 100%;
}
body {
	color: #4a4a4a;
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
}
body.bpage {
	background:url("images/bg_page.png") repeat-x center 0;
	background-size:100% auto;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
	font-size: inherit;
	font-family: inherit;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #2b342e;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: normal;
}
table {
    width: 100%;
}
a {
	color: #327fb5;
}
a:hover {
	color: #666;
}
a:focus {
	color: inherit;
}
p {
	margin-bottom: 20px;
}
img.alignleft {
	float:left;
	margin: 10px 30px 20px 0;
}
img.alignright {
	float:right;
	margin:10px 0 20px 30px;
}

input { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0;
}
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cl{
	clear:both;
}
.nomar{
	margin:0 !important;
}
.nopad{
	padding:0 !important;
}
.nobor{
	border:none !important;
}
.nobg{
	background:none !important;
}
.aright {
    text-align: right;
}
.vmob{
	display: none;
}
.vdesk{
	display: block;
}
.row.pad5 {
    margin: 0 -5px;
}
.row.pad5 .columns {
    padding: 0 5px;
}
.col5{
	float: left;
	width: 20%;
}
.col20 {
    float: left;
    margin-right: 1.5%;
    width: 20%;
}
.col80 {
    float: left;
    width: 78.5%;
}

/* Header */
#header {
    position: relative;
	z-index:2;
}
#header.abs {
	position:absolute;
	width:100%;
}
#header .bar1{
	background-color:#EBEBEB;
	border-bottom:1px solid #D8D8D8;
	height:43px;
}
#header .logo {
    background-color: #fff;
	cursor: pointer;
    height: 103px;
	left:35px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    width: 190px;
	z-index: 9999;
}
#header .logo:after {
    background-color: #fff;
    bottom: -8px;
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
	-webkit-transform: skew(0deg, 5deg); 
	-moz-transform: skew(0deg, 5deg); 
	-ms-transform: skew(0deg, 5deg); 
	-o-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    width: 100%;
}
#header .made {
    background:url("images/made.png") no-repeat 0 center;
	color: #1e1509;
    font-size: 16px;
    line-height: 42px;
    margin-left: 225px;
	padding-left:33px;
    text-transform: uppercase;
}
#header .topr {
	text-align:right;
}
#header .sign{
	background:url("images/icon_gift.png") no-repeat 0 center;
	background-size:20px 20px;
	color:#969696;
	display:inline-block;
	line-height: 42px;
	padding-left:28px;
	vertical-align: top;
}
#header .sign a{
	color:#969696;
	font-size:14px;
	line-height: 42px;
}
#header .sign a:hover{
	color:#427FB5;
}
#header .topr form {
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding-top: 8px;
    position: relative;
    vertical-align: top;
}
#header .topr input[type="search"] {
    border: 1px solid #dcdcdc;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    color: #7b7b7b;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    margin: 0;
    padding: 0 8px;
    vertical-align: top;
    width: 150px;
}
#header .topr input[type="submit"] {
    background-color: #dcdcdc;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #fff;
	cursor:pointer;
    display: inline-block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
}
#header .topr input[type="submit"]:hover {
	background-color: #327FB5;
}
#header .bar2 {
    background-color: #fff;
    border-bottom: 1px solid #969696;
    height: 40px;
}
#header .tmenu ul {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 210px;
}
#header .tmenu li {
    display: inline-block;
    line-height: 40px;
    margin-right: 0;
}
#header .tmenu li a {
    color: #282525;
    display: block;
    font-size: 14px;
	padding: 0 19px;
}
#header .tmenu li a:hover, #header .tmenu li.current-menu-item a {
	background-color:#327FB5;
	color:#fff;
}
#header .tmenu li:hover .sub-menu{
	display:block;
}
#header .tmenu .sub-menu {
    display:none;
	margin-left: 0;
    position: absolute;
    z-index: 9;
}
#header .tmenu .sub-menu li {
    display: block;
}
#header .tmenu .sub-menu li a {
    background-color: #fff;
	border-bottom:1px solid #EBEBEB;
    min-width: 160px;
}
#header .tmenu .sub-menu li a:hover, #header .tmenu .sub-menu li.current-menu-item a {
    background-color:#327FB5;
	color:#fff;
}
#header .bar1 .btn, #header .bar2 .btn {
    background-color: #327fb5;
	border: 1px solid #327fb5;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    margin: 4px 0;
    padding: 0 18px;
    text-align: center;
}
#header .bar2 .btn:hover {
	background-color: #fff;
	color: #327fb5;
}
#header .mobile-menu-toggle {
	height: 100%;
}
#header .mobile-menu-toggle i {
    border-radius: 3px;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    line-height: 35px;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
#header .mobile-menu-toggle i:before {
	font-family: "entypo";
    font-size: 35px;
	margin-left:0;
	margin-right:0;
    position: absolute;
    right: 0;
	width:inherit;
}

/* Mobile Menu */
.mobile-menu {
	display: none;
	background: #22252b;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.mobile-menu.myhome{
	top:80px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #2d3036;
}
.mobile-menu ul li span {
	float: right;
	margin-right: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}
.mobile-menu ul li a {
	display: block;
	padding: 12px 25px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #8c909b;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a.active {
	color: #fff;
	background: #2eb398;
}
.mobile-menu ul li a.active span {
	color: #fff;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #2d3036;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
	background: #15171c;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400;
}
.mobile-menu ul .sub-menu li a span {
	float: none;
	margin-right: 5px;
	font-size: 14px;
}

/* Banner */
#banner {
    height: 200px;
	position: relative;
	visibility: hidden;
	z-index: 1;
}
#banner .slides li {
    background-size:cover !important;
	background-position: 0 center;
	height: 700px;
    position: relative;
	text-align: center;
    width: 100%;
}
#banner .text {
    left: 0;
    position: absolute;
    text-align:center;	top: 250px;
    width: 100%;
    z-index: 9;
}
#banner .text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    padding: 20px 0;
    position: relative;
	text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
}
#banner .text h1 span{
	display:block;
	font-weight: 400;
}
#banner .text h1:before {
    border-top: 1px solid #fff;
    content: " ";
    height: 1px;
    left: 50%;
    margin-left: -15%;
    position: absolute;
    top: 0;
    width: 30%;
}
#banner .text h1:after {
    border-bottom: 1px solid #fff;
    content: " ";
    height: 1px;
    left: 50%;
    margin-left: -15%;
    position: absolute;
    bottom: 0;
    width: 30%;
}
#banner .text .view{
	border: 5px double transparent;
	border-radius: 10px;
	color:#fff;
	display: inline-block;
	font-size:18px;
	font-weight:600;
	line-height: 50px;
	padding: 0 30px;
	text-transform:uppercase;
}
#banner .text .view:hover{
	background-color: #2e7db5;
    border: 5px double #fff;
}

/* Main */
#main .title {
    color: #fff;
    font-size: 48px;
    padding: 22px 0;
    text-align: right;
    text-transform: uppercase;
}
#main .innerpage{
	background-color:#fff;
	padding:15px 20px;
}
.black {
    background: url("images/bg_black.png") repeat-x center 0;
	background-size: 100% 100%;
    color: #fff;
    /*height: 643px;*/
	margin-top: -100px;		padding-bottom: 40px;
    padding-top: 130px;
	position:relative;
	z-index:2;
}
.black h1 {
    color: #fff;
    font-size: 35px;
    font-style: italic;
    margin-bottom: 30px;
}
.black p {
    font-size:18px;
	line-height:24px;
}
.collect{
	background-color:#fff;
	padding: 30px 0;
}
.collect h1{
	color: #327fb5;
    font-size: 35px;
    font-style: italic;
    margin-bottom: 30px;
}
.collect .colnav {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    text-align: center;
}
.collect .colnav > div {
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 150px;
    margin: 8px 10px;
	opacity:0.5;
    text-align: center;
    text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    width: 150px;
}
.collect .colnav > div:hover, .collect .colnav > div.active {
	border: 3px solid #dcdcdc;
	opacity:1;
}
.colcontent {
    padding: 30px 0;
}
.colcontent h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}
.colcontent p{
	font-size:18px;
	line-height:24px;
}
.colcontent .btn {
    background-color: #2e7db5;
    border: 5px double #fff;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 50px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
.colcontent .btn:hover {
	background-color: #fff;
	border: 5px double #2e7db5;
	color: #2e7db5;
}
.colcontent .scontent{
	display:none;
}
#main .faq .v1 {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#main .faq .v2 {
    display: none;
    margin-bottom: 20px;
}
#main .faq p {
    margin: 0;
}
#main .innerpage ul {
    margin-left: 22px;
}
#main .innerpage p, #main .innerpage li {
    font-size: 18px;
    line-height: 24px;
}
#main .woocommerce-breadcrumb {
    color: #327fb5;
	display:none;
    font-size: 14px;
    text-transform: uppercase;
}
#main .woocommerce-breadcrumb > span {
    color: #777;
	font-family:Verdana;
    padding: 0 4px;
}
#main .woocommerce .onsale{
	display:none;
}
#main .woocommerce .images {
    border-top: 1px solid #d3d3d3;
	text-align: center;
	width: 68%;
}
.MagicToolboxContainer > a{
	/*width: 100% !important;*/
}
#main .woocommerce .images .tabnav, #move .tabnav {
    font-size: 0;
    margin: 50px 0 0;
}
#main .woocommerce .images .tabnav li, #move .tabnav li {
    background-color: #e4e4e4;
    color: #111;
    cursor: pointer;
    display: inline-block;
    font-family: Oswald;
    font-size: 22px;
    margin-left: 10px;
    padding: 5px 30px;
    text-transform: uppercase;
}
#main .woocommerce .images .tabnav li.active, #main .woocommerce .images .tabnav li:hover, #move .tabnav li.active {
    background-color: #2675AD;
    color: #fff;
}
#main .woocommerce .images .ctab, #move .ctab {
    border: 3px solid #2576ab;
    padding: 10px 15px;
}
#main .woocommerce .images .ctab > div, #move .ctab > div {
    display: none;
}
#main .woocommerce .images .ctab .ssba, #move .ctab .ssba{
	display: none;
}
#main .woocommerce .images .ctab .products li{
    margin: 0 2.54% 0 0;
    width: 31.64%;
}
#main .woocommerce .images .ctab .products li.last {
	margin: 0;
}
#main .woocommerce .summary{
	border-top: 1px solid #d3d3d3;
	width: 30%;
}
#main .woocommerce .summary .bg {
    background:url("images/bg_summary.png");
	margin-bottom:30px;
	padding: 15px 22px;
	position:relative;
}
#main .woocommerce .summary .bg.v1{
	padding: 15px 22px 35px;
}
#main .woocommerce .summary .bg.v2{
	padding: 40px 22px 20px;
}
#main .woocommerce .summary .bg.v1:before {
    background-color: #fff;
    border-top: 1px solid #dadada;
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    bottom: -18px;
    transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
    width: 100%;
}
#main .woocommerce .summary .bg.v2:before {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    top: -18px;
    transform: skew(0deg, -5deg);
	-moz-transform: skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
    width: 100%;
}
#main .woocommerce .summary .product_title {
    color: #010101;
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
	margin-bottom: 8px;
    text-align: center;
	text-shadow: 0 3px 0 #fff;
    text-transform: uppercase;
}
#main .woocommerce .summary .sku {
    color: #434343;
    font-size: 20px;
	margin-bottom: 20px;
    text-align: center;
	text-shadow: 0 2px 0 #fff;
}
#main .woocommerce .summary .pricing{
	background:url("images/bg_pricing.png") no-repeat center 0;
	padding:10px 0;
	position: relative;
	text-align:center;
}
#main .woocommerce .summary .pricing:before {
    background-color: #d1d1d1;
    content: " ";
    height: 1px;
    left: 11%;
    position: absolute;
    top: 0;
    width: 78%;
}
#main .woocommerce .summary .pricing:after {
    background-color: #d1d1d1;
    content: " ";
    height: 1px;
    left: 11%;
    position: absolute;
    bottom: 0;
    width: 78%;
}
#main .woocommerce .summary .pricing .v1 {
    color: #797979;
    font-size: 20px;
    margin-bottom: 2px;
	margin-top:2px;
    text-decoration: line-through;
}
#main .woocommerce .summary .pricing .v2 {
    color: #327fb5;
    font-size: 35px;
    font-weight: 600;
}
#main .woocommerce .summary .pricing .vsale {
    background:url("images/sale.png") no-repeat center 0;
	height: 30px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    top: -15px;
    width: 69px;
}
#main .woocommerce .summary .feature h5 {
    color: #626262;
    font-family: Open Sans;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#main .woocommerce .summary .feature ul {
    margin-left: 15px;
}
#main .woocommerce .summary .feature li {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
#main .woocommerce .summary .cart {
    margin-bottom: 12px;
	padding: 0 22px;
}
#main .woocommerce .summary .cart .button {
    background-color: #327fb5;
    border: 5px double #fff;
    border-radius: 10px;
    color:#fff;
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
	line-height:28px;
	text-align:center;
    text-transform: uppercase;
    width: 100%;
}
#main .woocommerce .summary .cart .button:hover {
    background-color: #fff;
    border: 5px double #327fb5;
    color:#327fb5;
}
#main .woocommerce .summary .cart > span {
    color: #2675ad;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
	text-align:center;
    text-transform: uppercase;
}
#main .woocommerce .summary .share {
    margin-bottom: 15px;
    text-align: center;
}
#main .woocommerce .summary .share > span {
    color: #2675ad;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#main .woocommerce .summary .share p, #main .woocommerce .summary .share ul{
	display:none;
}
#main .woocommerce .summary .yith-wcwl-add-to-wishlist {
    margin-bottom:30px;
	margin-top: 10px;
	text-align:center;
}
#main .woocommerce .summary .yith-wcwl-add-to-wishlist a {
    display: block;
    font-family: Arial;
    font-size: 16px;
}
#main .woocommerce .summary .yith-wcwl-add-to-wishlist a:hover {
	text-decoration: underline;
}
#main .woocommerce .summary .specs h2 {
    color: #327fb5;
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#main .woocommerce .summary .specs p {
    color: #898987;
    font-size: 13px;
    margin-bottom: 5px;
}
#main .woocommerce .summary .specs p strong {
    color: #3e3e3e;
    display: inline-block;
    font-weight: 600;
    width: 100px;
}
#main .woocommerce .summary .specs .download{
	margin-top:30px;
}
#main .woocommerce .summary .specs a {
    color: #0a71b9;
	display:block;
    font-size: 14px;
	margin-bottom:10px;
}
#main .woocommerce .summary .specs a:hover {
    text-decoration:underline;
}
#main .woocommerce .product > .related{
	display:none;
}
#main .woocommerce .shop .page-title{
	display:none;
}
#main .woocommerce .shop select {
    background: none repeat scroll 0 0 white;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #7b7b7b;
    font-family: Open Sans;
    font-size: 13px;
    height: 28px;
    text-transform: uppercase;
}
#main .woocommerce .shop .woocommerce-result-count{
	display:none;
}
#main .products li .bbb {
    height: 150px;
}
#main .woof_list {
    margin-left: 12px !important;
}
#main .woocommerce .rs {
    border-top: 1px solid;
    font-size: 12px;
    padding: 12px 0;
    text-align: center;
}
#main .woocommerce .products li {
    border:1px solid #fff;
	text-align: center;
}#main .woocommerce .products.pcat li{	width:30.5%;	margin:0 4% 2.992em 0;}#main .woocommerce .products.pcat li.last{	margin-right:0;}
#main .woocommerce .products li:hover {
	border:1px solid #ccc;
}
#main .woocommerce .products li h3 {
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
	height:38px;
}
#main .woocommerce .products li .amount {
    color: #327fb5;
    font-size: 14px;
	font-weight: 400;
}
#main .woocommerce .products li .price > .amount {
    display: block;
}
#main .woocommerce .products li del .amount {
    color: #898989;
    font-size: 11px;
}
#main .woocommerce .products li ins{
	text-decoration:none;
}
#main .woocommerce .products li .button{
	display:none;
}
#main .woocommerce .products li:hover .button2{
	display:block;
}
#main .woocommerce .products li .button2 {
    background-color: #327fb5;
    border-radius: 5px;
    color: #fff;
    display: none;
	font-size: 14px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -50px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100px;
}
#main .woocommerce .products li a img {
    margin: 0 auto 1em;
    max-height: 80%;
    vertical-align: middle;
    width: auto;
}
#main .woocommerce .woocommerce-ordering{
	display:none;
}
#main .widget-woof {
    background:url("images/bg_summary.png");
	padding-bottom: 1px;
	position:relative;
}
#main .widget-woof:before {
    background-color: #fff;
    border-top: 1px solid #dadada;
    content: " ";
    height: 30px;
    left: 0;
    position: absolute;
    bottom: -18px;
	-moz-transform: skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    width: 100%;
}
#main .widget-woof h3 {
    background: url("images/bg_pricing.png") no-repeat center 0;
	background-size: 100% auto;
    border-top: 1px solid #535353;
    font-family: Open Sans;
    font-size: 18px;
	font-weight: 600;
    margin-top: 0;
    padding: 6px 12px;
    text-transform: uppercase;
}
#main .woof_list .icheckbox_flat-aero {
    background: url("images/checkbox.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
#main .woof_list .icheckbox_flat-aero.checked {
    background: url("images/checkbox1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
#main .woof_list li {
    margin: 0 !important;
	padding: 0 0 2px !important;
}
#main .woof_list label {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 0 3px;		max-width: 120px;
    padding: 0;
    text-transform: uppercase;
    vertical-align: top;
}
#main .woof_list label span {
    display: none;
}
#main .woof_list label[checked] {
    color: #1b1a1a;
}
#main .woof_products_top_panel {
    display: none !important;
}
#main .woof_childs_list_opener{
	float:right;
	margin-left:0;
	margin-right:5px;
}
#main .woof_childs_list_opener span.woof_is_closed{
	background: url("images/down.png") no-repeat 0 center;
}
#main .woof_childs_list_opener span.woof_is_opened{
	background: url("images/up.png") no-repeat 0 center;
}
.gray {
    background-color: #e4e4e4;
    padding: 50px 0;
}
.gray .handcraft{
	background: url("images/bg_handcraft.png") no-repeat;
	background-size: cover;
	color:#fff;
    min-height: 200px;
    padding: 15px 25px;
	position: relative;
}
.gray .handcraft.v2{
	background: url("images/bg_handcraft2.png") no-repeat;
	background-size: cover;
}
.gray .handcraft h1 {
    color: #fff;
    font-family: Open Sans;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 36px;
    margin-top: 0;
    text-transform: uppercase;
}
.gray .handcraft p {
    font-size: 18px;
    line-height: 22px;
}
.gray .handcraft .more {
    color: #54b8ff;
	font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.gray .handcraft .more:hover {
	color:#fff;
}
.gray .handcraft .btn {
    background-color: #2675AD;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 56px;
    margin-right: 50px;
    margin-top: 12px;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase;
}
.gray .handcraft .btn:hover {
	background-color:#fff;
	color: #2675AD;
}
.gray .handcraft .btn:after {
    border-bottom: 28px solid transparent;
    border-left: 22px solid #2675AD;
    border-top: 28px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -22px;
    top: 0;
    width: 0;
}
.gray .handcraft .btn:hover:after {
	border-left: 22px solid #fff;
}
.gray .handcraft .fla {
    bottom: 20px;
    position: absolute;
    right: 15px;
}
#main .answer {
    background: #1C1C1C;
    height: 150px;
	margin-bottom: 40px;
    overflow: hidden;
    padding: 32px;
}
#main .answer .c1 {
    float: left;
    width: 14%;
}
#main .answer .c2 {
    float: left;
    width: 54%;
}
#main .answer .c3 {
    color: #327FB5;
    float: left;
    font-family: Oswald;
    font-size: 42px;
    padding: 20px 0;
    width: 32%;
}
#main .answer h4{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
#main .answer h5 {
    color: #fff;
    font-family: Oswald;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 2px;
}
#main .form input[type="text"], #main .form input[type="email"], #main .form textarea {
    background: none;
    border-color: #000;
    border-style: none none solid;
    border-width: 0px 0px 3px;
    box-shadow: none;
    color: #272727;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 36px;
    margin-bottom: 40px;
    padding: 0 10px;
}
#main .form input[type="submit"], #main .login-submit input[type="submit"] {
    background-color: #2e7db5;
    border: 5px double #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    text-transform: uppercase;
}
#main .form input[type="submit"]:hover, #main .login-submit input[type="submit"]:hover {
	background-color: #fff;
	border: 5px double #2e7db5;
	color: #2e7db5;
}
#main .results_entry:hover{
	background-color:#2572AA;
}
#main .wp-caption{
	float: left;
    margin: 0;
    padding: 12px 12px 22px;
    position: relative;
	text-align: center;
    width: 20% !important;
}
#main .wp-caption-text {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
	font-size:16px !important;
    font-weight: bold;
    line-height: 20px !important;
    margin-bottom: 0;
    margin-top: -3px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}
#main .wp-caption-text span {
    color: #737373;
    font-size:12px;
    line-height:12px;
}
#searchForm input[type="submit"] {
    background-color: #2e7db5 !important;
    border: 3px double #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px !important;
    line-height: 26px;
    text-transform: uppercase;
	width:100%;
}
#searchForm input[type="submit"]:hover {
	background-color: #fff !important;
	border: 3px double #2e7db5;
	color: #2e7db5;
}
#searchForm > table {
    position: relative;
}
#searchForm > table:nth-child(2) {
	height: 390px;
}
#map_td {
    position: absolute;
    right: 0;
    top: 0;
    width: 60% !important;
}
#map_sidebar_td {
    left: 0;
    position: absolute;
    top: 0;
    width: 39%;
}
.results_row_right_column {
    float: none !important;
}
.sl_footer{
	display:none;
}
.field-wrap:nth-child(2n) {
	display: inline-block;
	margin-right: 2%;
	width: 48%;
}
.field-wrap:nth-child(2n-1) {
	display: inline-block;
	margin-left: 1%;
	width: 48%;
}
.field-wrap.textarea-wrap, .field-wrap.submit-wrap, .field-wrap.g_recaptcha-wrap {
	display: block;
	margin: 0;
	width: 100%;
}
.ninja-forms-required-items{
	display: none;
}

/* Footer */
#footer .foo1{
	background-color:#000000;
}
#footer .cf {
    padding: 20px 0;
}
#footer h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
#footer li {
	list-style:none;
}
#footer li a {
    color: #cbcbcb;
    font-size: 15px;
    font-weight: 700;
}
#footer .scribe {
    margin-top: 15px;
	position: relative;
}
#footer .scribe input[type="text"] {
    background-color: #ffffff;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #2573ab;
    display: inline-block;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 90%;
}
#footer .scribe input[type="submit"] {
    background-color: #2572aa;
    border: medium none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 30px;
    padding: 0 2px;
    position: absolute;
    right: 17px;
    text-transform: uppercase;
}
#footer .social > a {
    margin-right: 10px;
}
#footer .foo2 {
    background-color: #c1c1c1;
    padding: 10px 0;
    text-align: center;
}
#footer .copy {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
#footer .copy a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
}
#footer .dev {
    color: #545454;
    font-size: 10px;
}
#footer .dev span{
    text-transform:uppercase;
}
#footer a:hover{
	color:#2E7DB5;
}

/* Responsive Changes */
@media only screen and (max-width: 1024px) {
	body.bpage {
		background-size: auto;
	}
}
@media only screen and (max-width: 940px) {
	.col5 {
		width: 50%;
	}
}
@media only screen and (max-width: 940px) {
	.vmob{
		display: block;
	}
	.vdesk{
		display: none;
	}
	.col20, .col80, .col5{
		float: none;
		width: 100%;
	}
	#header .bar1{
		background-color: #fff;
		height:auto;
	}
	#header .logomob{
		background: none repeat scroll 0 0 #fff;
		padding: 6px 0;
		text-align: center;
	}
	#header .bar1 .btn, #header .bar2 .btn{
		margin:17% 0 0;
	}
	#banner{
		z-index:1;
	}
	#banner .slides li {
		height: 400px;
	}
	#banner .text{
		bottom:20px;
		top:auto;
	}
	#banner .text h1{
		font-size:35px;
	}
	#main .innerpage{
		padding: 10px;
	}
	#main .shop {
		margin-top: 20px;
	}
	#main .woocommerce .images, #main .woocommerce .summary{
		width:100%;
	}
	#move .tabnav{
		margin-left: 0 !important;
	}
	#main .woocommerce .images .tabnav li, #move .tabnav li{
		font-size:18px;
		margin-left:0;
		padding:5px 0;
		text-align:center;
		width:50%;
	}
	#main .woocommerce .images .ctab .products li, #move .ctab .products li{
		width:100%;
	}
	#main .widget-woof:before{
		display:none;
	}
	#main .woocommerce .products li{
		width:100%;
	}
	.black{
		background:#1A1A1A;
		height:auto;
		margin-top:0;
		padding-top:0;
	}
	.gray .handcraft{
		margin-bottom:10px;
	}
	.gray .handcraft .btn{
		font-size:20px;
	}
	.gray .handcraft h1{
		font-size:30px;
	}
	.gray .handcraft.v2 img{
		margin: 10px 10px 5px 0;
		width: 30%;
	}
	.gray .handcraft .fla{
		bottom: inherit;
		display: block;
		padding-top: 15px;
		position: relative;
		right: inherit;
	}
	.collect .colnav > div{
		background-size: 75% auto;
		height: 120px;
		width: 120px;
	}
	.colcontent .btn{
		margin-bottom:20px;
	}
	#searchForm > table:nth-child(2) {
		height: auto;
	}
	#map_td {
		position: relative;
		width: 100% !important;
	}
	#map_sidebar_td {
		position: relative;
		width: 100%;
	}
	.field-wrap:nth-child(2n) {
		margin-right: 0;
		width: 100%;
	}
	.field-wrap:nth-child(2n-1) {
		margin-left: 0;
		width: 100%;
	}
	#footer .col5 {
		float: none;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	#footer .scribe input[type="text"]{
		border-radius:0;
	}
	#footer .scribe input[type="submit"]{
		border-radius:0;
		padding:0 8px;
		right:0;
	}
	#footer .copy span {
		display: block;
	}
	#footer .copy a{
		padding:0;
	}
}

@media only screen and (max-width: 575px) {
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	#header, #header.abs {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	#main {
		padding-top: 110px;
	}
	#main .title{
		text-align: center;
	}
	#main .wp-caption{
		float:none;
		width: 100% !important;
	}
	#main .wp-caption img {
		width: 100%;
	}
	.mobile-menu, .mobile-menu.myhome{
		top:110px;
	}
	#sl_map{
		height: 300px !important;
	}
}

/*///////////////////////  Sub Menu for Pages in content area //////////*/
.content-menu { 
	width:100%;
	height:auto;
	text-align:center;
	display:block;
        list-style:none;
}
.content-menu ul{
	margin:0 auto;
	padding:8px;
}
.content-menu ul li {
	width: 33.33%;
	display:inline;
}
.content-menu ul li a{
	padding:10px;
	text-decoration:none;
	color:black;
	font-weight:bold;
	display:inline-block;
}

.content-menu ul li a:hover,
.content-menu ul li a:focus{
	background:#eee;
}


/* Responsive Changes */
@media only screen and (max-width: 800px) {
    .content-menu li{
	width:90%;
	
     }
}