/*
Theme Name: Traction Magic
Theme URI: http://www.webtaculos.com
Description: Traction Magic
Author: Alex
Author URI: http://www.webtaculos.com
Version: 1.0
*/
/**
 * style.css
 */
@font-face {
	font-family: 'Exo-Bold';
	src: url('fonts/Exo-Bold.ttf');
}
@font-face {
	font-family: 'Exo-Black';
	src: url('fonts/Exo-Black.ttf');
}
@font-face {
	font-family: 'Exo-Regular';
	src: url('fonts/Exo-Regular.ttf');
}
@font-face {
	font-family: 'Exo-Medium';
	src: url('fonts/Exo-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Exo-Light';
	src: url('fonts/Exo-Light.ttf');
}
@font-face {
	font-family: 'Exo-SemiBold';
	src: url('fonts/Exo-SemiBold.ttf');
}
@font-face {
	font-family: 'Exo-SemiBoldItalic';
	src: url('fonts/Exo-SemiBoldItalic.ttf');
}


body{
	margin:0;
	padding:0;
	font-family: Arial,sans-serif;
}
img{
	max-width: 100%;
}
sup{
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}
.wireframe{
	width:1000px;
	position:absolute;
	z-index: -1;
	display:none;
}
.wrapper{
	margin:auto;
	position:relative;
}
.container{
	margin:auto;
	position:relative;
}
.relative{
	position: relative;
}
/*/COLORS/*/
.yellow{
	color: #FDCE06;
}
.blue{
	color: #8B3914;
}
#ajax_response{
	position:relative;
	display: none;
	background-color: #000000;
	width:100%;
	padding:20px ;
}
#ajax_video{
	width:100%;
	height:99%;
	position: fixed;
	overflow:hidden;
}
#player{
	margin-top: 20px;
}
#loading{
	position:absolute;
	top:0;
	height:95%;
	width:100%;
	background-image:url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 150000;
}
.ajax_wrapp{
	padding:20px;
	background-color: #000000;
}
#ajax_close{
    background-image: url("images/close.png");
    cursor: pointer;
    height: 42px;
    right: -20px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    top: -20px;
    width: 42px;
    z-index: 999999991;
}
#side_buy{
	position:absolute;
	top:1135px;
	right:0;
	margin-right:0px;
	width:60px;
	height:270px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

#side_buy:hover, #side_buy.hover{
	margin-right:0;
	width:270px;
}
.buy_tab{
	position:relative;
	float:left;
	width:60px;
	height:270px;
}
.arrow{
	width: 40px;
	height:40px;
	background-image: url(images/popup_arrows.png);
	background-position: 0 0;
	position:absolute;
	top:10px;
	left: 10px;
	z-index:100;
}
#side_buy:hover .arrow, #side_buy.hover .arrow{
	background-position: -40px 0;
}
#buy_content{
	position:relative;
	float:left;
	top:0px;

	width:210px;
	height:270px;
	/*background:#262F3E;*/
	background:#FF5301;
	color:#FFFFFF;
}
.add_cart{
	/*padding:10px;*/
	padding:50px 10px 10px;
	font-family: "Exo-Regular";
	background: #FF5301;
}
.add_amazon{
	padding:10px;
	font-family: "Exo-Regular";
}
.add-btn{
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
	background: #F7DA40;
	color:#172959;
	font-family: "Exo-Bold";
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	width:100%;
	margin-top: 30px;
}
.amazon-btn{
	width:122px;
	height:50px;
	background: url(images/amazon_buttons.png);
	background-repeat: no-repeat;
	background-position: -5px -50px;
	display: inline-block;
	margin-left: 0px;
	vertical-align: middle;
	cursor:pointer;
}
.buy a{
	display: block;
	padding:5px;
	color:#172A52;
}
/*
.vertical_text {
	transform: rotate(270deg);
	transform-origin:  top 0 ;
}
*/
.vertical_text{
	position:absolute;
	padding:10px;
	height:250px;
	width:40px;
	font-family: "Exo-Black";
	font-size: 25px;
	background:#F7DA40;
	border-radius: 10px 0 0 10px;
	z-index:99;
}
.vertical_text img{
	margin-top: 50px;
}
#bottom_buy{
	display: none;
	height:290px;
	position:fixed;
	bottom:-243px;
	left:50%;
	margin-left: -125px;
	z-index:10000;
}
#bottom_buy:hover,#bottom_buy.hover{
	bottom:25px;
}

.buy_header{
	height:30px;
	line-height: 30px;
	padding:10px;
	border-radius: 10px 10px 0 0;
	font-family: "Exo-Black";
	font-size: 20px;
	color: #1B295A;
	background:#F7DA40;
}
.bottom_arrow{
	width: 40px;
	height:40px;
	background-image: url(images/vertical_arrows.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	position:absolute;
	top:5px;
	right: 5px;
	z-index:100;
}
#bottom_buy:hover .bottom_arrow,#bottom_buy.hover .bottom_arrow{
	background-position: 0 -40px;
}
#bottom_buy .add-btn{
	display: block;
}
#bottom_buy .buy_content{
	width:250px;
	height:269px;
	/*background:#262F3E;*/
	background: #FF5301;
	color:#FFFFFF;

}
/*/HEADER/*/
.header{
	min-height:130px;
	max-height: 190px;
	background:#000000;
	height: 190px;
}
.header img{
	display: inline-block;
}
#logo{
	position: relative;
	z-index: 1000;
	margin:auto;
}

.header .header_text{
	color: #F3D747;
	font-family: "Exo-Bold",sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 30px;
	letter-spacing: 4px;
}
/*/BANNER/*/
#banner{
	position:relative;
	margin:auto;
	text-align: center;
	max-height:397px;
	overflow:hidden;

}
#play{
	width: 102px;
	height:102px;
	background:url(images/play_button.png);
	background-position: center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -51px;
	margin-left: -51px;
	z-index:1001;
	cursor:pointer;
}
.reg{
	font-size: 15px;
	font-family: "Exo-Light";
}
.cart-btn{
	background: #FECE08;
	line-height: 45px;
	font-size: 25px;
	color:#172A52;
	width:200px;
	font-family: 'Exo-Black';
	text-transform: uppercase;
	display: inline-block;
}
.buy .retailer_box a{
	padding:0;
}
.banner.buy{
	background: #FF5301;
	padding:10px 0 40px;
}
.banner.buy p{
	color:#FFFFFF;
	font-family: "Exo-Bold";
	font-size: 20px;
	line-height: 25px;
	padding-top: 20px;
}
.banner .buy img{
	margin:0;
	display: block;
}
.banner.amazon{
	background: #262F3E;
	padding:20px 0;
	font-family: "Exo-Regular";
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
}
.amazon_btn{
	width:122px;
	height:50px;
	background: url(images/amazon_buttons.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	cursor:pointer;
}
.banner_text{
	background-color: #F7DA40;
	margin: 5px 0;
	min-height: 43px;
	line-height: 43px;
	padding-left: 20px;
    padding-right: 20px;
}
.banner_text h1{
	margin:0;
	color: #000000;
	font-size: 26px;
	text-transform: uppercase;
}
#enviro{
	position:absolute;
	left:0;
	bottom:30px;
	z-index: 99;
	display: none;
}
#caption{
	position:absolute;
	z-index: 101;
}
#caption_no{
	padding:0 10px;
	background: #EC2124;
	color:#FFFFFF;
	text-transform: uppercase;
	font-family: "Exo-Black";
}
#caption_text{
	padding:0 10px;
	background: #000000;
	color:#FFFFFF;
	font-family: "Exo-SemiBoldItalic";
}
/*/CONTENT/*/
h1,h2,h3,.h1,.h2,.h3{
	font-family: "Exo-Bold",sans-serif;
}
.h1{
	font-size: 30px;
	padding: 20px 0;
}
.text{
	font-family: "Exo-Regular",sans-serif;
}
.text strong{
	font-family: "Exo-Bold",sans-serif;
}
.h3{
	font-family: "Exo-Bold",sans-serif;
}
.text_medium{
	font-family: "Exo-Medium",sans-serif;
}
.text_bold{
	font-family: "Exo-Bold",sans-serif;
}
.text_regular{
	font-family: "Exo-Regular",sans-serif;
}
.content_header{
	background:#000000;
	min-height: 67px;
	padding:8px 0;
	color:#FFFFFF;
}
.padd_b{
	padding-bottom: 10px;
}
.content_header .border_right{
	border-right:2px solid #ABABAB;
}
.content_header .border_sides{
	border-left:2px solid #ABABAB;
	border-right:2px solid #ABABAB;
}
.content_header .h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}
.content_header .text_left{
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color:#F3D747;
}
#content{
	position: relative;
	color:#444444;
}
#what h1{
	color: #8B3914;
	margin:24px 0 9px 0;
}
#content .list{
	margin-top: 15px;
}
#content h2{
	color: #8B3914;
	margin:10px 0 10px;
	font-size: 20px;
	line-height: 20px;
}
#content p{
	font-size: 16px;
	line-height: 26px;
}
#what p{
	padding:5px ;
	font-size: 16px;
}
#content ul{
	padding-left: 30px;
}
#content ul li{
	color:#222222;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	list-style-image: url(images/check.png);
	padding-bottom: 13px;
}
#content ol.number li {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 0;
	list-style-image: none;
	list-style-type: decimal;
}
.page-template-template-petsafe #content p{
	text-align: justify;
}
.page-template-template-petsafe #content .products p{
	text-align: center;
}
#how{
	padding: 40px 0;
	background:#000000;
}
#how h1{
	color: #FFFFFF;
	font-size: 25px;
	margin:20px 0 9px 0;
}
#how h2{
	color:#FDCE06;
	font-size: 25px;
	margin-top: 0;
}
#how p{
	color:#FFFFFF;
	padding:5px 0;
}
#how img{
	display: inline-block;
}
#how .overflow{
	min-width: 263px;
	height:120px;
}
.overflow img{
	position:absolute;
	height:120px;
	width:271px;
}
.steps img{
	z-index: 10;
	display: inline-block;
	padding:0;
	margin:0;
}
.steps{
	position: relative;
	color:#FFFFFF;
	font-weight: bold;
	min-width: 263px;
	padding-bottom: 0;

}
.steps .count{
	position: absolute;
	z-index: 11;
	font-family: "Exo-Bold",sans-serif;

}
#content .count_steps h3{
	 	color:#FFFFFF;
	 }
.steps .overflow .count{
	bottom:21px;
}
.steps .overflow .step_text{
	bottom:2px;
}
#slipping{
	padding-top: 10px;
}

#who{
	padding: 0 0 20px;
}
#family{
	padding-bottom: 20px;
}
.products{
	padding-top: 40px;
	font-family: "Exo-Medium";
	font-size: 18px;
	color:#555555;
}
.products .row{
	padding-bottom:30px;
}
.products img{
	display: inline-block;
}
#content .products h2{
	color: #1D2124;
	font-size: 25px;
}
#who h1{
	color:#8B3914;
}
#contact{
	min-height:300px;
	padding:25px 0;
	background:#000000;
}
#contact h1,#contact .h1{
	color: #FFFFFF;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
}
#contact h1{
	margin:5px 0 5px 0;
}
#contact .h1{
	margin:7px 0 10px 0;
}
#contact .h2{
	font-size: 18px;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
#contact p{
	color:#FFFFFF;
}
label.block{
	display: block;
	color:#FFFFFF;
	text-transform: uppercase;
	padding:0 0 5px 5px;
	font-family: "Exo-Bold";
}
/*/Square radio buttons/*/
/*Hide the radio button:*/
input.radio{
    display:none;
    }
.radio_box{
	position:relative;
	height:30px;
	line-height: 30px;
	float:left;
	width:33%;
}
.label{
	position:absolute;
	top:0;
	left:30px;
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color:#FFFFFF;
	font-family: "Exo-Regular";
	padding:0 3px;
	display: inline-block;
}
label.radio{
	width:25px;
	height:25px;
	border-radius:2;
	border: 3px #3a3a3a solid;
	display:inline-block;
	line-height:22px;
	text-align:center;
	color:black;
	font-size:40pt;
	cursor:pointer;
	background:white;
	position:relative;
}
input:checked + label:before{
	opacity:1;
}
label:before{
	position:absolute;
	top:5px;
	left:5px;
	height:15px;
	width:15px;
	background:#3a3a3a ;
	content:'';
	opacity:0;
}
.form_one:-moz-placeholder {
  color: #999999;
  font-family: "Exo-Regular",sans-serif;
}
.form_one::-moz-placeholder {
  color: #999999;
  font-family: "Exo-Regular",sans-serif;
}
.form_one:-ms-input-placeholder {
  color: #999999;
  font-family: "Exo-Regular",sans-serif;
}
.form_one::-webkit-input-placeholder {
  color: #999999;
  font-family: "Exo-Regular",sans-serif;
}
.note{
	color:#ABABAB;
	font-size: 11px;
}
input[type="submit"]{
	background:#91380C;
	border:0;
	text-transform: uppercase;
	color:#FFFFFF;
	padding:5px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
input[type="submit"]:hover{
	background: #FDCE06;
	color:#192A58;
}
#phone{
	margin: 20px 0 10px 0;
}
.phone{
	font-size: 40px;
	font-weight: bold;
	color:#FDCE06;
}
#hours{
	margin-top: 15px;
	color:#FFFFFF;
	font-size: 20px;
}
footer{
	background:#000000;
	padding-top: 25px;
	color:#F0F1F2;
	font-size: 12px;
	padding-bottom: 30px;

}
footer .h2{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	padding-top:5px;;
}
footer .h3{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.text1{
	font-size: 17px;
}
footer .top{
	min-height: 120px;
}
footer p{
	padding-bottom: 2px;
}
footer input.text{
	width:248px;
	margin-right: 10px;
}
.like_us{
	margin-top: 18px;
	display: inline-block;
	text-align: center;
}
.icon a{
	display: table-cell;
	height:32px;
	width: 32px;
}
.icon{
	height:32px;
	width:32px;
	margin-right: 10px;
	background-image: url(images/social_icons.png);
}
.icon.facebook{
	background-position: 0 0;
}
.icon.facebook:hover{
	background-position: 0 -32px;
}
.icon.twitter{
	background-position:-32px 0;
}
.icon.twitter:hover{
	background-position:-32px -32px;
}
.icon.instagram{
	background-position:-64px 0;
}
.icon.instagram:hover{
	background-position:-64px -32px;
}
.privacy{
	margin-top: 10px;
	text-decoration: underline;
}
.bottom{

	padding-top: 5px;
	position: relative;
}
#bottom_logo{
	position: relative;
	padding:0 10px;
}

.copy{
	padding-top: 25px;
	font-size: 9px;
	font-family: "Exo-Light",sans-serif;
}
/*/YOUTUBE/*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*///////////////////////SEND///////////////////////////*/
#float_box
{
	display:none;
	width:500px;
	height:164px;

	 z-index: 10000014;
}
#float_box_2,#float_box_3
{
	display:none;
	width:500px;
	height:500px;
}

#message_box,#message_box_2,#message_box_3
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
background:#CCCCCC none repeat scroll 0 0;
display:block;
padding:4px;
color:#666;
}
#inner_box,#inner_box_2,#inner_box_3
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#FFFFFF none repeat scroll 0 0;
overflow:hidden;
padding:0;
text-align:left;
}
#inner_box h2,#inner_box_2 h2,#inner_box_3 h2
{
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#EFEFEF none repeat scroll 0 0;
font-size:14px;
color:#666;
height:18px !important;
margin:0 0 4px !important;
padding:8px 10px !important;
}
#inner_box h2 a.close,#inner_box_2 h2 a.close,#inner_box_3 h2 a.close
{
	color:#999999;
float:right;
font-family:tahoma,sans-serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:12px;
margin-top:2px;
text-decoration:none;
text-shadow:1px 1px 1px #FFFFFF;
}
.ok img{
	display: inline-block;
}
.ok
{
	float:left;
	margin:10px 0 0 10px;
	width:25px;
	height:25px;
	padding:10px;
	border:solid 1px #999;
	text-align:center;
}
.message
{
	margin:10px 0 25px 10px;
	width:370px;
	float:left;
	text-align:justify;
}
.retailers{
	margin-top: 30px;
}
.retailer_box{
	display: inline-block;
	bottom:0;
	margin-right:10px;
	padding-top:20px;
}
.contentinner{
	margin-top: 120px;
}
	.text_center{
		text-align: center;
	}

.woocommerce ul.products li.product h3{
	color: #8D3918;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background-color: #FCDD00;
	color: #000;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	background-color: #8D3918;
	color: #FCDD00;
}
.woocommerce .quantity .qty {
    padding: 0.618em 1em;
}



.sf-menu .wpmenucart-submenu-item a,
.wpmenucart-order-item-info span{
	color: #8b3914!important;
}
.page-template-template-petsafe .hupso-share-buttons{
	 margin: 0 auto;
    max-width: 200px;
}

.page-template-template-petsafe .banner_text h1{
	font-size: 36px;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.sf-menu {
	float: left;
	position: relative;
}
.sf-menu ul li {
	left: 0%;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 40px;
	left: 10px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	line-height: 44px;
	height: 44px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
    bottom: 95px;
    float: left;
    height: 44px;
    left: 0;
    margin: 0;
    position: absolute;
}
.sf-menu ul {
	min-width: 160px;
	*width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.15);
	z-index: 999;
}
.sf-menu li > a {
	padding: 0 10px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	line-height: 44px;
	font-weight: 600;
}
.sf-menu a {
	color: #FFF;
}
.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
}
.sf-menu ul li {
}
.sf-menu ul ul li {
}
.sf-menu > li:hover,
.sf-menu > li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li:hover a{
	color: #f3d747;
}
.sf-menu > li.current-menu-item {
}
.sf-menu li ul a{
	padding: 0 24px;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	line-height: 36px;
}
.sf-menu li ul a:hover{
	color: #f3d747;
}
.sf-menu li.current-menu-item a{
	color: #f3d747;
}
.sf-menu li.current-menu-item li a{
	color: #f3d747;
}
.sf-menu li:hover li a{
	color: #f3d747;
}
.sf-menu li li:hover a{
	color: #f3d747;
}
.sf-arrows .sf-with-ul {

}
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	height: 0;
	width: 0;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {

}
ul.sf-menu > li > a > span.sf-sub-indicator { display: none; }
.sf-menu .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid white;
	top: -9px;
	left: 14px;
}
.alignright{
	float: right;
}
.sf-menu.cart-menu{
	right: 0;
	left: auto;
}
.wpmenucart-order-item-info{
	vertical-align: top;
}
.wpmenucart-order-item-info span{
	font-size: 12px;
	line-height: 16px;
}
.banner.buy.topbuybutton {
    padding: 10px 0;
}
.banner.buy.topbuybutton p {
    color: #ffffff;
    font-family: "Exo-Bold";
    font-size: 20px;
    line-height: 25px;
    padding-top: 0;
}
#mobilemenu{
	display: none;
    float: left;
    margin-left: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
/*.payment_method_paypalbraintree_paypal{	display: none;}*/
#content .wc_payment_methods li{	list-style-image: none;}.copy a{	color: #FFF;}
.copy a:hover{	text-decoration: underline;}
.page-id-51 #what{	text-align:justify;}

.page-template-template-petsafe #banner{
	max-height: 560px;
}
.page-template-template-petsafe #content #what h1.mobil_center{
	font-size: 36px;
    font-weight: bold;
}
#family {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#who{
	padding-left: 20px;
    padding-right: 20px;
}
.page-template-template-petsafe #content #what h1.mobil_center {
    font-size: 64px;
    font-weight: normal;
}
.single #content,
.blog #content,
.archive #content{
	margin-top: 90px;
	margin-bottom: 80px;
}
.single #content h1,
.single #content h1 a,
.blog #content h1,
.blog #content h1 a,
.archive #content h1,
.archive #content h1 a{
	font-size: 28px;
	color: #8b3914;
}
.widget-title{
	font-size: 20px;
	color: #8b3914;
	font-family: "Exo-Bold",sans-serif;
}
#primary-sidebar{
	margin-top: 20px;
}
#primary-sidebar a{
	color: #8b3914;
}
#content #primary-sidebar ul li{
	list-style-image: none;
}
.single #content a,
.blog #content a,
.archive #content a{
	color: #8b3914;
}
#content #primary-sidebar ul.product_list_widget {
    padding-left: 0px;
}
#content #primary-sidebar .cs-style-3 figcaption {
    bottom: 0;
    height: 100px;
    opacity: 1;
    top: auto;
    transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    width: 100%;
}
body .grid figcaption a,
body div.grid_no_animation figcaption a.button {
    background: #8d3918 none repeat scroll 0 0 !important;
}
body .grid figcaption a:hover,
body div.grid_no_animation figcaption a.button:hover {
    background: #5B2410 none repeat scroll 0 0 !important;
}
body .wpb_slider_area .owl-theme .owl-controls .owl-page span{
	background: #5B2410 none repeat scroll 0 0;
}
body .wpb_slider_area .owl-theme .owl-controls .owl-page.active span,
body .wpb_slider_area .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #5B2410 none repeat scroll 0 0;
}
#primary-sidebar .widget .testimonials-widget-testimonial .image {
    display: block;
    float: left;
}
.widget{
	margin-bottom: 20px;
}
.read-more{
	font-weight: bold;
}
.single #content p{
	padding-bottom: 1em;
}
body.woocommerce #content table.cart td.actions .input-text,
body.woocommerce table.cart td.actions .input-text,
body.woocommerce-page #content table.cart td.actions .input-text,
body.woocommerce-page table.cart td.actions .input-text{
	line-height: 20px;
    padding: 0.618em 1em;
    width: 120px;
}
.meta-post{
	margin-top: 10px;
    border-top: 1px solid #e67617;
    border-bottom: 1px solid #e67617;
    color: #000;
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 11px;
    text-transform: uppercase;
    width: 100%;
}
.meta-info{
	width: 25%;
	text-align: center;
	float: left;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    padding-left: 1px!important;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
}
.wli_popular_posts-class ul{
	padding-left: 0!important;
	margin-top: 10px!important;
}
.wli_popular_posts-class h3{
	padding-top: 16px!important;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.wc_payment_method.payment_method_paypalbraintree_cards input:checked + label::before{
	opacity: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    line-height: 2em!important;
}
.wpcf7-validation-errors{
	display: none!important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	position: absolute;
	bottom: 65px;
	width: auto;
	left: 0;
	right: 6px;
	background: #FFF;
	box-sizing: border-box;
	margin: 0 !important;
	font-size: 15px;
	height: 90px;
}
#what h1{
	font-weight: normal;
}
#what h1 strong{
	font-weight: 900;
	background: #EE6531;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
}
.footer-lp-email{
	background: #8B3914;
	padding-top: 20px;
	padding-bottom: 40px;
}
.footer-lp-email .wpcf7-form{
	margin: 0 auto;
	max-width: 400px;
}
.footer-lp-email .wpcf7-form button{
	margin-left: auto;
	margin-right: auto;
}
.footer-lp-email .lpbtn1{
	text-align: center;
}
.footer-lp-email p{
	color: #FFF;
}
.page-template-template-lp .header{
	min-height: 0;
}
/*/MEDIA QUERIES/*/
@media (min-width: 1800px) {
	#banner img{
		width:100%;
		max-width: 200%;
	}
}
@media (min-width: 1000px) {
  .wrapper{
  	max-width: 100%;
  }
  .container {
    max-width: 960px;
    padding:0px;
  }
  .header .container {
    max-width: 1240px;
    padding:0px;
  }
}
@media (max-width: 999px) {
	#side_buy{
		display: none;
	}
	#bottom_buy{
		display:block;
	}
	footer{
		padding-bottom: 60px;
	}
}
@media (max-width: 940px) {
	.sf-menu.cart-menu{
		display: none;
	}
	.header {
	  background: #000000 none repeat scroll 0 0;
	  height: auto;
	  max-height: 1000px;
	  min-height: 130px;
	}
	.sf-menu {
	  bottom: auto;
	  float: none;
	  height: auto;
	  left: auto;
	  margin: 0 auto;
	  position: relative;
	  text-align: center;
	  margin-top: 20px;
	}
	.sf-menu li { margin: 0 10px; display: inline; }
}
@media (min-width: 840px) {
	.steps .step_text{
		position:absolute;
		font-family: "Exo-SemiBold", sans-serif;
		bottom:10px;
		width:100%;
		font-size:15px;
		z-index: 11;
	}
}
@media (max-width: 540px) {
	.meta-post{
		height: auto;
	}
	.meta-info {
    	width: 50%;
	}
}
@media (max-width: 839px) {
	.steps .step_text{
		position:absolute;
		font-family: "Exo-SemiBold", sans-serif;
		bottom:20px;
		width:100%;
		font-size:15px;
		z-index: 11;
	}
	.count_steps .col{
	  	float: none;
	  	text-align: center;
	  	padding-bottom: 10px;
	 }
	 .count_steps .three{
	 	width:98%;
	 }
	 .count_steps img{
	 	display: inline-block;
	 }
	 .count_steps{
	 	text-align: center;
	 }

	 .count_steps .three{
	 	max-width: 304px;
	 	margin:auto;
	 }
	 .steps .count{
	 	top:15px;
	 	left:22px;
	 	font-size: 22px;
	 }
	 #slipping{
	 	margin-top: 40px;
	 }
	.page-template-template-lp #stuck h3{
		text-align: center;
	}
}
@media (max-width: 819px) {
  .content_header .col{
  	float: none;
  	text-align: center;
  	padding-bottom: 10px;
  }
  .content_header img{
  	display: inline-block;
  }
  .twoeleven,.threeeleven,.foureleven,.fiveeleven,.sixeleven,.seveneleven,.eighteleven,.nineeleven,
  .teneleven{
    width:98%;
  }
.content_header .border_right{
  	border: 0;
  }
}
@media (min-width: 768px){
	#caption{
		position:absolute;
		left:65%;
		bottom:30px;
	}
	.caption{
		height:38px;
		line-height: 38px;
		font-size: 24px;
	}

	#logo{
  	width: 570px;
  	height: 187px;
  	margin:auto;
  	margin-top: 15px;
  	margin-bottom: -40px;
  }
  	#logo img{
		position:relative;
		z-index: 10;
	}
	.steps .count{
		top:5px;
		left:18px;
		font-size: 20px;
	}
	#contact form{
	margin:7px 0 10px 0;
	}

	#bottom_logo img{
		width: 100%;
		margin-bottom:-20px;
	}
	.text_right{
		float: none;
	}
}
@media (max-width: 767px){
	#enviro{
		display: none;
	}
	#logo{
		text-align: center;
		margin-bottom: -20px;
		max-width: 60%;
	}
	#logo img{
		display: inline-block;
	}
	#caption{
		width:100%;
		text-align: center;
		bottom:20px;
	}
	.caption{
		height:28px;
		line-height: 28px;
		font-size: 15px;
		display: inline-block;
	}
	.list ul{
		margin:auto;
		max-width: 480px;
	}
	img{
		display: inline-block;
	}

	.mobil_center{
		text-align: center;
	}
	.mobil_center .radio_box{
		text-align: left;
	}
	#signForm,#contactForm{
		max-width: 368px;
		margin:auto;
	}
	#bottom_logo{
		max-width: 360px;
		margin:auto;
	}
	.text_right{
		text-align: center;
	}
	footer{
		padding-bottom: 20px;
	}

}

@media (max-width: 650px){
	#caption{
		bottom:5px;
	}
	#mobilemenu{
		display: block;
	}
	#menu-top-navigation{
		display: none;
	}
	#menu-top-navigation {
    	float: left;
    	margin-top: 0;
    	width: 100%;
    	margin-bottom: 10px;
	}
	.sf-menu li {
	    display: inline;
	    margin: 0 10px;
	    text-align: left;
	    width: 100%;
	}
	.header .header_text{
		padding-top: 4px;
		font-size: 20px;
	}
	#logo {
  		float: left;
  		margin-bottom: 0px;
  		max-width: 60%;
  		text-align: center;
  		width: 220px;
  		margin-top: 10px;
  		margin-left: 20px;
	}
	#mobilemenu{
		float: left;
		margin-left: 20px;
	}
	#logo {
		float: none;
		margin: 10px auto;
	}
   .page-template-template-petsafe .banner_text h1 {
    font-size: 26px;
    line-height: 30px;
   }
   .page-template-template-petsafe #content #what h1.mobil_center {
    	font-size: 34px;
   }
   .testimonials-lp .tss-wrapper .tss-carousel1 .profile-img-wrapper{
   	display: none;
   }
}
.carousel-item{
	box-sizing: border-box;
}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; font-family: Arial,sans-serif;}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#respond {
background: #ececec;
overflow: hidden;
    padding: 5px 15px;
}

/* Highlight active form field */

#respond input[type=text], textarea, #respond input[type=email],#respond input[type=url] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 3px 3px 3px;
  width: 100%;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.form-submit{
	margin-top: 10px;
	margin-bottom: 10px;
}

#respond input[type=text]:focus, textarea:focus, #respond input[type=email]:focus,#respond input[type=url]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
#author {


}

#url  {

}
.blog-image img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	width: 100%;
}
.blog-article{
	margin-bottom: 30px;
	padding-right: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 1px solid #8b3914;
}
.blog-article p{
	text-align: justify
}
#submit {
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px;
text-decoration: none;
box-shadow: 0px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
text-shadow: 1px 1px 3px #666666;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#8b3914), to(#5B2410));
background: -moz-linear-gradient(top, #8b3914, #5B2410);
}

#submit:hover {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5B2410), to(#8b3914));
  background: -moz-linear-gradient(top, #5B2410, #8b3914)
}

body.woocommerce-checkout #menu-top-navigation,
body.woocommerce-cart #menu-top-navigation{
	display: none;
}
body.woocommerce-checkout #menu-cart-menu,
body.woocommerce-cart #menu-cart-menu{
	display: none;
}
body.woocommerce-checkout #bottom_logo a,
body.woocommerce-checkout #logo a,
body.woocommerce-cart #bottom_logo a,
body.woocommerce-cart #logo a{
	pointer-events: none;
   cursor: default;
}
body.woocommerce-checkout footer .col.six,
body.woocommerce-cart footer .col.six{
	display: none;
}
.wc_payment_method img{
	display: inline-block;
}
.wpcf7-form input{
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.wpcf7-form button {
	width: 320px;
	margin-left: -160px;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	background: #F06531;
	border: 1px solid #F06531;
	margin-top: 10px;
}
span.wpcf7-not-valid-tip{
	font-size: 10px!important;
	margin-top: -4px;
}
div.wpcf7-response-output{
	margin-top: -10px!important;
}
.page-template-template-lp .header{
	background: #FFF;
}
#how-it-w h2{
	text-align: center;
}
#content #how-it-w .count_steps h3{
	color: #000;
}
.single-item-wrapper {
	display: flex;
	align-items: center;
}
.page-template-template-lp #stuck h3{
	overflow: hidden;
	text-align: left;
}
.page-template-template-lp #stuck h3 strong{
	background: #FCDD00;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
.page-template-template-lp .wpcf7-form button{
	background: #FCDD00;
	border: 1px solid #FCDD00;
	color: #000;
	margin-bottom: 12px;
}
#content .topcontent p{
	line-height: 1em;
}
@media (max-width: 768px) {
	.wpcf7-form button{
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.lpbtn1{
		text-align: center;
	}
	.page-template-template-lp .wpcf7-form button {
	    box-sizing: border-box;
    	width: 100%;
	}
}

@media (max-width: 839px) {
	.page-template-template-lp #stuck h3{
		text-align: center;
	}
}