* {
	padding: 0;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	background-color: #fff;
}
@font-face {
    font-family: 'playbold';
    src: url('../fonts/play-bold-webfont.eot');
    src: url('../fonts/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play-bold-webfont.woff') format('woff'),
         url('../fonts/play-bold-webfont.ttf') format('truetype'),
         url('../fonts/play-bold-webfont.svg#playbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playregular';
    src: url('../fonts/play-regular-webfont.eot');
    src: url('../fonts/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play-regular-webfont.woff') format('woff'),
         url('../fonts/play-regular-webfont.ttf') format('truetype'),
         url('../fonts/play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1, h2 , h3, h4{
	font-family: 'playregular', Helvetica, Arial, sans-serif; font-weight: normal;
}

h1 span{color: #4b4b4b;}

h5, p, li a {
	font-family: Helvetica, Arial, sans-serif; color: #929292;
}
h4 { 
	font-weight: normal;
}

h1 {font-size: 26px; color: #929292; line-height: 34px; }
h2 {font-size: 18px; color: #4b4b4b; line-height: 24px; }
h3 {font-size: 18px; color: #929292;}
h4 span{font-size: 28px; color: #fff;}
p {font-size: 13px; color: #929292; line-height: 22px; }
p a{color: #72b361; text-decoration: none;}
FIGCAPTION a{color: #72b361; text-decoration: none;}
p a:hover{color: #95c136}
FIGCAPTION a:hover{color: #95c136}
h2 a{color: #72b361; text-decoration: none;}
h2 a:hover{color: #95c136}
p span{font-size: 18px;}
p.topslot {float:right; padding-top: 10px; margin-right: 10px;}
ul.bullets {font-size: 13px; color: #929292; line-height: 22px; padding-left: 12px; margin-bottom: 20px;}
ul.bullets li span{color: #4b4b4b;}

[class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"] {
	display: block;
	float: left;
	width: 16px;
	margin: 0 10px 0 -4px;
  font-size: 16px;
}


/* =Common
-----------------------------------------------------------------------------*/
img, #feedback, #banner, #intro li {
	border-radius: 0px;
}


/* =Layout
-----------------------------------------------------------------------------*/
.wrapper {
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.wrapper2 {
	padding: 0 0px;
	width: 100%;
	max-width: 1920px;
	margin: auto;
}

.wrapper3 {
	padding: 10px 20px 0px 20px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#outer {
	padding: 3em 0 1em 0;
	margin: 1em 0 0 0;
	background: #f8f8f8;
	border-top: 1px dashed #cfcfcf;
}

#outer2 {
	height: 40px;
	padding: 0em 0 0em 0;
	margin: 0em 0 0em 0;
}

#outer3 {
	padding: 1em 0 0 0;
	margin: 0 0 2em 0;
	background: #f8f8f8;
	border-bottom: 1px solid #dddddd;
}

.conttoppad {padding-top: 10px; padding-bottom: 10px;}

/* =Header
-----------------------------------------------------------------------------*/
#header {
	padding-top: 0px;
	margin-bottom: 2em;
}
#header h1 {
	float: left;
	font-size: 32px;
	margin-top: 1px;
	margin-bottom: 0;
	color: rgba(0, 0, 0, .8);	
}

#header img{padding-top: 20px;}


.social {float: right; width: 90px;}
.facebook ul, .twitter ul{list-style: none;}
.facebook li a{float: left;width: 27px; height: 27px; background: url('../images/facebook.png'); margin-left: 0px; }
.twitter li a{ float: left;width: 27px; height: 27px; background: url('../images/twitter.png'); margin-left: 5px; }
.facebook li a:hover, .twitter li a:hover {background-position: -27px;}

#responsive-menu-button img{
padding-left: 10px;
}

/* =Promo
-----------------------------------------------------------------------------*/
#promo {
	margin-bottom: 0em;
}

.image-style img{border: 1px solid #e4e4e4;}

.iframe-rwd  {
position: relative;
padding-bottom: 32.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* =Intro
-----------------------------------------------------------------------------*/
#intro li {
	background-color: #fff;
	padding-bottom:0px;
}


#intro2 li {
	background-color: #fff;
	padding-bottom:10px;
}


.view {
   width: 260px;
   height: 144px;
   float: left;
   border: 3px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 2px #cfcfcf;
   cursor: default;
   margin-bottom: 10px;
}
.view .mask, .view .content {
   width: 260px;
   height: 144px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:260px;
   height:144px;
}


/* =Feedback
-----------------------------------------------------------------------------*/
#feedback {
	background-color: #474749;
	padding: 2em 3em;
}

/* =Form
-----------------------------------------------------------------------------*/

.form label { 
	font-size: 13px;
     color: #929292;
 } 
 
.form textarea { 
     color: #3e3e3e;
 }  

.form label.error {
	font-size: 12px;
	color: #40aad5;
	}

input[type="text"], input[type="password"], input[type="email"] {padding: 10px 6px 9px 6px;}

	
.thepot {display:none;}


/* =Banner
-----------------------------------------------------------------------------*/
#banner {
	line-height: 0;
	padding: 1.5em;
	background-color: #ececec;	
}

/* =Sidemenu
-----------------------------------------------------------------------------*/

.side-menu ul{
	font-size: 13px;
	list-style: none;
}

.side-menu ul li{
line-height:2.3em;
    margin: .25em 0;
	border-bottom: 1px solid #ececec;
	}

.side-menu ul li a{
	text-decoration: none;
}
.side-menu li a:hover{
	text-decoration: none; color:#72b361;
	}
.side-menu li.current a{color: #72b361; cursor: default;}

/* =Blocks
-----------------------------------------------------------------------------*/
#blocks dl {
	overflow: hidden;
	margin: 0;
	padding-bottom: 1.5em;	
}
#blocks dt {
	float: left;
	width: 22%;
	margin-right: 4%;	
}
#blocks dt img {
	padding: 1px;
	background-color: #ececec;

}
#blocks dd {
	margin: 0;
	float: left;
	width: 74%;
	padding-bottom: 1.5em;	
}


/* =Partners
-----------------------------------------------------------------------------*/
#partners {
	padding-top: 1.5em;
}
#partners h4 {
	color: #000;
}

/* =buttons
-----------------------------------------------------------------------------*/
.but a{float: left; border: none; background-color: #25aae1; text-decoration: none; font: normal 16px/50px arial, verdana, times, serif; color:#fff; text-indent: 12px; width: 118px; height: 50px; margin-bottom: 0px; margin-left: 0px; }
.but a:hover {background-color: #58585a; color:#fff}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	margin-top: 0px;
	padding-bottom: 30px;
	font-size: .9em;
	padding-top: 3em;
	background-color: #4b4b4b;
	overflow: hidden;
}

.nav-v  ul li {border-bottom: none;}

#footer ul{list-style: none; text-align:left;}

#footer li a{
	color: #929292;
	text-decoration: none;
	}
	
#footer li a:hover{
	text-decoration: none; color:#e1e1e1;
	}
#footer p a:hover{
	text-decoration: none; color:#e1e1e1;
	}

#footer nav li.current a{color: #72b361; cursor: default;}
	

.footspace{padding-top: 6px;}


/* =Footer2
-----------------------------------------------------------------------------*/
#footer2 {
	color: #fff;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: .9em;
	padding-top: 3em;
	background-color: #393939;
	border-top: 1px solid #72b361;
	overflow: hidden;
}

#footer2 p{font-size: 11px;}	
.footalignr {text-align: right;}

#footer2 p a:hover{
	text-decoration: none; color:#e1e1e1;
	}

	
	/* =Tablet (landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.view{float: none; width: 225px; height: 126px;}
	.second-effect a.info {width: 225px; height: 134px;}
	}

/* =Tablet (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .wrapper { width: 748px; }
	 .wrapper3 { width: 748px; }
	.view{float: none; width: 156px; height: 88px;}
	.second-effect a.info {width: 156px; height: 88px;}
}


/* =Mobile (Portrait)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.wrapper { width: 300px; }
	.wrapper3 { width: 300px; }
	.wrappernav { width: 300px; }
	h1 {font-size: 16px; line-height: 26px; }
	
	#mobile-header {margin-bottom: 0px; margin-top:10px; width: 100%; z-index:9999; padding: 0px;}
	#mobile-header a{color:#4b4b4b; height: 54px; width: 262px; background:url(../images/menu.png) no-repeat; text-decoration: none;}
	#mobile-header a:hover{color: #72b361;}
	.sky-mega-menu {display: none;}
	#header{margin-bottom: 0em;}
	#header img{margin-top: 10px;}
	#header h1 { float: none; }
	#outer3 {background: #fff; border-bottom: 1px dashed #cfcfcf;}
	#promo {margin-top: 20px;}
	.view{float: none; width: 260px; height: 144px;}
	.second-effect a.info {width: 260px; height: 144px;}
	.social {display: none;}
	.no-mobile {display: none;}
    #partners ul li { padding-bottom: 1em; text-align: center; }	
    #feedback { padding: 1.5em; }
    #banner { text-align: center; margin-bottom: 1.5em; }
	#blocks dt, #blocks dd { float: none; width: auto; }
	#footer section, #footer nav { float: none; }
	#footer nav ul { margin-top: 1em; }
	#footer nav ul li { margin: 0; margin-right: 1em; }	
	.footalignr {text-align: left;}
	#intro li {margin-bottom: 5px;}
	.but a{float: left; border: none; background-color: #25aae1; text-decoration: none; font: normal 12px/30px arial, verdana, times, serif; color:#fff; text-indent: 12px; width: 100px; height: 30px; margin-bottom: 0px; margin-left: 0px; }
	.but a:hover {background-color: #58585a; color:#fff}
}


/* =Mobile (Landscape)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper { width: 420px; }
	 .wrapper3 { width: 420px; }
	.view{float: none; width: 260px; height: 144px;}
	.second-effect a.info {width: 260px; height: 144px;}
}
