/*
Theme Name: Cooling Supplies Custom Theme
Author: The Media Suite
*/

canvas { -ms-touch-action: double-tap-zoom; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html,body {margin:0; height:100%; }

.clear {clear:both; }

.clearBoth {clear:both; }

.body  { text-align:center; margin:0px; padding:0px; background: #060a0d; }

#bg { background:url(images/bg.jpg) top repeat-x; background-size: 100%; background-attachment:fixed; background-position-x:0%; }

#top { height:145px; background:#fff; }

#bghome { background: url(images/homebg.png) top repeat-x;  }

#bgcontent {  background: url(images/contentbg.jpg) top repeat-x;  }

#master { margin: 0px auto;	width:978px; text-align:left; }

#headdiv { width:978px; height:145px; margin: 0 auto; }

#logo { 
height:87px; 
background: url(images/logo.jpg) no-repeat; 
float:left; 
margin:40px 0 0 0;  
}

#logo h1 { 
	font-size: 41px; 
	margin:48px 0 0 66px; 
	color:#147dc6; 
	text-transform:uppercase; 
	font-family:Lato, Arial, Helvetica, sans-serif; 
}

#logo a { 
	font-weight:900; color:#147dc6; 	
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease;
}

#logo a:hover { color:#0a3959;}

#emkarate { float:right; margin: 40px 0 0; }

#containmainwrap { 
	width:978px; 
	background:#fff;
	-webkit-box-shadow:  0px 4px 11px 4px #000000;
	box-shadow:  0px 4px 11px 4px #000000;
}

/* Navigation ///////////////////////////////////////////////////////////////////*/

#access { width:978px; height:49px; margin: 0 auto ; background:#060a0d;}

#access .menu-header,
div.menu {
	font-size: 16px;
	font-weight:normal;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	font-size:14px;
	text-transform:uppercase;
	color:#fff;  
	display: block;
	line-height: 40px;
    margin:0 8px;
	padding: 4px 8px;
	text-align:left;
	text-decoration: none;
	font-weight:900;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease;
}

#access a:hover { color:#147dc6; }


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 0;
	top: 0;
}
#access ul ul a {
	color:#fff;
	font-size:13px;
	background: #060a0d;
	line-height: 1em;
	padding: 10px;
	width: 255px;
	height: auto;
	display:block;
		-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease;
}

#access ul ul :hover > a {
	color:#147dc6;
	
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	
}

/* Homepage layout ////////////////////////////////////////////////////////*/

#slider { 
	width:617px; 
	height:257px;  
	margin:0 0 0px ;  
}

#containleft { width:617px; float:left;  margin:27px 0 27px 27px; }

#containright { width:280px; float:right; margin:27px; }

#homecontent-panel { 
	background:#ddeaf4;
    width:555px;
	min-height:197px;
    float:right;
    margin: 0 27px 27px 0px;
    padding:30px 30px 22px 30px;
}

#gas { 
	background: url(images/home2.jpg) no-repeat; 
    width:282px;
	height:257px;
	margin:0 0 0 27px; 
    float:left;
	position:relative;
}

#fans { 
	background: url(images/home1.jpg) no-repeat; 
    width:280px;
	height:257px;
	margin:0 0px;
    position:relative;
}

#homebottom { padding:0 0 40px; }

/* Page layout ////////////////////////////////////////////////////////*/

#containwide { width:917px; float:left;  margin:27px 0 27px 27px; }

#contentleft { width:620px; float:left;   margin:0 0px 24px 10px; }

#sidepic { 
    margin: 60px 42px 0 0;
}


#contentright { 
	float:right;
	margin:136px 10px 20px 0px; 	
	-webkit-box-shadow:  0 0 9px 1px #b8b4b4;
    box-shadow:  0 0 9px 1px #b8b4b4;
    max-height:379px; 
}

#imageright {  float:right;  }



.xoxo li { list-style:none; }

#content-panel { 
    width:524px;
	padding: 54px;
	min-height:300px;
    float:left;
}

#contact-content { 
    width:886px;
	padding: 54px;
    display:block;
	min-height: 485px;
}

.left { float:left; width:46%;  }

.right { float:right; width:46%;  }

#wrap { padding:0 0 88px; }

#poe { height:288px; width:600px; float:right; }

#poe li{ float:left; list-style:none; margin: 0 0 10px; width: 237px; }

/* Fonts!!!! /////////////////////////////////////////////////////////////////*/


h1, h2 {   font-size: 24px; font-family: Lato, Arial, Helvetica, sans-serif; color:#232020; margin:16px 0 18px; }

.entry-title { 
    font-size:30px; 
	text-shadow: 0 1px 0 #fff;  
	margin: 0 0 32px; 
    color:#a3c16f;
    font-weight:900;
    text-transform:uppercase;
}

body{
   font-size: 14px;
   font-family: Lato, Arial, Helvetica, sans-serif;
   color:#847878;
   text-decoration:none;
   line-height: 22px;
}

p { margin:0 0 26px; }

strong { margin:0 0 26px; font-size:15px; }

.entry-content ul { list-style-position:inside;}

.entry-content li { margin:0 -55px 12px 34px; list-style-image:url(images/tick.png); font-weight:700; }



/* Links ////////////////////////////////////////////////////////////////*/

a{
  	color:#144270; text-decoration: none; font-weight:bold;
}


.homebutt { 
	background:#147dc6; 
	padding:10px 15px; 
  	color: #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    position:absolute;
	right:0;
	bottom:0;
}

.greytxt { font-weight:700; color:#0b141b;  }

.greytxt2 { font-weight:400; color:#686c69; margin:5px 10px 7px; }

.grey {
	float:left;
	margin:23px 28px 0 0;
    position: relative;
	width: 193px;
    cursor: pointer;
	text-align:center;
}

.grey2 {
	float:left;
	margin:23px 28px 0 0;
    position: relative;
	width: 193px;
	text-align:center;
}

.view {
    width: 193px;
    height: 193px;
    overflow: hidden;
	margin:0 28px 0 0;
    position: relative;
    text-align: center;
    background: #147DC6;
}

.view2 {
    width: 192px;
    height: 247px;
    overflow: hidden;
	margin:0 28px 0 0;
    position: relative;
    text-align: center;
    background: #147DC6;
}

.view2 a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   color: #fff;
}

.view2 a.info:hover { color:#e9c80f; }

.view .mask, .view .content {
    width: 193px;
    height: 193px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view2 .mask, .view2 .content {
    width: 192px;
    height: 247px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.view img, .view2 img {
    display: block;
    position: relative
}
.view h2, .view2 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p, .view2 p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info, .view2 a.info {
	font-size: 12px;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(20, 125, 198, 1);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid #fff;
   background: transparent;
   margin: 15px 18px 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

#mobileversion { display:none; }




/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

.grey2 { display:none; }

#mobileversion { height:500px; display:block; }

.grey {
	float:left;
	margin:23px 28px 0 0;
    position: relative;
	width: 193px;
	height:522px;
    cursor: pointer;
	text-align:center;
}

.grey ul { background:#e9e7e7; margin: 10px 0; padding:8px 11px; text-align:left; position:absolute; bottom:0; }

.grey li { list-style-type: square; margin:0 0 0 18px; }

.grey li a{ font-size:11px; }



}

/* Forms and other generic shit ///////////////////////////////////////////////////////*/

a img{border: 0px;}

hr { height: 0px; color: #e3e2e2; border-top: 1px; background: #e3e2e2; border-style: solid;}

input,textarea,select {
    border: 1px solid #A49F9F;
    padding: 6px 8px;
    font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight:700;
    font-size: 16px;
    color:#000; 
    margin: 0;
    width: 375px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input:hover,textarea:hover {
   border: 1px solid #000;
}

.wpcf7-submit {
    border: 1px solid #000;
    display: inline-block;
    color: #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
	width: 393px;
    padding: 11px 69px;
	font-style:normal;
    text-decoration: none;
	-webkit-box-shadow: 0px 3px 4px -2px #b8b4b4;
    box-shadow: 0px 3px 4px -2px #b8b4b4; 
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

}

.wpcf7-submit:hover { background: #7abcff; }

.wpcf7-form p { margin:0 0 15px; }


#people-table{
	font-size: 16px;
    line-height:28px;
	text-align: left;
	border-collapse: collapse;
    width:382px;
	color:#999;
}

#people-table th{
	font-weight: normal;
	padding: 8px;
	background: #fff;
	border-top: 4px solid #f7f6f7;
	border-bottom: 1px solid #fff;
	color: #039;
}
#people-table td{
	padding:6px 4px;
	background: none; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #a49f9f;
}

.info { color:#444; font-size:16px; font-weight:700; }

/* Stuff I've hidden away ///////////////////////////////////////////////////////*/

#post-2 .entry-title {display: none;}

#comments { display: none; }

.comments-link { display: none; }


/* Image styles - as handled by wordpress image editor /////////////////////////*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 17px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 220px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 2px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 18px;
    text-align: left;
    width: 188px;
}
.gallery-columns-2 .gallery-item {
	 width: 471px;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}


.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}

.gallery img {
	border: 18px solid #fff;
	-webkit-box-shadow:  0 0 9px 1px #c4c2c2;
    box-shadow:  0 0 9px 1px #c4c2c2;
    opacity: 1;
-webkit-transition: opacity;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.gallery img:hover {
opacity: .7;
-webkit-transition: opacity;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Footer //////////////////////////////////////////////////////////////////////*/


#orna { width:978px; height:106px; background: url(images/orna.png) top no-repeat; margin:0 auto; }

#footer { width: 978px; min-height:123px; text-align:left; margin:42px auto 0; padding:0 0 50px;  }

#footer h2 { margin:0 0 20px; font-family:Lato, Arial, Helvetica, sans-serif; font-size:21px; color:#147dc6; font-weight:700;}

#footer h3 { font-weight:700; color:#fff; font-size:36px; }

#footer h4 { font-weight:700; color:#fff; font-size:23px; line-height:30px;  }

#contact-details {  text-align:left; float:left; width:644px; margin:0; }

#contact-details a { color:#fff; }

#weelogo { 
height:44px; 
background: url(images/logo-small.jpg) no-repeat; 
margin:40px 0 0 0;  
float:right;
}

#weelogo h1 { 
	font-size: 18px; 
	margin:20px 0 0 38px; 
	text-transform:uppercase; 
	font-family:Lato, Arial, Helvetica, sans-serif; 
}

#weelogo a { 
	font-weight:900; color:#fff; 	
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease;
	margin:70px 0 0;
	padding:18px 0 0;
}

#weelogo a:hover { color:#147dc6; }

#book { width:257px; float:right; margin:19px 0 0; }

#media { color:#afbcc5; font-weight:normal; font-size:12px; float:right; padding:21px 0 0; display:block; width:150px;}
#media a { color:#565a5c;	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s ease; }
#media a:hover { color:#147dc6; }

#hometop {
    padding-bottom: 50px;
}
