@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
*{
    margin: 0px;
    padding: 0px;
    outline: none;
    list-style: none;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main {
	width:100%;
	float:left;
	background: url(../images/bg-2.jpg) left top repeat;	
}
.wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
}
.top_bar {
    float: left;
    width: 100%;
	border-top:4px solid #013e72;
	text-align:center;
	padding:25px 0;
	background: -moz-linear-gradient(top, rgba(246,225,232,1) 0%, rgba(246,225,232,0.99) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(246,225,232,1) 0%,rgba(246,225,232,0.99) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(246,225,232,1) 0%,rgba(246,225,232,0.99) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e1e8', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.feature_box {
	width:100%;
	float:left;
	margin-bottom:18px;
}
.feature_box ul {
    float: left;
    width: 100%;
    background: url(../images/listing_footerbg.png) left top repeat-x;
    padding: 5px 0;
    text-align: center;
}
.feature_box ul li {
	text-align:left;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
	margin-right:10px;
}
.feature_box ul li:nth-child(1) {
    min-height: 54px;
}
.feature_box ul li:nth-child(2) {
    margin-right: 5px;
}
.feature_box ul li:nth-child(3) { 
}
.feature_box ul li:nth-child(4) {
	margin-right:0px;
}
.feature_box ul li img {
    float: left;
    padding: 10px 12px;
}
.feature_box ul li span {
    display: inline;
    position: relative;
    top: 13px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.contain-box {
    float: left;
    width: 100%;
}
.contain-area {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    background: #fff;
    border: 1px solid #dedcdc;
}
.contain-area-left {
    float: left;
    width: 60%;
}
.couriur {
	width:100%;
	float:left;
	margin:30px 0;
}
.couriur_box {
	width: 31.5%;
    float: left;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #818181;
    margin:9px;
}
.couriur_wrapper {
	width:100%;
	float:left;
	background:#fff;	
}
.couriur_box h5 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	margin:5px;
}
.couriur_box:last-child {
	margin-right:0px;	
}
.couriur_box p {
	font-size:13px;
	color:#818181;
	font-family: 'Open Sans', sans-serif;
}
.couriur_box img {
	float:left;
	margin: 8px 14px 0 9px;
}
.contain-area-right { 
	width:38%;
	float:right;
}
.title {
    background: #003f75;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    font-size: 19px;
    padding: 10px 0 10px 20px;
    text-align: left;
    float: left;
    width:100%;
	text-transform:uppercase;
	border-top:4px solid #c3055e;
}
.border-box {
    border: 1px solid #dbdddc;
    float: left;
    margin-bottom: 7px;
    padding-bottom: 6px;
    width: 100%;
}
.img-box img {
    float: left;
    width: 100%;
}
.contain-area-left ul {
    margin-bottom: 8px;
    padding: 5px 0 5px 26px;
    float: left;
    width: 100%;
}
.firs-list li {
    border-bottom: 1px solid #292929;
    padding: 7px 0 8px;
}
.firs-list li:last-child {
    border: none;
}
.contain-area-left li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.contain-area-left li a:hover {
    color: #00aff0;
}
.white-box {
    float: left;
    width: 100%;
    background: #ffff;
    text-align: center;
}
.question {
    display: inline-block;
    width: 190px;
    border-top: 4px solid #00aff0;
    padding: 8px 0 10px;
}
.question h4 {
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.question h2 {
    background: rgba(0, 0, 0, 0) url("../images/phone-icon.png") no-repeat scroll left center;
    color: #484646;
    font-family: "Fjalla One", sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 8px 0 8px 18px;
    padding-left: 21px;
    text-align: center;
    text-transform: uppercase;
}
.question h4 span {
    font-size: 24px;
    color: #484646;
    font-family: 'PT Sans', sans-serif;
}
.question h5 {
    font-size: 14px;
    color: #484646;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
.small-box {
    float: left;
    padding: 12px 8px 12px 10px;
    text-align: left;
    width: 100%;
}
.small-box img {
    float: left;
    margin-right: 10px;
}
.small-box2 h3 {
    color: #484646;
    font-family: "Fjalla One", sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.small-box2 span {
    display: block;
    font-size: 24px;
    color: #484646;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}
.small-box2 p {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484646;
}
.link {
    float: left;
    width: 100%;
    backface-visibility: #161515;
    margin-bottom: 4px;
}
.link li {
    padding: 6px 0;
}
.banner_sec {
    float: left;
    width: 100%;
}
.banner_holder {
    float: left;
    width: 100%;
}
.banner_holder img {
    float: left;
}
.title_sec {
    background: #fff url(../images/search.png) 2% center no-repeat;
    float: left;
    padding: 10px 0px 10px 20px;
    width: 100%;
}
.title_sec form {
    border: 1px solid #00aff0;
    float: right;
    position: relative;
    width: 94%;
}
.title_sec input[type="text"] {
    padding: 12px 90px 12px 15px;
    width: 100%;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    color: #616161;
}
.title_sec input[type="submit"] {
    background: #00aff0 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.product-section {
    float: left;
    width: 100%;
    margin-top: 0;
}
.gallery_left {
    float: left;
    text-align: center;
    width: 100%;
}
#gallery-row {
   	width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    padding: 6px 0 40px 0;
    float: left;
}
#navigation {
   list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
#navigation li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    width: 100px;
}
#navigation li a img {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: left;
    height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#navigation li a {
    display: block;
}
#full-picture {
    display: inline-block;
    height: 392px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
	float:left;
}
.right_box {
	width:100%;
	float:left;
	background:#fff;
	border:1px solid #dddcdc;
	padding:17px;
}
.right_box ul {
	margin:0px;
	padding:0px;	
}
.right_box ul li {
    display: block;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    color: #3a3838;
    line-height: 34px;
}
.right_box ul li a {
	display:block;
	font-size:16px;	
	font-family: "PT Sans", sans-serif;
	color:#3a3838;
	text-decoration:none;
	padding:4px 5px;
}
#full-picture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


.gallery_content {
  	float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.gallery_content p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #9c9a9d;
    text-align: center;
    display: block;
}
.description {
    border: 1px solid #343434!important;
    float: left;
    padding: 16px 17px 26px;
    width: 100%;
	background:#000000;
}
.description h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: normal;
}
.description strong {
    color: #fff;
}
.description p {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0;
	font-weight:normal;
}
.pick {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.tab-section {
    float: left;
    width: 100%;
}
.tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin: 10px auto;
}
.tabs li {
    display: block;
}
.labels:after {
    content: '';
    display: table;
    clear: both;
}
.tabs label {
    display: inline-block;
    float: left;
    padding: 11px 22px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    background: #ff3333;
    cursor: pointer;
    font-family: 'Questrial', sans-serif;
    margin-right: 5px;
    text-transform: uppercase;
}
.tabs label.active,
.tabs label:hover {
    background: #000000;
}
.tab-content {
    display: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #ffffff;
}
.tabs input[type=radio] {
    display: none;
}
[id^=tab]:checked ~ div[id^=tab-content] {
    display: block;
}
[id^=tab]:checked ~ [id^=label] {
    background: #08C;
    color: white;
}
.tab-content h3 {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: #686868;
    font-weight: bold;
}
.tab-content p {
    font-family: 'PT Sans', sans-serif;
    color: #686868;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.impor {
    display: block;
}
.tab-content2 p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.tab-content3 p:first-child {
    margin-top: 0 !important;
}
.tab-content p {
    color: #9c9a9d;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
}
.tab-content h6 {
    font-size: 14px;
    color: #000000;
    font-family: "PT Sans", sans-serif;
    margin-bottom: 9px;
    margin-top: 11px;
}
.tab-content ul li {
    color: #9c9a9d;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    background: url(../images/arrow-3.png) left 4px no-repeat;
    transition: 300ms all ease-in-out 0s;
    padding: 0 0 0 13px;
    margin: 11px 0;
}
.tab-content ul li:hover {
    background: url(../images/arrow-3.png) left -32px no-repeat;
}
.tab-content3 span {
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.footer {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.footer_wrap {
	width:100%;
	float:left;
	padding:22px 35px;
	background:url(../images/listing_footerbg.png) no-repeat;
	background-size:cover;
	
}
.footer_left {
	float:left;	
}
.footer_right {
	float:right;
	margin-top:20px;	
}
.footer_right ul {
	margin:0px;
	padding:0px;	
}
.footer_right ul li {
	display: inline-block;
    /*float: left;*/
    margin-right: 15px;
}
.footer_right ul li p {
	font-size:19px;
	color:#0b0b0b;
	font-family: 'Open Sans', sans-serif;
}
.inn_box {
    width: 100%;
    float: left;
    border: 1px solid #343434;
    background: #000;
    padding: 10px;
}
.inn_box p {
	color:#fff;
	font-size:14px;
	line-height:23px;
	font-family: 'PT Sans', sans-serif;	
}
.subscribe {
    float: right;
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 5px 11px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
	background: -moz-linear-gradient(top,  #353535 0%, #232323 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #353535 0%,#232323 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #353535 0%,#232323 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2026', endColorstr='#c9272e',GradientType=0 ); /* IE6-9 */
}
.subscribe:hover {
	background:url(../images/shop_bg_hover.jpg) left top repeat-x;	
}
.add {
	width:100%;
	float:left;	
}
.add li {
	display:block;
	width:100%;
	float:left;	
	color:#fff;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	padding:7px 0 7px 25px;
}
@media only screen and (max-width: 991px) {
	.right_box ul li a {
    	font-size: 15px;
}
	.couriur_box {
		margin: 8px;
	}
}
@media only screen and (max-width: 979px) { 
	.feature_box ul li img {
    float: left;
    padding: 10px 12px 0 1px;
	}
	.feature_box ul li:nth-child(1) {
		    width: auto;
    		margin-right: 10px;
	}
	.feature_box ul li:nth-child(2) {
		    width: auto;
    		margin-right: 13px;
	}
	.feature_box ul li:nth-child(3) {
		width: auto;
    	margin-right: 12px;
	}
	.feature_box ul li:nth-child(3) {
		width: auto;
	}
	.feature_box ul li span {
		font-size:15px;
	}
	.title {
    font-size: 17px;
	}
	#full-picture img {
    height: 298px;
}
	#navigation li {
    width: 75px;
	}
	#full-picture {
    height: 300px;
	}
	.contain-area-left {
    float: left;
    width: 58%;
	}
	.contain-area-right {
    width: 40%;
    float: right;
}
.title {
    font-size: 16px;
}
.right_box ul li a {
    font-size: 13px;
}
.couriur_box {
    width: 31%;
}
#navigation li a img {
    width: 80px;
    height: 80px;
 }}
@media only screen and (max-width: 799px) { 
	.feature_box ul li span {
    font-size: 14px;
}
.contain-area-left {
    float: left;
    width: 100%;
}
.contain-area-right {
    width: 100%;
    float: right;
}
.right_box ul li a {
    font-size: 15px;
}
.footer_left {
    width: 100%;
    text-align: center;
}
.footer_right {
     width: 100%;
    text-align: center;}
}
@media only screen and (max-width: 767px) { 

	.feature_box ul li:nth-child(1) {
    min-height: 0px;
}
.feature_box ul {
    background:none !important;
}
.couriur_box {
    width: 95%;
    float: left;
    padding: 10px;
}
.footer_left {
    float: left;
    width: 33%;
}
.footer_left img {
	width: 100%;	
}
.footer_right ul li p {
    font-size: 16px;
}
}
@media only screen and (max-width: 639px) { 
	
.footer_wrap {
   background:none;
}
.footer_left {
    float: none;
    width: 100%;
    text-align: center;
}
.footer_left img {
    width: 60%;
}
.footer_right {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.footer_right ul li {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 479px) {
	
.title {
    font-size: 12px;
}
#full-picture img {
    height: 254px;
}
#full-picture {
    height: 258px;
}
#navigation li {
    width: 60px;
}
#navigation li a img {
    width: 63px;
    height: 63px;
}
}
@media only screen and (max-width: 359px) {
	.title {
    font-size: 11px;
}
#navigation li {
    width: 59px;
}
.right_box ul li a {
    font-size: 13px;
}
#full-picture {
    height: 223px;
}
#full-picture img {
    height: 220px;
}
.couriur {
    margin: 25px 0;
}
.footer_wrap {
    padding: 4px 35px;
}
.top_bar img {
	width:70%;	
}
.feature_box ul { text-align:left;}
}