/* CSS Document */

h1, h2, h3, h4 ,h5 ,h6, p, a, ul, li, span, html, body, form, input, select, textarea {font-family: 'Ubuntu',arial,sans-serif; color: #5C5C5C;}

hr {margin: 30px 0px;}
p {font-size: 14px; line-height: 20px;}
a {text-decoration: none; color: #5C5C5C;}
a:hover {color: #00a8ff;}
ul {line-height: 24px;}
	ul li, ol li {padding-bottom: 14px; font-size: 14px;}
ul#no_bullets {list-style: none; margin-left: -40px; margin-top: 0px;}
	ul#no_bullets li {padding-top: 0px;}
ul.no_padding {}
	ul.no_padding li {padding: 0px;}
span#polar {/* font-size: 18px; */ color: #00a8ff; font-weight: bold;}
span#box {/* font-size: 18px; */ /*color: #8aff01;*/ color: #008000; font-weight: bold;}
span#green {color: #008000; font-weight: bold;}
a span#polar:hover {color: #5C5C5C;}

span#polar_big {font-size: 80px; color: #00a8ff; font-weight: bold;}
span#box_big {font-size: 80px; color: #8aff01; font-weight: bold;}

html { min-width: 960px; font-size: 100%; height: 100%;} 
body {  margin: 0; background: #F0F0ED; }

/*.wrapper {width: 980px; margin: 0 auto;}*/
.center_container {width: 980px; margin: 0 auto; clear:both;  overflow: hidden;}
#banner_bg {background: url("../images/header_bg.png") 0 1px no-repeat; position: relative; height: 450px;}
#banner_bg > img {
	
}
/*------------------------------------ HEADER -----------------------------------*/

.header {height: 58px; background-color: #313131;}
	.header img.logo {float: left; padding: 0px 0px 10px 0px; border: none;}
	.header #nav {float: left; z-index: 1000; padding: 0 0 0 20px; height: 200px;}
	.header #nav li {font-size: 14px;}
	.header #nav li#nav_non_drop {float: left; padding: 0px 30px 10px 24px; display: block;}
	.header #nav a {text-decoration: none; color: #ffffff;}
	.header #nav a:hover {color: #00a8ff;}
	.header #nav li.sfHover a.active:hover, #nav li.sfHover a.active:focus, #nav li.sfHover a { background: #blue; }
	
	.header #nav a.order_now {height: 44px; width: 116px; padding: 0; display: block; overflow: hidden; text-indent: -999px; background: url(../images/order-now-button2.png) 0 0 no-repeat; margin-top: -9px;}
	.header #nav a.order_now:hover{background-position: left bottom;}
	


/*------------------------------------ BANNER AND SUB-BANNER -----------------------------------*/

.banner {height: 450px; background: url("../images/banner.png") 0 0 repeat-x;  }
	.banner #three_steps{width: 940px; margin-top: 80px; box-sizing: border-box; padding: 25px 0 0 25px; height: 254px;}
	.banner h1 {color: white; margin-bottom: 0;}
	.banner a {text-decoration: underline;}
	.banner p {color: #3b3c3d;}
	.banner .three_col_content .col p {color: #3b3c3d;}
	.banner #polarbox_text {float: left; width: 500px; padding-top: 0px;}
	.banner #polarbox_bear {float: right; position: relative; top: -80px;}
	.banner #polarbox_img {float: right; margin-right: 40px; position: relative; top: -130px;} 
	.slide p {text-align: left;}
	.sub_banner h1 {font-size: 30px; float: left; position: relative; margin-top: 12px; width: 100%;}


/*------------------------------------ CONTENT -----------------------------------*/

.three_col_content { height: 400px; clear: both; margin-bottom: 20px;  }
	.three_col_content .col {float: left; width: 28%; margin: 30px 0 10px 38px;}
	.three_col_content .col p {text-align: left; color: #5C5C5C; font-size: 14px; margin: 10px 0;}
	.three_col_content .col .read_more_button {height: 44px; width: 113px; padding: 0; display: block; overflow: hidden; text-indent: -999px; background: url(../images/read-more-button.png) 0 0 no-repeat; }
	.three_col_content .col .read_more_button:hover {background-position: left bottom;}
	
#home-adv  { margin-bottom: 50px; margin-left: 40px;}
#home-adv img { float: left; display: block; }
#home-adv p { text-align: justify; }

#content {width: 980px; margin: 0 auto; clear:both; overflow: hidden;}

.main_content {float: left; width: 700px; background-color: white; border-radius: 18px; padding: 0px 20px 20px 20px; margin: 80px 0 40px 0; min-height: 400px;}
	.main_content h1 {border-bottom: 2px solid #DDDDDB;}
	.main_content a {text-decoration: underline;}
	.main_content p {text-align: left;}
	.main_content #faq p {padding-top: 26px;}
.main_content img {float: right;}

ol#terms {line-height: 24px;}
	ol#terms li {padding-bottom: 14px;}

/*------------------------------------ SIDEBAR -----------------------------------*/

.sidebar {float: right; width: 230px; margin: 80px 0 0 0;}
.sidebar h4  {border-bottom: 2px solid #DDDDDB; padding: 14px 0 5px 10px; margin: 20px 0 10px 0;}
.sidebar .col {padding: 10px;}
	.sidebar .col img {float: left; padding: 0px 8px 0 8px; margin-top: 0px;}
	.sidebar .col a {font-size: 12px; margin-top: 5px;}
	.sidebar .col p {color: #5C5C5C; font-size: 12px; margin: 0;}

/*------------------------------------ ORDER FORM -----------------------------------*/

form{}
	form label {padding-top: 25px;}
	form input {margin-top: 5px;}
	form #datepicker {font-size: 62.5%;}
	form p#order_separation_line {float: left; color: #CCCCCC;}
	form #delivery_info {margin: 15px 10px 15px 0px;}
	input.submit { width: 116px; height: 44px; display: block; font-size: 12px; text-decoration: none; cursor: pointer; border:outset 1px #ccc; background:#5C5C5C; color:white; font-weight:bold; padding: 1px 2px; border-radius: 5px;}




/*------------------------------------ PRICING -----------------------------------*/
table#pricing {width: 100%; border-collapse: collapse; padding: 15px 0 15px 0; margin: 25px 0 65px 0; font-size: 16px;}
	#pricing th { background-color: #9fdefc; padding: 20px; border-bottom: 2px solid white;}
	#pricing td:hover {background-color: #9fdefc;}
	#pricing td { text-align: center; width: 100px; padding: 10px; background-color: #e0f5ff; border-bottom: 2px solid white; }
		#pricing td#first { width: 150px;}
		#pricing td p {font-size: 12px; text-align: center; margin: 0;}
		#pricing td p#pack_title {font-size: 18px; font-weight: bold; text-align: center; margin: 10px 0;}


/*------------------------------------ PRODUCTS -----------------------------------*/
ul#products {list-style: none;}
	ul#products span {font-size: 18px;}
	ul#products li {padding-top: 20px; border-bottom: 2px solid #DDDDDB;}
		ul#products li#list_with_image {height: 222px;}
		ul#products li#list_with_image_small {height: 142px;}
	ul#products p {font-size: 14px;}
	ul#products p#product_dimensions {font-size: 12px;}
	ul#products img {float: right; padding: 5px 15px 10px 5px; height: 200px;}
	ul#hand_truck li{padding: 0; border-bottom: none;}

ul#partners {list-style: none;}
	ul#partners li { border-bottom: 2px solid #DDDDDB;}
	ul#partners img {padding: 10px;}


/*------------------------------------ FAQ -----------------------------------*/
ul#faq_questions {list-style: none; margin-left: -40px;}
	ul#faq_questions li {padding: 0;}
	
/*------------------------------------ FOOTER -----------------------------------*/
	
.footer {height: 290px; background: url(../images/footer2.png) 0 0 repeat-x; background-position: bottom; border-top: 1px solid #CCCCCC; box-shadow: 0px -1px 5px 1px #CCCCCC;}
	.footer .col {height: 300px; width: 29%; float: left; margin: 10px 0 10px 38px;}
	.footer .col h3  {color: #5C5C5C; border-bottom: 2px solid #DDDDDB;}
	.footer a{text-decoration: none; color: #5C5C5C;}
	.footer .col img {float: left; padding: 0px 8px 0 8px; margin-top: 0px;}
	.footer .col a {font-size: 24px; margin-top: 5px;}
	.footer .col p {color: #5C5C5C; font-size: 14px; margin: 10px;}
	.footer #polarbox_bear_small {float: right; position: relative; top: -110px; left: 40px;}
	
	.sub_footer{ height: 52px; background-color: #313131; }
	.sub_footer p {margin: 0; color: #ffffff; font-size: 12px;}
	.sub_footer a {color: #ffffff; font-size: 12px;}
	.sub_footer #left {position: relative; top: 15px;}
	.sub_footer #right {text-decoration: none; color: #ffffff; font-size: 12px; position: relative; float: right; overflow: hidden; top: -2px; left: -50px; }
	
	.sub_footer a:hover {color: #00a8ff;}
	
/* ---------------------------------  Jquery Slideshow -------------------------------------- */

/*
	Slideshow style
*/

#slides {
	position:relative;
	top:15px;
	left:4px;
/* 	z-index:100; */
	margin-left: 29px;
	width: 880px;
	height: 400px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:875px;
	height:450px;
/*
	top: 40px;
	left: -270px;
*/
	position:relative;
	display:none;
/* 	background: #2D2D2D; */


}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:20px;
	width:835px;
	height:400px;
	display:block;
	margin-top: 20px;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:110px;
	
	left:-25px;
	display:block;
	z-index:101;
	font-size: 400%;
	width: 50px;
	cursor: pointer;
	opacity: 0.3;
	text-decoration: none;
	color: white;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

#slides .next {
	left:865px;
}

/*
	Pagination
*/

.pagination {
	margin:-45px auto 0;
	width:100px;
	z-index: 9999;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* Order Form */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.field_container { background: #F0F0ED; margin-bottom: 5px; padding: 5px 10px; }
	.field_container:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.field_container label { float: left; padding: 10px; font-weight: bold; }
	.field_container input { float: right; width: 460px; height: 20px; padding: 5px; border: solid 1px #ddd; }
	.field_container textarea { float: right; width: 460px; height: 200px; padding: 5px; border: solid 1px #ddd; }
	.field_container select { float: right; width: 400px; padding: 5px; border: solid 1px #ddd; background: #fff; }
	.field_container .field_left { float: left; width: 380px; }
		.field_container .field_left input { width: 160px; }
	.field_container .field_right { float: right; width: 280px; }
		.field_container .field_right select { width: 80px; }
#price_table { float: right;}
#price_total { float: left; font-weight: bold; }
#price_w_5_tax, #price_w_9_tax, #price_wo_tax { float: none; font-weight: normal; }
#price_wo_tax_res, #price_w_5_tax_res, #price_w_9_tax_res, #price_total_res { float: none; min-width: 50px; }
#price_total_res { font-weight: bold; }

/* Mobile Style sheet by Deepti*/
#menus,#showmenu  {
display:none;}
@media(max-width:640px){
	#showmenu {display:block;}
	.header {
    height: 50px;}
	.header #nav li#nav_non_drop{padding:0px;}
li#nav_non_drop {
    display: none!important;
}

.header #nav {
    float: right;
    padding: 0 0 0 0px;
height:auto;
margin-top: 6px;margin-left: 10px;
    margin-right: 42px;}

.header img.logo{width: 50%;
    max-width: 308px;
    min-width: 150px;}
.header #nav a.order_now {
    height: 35px;
    width: 91px;
    padding: 0;
    margin-top: 0;
    background-size: cover;
}
li#nav_non_drop.mobi{display:block!important;}	
	
.three_col_content {
    height: auto;
}
.three_col_content .col {
    float: none;
    width: auto;
    margin: 10px;
}
#home-adv {
    margin-bottom: 50px;
    margin: 0px 10px 50px!important;
}	
.banner,#banner_bg{height:auto;}
.banner #three_steps {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 10px;
    height: auto;
}
.main_content{margin-left:10px;margin-right:10px;}
	
	#content{width:100%}
	.main_content,.sidebar,.center_container{width:auto;float:none;}
	html{min-width:100%!important;}
	.field_container textarea,.field_container input,.field_container .field_left input{float:none;width:100%;padding: 5px 0px}
	.field_container label{float:none;display:block;}
	.field_container{padding:10px;}
	select#address_autofill {
    width: 100%;
}
.field_container .field_left,.field_container .field_right{float:none;width:100%}
.field_container select,.field_container .field_right select{width:100%;float:none;}
#price_table{float:none;width:100%;}
.ui-datepicker{width:auto;}
.main_content.order-form {
    margin: 80px 10px 40px 10px;
}
.footer,.sub_footer{height:auto;}
.footer{box-shadow:none;
border:none;}
.footer .col{float:none;
height:auto;
margin:10px;
 width: auto;
clear:both;
position:relative;}
.footer .col h3{padding-bottom:10px;}
.footer .footevid{width:100%;height:240px;}
.footer #polarbox_bear_small{float:none;position:absolute;top:47px;;right:0px;left:initial;}
.footer .col.polarcol{height:200px;}
.sub_footer #left {
    top: initial;
    padding: 10px;
    text-align: center;
}
.sub_footer #right{display:none;}
.fc{display:none;}

table#pricing {
   font-size: 11px;
}
#pricing th {
       padding: 20px 4px;
   
}
#pricing td p#pack_title {
font-size: 12px;}

#pricing td{
	width:auto;
	    padding: 2px;
	
}
ul#products li#list_with_image,ul#products li#list_with_image_small{
	
	height:auto;
}
.main_content ul{padding-left:17px;}
.main_content img {
    float: none!important;
    max-width: 100%;
    display: block;
    margin: auto;
}
ul#faq_questions{margin-left:0px;}
ul#products{padding-left:0px;}
ul#products img {
    float: none;
    padding: 5px 15px 10px 5px;
    display: block;
    margin: auto;
}
/* mobile navigation */

#menus {
display:block;
  position: fixed;
  background-color: #222;
  height: 100%;
  z-index: 10;
  width: 280px;
  color: #bbb;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-family: 'Source Sans Pro', sans-serif;
}

#menus ul {
  list-style: none;
  margin-top: 0;
  padding: 0
}

#menus ul li { border-bottom: 1px solid #2a2a2a; }

#menus>ul>li>a { border-left: 4px solid #222; }

#menus ul li a {
  color: inherit;
  font-size: 16px;
  display: block;
  padding: 8px 0 8px 7px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
 
      color: #b3b3b3;
}

#menus ul a i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}

#menus ul a i[class*='fa-caret'] { float: right; }

#menus ul a:hover,
#menus ul a.active {
  background-color: #111;
  border-left-color: #00a8ff;
  color: #00a8ff;
}

#menus ul a:hover i:first-child { color: #00a8ff; }

/* Submenu */

#menus ul li a.active+ul { display: block }

#menus ul li ul {
  margin-top: 0;
  display: none;
}

#menus ul li ul li { border-bottom: none; }

#menus ul li ul li a { padding-left: 30px; }

#menus ul li ul li a:hover { background-color: #1A1A1A; }

/* /Submenu */


/* Cuando este a la Izq, para esconderlo posicionarlo a la Izq a -width */

.rightse { right: -280px; }

.shoow { right: 0; }
span.closebtn {
    font-size: 40px;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    text-align: right;
    color: #b3b3b3;
}
#showmenu {
   position: absolute;
  top: 0;
  right:0px;
  padding: 15px 10px 7px 10px;
  font-size: 1.3em;
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}






/* Mobile navigation end */




}
@media (max-width:320px){
	#showmenu{ padding: 13px 10px 7px 10px;}
	.header #nav{margin-top:4px;}
	table#pricing {
    font-size: 10px;
}
	.header {
    height: 46px;}
	#pricing td{word-break: break-word;}
}
@media(min-width:395px) and (max-width:640px){
	
	iframe#twitter-widget-0{float:right;}
.socialmf br{display:none;}
.socialmf {
    clear: both;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.socialmf .tumbl{float:right;}
	
}
