/* ------------------------------------------------------------------------------
 	Author: WebThemez
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://header.fixedfonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 0a963f
//@import url(http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic); 0a963f
p {
	font-size: 14px;
	line-height: 22.4px;
//	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
.uvb5 {
	font-size: 30px;
	color: #0a963f;
}
.uvb10 {
	font-size: 30px;
	color: #d7a626;
}
.uvb15 {
	font-size: 30px;
	color: #e6002e;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
th h4 {
	font-size: 18px;
	color: #2d3033;
	font-weight: 400;
}
.btn {
	background-color: #2b99e4;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	margin-top: 20px;
}
.btn:hover, .btn:focus {
	background-color: #2b99e4;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #1f1f1f;
    padding:40px;
    color: #fff;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
::selection {
background: #89c7a1; /* Safari */
}
::-moz-selection {
background: #89c7a1; /* Firefox */
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ffffff;
	text-decoration: underline;
	/*text-decoration: underline;*/
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
.alert1 a {
	color: #4f5255;
	text-decoration: none;
	font-weight: bold;
}
.alert1 a:hover, a:focus {
	color: #4f5255;
	font-weight: bold;
	text-decoration: underline;
	/*text-decoration: underline;*/
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li.listing {
	list-style: square inside;
	color: #000000;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.section_reptile {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.header {
    padding: 0.5em 0;
    background: #0a963f;
    height: 46px;
}
.header_5 {
    padding: 0.5em 0;
    background: #0a963f;
    height: 46px;
}
a.email {
    color: #E74C3C;
    font-weight: normal;
}
a.email:hover, a:focus {
    color: #E74C3C;
    font-weight: normal;
    text-decoration: underline;
}
.social {
    margin: 0em 0;
    float: left;
}
.details {
    z-index: 1000;
    float: right;
    font-size: 15px;
}
.details ul li a {
    color: #fff;
}
.details ul li {
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    margin-right: 8px;
}
.glyphicon {
    position: relative;
    top: 2px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#header {
	position: fixed;
	width: 100%;
	z-index: 99;
	/*background: rgba(0, 0, 0, 0.08);*/
}
#header .header-content {
	margin: 0 auto;
	max-width: 1200px; /*1170*/
	padding: 54px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
	position: relative;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 2px;
	/*background: #2b99e4;*/
	position: absolute;
	top: 8px;
	bottom: 0px;
	text-align: center;
	padding: 0 15px;
	vertical-align: bottom;
}
#header .logo a{
	padding-top: 24%;
	display: inherit;
	color: #fff;
}
#header.fixed .header-content .logo a{
	padding-top: 14%;
	color: #fff;
	text-align: center;
}
#header .logo a:hover{
	
}
#header.fixed {
	margin-top: -46px;
	/*background: rgba(0, 0, 0, 0.08);*/
	background: rgba(186, 221, 188, 0.8);
	/*background-color: #efefef;*/
}
#header.fixed a {
	color: #0a963f;
}
#header.fixed .header-content {
	height: 124px;
	border-bottom: 0;
	padding: 54px 0;
}
#header.fixed .nav-toggle {
	/*top: 28px;*/
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	/*max-width: 1000px;*/
	padding: 5px 15px 0 0;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-left: 25px;
	text-transform: uppercase;
}

.navbar-nav li .dropdown-menu {
	margin-top: 15px;
}


 .dropdown-menu 
{
	background: rgba(255, 255, 255, 1);
}

.fixed .dropdown-menu 
{
	background: rgba(186, 221, 188, 1);
}
.dropdown .dropdown-menu a
{
  color: #000;
  border-color: transparent;
  text-decoration: underline;
}
.dropdown .dropdown-menu a:hover
{;
  border-color: transparent;
  text-decoration: underline;
}
.dropdown .dropdown-menu a {
  border-color: transparent;
  text-decoration: none;
}
.dropdown-menu>li>a{
  text-decoration: none;
}
.dropdown-menu>li>a:hover{
  text-decoration: underline;
}

.dropdown-menu li a {
	margin-left: 0px;
}

.nav-basket {
	height: 54px;
	overflow: hidden;
	margin-left: 200px;
	text-indent: 100%;
	white-space: nowrap;
	left: 20%;
	z-index: 999999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}

.nav-toggle {
	display: none;
	height: 54px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner_reptile
{
	background-image: url(../images/banner_reptile.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner-text {
	padding-top: 28%;
	/* display: none; */
	text-align: left;
}
.banner-text h1 {
	color: #000000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 80px;
}
/* ==========================================================================
	$intro
========================================================================== */
.certificates {
	background-color: #baddbc;
}
.intro {
	background-color: #baddbc;
	/* color: #000; */
}
.intro h3 {
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 25px;
}
.intro p { 
	color: #000;
	font-weight: 400;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	text-align: center;	padding-bottom: 30px;
}
.section-header h2{
	
}
.section-header p{
	
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 30px 20px;
	margin-top: 30px;
	background: #efefef;
	text-align: left !important;
	display: table-cell;
	border-radius: 0 0 50px 0;
}
.services .icon {
	color: #ffffff;
	font-size: 28px;
	padding-top: 26px;
	float: left;
	background: #0a963f;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	font-weight: 600;
	margin-bottom: 46px;
	display: table-cell;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.overlay {
	background: rgba(186, 221, 188, 0.6);
}
.overlay_10 {
	background: rgba(215, 166, 38, 0.3);
}
.overlay_15 {
	background: rgba(230, 0, 46, 0.1);
}
.work .overlay {
	/*background: rgba(43, 153, 228, 0.88);*/
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;  
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
    text-align: left;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	position: relative;
	/* border-style: none none solid none !important; */
	padding: 15px;
	margin-bottom: 20px;
	background: #f9f9f9;
}
.package:hover {
	background-color: #efefef;
}
.package:hover h5 {
	color: #2b99e4;
}
.package:hover .price {
	background-color: #2b99e4;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #2b99e4;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 224px;
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #2b99e4;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #2b99e4;
	color: #2b99e4;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #00aeda;
	border-color: #01a9d4;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #2b99e4;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Merriweather";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm select {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #0a963f;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #baddbc;
	color: #ffffff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background: #1f1f1f;
	padding-top: 17px;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}

@media only screen and (max-width: 1020px) {
    #header .logo a {
    padding-top: 29%;
    display: inherit;
    color: #fff;
}
.table-responsive {
   display: block !important;
}
#header .header-content {
    height: 124px;
}
    #header .dropdown-menu a {
    color: #fff;
}
}


#header.fixed .header-content .logo a {
    padding-top: 12%;
    color: #fff;
    text-align: center;
}


.list li {
	padding: 6px 0 9px 35px;
	position: relative;
	color: #4f5255;
}

.list li i {
	min-width: 30px;
	color: #e84545;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 25px;
}
.faq {
	background-color: #baddbc;
	/* color: #000; */
}
.faq p{
    color: #4f5255;
}
.faq h4 span {
    color: #e84545;
    font-size: 28px;
    font-family: ubuntu;
    font-weight: 300;
    vertical-align: middle;
}
.text-intro p {
	color: #4f5255;
}
.footer-copy {
    background: #0a963f;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.2px;
}
.footer2 {
    background: #0a963f;
    padding: 80px 0 0;
}
.footerP a {
    color: #fff;
    padding: 0 30px 0 0;
    font-size: 16px;
}
.footer2 .footer-social a {
    font-size: 25px;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 30px;
    color: #fff;
    text-decoration:none;
}
.video-block {
    position: relative;
    padding-bottom: 56%;
    padding-top: 29px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alert {
    color: #0a963f;
    font-size: 22px;
    font-weight: 300;
}
.alert1 {
padding:15px;
margin-bottom:20px;
border:1px solid transparent;
border-radius:4px
}
space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}
.grecaptcha-badge {
	visibility: hidden;
}

#delivery {
	margin-top: 30px; 
	text-align: center; 
	display:none;
}
.table > tbody > tr > td {
    vertical-align: middle;
}



.product {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background: #f9f9f9;
}

.product__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__element {
  width: 100%;
/*
  margin: 2.5%;
  padding: 15px;
  -webkit-box-shadow: 0 0 15px #cacaca;
          box-shadow: 0 0 15px #cacaca;
  border-radius: 3px;
  box-sizing: border-box;
*/
}

.product__img {
  max-width: 100%;
  height: auto;
}

.product__name {
  width: 100%;
  padding: 10px 5px 20px 5px;
  text-align: center;
  font-weight: bold;
}

.product__center {
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.product__price {
  max-width: 100%;
  text-align: center;
  padding: 0px 5px;
  /*border: 1px solid #e2e2e2;
  margin-bottom: 15px;*/
}

.product__quantity {
  max-width: 30%;
}

.product__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.product__size-element {
  width: 9%;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.product__size-element-out {
  width: 9%;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  cursor: not-allowed;
  box-sizing: border-box;
  background-color: #c2c2c2;
}

.product__size-element_active {
  border: 1px solid #0a963f !important;
  background-color: #dff0d8;
}

.product__add-to-cart-button {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-appearance: none;
  border-radius: 2px;
  background: #1db456;
  color: #fff;
  cursor: pointer;
  margin: 15px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  outline: none;
}

.product__add-to-cart-button:hover {
  background: #0a963f;
  -webkit-transition: .3s;
  transition: .3s;
}

.product__add-to-cart-button .fas {
  margin-right: 5px;
}

.smart-basket__remove-item .smart-basket__add-item {
  background: #0a963f;
  color: #ffffff;
}

.smart-basket__min {
  cursor: pointer;
  padding: 1px 10px;
  background: #0a963f;
  border: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
.smart-basket__mob {
  margin-left: 425px;
  cursor: pointer;
  padding: 1px 10px;
  background: #0a963f;
  border: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
}

.smart-basket__min:hover {
  background: #0a963f;
  border: none;
}

.smart-basket__min span {
  display: block;
}

.smart-basket__min img {
  margin-right: 5px;
}

.smart-basket__min-text {
  margin-right: 5px;
}
@media (min-width: 1190px)
.navbar-nav {
    float: left;
    margin: 0;
}
@media (max-width: 1200px) {
  .product__element {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .product__element {
    width: 100%;
  }
.nav-basket {
	left: 200px;
}
}

.button_ozon {
  text-align: center;
}
a.button_ozon {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #1db456;
  box-shadow: 0 -3px #0a963f inset;
  transition: 0.2s;
  white-space: nowrap;
  line-height: 3.5;
} 
a.button_ozon:hover { background: #0a963f; }

a.button_ozon2:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}


a.button_ozon_desert {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #d7a626;
  box-shadow: 0 -3px #bb8e18 inset;
  transition: 0.2s;
} 
a.button_ozon_desert:hover { background: #bb8e18; }


a.button_ozon_extreme {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #e6002e;
  box-shadow: 0 -3px #b70226 inset;
  transition: 0.2s;
} 
a.button_ozon_extreme:hover { background: #b70226; }

/*Кнопка Купить*/

/*Основа кнопки*/
.pricebutton a{
display: inline-block;
color: #000000!important;
font-size: 135%;
font-weight: 700;
padding-left: 15px;
text-decoration: none;
border-radius: 5px;
margin: 20px;
  }

.pricebutton a:after {
display: inline-block;
content: "Купить"; 
color: #fff;
font-size: 90%;
font-weight: bold;
padding: 5px 10px 3px 10px;
margin-left: 15px;
margin-right: -1px;
}

.pricebutton a:hover {text-decoration: none!important;}

/*красный цвет кнопки*/
.pbred a{border: 2px solid #c61e40;}
.pbred a:after {
	background: linear-gradient(#d4536d, #c61e40) no-repeat 100% 0;
	transition: .3s;}
.pbred a:hover:after {
 	background: linear-gradient(#c61e40, #d4536d) no-repeat 100% 0;
}

/*зеленый цвет кнопки*/
.pbgreen a{border: 2px solid #248b36;}
.pbgreen a:after {
	background: linear-gradient(#2ba541, #248b36) no-repeat 100% 0;
	transition: .3s;}
.pbgreen a:hover:after {
 	background: linear-gradient(#248b36, #2ba541) no-repeat 100% 0;}

/*желтый цвет кнопки*/
.pbyellow a{border: 2px solid #eae31b;}
.pbyellow a:after {
	background: linear-gradient(#f9f23c, #eae31b) no-repeat 100% 0;
	transition: .3s;}
.pbyellow a:hover:after {
 	background: linear-gradient(#eae31b, #f9f23c) no-repeat 100% 0;}

/*серый цвет кнопки*/
.pbgrey a{border: 2px solid #a4a4a3;}
.pbgrey a:after {
	background: linear-gradient(#babab8, #a4a4a3) no-repeat 100% 0;
	transition: .3s;}
.pbgrey a:hover:after {
 	background: linear-gradient(#a4a4a3, #babab8) no-repeat 100% 0;}
/**END-Кнопка Купить**/




a.button13 {
  display: inline-block;
  width: 14em;
  font-size: 90%;
  color: rgba(255,255,255,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #a4a4a3;
  border-radius: 6px;
  outline: none;
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
  margin: 8px 4px 8px 4px;
}
a.button13 strike {
color: #ccc;
}
a.button13:first-line{
  font-size: 160%;
  font-weight: 700;
}
a.button13_green {
  font-weight: normal;
  background: #248b36 linear-gradient(#2ba541, #248b36);
}
a.button13_green:hover {
  font-weight: normal;
  color: rgb(255,255,255);
  background-image: linear-gradient(#248b36, #2ba541);
}
a.button13_green:active {
  font-weight: normal;
  color: rgb(255,255,255);
  border-color: #248b36;
  background-image: linear-gradient(#248b36, #2ba541);
  box-shadow: none;
}


a.button13_orange {
  font-weight: normal;
  background: #967214 linear-gradient(#bb8e18, #967214);
}
a.button13_orange:hover {
  font-weight: normal;
  color: rgb(255,255,255);
  background-image: linear-gradient(#967214, #bb8e18);
}
a.button13_orange:active {
  font-weight: normal;
  color: rgb(255,255,255);
  border-color: #967214;
  background-image: linear-gradient(#967214, #bb8e18);
  box-shadow: none;
}

a.button13_red {
  font-weight: normal;
  background: #92011e linear-gradient(#b70226, #92011e);
}
a.button13_red:hover {
  font-weight: normal;
  color: rgb(255,255,255);
  background-image: linear-gradient(#92011e, #b70226);
}
a.button13_red:active {
  font-weight: normal;
  color: rgb(255,255,255);
  border-color: #92011e;
  background-image: linear-gradient(#92011e, #b70226);
  box-shadow: none;
}

.rub {
/*
    font-family: 'PT Sans', serif;    
*/
	font-size: 21px;
	font-family: arial;
	vertical-align: middle;
	border-bottom: 0.07em solid;
	line-height: 0.2em;
	display: inline-block;
	width: 0.5em;
}
.rub_mini {
/*
    font-family: 'PT Sans', serif;    
*/
	font-size: 13px;
	font-family: arial;
	vertical-align: middle;
	border-bottom: 0.07em solid;
	line-height: 0.2em;
	display: inline-block;
	width: 0.5em;
}