
body{
	background:#fff;
	font-family: 'Lato', sans-serif !important;
	overflow-x:hidden;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--starts-logo--*/
@font-face {
	font-family: 'Conv_Lato-Regular';
	src: url('fonts/Lato-Regular.eot');
	src: local('☺'), url('fonts/Lato-Regular.woff') format('woff'), url('fonts/Lato-Regular.ttf') format('truetype'), url('fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Lato-Black';
	src: url('fonts/Lato-Black.eot');
	src: local('☺'), url('fonts/Lato-Black.woff') format('woff'), url('fonts/Lato-Black.ttf') format('truetype'), url('fonts/Lato-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em
}
::-webkit-scrollbar-button {
    background: #ccc;
}
::-webkit-scrollbar-track-piece {
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    background: #333;
}
.name{
	margin-top:10px;
}
.cont ul{
	padding:0;
	margin:0;
}
.cont ul li{
	padding:12px 0px;
}
.product h3{
	font-size: 1.5em;
color: #000;
margin: 0 0 0 0;
padding-top: 20px;
font-family:'Bodoni MT';
}
.product h2{
	font-family:'Bodoni MT';
	font-size: 1.2em;
	text-decoration:underline;
	
}
.product p{
	text-align: justify;
color: #666;
padding-top: 0px;
font-family:'verdana';
font-size:13px;
}
.product-one{
	margin-top:30px;
}
.logo {
	float:left;
	margin:3px 0 0 10px;
   
}
.logo a h1 {
    font-size: 32px;
    color: #000000;
    margin: 0;
    font-family: 'Lora-Regular';
    text-transform: uppercase;
	display: inline-block;
}
.logo a:hover{
	text-decoration:none;
}
/*--end-logo--*/
/*--starts-top-header--*/
.top-header {
    background: #000;
    padding: 10px 0px;
}
.search-bar input[type="text"] {
	width: 100%;
	padding: 8px 45px 8px 8px;
	border: 1px solid #F5F5F5;
	background: none;
	outline: none;
	-webkit-appearance: none;
	color: rgba(0, 0, 0, 0.74);
	font-size: 0.875em;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.search-bar input[type="submit"] {
    background: url(../images/search.png)no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 9px;
    right: 10%;
}
.search-bar {
    width: 93%;
    float: right;
}
/*----*/
.itemContainer{
			width:100%;
			float:left;
		}
		.itemContainer div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
		.itemContainer a{
			text-decoration:none;
		}
		.cartHeaders{
			width:100%;
			float:left;
		}
		.cartHeaders div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
.item_add {
	color: #fff;
	border:none;
}	
.grid_1 img{
	margin-bottom:1em;
}
.box_1 {
	float: right;
}
.box_1 h3 {
	color: #702428 !important;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.drop {
    margin-top: 10px;
}
a.simpleCart_empty {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}
span.simpleCart_total {
    font-size: 13px;
}
.box_1 p {
	margin: 0px 0 0px 8px;
}	
.total {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.cart box_1 a:hover{
	text-decoration:none;
}
.box_1 a img {
	margin: 3px 0 0 10px;
}
/*----*/
.box {
    float: left;
    width: 11%;
    margin-right: 10%;
}
.box1{
	float:left;
	width:20.5%;
}
.cssmenu ul{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color:#fff;
	display: block;
	margin:10px;
	font-size: 0.8125em;
}
.cssmenu li> a:hover {
	color: #ACEAFA;
	text-decoration:none;
}
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after,
.dropdown .scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width:75px;
	cursor: pointer;
	font-weight: 200;
	background: none;
	padding: 0;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open{
	z-index: 2;
}
.dropdown:hover,
.dropdown.focus{
	/*--background:#F7F7F7;--*/
}
/* CARAT */
.dropdown .carat,
.dropdown .carat:after{
	position: absolute;
	right:0px;
	top: 50%;
	margin-top:0px;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	z-index: 1;
	-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;
}
.dropdown:hover .carat:after{
	border-top-color: #73B6E1;
}
.dropdown.focus .carat{
	border-top-color: #73B6E1;
}
.dropdown.focus .carat:after{
	border-top-color: #73B6E1;
}
.dropdown.open .carat{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected, .dropdown li {
    color: #000;
}
.dropdown .selected, .dropdown li {
    display: block;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
 .dropdown li {
    color: #fff;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 13px;
	right: 0;
	top: 36px;
	background: #73B6E1;
	overflow: hidden;
	opacity: 0;
	color: #fff;
	width: 90px;
}
.dropdown:hover div{
	background:#4CB1CA;
}
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.dropdown.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	background:#000;
}
.dropdown.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding:8px;
	border-bottom: 1px solid #73B6E1;
}
.dropdown li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.dropdown li.focus{
	background:#73B6E1;
	position: relative;
	z-index: 3;
	color: #fff;
}
.dropdown li.active{
	background:#73B6E1;
	color: #fff;
}
.header-bottom {
	width:100%;
	margin:0 auto;
	
	
}
.header1{
    padding: 12px 0px;
	background:url(../images/Header.jpg) no-repeat;
	height:124px;
	margin-bottom:1.3em;
	
}
.header-left{
	float:right;
	width:100%;
	}
.top-nav{
	float:right;
	 margin-top: 46px;
	position: relative;
	width:77%;
}
.ban_overlay{
z-index: 99;
position: absolute;
top: 0px;
left: 0px;
visibility: visible;
display: block;
opacity: 1;
	
}
/*--end-bottom-header--*/
/*--banner-Part-starts-Here --*/
/*--banner-starts--*/
/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  top:0;
  bottom:30px;
 
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 95.8%;
	left: 80%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrow.png") no-repeat left top;
	display: none;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 16.4%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
 
}
.rslides img {
  height: auto;
  display: block;
  float: left;
  width: 100%;
 /* border:1px solid #ccc;*/
 
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 98%;
	z-index: 999;
	left: 0%;
	display:none;
	width: 100%;
	text-align: center;
	margin: 0;
	display:none;
	padding: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#000;
}
.callbacks_here a:after{
	background:rgba(6, 107, 195, 0.85);
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
/*--banner-Part-Ends-Here --*/
/*--about-starts--*/
.about {
    padding: 5em 0px 4em 0px;
}
.about-left img{
	width:100%;
}
.about-left figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.about-left figure img {
	position: relative;
	display: block;
	border:1px solid #ccc; 
}
.features-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.about-left figure figcaption::before,
.fcol1 figure figcaption::after {
	pointer-events: none;
}
.about-left figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: rgba(6, 107, 195, 0.85);
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4,figure.effect-bubba h2 {
	padding-top: 22%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	color:#fff;
	font-size: 1.8em;
    font-family: 'BreeSerif-Regular';
}
figure.effect-bubba h4.gal {
	padding-top: 21%;
}
figure.effect-bubba p {
	padding: 0px 3.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color:#fff;
	font-size: 1em;
	font-family: 'Lato-Regular';
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p,figure.effect-bubba:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--about-end--*/
/*--product-starts--*/
.product-left {
    text-align: center;
}
.product-main {
    
    border:1px solid #ECEAEA;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product {
    padding: 2em 0px 4em 0px;
}
.bnr{
	margin-bottom:60px;
	
	
	
}
.product-bottom h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
	font-family: 'BreeSerif-Regular';
	text-align:center;
}
.product-bottom h4 span{
    font-size: 17px;
    color: #000;
    margin: 5px 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.product-bottom h4 i {
    background: url(../images/cart-2.png) no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
.product-left:hover .product-bottom h4 i{
	background: url(../images/cart-3.png) no-repeat;
}
.product-bottom {
    text-align: left;
    margin-top: 5px;
   
}
.product-bottom p {
	font-size: 12px;
    color: #999;
    margin: 5px 0 0 0;
    text-transform: uppercase;
	text-align:center;
	padding-bottom:20px;
}
.product-one:nth-child(2){
	margin-top:30px;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin: 0 auto;
	height:175px;
}
.product-left:hover img.zoom-img{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
	cursor:pointer;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
  /*  padding: 12px 0px;*/
}
.product-left:hover .product-bottom h3{
	color:#73B6E1;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-left:hover .product-bottom h4 span{
	color:#73B6E1;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-left:hover .product-main{
	border:1px solid #73B6E1;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	
}
.product-left:hover .srch{
	display:block;
}
.srch {
    display: none;
    position: absolute;
    top: 18%;
    left: 16px;
}
.srch span {
    background: #73B6E1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 25px;
}
.padd-left{
	padding-left:0.5em;
	}
.padd-right{
	padding-right:0.5em;
	}
	
.Metal-Color{
	color:#01982a;
	font-weight:600;
	}
/*--product-end--*/
/*--information-starts--
.infor-left h3 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 0 0;
	padding-top:20px;
	font-weight:600;
}*/
.infor-left ul li a span {
    background: url(../images/s-icons.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.infor-left ul li a span:hover {
	transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
}
.infor-left ul li a span.fb{
	background-position:0px 0px;
}
.infor-left ul li a span.twit{
	background-position:-29px 0px;
}
.infor-left ul li a span.google{
	background-position:-58px 0px;
}
.infor-left ul {
    padding: 0;
    margin:0.5em 0 0 0;
}
.infor-left ul li{
	display:block;
	list-style:none;
	margin-top:3px;
}
.infor-left ul li:nth-child(1){
	margin-top:0;
}
.infor-left ul li a h6 {
      color: #000;
    font-size: 13px;
    
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.infor-left ul li a h6:hover{
	color:#4C9ED9;
}
.infor-left ul li a p {
    color: #000;
    font-size: 14px;
    margin: 0;
	
}
.infor-left ul li a p:hover{
	color:#333;
	text-decoration:underline;
}
.infor-left ul li a:hover{
	text-decoration:none;
}
.infor-left h4 {
      color: #000;
    font-size: 13px;
    margin: 20px 0 0 0;
}
.infor-left h4 span {
    display: block;
    margin: 7px 0;
}
.infor-left h5 {
    font-size: 15px;
    color: #000;
    margin: 19px 0 0 0;
}
.infor-left p a {
    font-size: 13px;
    color: #000;
}
.infor-left p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
.infor-left p {
    margin: 6px 0 0 0;
}
.infor-top {
    padding-bottom: 0.5em;
}
/*--information-end--*/
/*--footer-starts--*/
.footer-left p{
	color:#000;
	font-size:15px;
}
.footer-left p a{
	color:#000;
}
.footer-left input[type="text"] {
    width: 47%;
    margin-right: 10px;
    color: #000;
    font-size: 11px;
    background: none;
    padding: 8px 10px;
    outline: none;
    border: none;
    border: 1px solid #000;
}
.footer-left input[type=submit] {
    color: #000;
    padding: 6px 20px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #000;
    background: none;
    outline: none;
}
.footer-left input[type=submit]:hover{
    background: #73B6E1;
	color:#fff;
	border: 1px solid #73B6E1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer{
	padding:3em 0px;
}
.footer-right {
    text-align: right;
}
.footer-right p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #000;
}
.footer-right p a{
	color: #000;
}
.footer-right p a:hover{
	color: #73B6E1;
	text-decoration:none;
}
/*--footer-end--*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #2da5da;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.single {
	padding: 3em 0;
}
/*-- end scrollpane --*/
/*--product-page-end--*/
/*--breadcrumbs-starts--*/
.breadcrumbs-main {
    border: 1px solid #D6D6D6;
}
.breadcrumb {
    background: none;
	margin: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #C3C3C3;
}
.breadcrumb li a {
    color: #242424;
}
.breadcrumb li a:hover {
    color: #73B6E1;
    text-decoration: none;
}
/*--breadcrumbs-end--*/
/*--contact-starts--*/
.contact{
	padding:6em 0px;
}
.contact-top{
	text-align:center;
}
.contact-text{
	margin-top:4%;
}
.contact-right input[type="text"] {
	width: 32.51%;
	margin: 0px;
	color: #000;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #000;
	font-family: 'Lato-Regular';
}
.contact-right textarea {
	width: 100%;
	color: #000;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #000;
	margin-top: 1.4%;
	font-family: 'Lato-Regular';
}
.submit-btn input[type=submit] {
	color: #000;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	margin: 20px 0 0 0px;
	border: 1px solid #000;
	background: none;
	font-family: 'Lato-Regular';
	outline: none;
}
.submit-btn input[type=submit]:hover{
	background: #73B6E1;
	border: 1px solid #73B6E1;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5 {
    color: #73B6E1;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
}
.contact-right input[type="text"]:nth-child(2) {
	margin: 0 7px;
}
.address p{
	color: #999;
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.address:nth-child(1){
	margin-bottom:2em;
}
/*--contact-end--*/
/*--map-starts--*/
.map iframe{
	width:100%;
	height:350px;
}
.map {
    padding-bottom: 3em;
}
/*--map-end--*/
/*--account-starts--*/
.account{
	padding:6em 0px;
}
.account-left h3 {
    font-size: 1.7em;
    color: #73b6e1;
    margin: 0 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.account-top,.register-top{
	text-align:center;
}
.account-main,.register-main{
	margin-top:4%;
}
.account-bottom {
    margin-top: 2.2em;
}
.account-left input[type="text"],.account-left input[type="password"] {
    width: 90%;
    margin: 0px;
    color: #000;
    background: none;
    padding: 8px 10px;
    outline: none;
    border: 1px solid #000;
    font-family: 'Lato-Regular';
    font-size: 14px;
	margin-bottom:20px;
}
.address {
    margin-top: 10px;
}
.submit{
	margin:0 0 0 1em;
}
.address a {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    font-family: 'Lato-Regular';
	margin-right: 20px;
}
.address input[type="submit"] {
    background: #73B6E1;
    color: #FFF;
    font-size: 1em;
    padding: 0.5em 1.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: none;
	font-family: 'Lato-Regular';
}
.address input[type="submit"]:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--account-end--*/
/*--start-checkout--*/
.ckeckout{
	padding:6em 0px;
}
.close1,.close2,.close3{
	background: url('../images/close.png') no-repeat 0px 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
    right: 5px;
    top: 10px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.check-in {
	width:100%;
	margin: 2em 0 2em;
}
ul.unit {
    border: 1px solid #BCBBBB;
    padding: 10px 10px;
}
ul.unit li {
    display: inline-block;
    width: 25%;
    float: left;
}
ul.cart-header li p,ul.cart-header1 li p,ul.cart-header2 li p{
    font-size: 11px;
    line-height: 1.6em;
    color: #999;
    margin: 0;
}
ul.unit li span{
	display:inline-block;
	color:#000;
	font-size:1.2em;
	text-align:center;
}
ul.cart-header, ul.cart-header1 {
    padding: 1em;
    background: #f8f8f8;
    border-bottom: 1px solid #181b2a;
    margin-bottom: 20px;
}
ul.cart-header2{
	padding:1em;
	background:#f8f8f8;
}
ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li {
    display: inline-block;
    width: 25%;
    float: left;
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span{
	margin: 2.3em 0 0;
	display: block;
	color:#000;
	font-size: 1.05em;
	text-align: left;
}
span.cost {
    font-size: 1.4em !important;
    margin-top: 1.4em !important;
}
.in-check {
	margin-top: 2%;
}
.cart-header,.cart-header1,.cart-header2{
	position:relative;
}
.cart-items {
	padding: 0 1em;
}
.cart-items h3 {
    font-size: 2em;
    color: #000;
    margin: 0 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.ckeck-top{
	text-align:center;
	margin-bottom:4%;
}
span.name {
    font-size: 1.35em !important;
    margin-top: 1.45em !important;
}
/*--end-checkout--*/
/*--starts-single--*/
.tabs {
    margin-top: 4em;
}
.latestproducts {
    margin-top: 3.5em;
}
.single-para h2 {
    font-size: 2.2em;
    color: #000;
    margin: 0 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.star-on {
    padding-top: 1.3em;
}
.star-on ul {
    float: left;
    padding: 0;
	margin: 0;
}
.star-on ul li {
    vertical-align: sub;
}
ul.star-footer li {
    display: inline-block;
}
.star-on a {
    text-decoration: none;
    font-size: 1em;
    color: #000;
}
.star-on a:hover {
    color: #73b6e1;
}
ul.star-footer li i {
    height: 16px;
    width: 16px;
    background: url("../images/star.png") no-repeat;
    display: inline-block;
}
.review {
    float: left;
    margin-left: 2em;
}
.single-para h5 {
    color: #000;
    font-size: 1.5em;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 17px 0 6px 0;
}
.single-para p {
    font-size: 13px;
    color: #000;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}
.available {
    padding: 1em 0;
}
.available ul{
	padding:0;
	margin:0;
}
.available ul li {
    list-style: none;
    padding: 0 0.5em 0 0;
 
    font-size: 0.9em;
    float: left;
	letter-spacing:1px;
	position:relative;
	bottom:10px;
  
   
}
.product h5{
	font-size: 1.5em;
color: #000;
margin: 0 0 0 0;
padding-bottom:20px;
padding-left:30px;
font-family: 'BreeSerif-Regular';
}
.available ul li select {
	border:1px solid #ccc;
	height:26px;
  
}
.available ul li input{
	border:1px solid #ccc;
	height:26px;
	width:60px;
}
ul.tag-men {
    padding: 0.3em 0;
    border-top: 1px solid #C4C3C3;
    border-bottom: 1px solid #C4C3C3;
    margin: 10px 0 0 0;
}
ul.tag-men li {
    list-style: none;
    color: #000;
    margin: 5px 0;
    font-weight: 300;
    font-size: 0.9em;
    font-family: 'BreeSerif-Regular';
}
ul.tag-men li span.women1 {
    margin-left: 9em;
}
a.add-cart {
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 0.4em 0.8em;
    font-size: 1.15em;
    text-transform: uppercase;
    margin-top: 2em;
    display: inline-block;
}
a.add-cart:hover {
	background: #73b6e1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--starts-slide--*/
.thumb-image { width: 305px; }
.thumb-image > img { width: 100%; }
/*--end-slide--*/
.menu_drop {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu_drop li.item1{
	background:rgba(0, 0, 0, 0.78);
}
ul.menu_drop li.item1 img, ul.menu_drop li.item2 img, ul.menu_drop li.item3 img, ul.menu_drop li.item4 img, ul.menu_drop li.item5 img{
	margin: -3px 10px 0 0;
}
ul.menu_drop li.item2{
	background:rgba(0, 0, 0, 0.83);
}
ul.menu_drop li.item3{
	background:rgba(0, 0, 0, 0.89);
}
ul.menu_drop li.item4{
	background:rgba(0, 0, 0, 0.94);
}
ul.menu_drop li.item5{
	background:#000;
}
ul {
	padding: 0;
	list-style: none;
}
.menu_drop > li > a {
    width: 100%;
    height: 3.2em;
    line-height: 3.5em;
    text-indent: 1.2em;
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	text-decoration:none;
} 
.menu_drop ul li a {
	background: #fff;
	width: 100%;
	height: 5em;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-size:13px;
	color: #878d95;
}
.menu_drop ul li a:hover{
	text-decoration:none;
}
.menu_drop > li > a:hover, .menu > li > a.active {
	background:#73b6e1;
	text-decoration:none;
}
.m_4{
	margin:3em 0 1em;
}
.m_4 p{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}
span.left_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	left: 0;
	bottom: 10px;
}
span.right_line2 {
	height: 1px;
	width:44%;
	display: block;
	background: rgb(208, 208, 208);
	position: absolute;
	right: 0;
	bottom: 10px;
}
.images_3_of_2 {
	width: 26.2%;
	float: left;
	margin-right: 2.6%;
}
.span_3_of_2 {
	width: 70.3333%;
}
.desc1 {
	display: block;
	float: left;
}
h3.m_2{
	text-align:center;
	margin:3em 0 2em;
	color: #656363;
	font-size: 1.5em;
	text-transform: uppercase;
}
/*--end-single--*/
/*--start-typo--*/
.pages {
	padding: 6em 0px;
}
.headdings, .Buttons, .progress-bars, .alerts, .bread-crumbs, .pagenatin, .appearance, .distracted {
	padding: 2em 0;
}
h3.ghj {
    font-size: 1.8em;
    margin: 0 0 1em 0;
    color: #73B6E1;
    font-family: 'BreeSerif-Regular';
}
.heading h2{
	font-size: 2.2em;
	margin: 0 0 0 0;
    color: #000;  
    font-family: 'BreeSerif-Regular';
}
.typo-top{
	text-align:center;
}
.typo-bottom{
	margin-top:3%;
}
.table tr th {
   background:#f7f7f7;
}
/*--end-typo--*/
/*--starts-register--*/
.account-left ul{
	padding:0;
	margin:0;
}
.account-left ul li{
	list-style:none;
	display:inline-block;
}
.radio {
    margin-top: 0;
}
.account-left ul li:nth-child(1) {
    margin-right: 40px;
}
.account-left ul {
    padding: 0;
    margin: 10px 0 10px 20px;
}
.sky-form.checkbox {
    font-size: 0.85em;
    color: #999;
    margin: 0;
}
.account-left p{
	margin: 1.2em 0 2.2em 0;
	font-size:14px;
	line-height:1.8em;
	color:#999;
}
.account-right a{
	font-size:13px;
	padding:10px 12px;
	color:#fff;
	background:#73B6E1;
}
.account-right a:hover{
	text-decoration:none;
	background:#000;
}
.register{
	padding:6em 0px;
}
/*--end-register--*/
/*--media-quaries-starts-here--*/
.information{
	/*background:#e5e4e1;*/
background:#f4f6f6;
}
#list{
	margin-left:25px;
}
#lang{
	float:right;
	display:block;
	font-size:12px;
	margin-right:22px;
	color: #000;
}
#container, .Icontainer
{
	margin:0 auto;
	width:100%;
	margin-top:1em; 
	min-height:600px; 
}
#container div
{ 
    margin:0 5px 12px;
    padding:0; 
	width:24%;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
	float:left;
	text-align:center;
	min-height:332px;
	-webkit-box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.29);
	-moz-box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.29);
	box-shadow: inset 0px 0px 10px -2px rgba(0,0,0,0.29);
}
#container div img{
	margin:0 auto;
	width:165px;
	height:165px; 
	}
#container div h2{
	display:block;
	margin:1em 0;
	text-align:center;
	font-size:15px;
	color:#337ab7;
	font-weight:600;
	}
#container div p{
	display:block;
	margin:0.6em 2em 0.8em;
	text-align:center;
	font-size:14px;
	
	text-transform:capitalize;
	
	font-weight:400;
	height:64px;
	overflow:hidden;
	}
.hideme
{
    opacity:1;
}
.price-div{
	padding:0 1em;
	width:100%;
	float:left;
	}
.price-div b{
	color:#337ab7;
}	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
.FterHea {
    display: block;
    padding: .5em 0 0;
    font: 300 15px/1.4em Lato;
    margin-top: 0;
    position: relative;
	margin-bottom:0;
}
/*.FterHea:after, .FterHea:before {
    content: '';
    position: absolute;
    background: #444;
    left: 0;
}
.FterHea:before {
    height: 2px;
    width: 20px;
    bottom: 1px;
    z-index: 1;
}
.FterHea:after {
    height: 1px;
    width: 100px;
    bottom: 0;
}*/
.Related-Div{
	margin:0 auto;
	width:800px;
	margin-bottom:2em;
}

.Product-Div{
	margin:0 auto;
	width:615px;
	margin-bottom:2em;
}
.fleBox	>.Item{
	background:#FFF;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
	text-align:center;
	padding-top:0;
	transition:all 0.8s ease-in-out;
	cursor:pointer;
	overflow:hidden;
	height:213px;
	}
.fleBox	>.Item:first-child{margin-left:0;}
.img-scroll{
	height:213px;
	width:213px;
	display:block;
	margin:0 auto;
	}
.Des-Font {
    /*font-size: 37px;*/
    font-weight: 400;
    padding-bottom: .2em;
    margin: 1em 0 0;
    color: #273540;
	position:relative;
	
	float:left;
	
	width:100%;
}
    .Des-Font:before {
        bottom: 0;
        left: 0;
        height: 3px;
		position:absolute;
        width: 40%;
        margin: 0 auto;
    }
    .Des-Font:after {
        bottom: -8px;
        left: 50%;
		position:absolute;
        z-index: 3;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 5px solid #FFF;
    }
.Des-Font:after, .Des-Font:before {
    background: #273540;
    position: absolute;
    right: 0;
}
.ft-p{
	font-size:11px;
	display:inline-block;
	float:right;
	margin-top:2em !important;
	}
.social-icon{
	width:16% !important;
	margin-top:0.2em;
	margin-left:0.5em;
	}	
.left{
	float:left;
	}
.pmarg{
	margin-top:7px;
	font-size:15px;
	margin-left: 6em ;
	}
.terms-div{
	margin-left:2.5em !important;
	}	
.Login{
	color:#333;
	text-decoration:none;
	display:inline-block;
	margin-top:0.6em;
	text-transform:uppercase;
	}	
	
.serch-box{
	width:100%;
	float:left;
	padding:0 0.3em;
	margin-top:0.5em;
	}
.span-div{
	display:inline-block;
	margin-top:0.6em;
	text-align:right;
	}
	
.serch-div{
	width:40%;
	margin-right:1em;
	float:left;
	}
	
.topdiv span{
	padding:0 1.2em
	}
.topdiv span:last-child{
	margin-left:1em;
	padding-right: 0;
	}	
.Input-field{
	margin-bottom:1em;
	float:left;
	width:165px;
	margin-right:50px;
	}	
.Input-field input[type="text"]{
	height:18px;
	line-height:18px;
	width:120px;
	}	
	
.Input-field label{
	margin-right:0.5em;
	}	
	
.first-child{
	margin-left:320px;
	}
	
.silver{
	width:115px !important;
	}
	
.Platinum{
	width:94px !important;
	}
.FTR-DIV{
	width:1250px !important;
	}
	#drop-nav{
		float:right;
		width:100%;
		margin-top:3.9em;
		}
	
	#drop-nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		float:right;
		}
 #drop-nav ul li {
	 display: block;
	 position: relative;
	 float: left;}
  #drop-nav li ul {display: none;}
  #drop-nav ul li a {
	  display: block;
	  padding: 5px 10px 5px 10px;
	  text-decoration: none;
		font-size:12.5px;
		white-space: nowrap;
		font-weight:600;
		 color: #333;}
  #drop-nav li:hover ul {
	  display: block; 
	  position: absolute; 
	  z-index:999; 
	  background:#FFF; 
	  left:15px; 
	  top:28px;
	  }
 #drop-nav  li:hover li {
	 float: none;
	 }
  #drop-nav  li a:hover{
	  font-weight:bold;
	  color:#337ab7;
	  }
  #drop-nav li:hover li a:hover {
	  background: #000; 
	  color:#FFF;
	  }
  #drop-nav li ul li {
	  border-top: 0px;
	  }
	
.Miss-Head {
    padding-bottom:0.8em;
    color: #000;
	margin-top:0;
	margin-bottom:0.6em;
	font-weight:600;
	font-size:1.2EM;
	width:40%;
	position:relative;
}
    .Miss-Head:after, .Miss-Head:before {
        content: "";
        position: absolute;
        background: #000;
    }
    .Miss-Head:before {
        height: 1px;
        width: 30%;
        left: 0;
        bottom: 0;
    }
    .Miss-Head:after {
        height: 8px;
        width: 8px;
        left: 0;
        bottom: -3px;
    }	
	
.About-para{
	margin:0.3em 0 1.5em;
	font-size:15px;
	line-height:24px;
	text-align:justify;
	display:block;
	}
	
.stypara{
	font-weight:600;
	font-style:italic;
	}
	
.style-italic{
	display:block;
	margin:2em auto;
	width:80%;
	font-style:italic;
	text-align:center;
	font-weight:600;
	font-size:17px;
	}	
	
	
.main-wrapper {
    margin-bottom: 3em;
	float:left;
	width:100%;
}
    .main-wrapper h2 {
        color: #242628;
        font-size: 3em;
        line-height: 2em;
        margin: 6% 0 1%;
        text-shadow: 1px 1px #555;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        max-width: 100%;
        width: 100%;
    }
	
	.rlAccordion > h3 {
    font-size: 1.1em;
    font-weight: 400;
    margin: .2em auto 0;
    padding: 1.2% 1.2% 1.2% 3%;
	background: #ffffff;
    color: #333;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    position: relative;
}
    .rlAccordion > h3:before {
        content: "\f059";
        position: absolute;
        left: 13px;
        color: #333;
        top: 15px;
        font: normal normal normal 14px/1 FontAwesome;
    }
	
.rlAccordion > h3 + div {
    display: none;
    padding: 2%;
    border: 1px solid #adadad;
    margin-bottom: .3em;
    border-radius: 0 0 4px 4px;
}	
	
.rlAccordion > h3 + div p {
    font-size: 15px;
}	
.rlAccordion > h3 > span {
    float: right;
    font-family: arial,serif,sans-serif;
    cursor: pointer;
}
	
Ul.Msd {
    display: block;
    width: 100%;
    margin: 1em 0 0 2em;
    padding: 0;
}
    Ul.Msd li {
        float: left;
        width: 100%;
        font-size:1.1em;
		line-height:1.6em;
        margin-bottom: 1em;
        padding-left: 1em;
        position: relative;
        color: #333;
    }
Ul.Msd li:before {
            content: "\f111";
            position: absolute;
            font: normal normal normal 0.6em/1 FontAwesome;
    		left: 3px;
    		top: 7px;
            color: #000;
        }
	
.mtp{
	margin-bottom:1em !important;
	float:left;
	width:100%;
	}
.mtpp {
    margin-bottom:0 !important;
}
	
/*Zoom Div Css start here*/
#examples{overflow:visible }
#description{ overflow:hidden; margin-left:350px }
.code{ font:14px monospace; background:#333; color:#ddd; padding:15px 20px; text-shadow:0 0 1px #000 }
.tab{ margin-left:30px }
.comment{ color:#f5dd72; font-style:italic }
.class{ color:#61e12e }
.list{ margin:35px 0 45px; border-collapse:collapse }
.list th{ font-style:italic; font-weight:normal; text-align:left }
.list td{ vertical-align:top; padding:3px 20px 3px 6px; border:1px solid #ccc; background:#f6f6ef }
.list .option{ font-weight:bold }
.list .default{ padding-right:0 }
.list tr:hover td{ background:#fff }
/*Zoom Div Css start here*/
.Descrp-div{
	margin-bottom:1em;
	font-size:1.1em;
	color:#333;
	line-height:1.8em;
	font-weight:600;
	padding: 1em;
    background: rgba(0,0,0,0.05);
	}
.form-field{
	width:70% !important;
	margin:0.6em 0;
	border-radius:0 !important;
}
.form-field2{
	width:30% !important;
	margin:0.6em 0;
	border-radius:0 !important;
}
.set-div{
	margin-bottom:1em;
	}
.set-div fieldset{
	border:1px solid #DDD;
	padding:1em;
	border-radius:4px;
	}
.set-div fieldset legend{
	border-radius:4px; padding:0.5em 1em; font-weight:bold; font-size:1.1em; border:1px solid #DDD; width:25%; 	margin-bottom:0;
	}
.set-div fieldset ul{
	margin:0 0 0 1em;
	padding:0;
	}
.set-div fieldset ul li{
	 margin-bottom:0.5em;
	 list-style-type:circle;
	 line-height:24px;
	 }	
.check-div, .radio-div{
	float:left;
	margin-left:0em;
	margin-bottom:1em;
	margin-top:1em;
	}
	
.check-div input[type="checkbox"], .radio-div input[type="radio"]{
	float:left;
	margin-top:0.2em;
	margin-right:0.4em;
	height:16px;
	width:16px;
	
	}
.check-div label, .radio-div label{
	font-size:1em;
	}	
	
.GetForm{
	float:left; 
	width:100%;
	}
.GetForm ul{
	margin-top:0
	}
.GetForm ul li{
	/*float:left;
	 width:100%; */
	 margin:0 0 1em 0;
	 }
	 
.GetForm ul li input[type="text"],  .GetForm ul li textarea, .GetForm ul li select{
	/*float:left; */
	text-transform:capitalize; 
	width:100%;
	border:1px solid #CACACA; 
	padding:0.6em 1em;
	background:#FFF; 
	outline:none; 
	border-radius:4px;
	font-size:14px;
	}
.GetForm ul li input[type="text"]:focus,  .GetForm ul li textarea:focus{
	border-bottom:1px solid #34b1e6;
	}
.GetForm ul li input[type="radio"]{
	display:inline-block;
	margin-right:0.2em;
	margin-top:0.3em;
	}	
.GetForm ul li label{
	display:inline-block;
	font-size:1em;
	font-weight:400;
	margin-right:1.4em;
	}
.GetForm ul li strong{
	display:inline-block;
	width:20%;
	}
	
.GetForm ul li input[type="submit"]{
	/*float:left; */
	background:#34b1e6; 
	color:#FFFFFF; 
	padding:0.6em 1.3em; 
	margin-right:0.4em;
	font-weight:bold; 
	border-bottom:2px solid #1890c3; 
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-0-transition:all 0.2s linear;
	border:none;
	}
.GetForm ul li input[type="submit"]:hover{
	background:#09C;
	}
	
	
.LneH {
	font-size:1.1em;
	font-family: 'Lato', sans-serif !important;
	line-height:24px;
	}
.Add{
	font-size:1.2em;
	margin-bottom:2em;
	display:block;
	color:#000;
	line-height:1.8em;
	font-weight:300;
	}
	
.Login-field{
	background:#f2f0f0;
	box-shadow:0 0 2px rgba(0,0,0,0.4);
	border-top:6px solid #666;
	float:left;
	width:100%;
	/*margin:3em 0;*/
	position:relative;
	}
.forgot{
	float:left;
	width:100%;
	padding-top:1em;
	border-top:1px solid #DDD;
	}	
.forgot a{
	display:block;
	text-decoration:underline;
	font-size:1em;
	margin-bottom:0.7em;
	color:#333;
	font-weight:600;
	}	
	
.Test-Back{
        font-size: 1.8em;
        color: #333;
    }
.fiter{
	min-height:220px;
	}
.main {
    width: auto;
	float:left;
	width:100%;
	min-height:350px;
}
.cbp-qtrotator {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding-top: 11px;
}
.cbp-qtcontent {
    width: 100%;
    height: auto;
    position: absolute;
    min-height: 180px;
    top: 0;
    z-index: 2;
    display: none;
}
.cbp-qtrotator .cbp-qtcontent.current {
    display: block;
}
.cbp-qtrotator blockquote {
    margin: 28px 0 0;
    padding: 0;
    border-left: none;
}
    .cbp-qtrotator blockquote p {
        font-size:0.9em;
        color: #666;
        font-weight: 400;
		line-height:28px;
        margin: .4em 0 0;
        min-height: 200px;
        background: rgba(255,255,255,1);
        padding: 1em;
        position: relative;
        border-radius: 4px 4px 0 0;
		min-height:250px;
    }
        .cbp-qtrotator blockquote p:after {
            top: 100%;
            left: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255,255,255,0);
            border-top-color: rgba(255,255,255,1);
            border-width: 10px;
            margin-left: -10px;
            z-index: 2;
        }
.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
    background: #dbdcdc;
    padding: .6em 0 .6em .8em;
    color: #333;
    border-radius: 0 0 4px 4px;
}
    .cbp-qtrotator blockquote footer a {
        float: right;
        font-size: .8em;
        margin-right: 1em;
    }
.Or-Instrct{
	line-height:24px;
	font-weight:600;
	font-style:italic;
	padding:0 1em;
	font-size:13px;
	display:block;
	color:#e30000;
	}
.Or-Inst-Img{
	display:block;
	margin:0 auto;
	height:70px;
	width:70px;
	}	
.para-test{
	font-size:1.2em;
	line-height:1.8em;
	}
	
	
	
.a{
	height:170px;
	width:615px;
	overflow:
	hidden;
	margin:0 auto;
	}
.a li{
	height:165px; 
	padding:2px 0;
	width:165px; 
	margin:0 33px 0;
	text-align: center; 
	float: left;
	}
.a li:last-child{
	margin:0;
	}
.a li img{
	height:165px; 
	width:165px; 
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
}	
	
.related{
	height:170px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.related li{
	height:165px; 
	padding:2px 0;
	width:165px; 
	margin:0 33px 0;
	text-align: center; 
	float: left;
}
.related li:last-child{
	margin:0;
}
.related li img{
	height:165px; 
	width:165px; 
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
}	

.toggle, [id^=drop] {
	display: none;
}

.wide-hed {
        border-radius: 5px;
        padding: 0.6em 1em;
        background: rgba(255,255,255,1);
        border: 1px solid #dddddd;
        width: auto;
        margin: 0;
        font-size: 1.1em;
        font-weight: 600;
        display:inline-block;
    }

.wide-field {
    margin-top: 1em;
    width: 100%;
    float: left;
}

.wide-field legend {
    border-radius: 5px;
    padding: 0.6em 1.4em;
    background: rgba(255,255,255,1);
    border: 1px solid #dddddd;
    width: auto;
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    }

.wide-field fieldset {
    border-radius:  5px;
    padding:1em 2em;
    background: rgba(255,255,255,0.7);
    border: 1px solid #dddddd;
    }



.left-scrol-div {
    float:left;
    width:100%;
    height:1000px;
    overflow-y:auto;
    padding-right:0.5em;
}

.scroll-inner, .lable-div {
    float:left;
    width:100%;

}
.padd {
     padding:0.6em 0;
     box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.29)
}

.scrol-div {
    min-height:200px;
    overflow-y:auto;
    margin-bottom:1em;
}
.scrol-div h2 {
    font-size:1.2em;
    font-weight:600;
    position:relative;
    margin:0 0 1em 0;
    }
.scrol-div h2:before {
    content:'';
    position:absolute;
    height:1px;
    width:70px;
    left:0;
    bottom:-10px;
    background:#000;
    }
.lable-div label {
    font-weight:600;
    font-size:1em;
    margin:0.6em 0 0 0;
    padding-left:1em;
    float:left;
    
}
.lable-div input[type='checkbox'] {
    float:right;
    margin:0.8em;
    }

.scroll-pad {
    padding:1em;
}

.pro-font {
    font-weight:600;
    color: #00aed8;
}
.font-sze {
    font-size:18px;
}
.mtpp {
    margin-bottom: 0 !important;
}
.cont-bold {
    display: inline-block;
    margin-left: 0.7em;
    font-style: italic;
    font-weight: 600;
    color: #00aed8;
}