
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
ol,ul{list-style:none;margin:0;padding:0;}
html,body{
	font-family: 'Open Sans', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
td.header {
	font-weight:bold;	
	background-color:#FFF;
	border-bottom:1px solid #CCC;
}
td, td.text {
	padding:5px;
}
.basket td {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:#333;
	border: 1px solid #EEE;
	padding:4px;
}

input.button {
	padding: 10px;
	margin: 5px;
	display: inline-block;
	background-color:#008ACF;
	border: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-radius:5px;
	text-transform:uppercase;
}
input[type="password"] {
	padding:6px;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#989898;
	font-size:1.2em;
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
				
}
input[type="submit"] {
	padding: 10px;
	margin: 5px;
	display: inline-block;
	background-color:#008ACF;
	border: none;
	font-family: 'Open Sans', sans-serif!important;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
select {
	padding:6px;
	display:block;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#989898;
	font-size:1.2em;
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	margin-top:2px;
				
}
.wrap {
	width:80%;
	height:40px;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.mobile-nav{
	display: none;
	margin: 0px;
	z-index: 9999;
	background:#008ACF;
	padding:10px;
}
.mobile-nav img{
	height: 36px;
	margin-top: 0px;
}
.mobile-menu {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.mobile-menu ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.mobile-menu li {
	display: block;
}
.mobile-menu a {
	color: #555555;
	font-size:13px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mobile-menu li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mobile-menu li:last-child a {
	border-right: 0;
}
.mobile-menu a:hover,.mobile-menu a:active {
	background: #202227;
	color:#ffffff;
}
.mobile-menu a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #202227;
}
.mobile-menu a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}

.header {
	background: #000;
	
}
.headertop {
	background:#008ACF;
	/*border-bottom:1px solid #EEE;*/
}

.headertop_desc {
	line-height:80px;
	height:80px;
	background:#093D77;
	/*border-bottom:1px solid #EEE;*/
}
.headertop_desc img {
	margin-top:10px;
	height:60px;
}
.nav_list {
	float:right;
}
.nav_list li {
	display:inline;
	color:#FFF;
	/*border-left: 2px ridge #3D3B3B;*/
}
.nav_list li a {
	font-size:1.0em;
	text-transform:uppercase;
	color:#FFF;
	line-height:40px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.nav_list li a:hover {
	color:#EAEAEA;
}
.nav_list li:first-child {
	border:none;
}
.headerbottom {
	background:#333;
	/*border-bottom:1px solid #EEE;*/
}

.headerbottom .nav {
	float:left;
}
.headerbottom .nav li {
	display:inline;
	color:#FFF;
	/*border-left: 2px ridge #3D3B3B;*/
}
.headerbottom .nav li a {
	font-size:1.0em;
	text-transform:uppercase;
	color:#FFF;/*E0E0E0*/
	padding:0 8px;
	line-height:40px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.headerbottom .nav li a:hover {
	color:#EAEAEA;
}
.headerbottom .nav li:first-child {
	border:none;
}
.top-subcat{
	background:#FFF;
	margin-bottom:15px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top-subcat ul li{
	display:inline-block;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	
}
.top-subcat ul li a,.top-subcat ul li span{
	display: block;
	color: #333;
	text-transform: none;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform:uppercase;
}

.top-subcat ul li a.selected, .top-subcat ul li a:hover{
	display: block;
	color: #CCC;
	text-transform: none;
	font-weight: normal;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-transform:uppercase;
}

.logo {
	float: left;
	/*width:200px;*/
	margin:0px;
	height:120px;
}

.search_box {
	border: 1px solid #D2D2D2;
	position: relative;
	float: right;
	background-color: #FFF;
	width:200px;
	height:40px;
	margin-left:10px;
	margin-top:20px;
	
}
.search_box form input[type="text"] {
	border: 0px;
	outline: none;
	background: none;
	font-size:14px;
	color: #EAEAEA;
	font-family: 'Open Sans', sans-serif;
	width:80%;
	padding:8px;
	-webkit-apperance:none;
	float:left;
	height:38px;
}
.search_box form input[type="submit"] {
	/*border: 1px solid #D2D2D2;*/
	cursor: pointer;
	background: url(https://www.securio.net/globimages/magnifying-glass.png) no-repeat 0px 12px;
	position: relative;
	left: 15px;
	width: 18%;
	height:40px;
	float:right;
	margin-top:-36px;
	padding:0px;
}

.nav_left {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FBFBFB;
	/*min-height:800px;
	box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-o-box-shadow: 2px 2px 2px #CCC;*/
	border: #EAEAEA solid 1px;
	border-radius: 10px;
}
.nav_left li.title {
	padding: 10px;
	background-color: #F5F5F5;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nav_left li {
	display: block;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #777;
	border-top: #EAEAEA solid 1px;
	/*border-left: #EAEAEA solid 1px;*/
}

.nav_left li a {
	display: block;
	color: #777;
	font-size: 14px;
	text-decoration: none;
	margin:0px;
	padding: 10px;
}
	
.nav_left li a:hover {
	display: block;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	color: #CCC;
	/*text-decoration: underline;*/
}


.caption {
    position: relative;
    overflow: hidden;
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
	font-family: 'Open Sans', sans-serif;
    transform: translateY(100%);
    transition: transform .35s ease-out;
}
.caption__overlay p {
	color:#FFF;	
}
.caption:hover .caption__overlay {
    transform: translateY(0);
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}
.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

/*---products----*/
.products-box {
	padding: 0 20px;
	background: #fff;
}
.products h1{
	display: block;
	padding: 30px 0px 12px 0px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: normal;
	text-transform: none;
}

.products h1 span{
	color:#1B5F4A; /*#0463B0*/
}


/*  grid of five */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_5{
	display: block;
	float:left;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}
.grid_1_of_5:first-child {
	 margin-left: 0;
} 
.images_1_of_5 {
	width: 25%;
	text-align: center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0%;
	padding-left: 5px;
}
.images_1_of_5  img{
	max-width:100%;
	display:block;
	margin-top: 0px;
}
.images_1_of_5 .productName{
	display: block;
	padding: 3px 0px;
	font: bold 12px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: none;
	font-weight: bold;
	min-height:45px;
	overflow:hidden;
}
.images_1_of_5  p {
	font-size:0.9em;
	color: #989898;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif; 	
}
.images_1_of_5 h4{
	font-size: 1.0em;
	color: #000;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	padding: 7px 0px;
}
.images_1_of_5 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_5 .button a{
	padding: 5px 10px;
	display: inline-block;
	background-color:#FFF;
	border: 1px solid #008acf;
	color: #008ACF;
	text-align: center;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-radius:5px;
}
.images_1_of_5 .button a:hover{
	background-color:#EAEAEA;
	text-decoration: none !important;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}
.custom a {
	text-decoration:underline;	
}
.custom a:hover {
	text-decoration:none;
	color:#669900;
}
/*----single-page-----*/
.single-page{
	background:#fff;
	padding:0px 20px;
}
.single-top-pagination{
	/*background: #F8F8F8;
	padding: 5px 12px;
	margin-bottom: 15px;*/
	display:none;
}
.single-top-pagination ul li{
	display:inline-block;
}
.single-top-pagination ul li a{
	display: block;
	padding: 3px 0px;
	font: bold 12px 'Open Sans', sans-serif;
	color: #000;
	border-right: 1px solid rgba(151, 151, 151, 0.11);
	text-transform: none;
	font-weight: bold;
}
.single-top-pagination ul li span{
	display: block;
	padding: 3px 0px;
	font:12px 'Open Sans', sans-serif;
	color: #ddd;
	font-weight: normal;
	border-right: 1px solid rgba(151, 151, 151, 0.11);
	text-transform: none;
}

.product-image{
	float:left;
	width: 100%;
	margin-right:0%;
}
.product-image img{
	float:left;
	width: 100%;
}
/*----zoomer----*/
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
		.clearfix{display:block;zoom:1}
		
		
		ul#thumblist{display:block;}
		ul#thumblist li{float:left;margin-right:2px;list-style:none;width: 30.8%;}
		ul#thumblist li a{display:block;border:1px solid #CCC;}
		ul#thumblist li a.zoomThumbActive{
		    border:1px solid #CCC;
		}
		
		.jqzoom{
		
			text-decoration:none;
			float:left;
		}

.product-value h1{
	display: block;
	padding: 4px 0px;
	font-size: 32px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid rgba(192, 192, 192, 0.3);
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.product-value ul li{
	display:inline-block;
}
/*.product-value ul li span{
	text-decoration:line-through;
}*/
.product-value li,.product-value span,.product-value li,.product-value li a,.product-value h3{
	display: block;
	padding: 4px 0px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.product-value li a{
	color:#0463B0;
}
.product-value ul li:last-child{
	float:right;
}
.product-value {
	width: 100%;
	border-bottom: 1px solid rgba(192, 192, 192, 0.3);
	padding: 10px 0px;
}
.product-info{
	float:left;
	margin-right:10px;
	width:30%;
}

.product-price-info{
	float:left;
	width: 60%;
	margin-left:20px;
}
.product-shipping{
	width: 45%;
	padding: 10px 0px 0 0;
}
.product-shipping  span,.product-shipping p lable{
	float:left;
	display: block;
	padding: 4px 0px;
	font: bold 16px/16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.product-shipping p{
	float:right;
	font-size: 0.8125em;
	color: #989898;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
}
.product-payments{
	width: 68%;
}
.product-payments  span,.product-payments p lable{
	float:left;
	display: block;
	padding: 4px 0px;
	font: bold 16px/16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.product-payments p{
	float:right;
	font-size: 0.8125em;
	color: #989898;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
}

.product-description h3{
	display: block;
	padding: 4px 0px;
	color: #000;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}
.product-description p{
	font-size: 12px;
	color: #989898;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-description select, input[type="text"] {
	padding:6px;
	display:block;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#989898;
	font-size:1.2em;
	font-family: 'Open Sans', sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
				
}
.product-description select {
	min-width:100px;
				
}
.product-description .button {
	margin-top: -50px;
	padding: 10px;
	display: inline-block;
	background-color:#008ACF;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	cursor: pointer;
	float:right;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	
}
.product-description a{
	padding: 8px 10px;
	display: inline-block;
	/*background: url(../images/button3.gif) left top repeat-x;*/
	background-color:#9E2021;
	border: none;
	font: bold 12px "Arial"!important;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.product-description a:hover{
	/*background-position: left bottom;*/
	background-color:#CCC;
	text-decoration: none !important;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;

	-webkit-transition: background 0.2s ease;
}
.product-share ul li{
	display:inline-block;
}
.product-share ul li img{
	vertical-align:middle;
	padding-right: 8px;
}
.product-share h3{
	display: block;
	padding: 4px 0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.product-share ul li a{
	float: left;
	display: block;
	padding: 4px 0px;
	font: bold 13px/16px "Arial";
	color: #000;
	font-weight: normal;
	padding:0px 5px 0 0;	
}
.product-share {
	padding: 21px 0px;
}	
p.collection {
	float:right;
	clear:both;
	margin-top:-10px;	
}

.banner-half{
	background-color:#CCC;
	background: url(../images/banner-grey.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:10em 0em 0em;
	min-height:250px;
	max-height:350px;
}
.banner{
	background-color:#CCC;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:10em 0em 0em;
	min-height:550px;
	max-height:550px;
	background-image: url(../images/banner-demo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}	
.banner h1{
    font-size:3.0em;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	text-shadow:0 0 5px #000;
}
.banner p{
    font-size:1.5em;
	font-weight:400;
	color:#ffffff;
	line-height: 1.5em;
	margin:1em 0em ;	
}
.banner a.more {
	background: transparent;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	padding:0.5em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:3px;
	border-color:#E0E0E0;
	text-align: center;
	/*border-bottom:2px solid #666;*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-msborder-radius:3px;
}
.banner a.more:hover {
	background:#666;
	border:2px solid #999;
}
a.more {
	background: #678722;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:400;
	padding:0.5em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:3px;
	text-align: center;
	border:2px solid #FC0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-msborder-radius:3px;
}
 a.more:hover {
	background:#666;
	border:2px solid #FC0;
}
.Datap1{
	text-align:right;
}
.featured{
	background:#fff;
	text-align:left;
	padding:1em 0em;
	font-family: 'Open Sans', sans-serif;
}
.featured p{
	font-size:1.1em;
	font-weight:400;
	color:#AAAAAA;
	line-height: 1.5em;
	margin-bottom:1em 0.5em ;	
}
.featured h1{
	font-size:1.8em;
	font-weight:400;
	color:#333333;
	margin:1em 0em;
	
}
.interest{
	background:#EAEAEA;
	text-align:center;
	padding:2em 0em;
}
.interest h2{
	font-size:2em;
	font-weight:400;
	color:#333;
	text-align:left;
	margin-top:10px;
}
/*.buy form input[type="submit"] {
	background: #E8776B;
	color:#fff;
	padding: 1em 2em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	display: block;
	outline: none;
	border:1px solid #fff;
	border-radius:5px;
	margin-top:3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.buy form input[type="submit"]:hover{
	background:#5E95CD;
}*/
.about{
	background:#FFF;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
}
.about h1, .about h2{
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-transform:uppercase;
	margin-bottom:20px;
}
.about h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.about p{
	font-size:14px;
	font-weight:400;
	color:#777;
	line-height: 18px;
	/*margin:1em 0em ;	*/
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
}
.nav_leftBlue {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #0099E6;
	/*min-height:800px;
	box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-o-box-shadow: 2px 2px 2px #CCC;
	border: #EAEAEA solid 1px;*/
	border-radius: 10px;
	padding:10px;
	color:#FFF;
}
.nav_leftBlue p, .nav_leftBlue a {
	color:#FFF;
}
.nav_leftBlueTitle {
	padding: 10px;
	background-color: #0099E6;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.about img {
	border-radius: 10px;
}
/*--app price plans--*/
.priceplan{
	background:#fff;
}
.pricingtable{
	background:#fff;
}
.plans{
	padding:4% 0;
}
.pricing{
	padding:5% 0 0%;
}

#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
#pricePlans {
	text-align: center;
}
#pricePlans #plans .plan {
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	border:1px solid #E1E1E1;
}
.planContainer .title h2 {
	font-size: 2.125em;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
	padding: 19px 0;
}
.planContainer .title1 h3 {
	font-size: 16px;
	background:#690;
	color:#FFF;
	margin: 0;
	padding: .6em 0;
}
.planContainer .title h2.bestPlanTitle {
	background:#8FB550;
	color:#fff;
	text-align:center;
}
.title h2.bestPlanTitleRed {
	background:#F22A2A;
	color:#fff;
	text-align:center;
}
.title h2.bestPlanTitleBlue {
	background:#A4C6CF;
	color:#fff;
	text-align:center;
}
.text{
	padding: 0px 0 3px;
}


.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea,.contact-form password,.contact-form select{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#989898;
			font-size:1.2em;
			font-family: 'Open Sans', sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}

.contact-form input[type="submit"] {
	background: #008ACF;
	color:#fff;
	padding: 0.5em 4em;
	font-size: 18px;
	font-weight: 400;
	display: block;
	outline: none;
	/*border-color:#690;*/
	border:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.contact-form input[type="submit"]:hover{
	background:#666;
}
.contact-form span.error{
	color:#FF0000;
}

.contact{
	background: url(../images/contact.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.contact h4{
	font-size:2em;
	font-weight:400;
	color:#fff;
	line-height: 1.5em;
	margin:3em 0em 1em;	
	text-align:center;
}
.text-field-email {
	text-align: right;
}
.contact form input[type="text"]{
	padding: 0.5em 12em 0.5em 0em;
	margin-bottom: 2%;
	background: #fff;
	color:#C8C8C8;
	font-size:18px;
	outline: none;
	font-weight:400;
	text-indent: 18px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}
.contact form input[type="submit"] {
	background: #008ACF;
	color:#fff;
	padding: 0.5em 4em;
	font-size: 18px;
	font-weight: 400;
	display: block;
	outline: none;
	border:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}	
.contact form input[type="submit"]:hover{
	background:#666;
}
.user{
	background:#fff;
	padding:5em 0em;
	min-height:350px;
}
.man{
	float:left;
	width:50%;
	text-align:right;
}
.data{
	float:right;
	width:45%;
	padding:0em 0em;
}
.man img{
	width:200px;
	height:200px;
	border-radius: 50%;
	background: #fff;
} 
.data p{
	font-size:1.2em;
	font-weight:400;
	color:#CFCFCF;
	line-height: 1.5em;
	margin:0.5em 0em;
	text-align:left;
}
.data h6{
	font-size:2em;
	font-weight:400;
	color:#999999;
	line-height: 1.5em;
	margin:0.5em 0em;
	text-align:left;
}
 a.view{
	background:#E8776B;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	padding:0.2em 2.2em;
	display: inline-block;
	text-decoration: none;
	text-shadow: inset 0 2px 0 red, inset 0 0 4px red;
	border-radius:5px;
	text-align: center;
	border-bottom:2px solid #E84E3C;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-msborder-radius:5px;
}
a.view:hover {
	background: #5E95CD;
	border-bottom:2px solid #1470CC;
}
/**** Slider *****/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:40%;
	bottom:2px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width:15px;
	height:15px;
	background:#E8CBC8;
	border-radius:10px;
}
.wmuSliderPagination a.wmuActive {
	background:#E8776B;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:60px;
	height:100px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png)no-repeat ;
	top:35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderNext {
	background-position:-433px -7px;
	right: 0em;
	top: 50px;
}
.wmuSliderPrev {
	background-position:-356px -7px;
	left: 0em;
	top: 50px;
}
/*-- footer --*/
.footer-top{
	background:#333;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	}
	.footer-top a{
	color:#FFF;
	}
	
.footer{
	background:#333;
	padding:10px;
	font-family: font-family: 'Open Sans', sans-serif;
	}

.footer-grid{
	float:left;
	width:100%;
	}
	
.footer-grid h3{
	color:#fff;
	font-size:16px;
	margin:0;
	padding-bottom:.3em;
	/*border-bottom:1px dashed #947D4A;*/
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.footer-grid p, .footer-grid a{
	color:#fff;
	font-size:1.0em;
	line-height:20px;
	margin:1em 0 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	}
	.footer-grid p, .footer-grid a{
	color:#fff;
	font-size:1.0em;
	line-height:20px;
	margin:1em 0 0;
	font-family: 'Open Sans', sans-serif;
	font-style: underline;
	}
	.footer-grid h3.white{
	color:#FFF;
	font-size:16px;
	margin:0;
	padding-bottom:0.3em;
	/*border-bottom:1px dashed #FFF;*/
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.footer-grid p.white{
	color:#FFF;
	font-size:12px;
	line-height:20px;
	margin:1em 0 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	}
.footer-grid ul{
	padding:0;
	margin:0;
	}
.footer-grid ul li{
	list-style-type:none;
	margin:1em 0;
}
.footer-grid ul li a{
	text-decoration:none;
	font-size:1.0em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	}
.footer-grid a:hover{	
	color:#EAEAEA;
	text-decoration:none;
	}
.footer-grid:nth-child(2) {
	  margin: 0 1%;
	  /*width: 20%;*/
	}
.footer-grids {
	padding: 0 2em;
	}
.footer-bottom{
	background:#000;
	padding:10px;
	}
.footer-bottom p{
	color:#fff;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	text-align:center;
	}
.footer-bottom p a{
	color:#fff;
	text-decoration:underline;
	}
.footer-bottom p a:hover{
	color:#EAEAEA;
	text-decoration:none;
	}
/*-- //footer --*/



/*--responsive design--*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {

	.product-price-info {
		float: right;
		width: 60%;
	}
	.product-shipping {
		width: 49%;
	}
	.product-payments {
		width: 74%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	
	.product-price-info {
		width: 60%;
	}
}
@media (max-width:1024px){
.banner h1 {
	font-size: 3.5em;
}
.banner p {
	font-size: 1.3em;
}
.product-price-info {
		width:60%;
	}
	.product-shipping {
		width: 67%;
	}
	ul#thumblist li {
		width: 32.47%;
	}
	.footer {
	  padding:8em 0em 3em;
	}
	.footer-grid h3 {
		font-size: 16px;
	}
	.footer-grid:nth-child(2) {
		margin: 0 3em;
	}
}
@media (max-width:960px){
.nav_left, .nav_leftBlue {
	display:none;
}
.mobile-nav {
		display: block;
		margin: 10px 0;
		z-index: 9999;
		position: relative;
	}
	
	.mobile-nav img {
		float:left;
	}
	.mobile-nav img.hamburger {
		float:right;
	}
	.nav a{
		display: block;
	}
	.header {
		display: none;

	}
}
@media (max-width:768px){
.Datap1 {
	text-align: center;
	margin-top: 1em;
}
	
.banner{
	text-align:center;
	padding:1em 0em 0em;
	min-height:499px;
}
.featured {
	padding: 2em 0em;
}
.Datap1 img{
	width:30%;
}
.interest h2 {
	text-align: center;
}
.buy form input[type="submit"]{
	margin:0 auto;
}
.about {
	padding: 2em 0em;
	text-align: center;
}
.text-field-email {
	text-align: center;
}
.contact form input[type="submit"]{
	margin:0 auto;
}

.social{
	text-align:center;
}
.banner h1 {
	font-size: 3em;
}
.banner p {
	font-size: 1.2em;
}
#pricePlans #plans .plan {
	width: 100%;
	margin-left: 0px;
}
.planContainer .price p {
	font-size: 3em;
}
.contact h4 {
	margin: 1em 0em 1em;
}
.contact{
	min-height:240px;
}
.banner {
	min-height: 465px;
}
.social {
	margin-top: 10px;
}
.about h3 {
	margin-top: 1em;
}
.wmuSliderPagination {
	bottom: 3px;
}
.product-price-info {
		width: 100%;
	}
	.product-shipping {
		width: 73%;
	}

}
.footer {
	  padding: 10em 0em 3em;
	}
@media (max-width:640px){
.headertop_desc img {
  width:50px;
}
.banner h1 {
	font-size: 2.5em;
}
a.more {
	font-size: 16px;
}
.banner {
	min-height: 404px;
}
.featured h4 {
	font-size: 1.3em;
}
.interest h2 {
	font-size: 1.7em;
}
.about h3 {
	font-size: 1.7em;
}
.planContainer .title1 h3 {
	font-size: 1.7em;
}
.planContainer .price p {
	font-size: 2em;
}
.planContainer .title h2 {
	font-size: 1.7em;
}
.planContainer .button a{
	font-size:1.2em;
}
.contact h4 {
	font-size: 1.7em;
}
.contact form input[type="text"]{
	font-size:17px;
}
.contact form input[type="submit"]{
	font-size:17px;
}
.data h6 {
	font-size: 1.7em;
}
.col_1_of_4{
		margin:10px 0;
	}
	.span_1_of_4{
		width:100%;
		padding:0%;
	}
	.nav_list li a,.account_desc li a{
		font-size:0.7em;
		padding:0 2px;
	}
	.search_box{
		/*float:none;
		width:100%;
		margin-right:0;*/
		display:none;
	}
	.grid_1_of_5{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_5 {
		width:94%;
		padding:3%;
	}
	.product-info {
		float:none;
		width:100%;	
		margin-left:0px;
		margin-right:0px;
	}
	.product-description .button, input [type="text"] {
		float:none;

	}
	.footer {
	  padding: 2em 0em 2em;
	  float:none;
	}
	.footer-grid{
	float:none;
	width:100%;
	}
	.footer-grid h3 {
	  font-size: 16px;
	}
	.footer-grid:nth-child(2) {
	  margin: 0 3em;
	}
	.footer-grid ul li a {
	  font-size: 12px;
	}
	.footer-grid ul li {
		font-size: 12px;
	}
}
@media (max-width:480px){
.banner h1 {
	font-size: 2em;
}
.banner p {
	font-size: 1em;
}
a.more {
	font-size: 14px;
}
.banner {
	min-height: 318px;
}
.featured h4 {
	font-size: 1.3em;
}
.featured p {
	font-size: 1.1em;
}
.interest h2 {
	font-size: 1.3em;
}
.buy form input[type="submit"] {
	padding: 0.5em 1em;
}
.about h3 {
	font-size: 1.3em;
}
.about p {
	font-size: 1.1em;
}
.planContainer .title1 h3 {
	font-size: 1.3em;
}
.planContainer .price p {
	font-size: 1.3em;
}
.planContainer .options li{
	font-size:1.1em;
}
.planContainer .button a {
	font-size: 1.1em;
}
.planContainer .title h2 {
	font-size: 1.3em;
}
.contact h4 {
	font-size: 1.3em;
}
.contact form input[type="text"] {
	font-size: 15px;
	margin-bottom:3%;
}
.contact form input[type="submit"] {
	font-size: 15px;
}
.contact {
	min-height: 160px;
}
.man img {
	width: 120px;
	height: 120px;
}
.data h6 {
	font-size: 1.3em;
}
a.view{
	font-size:13px;
	padding:0.2em 1em;
}
.user {
	padding: 2em 0em;
	min-height: 180px;
}
.data p {
	font-size: 1em;
}
.wmuSliderPagination {
	right: 36%;
	bottom: 2px;
}

.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width:22px;
	height:35px;
	text-indent: -9999px;
	background: url(../images/img-sprite1.png)no-repeat ;
	top:35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderNext {
	background-position:-28px 2px;
	right: 0em;
	top: 40px;
}
.wmuSliderPrev {
	background-position:0px 2px;
	left: 2em;
	top: 40px;
}
.grid_1_of_5{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_5 {
		width:92%;
		padding:4%;
	}
	.footer-grid:nth-child(2) {
	  margin:2em 0;
	  width:22%;
	}
	.footer-grid h3 {
	  font-size: 15px;
		padding-bottom: .5em;
	}
	.footer-grid {
	  float: none;
	  width: 100%;
	}
}
@media (max-width:320px){
.banner h1 {
	font-size: 1.5em;
}
.banner p {
	font-size: 0.875em;
}
a.more {
	font-size: 11px;
}
.banner {
	min-height: 250px;
}
.featured h4 {
	font-size: 1.1em;
}
.featured p {
	font-size: 0.875em;
}
.interest h2 {
	font-size: 1.1em;
}
.buy form input[type="submit"]{
	font-size:11px;
}
.interest {
	padding: 1em 0em 1em;
}
.featured {
	padding: 1em 0em;
}
.about h3 {
	font-size: 1.1em;
}
.about p {
	font-size: 0.875em;
}
.about {
	padding: 1em 0em;
}
.planContainer .title1 h3 {
	font-size: 1.2em;
}
.planContainer .price p {
	font-size: 1.2em;
}
.planContainer .options li {
	font-size: 1em;
}
.planContainer .button a {
	font-size: 12px;
}
.planContainer .title h2 {
	font-size: 1.2em;
}
.contact form input[type="text"] {
	padding: 0.5em 5em 0.5em 0em;
	margin-bottom: 5%;
	font-size:14px;
}
.contact form input[type="submit"] {
	font-size: 13px;
}
.man img {
	width: 75px;
	height: 75px;
}
.data h6 {
	font-size: 1em;
}
.data p {
	font-size: 0.875em;
}
.wmuSliderPrev {
	top: 25px;
}
.wmuSliderNext {
	top: 27px;
}
.wmuSliderPagination a {
	width: 10px;
	height: 10px;
}
a.view {
	font-size: 11px;
	padding: 0.2em 1em;
}
.contact h4 {
	font-size: 1.2em;
}
.wmuSliderPagination {
	right: 48%;
	bottom: 2px;
}
.footer p {
	font-size: 1.1em;
}
.footer {
	padding:1em 0em;
}
}
