/* Google Font */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700');
/* font-family: 'PT Sans', sans-serif;*/

/* Import CSS */
@import 'base.css';           /* Base Defolt CSS  */
@import 'bootstrap.min.css';  /* Bootstrap CSS  */
@import 'font-awesome.css';   /* Font Awesome CSS */
@import 'slimmenu.min.css';   /* slimmenu.min */
@import 'owl-carousel.css';   /* slimmenu.min */
@import 'video-popup.css';   /* Video CSS */

/* Luna Web font Kit*/
@font-face {
    font-family: 'lunaregular';
    src: url('../fonts/luna/luna-webfont.eot');
    src: url('../fonts/luna/luna-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luna/luna-webfont.woff2') format('woff2'),
         url('../fonts/luna/luna-webfont.woff') format('woff'),
         url('../fonts/luna/luna-webfont.ttf') format('truetype'),
         url('../fonts/luna/luna-webfont.svg#lunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Happy Girl Solid Web Font Kit */
@font-face {
    font-family: 'happy_girl_solidregular';
    src: url('../fonts/happy_girl_solid/happy_girl_solid-webfont.eot');
    src: url('../fonts/happy_girl_solid/happy_girl_solid-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/happy_girl_solid/happy_girl_solid-webfont.woff2') format('woff2'),
         url('../fonts/happy_girl_solid/happy_girl_solid-webfont.woff') format('woff'),
         url('../fonts/happy_girl_solid/happy_girl_solid-webfont.ttf') format('truetype'),
         url('../fonts/happy_girl_solid/happy_girl_solid-webfont.svg#happy_girl_solidregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn{
	padding:0;
	margin:0;
	box-shadow:none !important;
	}
.btn a, button,
input[type="submit"]{
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
.btn a,input[type="submit"]{
	display:inline-block;
	font-family: 'happy_girl_solidregular';
	font-weight: 400;
	color: #ffffff;
	padding: 5px;
	border:none;
	text-align: left;
	font-size: 26px;
	padding-left: 20px;
	line-height: 35px;
	border-radius: 0;
	text-transform:uppercase;
    vertical-align: middle;
}
.btn.large-btn a {
	background: url(../images/big-button-image.png) no-repeat top right;
	width: 280px;
	height: 75px;
	font-size: 40px;
}
.btn.small-btn a {
	background: url(../images/small-button-image.png) no-repeat top right;
	width: 170px;
	height: 45px;
}
.btn.large-btn.new a:hover,
.btn.large-btn.new a:focus,
.btn.large-btn a:hover,
.btn.large-btn a:focus,
.btn.large-btn a:active,
.btn.small-btn a:hover,
.btn.small-btn a:focus,
.btn.small-btn a:active  {
	background-position: top left;
}

.btn a:hover,.btn a:focus, button:hover,
input[type="submit"]:hover{
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
    width: 100%;
    padding: 12px 18px;
    margin: 15px 0 5px 0;
    font-size: 16px;
    border: 1px solid #4c4c4c;
    border-radius: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    border-color: #375988;
}
textarea {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
    width: 100%;
    padding: 12px 18px;
    margin: 15px 0 5px 0;
    border: 1px solid #4c4c4c;
    border-radius: 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4c4c4c;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4c4c4c;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4c4c4c;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4c4c4c;
  opacity: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/select.png) no-repeat 98% 50%;
    text-overflow: " ";
    width: 100%;
    font-size: 16px;
    border: none;
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    padding: 12px 18px 12px 12px;
    margin: 15px 0 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    overflow: hidden;
}
select::-ms-expand {
    display: none;
}
select::-ms-expand {
    display: none;
    -ms-appearance: none;
}
/* Typography */
p{
	font-size:16px;
	line-height:24px;
	color: #333333;
	padding: 10px 0;
	margin: 0;
}
h1,h2,h3,h4,h5 {
	letter-spacing: 0px;
}
h2,h3,h4,h5 {
	font-family: 'happy_girl_solidregular';
}
h1{
	font-family: 'lunaregular';
}
h1{
	color: #0b69ab;
	margin-bottom:15px;
	font-size: 54px;
	line-height: 90px;
	letter-spacing: -1px;
}
h2{
	font-size: 48px;
	line-height: 60px;
	color: #8ec23a;
	margin-bottom: 15px;
}
.quote h2{
  font-size: 36px;
}
h3{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	color: #8ec23a;
	text-transform: uppercase;
}
h4{
	color:#375988;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}
h5{
	color: #fbad18;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 10px;
}

@media(max-width:991px){	}
@media(max-width:767px){
	h1{
		font-size: 38px;
	}
	h2{
		font-size: 35px;
		line-height: 50px;
	}

}
h1 span, h2 span, h3 span, h4 span{
	font-style: normal;
	font-stretch: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

hr	{
	background:#85a9cc;
	width:10%;
	margin:0 auto;
	height:1px;
}

a { color: #0b69ab;}
a:focus, a:hover {color:#fbad18;}
em {
	font-style: italic;
}
img {
	max-width: 100%;
}

/* 01 - General & Basic Styles */
body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	background-color:#fff;
	color: #666a6c;
	letter-spacing: 0px;
	overflow-x: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
ul li{
	list-style:none;
	}
b,
strong {
	font-weight: 700;
}
.sections{
	padding-top: 50px;
	padding-bottom: 50px;
}
.lightgray { background: #f7f5f5; }
.lightblue { background: #f7fae8; }
@media(max-width:767px){
	.sections{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width:767px){ .hidden-xs { display: none; } }

/*==========================================================================================*/
/*================================  END_RESET_CSS   ========================================*/
/*==========================================================================================*/

/* Header */
header{
	position:relative;
}
.main-header{
	position: fixed;
	left:0;
	right:0;
	top: 0;
	z-index: 10;
	background: #93c83d;
	padding-top: 6px;
	border-bottom: 2px solid #6b9724;
}
.header-contact{
	text-align: right;
	position: relative;
}
.main-header .affix-top {  }
/*.affix .main-menu{
	margin-top: 3px;
}*/
.header-contact a{
	font-weight: 700;
	color: #fbad18;
	font-size: 24px;
	padding: 10px 0 0 0;
	position: absolute;
	right:0;
	top:0;
	z-index: 10;
}
.header-contact a:hover{
	color: #ffffff;
}
.main-header .container {
	position: relative;
}
.logo {
	display:inline-block;
	position: absolute;
	left: 0;
	top: -25px;
}
.main-header .btn.small-btn {
	position: absolute;
	right: 0;
	bottom: 2px;
	margin: 0;
	padding: 0;
}
.main-header .btn.small-btn a{
	background: url(../images/top-btn-image.png) no-repeat;
	background-position: right top;
	font-size: 26px;
	margin:0;
	text-align: left;
	padding: 5px;
	padding-left: 25px;
	-webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	 	 -o-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
			text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.main-header .btn.small-btn a:hover {
	background-position: left top;
}
.logo a {
	display:inline-block;
}

.logo img{
	max-width: 330px;
	width: 100%;
}
.main-header .affix {
	top:0;
	left:0;
	right:0;
	background: #1d1d1d;
	z-index: 500;
}
.top-bar-image {
	background: url(../images/top-bar-image.jpg);
	height: 40px;
}
/* Scroll Header*/
/*.affix .logo a img{
	max-width: 300px;
}
.affix .main-menu {
	margin-top: 33px;
}
.main-menu,
.affix ul.slimmenu,
.logo a img,
.affix .logo a img{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}*/
/* End Scroll Header*/

/* Slimmenu */
.main-menu{
	vertical-align:middle;
	display:inline-block;
	padding-right: 180px;
}
.main-header.internal-page .main-menu{
	float: right;
	padding-top: 10px;
}
ul.slimmenu > li{
	border:none;
	float:none !important;
	margin: 0 10px;
}
ul.slimmenu li a{
	padding: 15px 20px;
	color: #ffffff;
	text-transform: uppercase;
}
.slimmenu li a:hover {
	color: #253b01;
}
ul.slimmenu li .sub-toggle{
	width:20px;
}
ul.slimmenu li .sub-toggle > i{
	color:#ffffff;
}
ul.slimmenu li:hover a,
ul.slimmenu li:hover i{
	color: rgb(37, 59, 1);
}

ul.slimmenu li > ul{
	background: rgb(107, 151, 36);
	width: 250px;
	text-align: left;
}
ul.slimmenu li > ul li{
	display:block !important;
}
ul.slimmenu li > ul li a{
	padding:10px 0;
	color:#ffffff !important;
	/*background: #1d1d1d;*/
	padding: 10px;
	text-transform: uppercase !important;
}
ul.slimmenu li ul li ul li a {
	background: #064877 !important;
}
ul.slimmenu li ul li ul li a:hover {
	color: #fbad18 !important;
}
ul.slimmenu li > ul li a:hover{
	color: rgb(37, 59, 1) !important;
}
ul.slimmenu li.slimmenu ul li a {
	background: #000 !important;
}
ul.slimmenu li.active .sub-toggle > i,
ul.slimmenu li.active a {
	color: rgb(37, 59, 1);
}
.main-menu .nav-submenu a {
	text-transform: none;
}



/* Hover Effect stroke */
.slimmenu li a{
  position: relative;
}
.slimmenu li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #253b01;
  height: 2px;
}
.slimmenu li a:hover:after {
  width: 100%;
}
ul.product-menu {
	width: 160px !important;
}
.slimmenu li a,
.slimmenu li a:after,
.slimmenu li a:before {
  transition: all .5s;
}
ul.slimmenu li ul li.active a{
	color: rgb(37, 59, 1) !important;
}
.slimmenu li ul li.active a::after{
	background: none;
}
ul.slimmenu li ul li ul {
	overflow: hidden;
}
/* End Hover Effect stroke */

/* Go Top CSS */
.go-up {
	background: #222222;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	bottom:-60px;
	text-align: center;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
	border-radius: 0px;
}
.go-up {
	font-size: 16px;
	line-height: 42px;
}
.go-up:hover {
	transition:all 0.3s ease-in-out;
	background-color: #fbad18;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*									  ------------------													*/
/*/////////////////////////////////////  Responsive CSS ////////////////////////////////////////////////////*/
/*									  ------------------													*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1200px) {
	ul.slimmenu > li {
		margin: 0;
	}
}
@media(min-width:992px){
	.nav-submenu .sub-toggle {
		display: none;
	}
}
@media (max-width: 991px) {
	.main-menu{
		vertical-align:top;
		float:right;
	}
	ul.product-menu {
		width: 100% !important;
	}
	ul.slimmenu li ul {
		background: rgb(147, 200, 61);
	}
	.header-contact a {
		bottom:0;
		left:0;
		right:0;
		top: inherit;
		text-align:center;
		padding: 10px;
	}
	.header-contact {
		position: inherit;
	}
	.main-header,
	.main-header .affix {
		position: relative !important;
	}
	/* Scroll Header*/
	.logo a img{
		max-width: 350px;
	}
	.affix .logo a img{
		max-width: 350px;
	}
	.main-menu {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.affix .main-menu {
		margin-top: 30px;
	}
	/* End Scroll Header*/

	/* Slim Menu */
	ul.slimmenu li:hover i{
		color:#ffffff ;
	}

	ul.slimmenu{
		background:rgba(255,255,255,1);
		padding-right:10px;
	}
	ul.slimmenu li > ul{
		width:auto;
		text-align: left;
		margin: 0;
	}
	ul.slimmenu li a{
		padding:8px 30px 8px 20px;
	}
	ul.slimmenu {
		padding-right:0;
	}
	ul.slimmenu li .sub-toggle{
		width:60px;
		display: inline-block;
	}
	ul.slimmenu li .sub-toggle i{
		font-size: 20px;
	}
	ul.slimmenu{
		position: absolute;
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		left:0;
		right:0;
		z-index: 500;
		background: #6b9724;
		margin-top: 5px;
	}
	.main-header.internal-page ul.slimmenu{
		margin-top: 30px;
	}
	.main-header.internal-page .affix ul.slimmenu{
		margin-top: 12px;
	}
	main-menu ul.slimmenu li .sub-toggle > i {
		color: #ffffff;
	}
	ul.slimmenu.collapsed li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	ul.slimmenu .nav-submenu li {
		border: none;
	}
	/* End Slim Menu */
	.banner {
		margin-top: 0;
	}
	.find-more h2 {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.main-header.internal-page .header-contact{
		margin-bottom: 0;
	}
	.logo{
		margin-left:15px;
	}
	.main-header .btn.small-btn {
		right: 15px;
	}
	.collapse-button {
		margin-top: 3px;
	}
	.main-menu{
		margin-right:15px;
	}
	.collapse-button{
		right:0;
	}
	/* Banner */
	.hero-banner .container {
		position: relative;
	}
	.home-bg.banner {
		height: 350px;
	}
	.hero-banner .container,
	.hero-banner .container .row,
	.hero-banner .container .row .col-md-5 {
		padding: 0;
		margin: 0;
	}
	.get-started-form {
		border-radius: 0;
		margin:0;
	}
	.get-started-form {
		background: #000;
	}

}
@media (max-width: 600px) {
	.affix .logo a img,
	.logo a img {
		max-width: 300px;
	}
	ul.slimmenu {
		width: 90%;
	}
	.home-bg.banner {
		height: 200px;
	}
	.form-title h2 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 380px) {
	.affix .logo a img,
	.logo a img {
		max-width: 240px;
	}
}

.hero-banner {
  background: cover !important;
	background-size: cover;
	padding-top: 240px;
	padding-bottom: 220px;
}
.banner-caption span {
	font-family: 'lunaregular';
	font-size: 150px;
	position: absolute;
	top: 40px;
	left:0;
	color: #ffffff;
	text-transform: uppercase;
	    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
	    	transform: rotate(-20deg);
}
.hero-banner h1 {
	color: #ffffff;
	padding-left: 380px;
}
.banner-caption {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}














.panel-slider {
	background: url(../images/slider-banner.png) top center no-repeat;
	background-size: cover;
	height: 320px;
	margin-top: -78px;
}
.panel-slider .item{
	overflow: hidden;
}
.slider-caption {
	position: absolute;
	left: 49%;
	top: 20px;
	max-width: 400px;
}
.slider-caption h2 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 0;
	margin-top: 10px;
	color: #d55e78;
}
.slider-caption p{
	font-size: 20px;
	line-height: 30px;
}
.slider-caption .btn {
	text-align: left;
	margin-left: 40px;
}
.slider-caption .btn a {
	padding-top: 20px;
	padding-left: 0;

	-webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	 	 -o-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
			text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);


}
.panel-slider .owl-pagination {
	display: none;
}
.panel-slider .owl-buttons div {
	position: absolute;
	top: 40%;
	border-radius: 0 !important;
	opacity: 1 !important;
	font-size: 0 !important;
	height: 117px;
	width: 80px;
}
.panel-slider .owl-buttons div.owl-prev {
	left: 0;
	background:url(../images/slider-right-arrow.png) no-repeat left top;
}
.panel-slider .owl-buttons div.owl-prev:hover {
	background-position: right top;
}
.panel-slider .owl-buttons div.owl-next {
	right: 0;
	background:url(../images/slider-left-arrow.png) no-repeat right top;
}
.panel-slider .owl-buttons div.owl-next:hover {
	background-position: left top;
}
.panel-slider {
	position: relative;
}
.panel-slider .owl-carousel {
	position: inherit;
}


.about-hoyle h2{ padding-bottom: 30px; text-transform: uppercase;}

.about-hoyle h3 {
	margin-bottom: 0;
}
.home-about {
	margin-bottom: 25px;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	position: relative;
	min-height: 143px;
}
.home-about img {
	position: absolute;
	left:0;
	bottom:0;
	max-width: 235px;
}
.home-about .contain-box {
	padding-left: 260px;
}
.family-help {
	margin-bottom: 25px;
	background: #ffffff;
	border: 1px solid #c2c2c2;
	position: relative;
	min-height: 143px;
}
.family-help .contain-box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 15px;
}
.family-help img {
	max-width: 235px;
	display: inline-block;
	vertical-align: top;
}
.footer.sections {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer {
	background: url(../images/top-bar-image.jpg);
	border-top: 5px solid #7aa845;
}

@media(max-width:1200px){
	.panel-slider {
		height: 266px;
	}
	.slider-caption h2 {
		font-size: 55px;
		line-height: 70px;
		margin-top:0;
	}
	.slider-caption p {
		font-size: 16px;
		line-height: 24px;
		padding: 5px 0;
	}
	.slider-caption {
		max-width: 320px;
	}
	.family-help .contain-box {
		width: 45%;
	}
}
@media(max-width:1100px){
	.hero-banner {
		background-attachment: scroll;
	}
}
@media(max-width:991px){
	.hero-banner {
		padding-top: 10px;
		padding-bottom: 100px;
		min-height: 360px;
	}
	.banner-caption span {
		font-size: 100px;
	}
	.hero-banner h1 {
		font-size: 45px;
		padding-left: 270px;
	}
	.banner-caption {
		max-width: 650px;
	}
	/* Slider */
	.panel-slider {
		height: 206px;
	}
	.slider-caption h2 {
		font-size: 45px;
		line-height: 60px;
		margin-top:0;
	}
	.slider-caption .btn {
		margin-left: 0;
	}
	.slider-caption p {
		display: none;
	}
	.slider-caption {
		max-width: 280px;
	}
	.panel-slider .btn.large-btn {
		margin-top: 20px;
	}
	.panel-slider .btn.large-btn a {
		background:url(../images/small-button-image.png) top right no-repeat;
		height: 45px;
		width: 170px;
		font-size: 24px;
		padding: 5px;
		padding-left: 15px;
	}
	.panel-slider .btn.large-btn a:hover {
		background-position: top left;
	}
	.home-about {
		margin-top: 50px;
	}

}
@media(max-width:767px){

	.banner-caption span {
		font-size: 70px;
	}
	.hero-banner h1 {
		font-size: 35px;
		padding-left: 190px;
	}
	.banner-caption {
		max-width: 550px;
	}
	/* Slider */
	.panel-slider .owl-buttons {
		display: none;
	}
	.slider-image img {
		width: 110%;
		max-width: 110%;
	}
	.slider-caption {
		left: 54%;
	}
	.slider-caption h2 {
		font-size: 40px;
		line-height: 55px;
	}
	.panel-slider {
		height: 225px;
	}
}
@media(max-width: 600px){
	.hero-banner {
		min-height: 300px;
	}
	.banner-caption span {
		font-size: 40px;
		line-height: 70px;
		display: block;
		position: relative;
		padding-left: 15px;
		padding-bottom: 15px;
		-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	    	transform: rotate(0deg);
	}
	.hero-banner h1 {
		font-size: 25px;
		line-height: 50px;
		padding-left: 15px;
	}
	.banner-caption {
		max-width: 550px;
	}
	.logo {
		display: inline-block;
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: 100%;
		top:0;
	}
	.top-bar-image {
		height: 10px;
	}
	.logo a {
		max-width: 200px;
		padding-top: 10px;
	}
	ul.slimmenu {
		margin-top: 5px;
	}
	.main-menu {
		display: block;
		float: none !important;
		width: 100%;
		clear: both;
	}
	.collapse-button {
		left: 0;
	}
	.great_games .col-xs-5,
	.great_games .col-xs-7 {
		width: 100%;
		float: none;
		display: block;
		padding:0;
	}
	.home-about img {
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.home-about .contain-box {
		padding: 15px;
	}
	.family-help .contain-box {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	.family-help img {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	/* Slider */
	.slider-image img {
		width: 120%;
		max-width: 120%;
		margin-left: -50px;
	}
	.slider-caption {
		left: 50%;
	}
	.panel-slider {
		height: 197px;
	}
}

@media(max-width:480px){
	/* Slider */
	.slider-image img {
		width: 150%;
		max-width: 150%;
		margin-left: -180px;
	}
	.slider-caption {
		left: 38%;
	}
}

@media(max-width:450px){
	/* Slider */
	.slider-image img {
		margin-left: -160px;
	}
	.slider-caption {
		left: 38%;
	}
}

@media(max-width:420px){
	/* Slider */
	.slider-image img {
		width: 150%;
		max-width: 150%;
		margin-left: -160px;
	}
	.slider-caption {
		left: 35%;
	}
	.panel-slider {
		height: 170px;
	}
}

@media(max-width:380px){
	/* Slider */
	.slider-image img {
		width: 160%;
		max-width: 160%;
		margin-left: -180px;
	}
	.slider-caption {
		left: 30%;
	}
	.panel-slider {
		height: 164px;
	}
	.slider-caption h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media(max-width:350px){
	/* Slider */
	.slider-image img {
		width: 160%;
		max-width: 160%;
		margin-left: -150px;
	}
	.slider-caption {
		left: 35%;
	}
	.panel-slider {
		height: 153px;
	}
	.panel-slider .btn.large-btn {
		margin-top: 10px;
	}
}
@media(max-width:320px){
	/* Slider */
	.slider-image img {
		width: 160%;
		max-width: 160%;
		margin-left: -130px;
	}
	.slider-caption {
		left: 38%;
	}
	.panel-slider {
		height: 140px;
	}
	.panel-slider .btn.large-btn {
		margin-top: 10px;
	}
}


/* Internal Page */
.contain-page {
	padding-top: 150px;
	padding-bottom: 50px;
}
.contain-page h1 {
	font-family: 'happy_girl_solidregular';
	font-size: 120px;
	color: #d55e78;
	padding-bottom: 20px;
	    /*-ms-transform: rotate(-2deg); /* IE 9 */
    /*-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    /*transform: rotate(-2deg);*/
}
.contain-page h1 sup{
	font-size: 30px;
	top: -30px;
	left: 5px;
}
.contain-page h2 {
	line-height: 45px;
	margin:0;
	padding: 20px 0;
	text-transform: uppercase;
}
.contain-page sup {
	font-size: 16px;
	top: 0;
}
.contain-page .pull-left {
	padding-right: 20px;
	padding-bottom: 30px;
}
.contain-page .name-cmt {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}
.contain-page p {
	font-size: 18px;
	line-height: 26px;
}
.contain-page .col-md-8 ul {
	padding-top: 10px;
}
.product-page ul li,
.contain-page .col-md-8 ul li {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	list-style: disc;
	margin-left: 20px;
}
.contain-page .col-md-8 h1 sup {
	top: -50px;
	font-size: 30px;
}
.contain-page .col-md-8 h3 {
	padding-top: 15px;
}

.contain-page h2 sup {
	top: -30px;
}
.contain-page h3 sup {
	top: -20px;
}
ul.display-inline.card {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.display-inline.card li {
	padding-bottom: 15px;
}
ul.display-inline.card li:nth-child(4),
ul.display-inline.card li:nth-child(2) {
	/*padding-right: 20px;*/
}
h2.clearfix {
	display: block;
	clear: both;
}
.contain-page .btn a{
	padding: 15px;
	padding-top: 20px;
}
.contain-page .btn.small-btn a{
	padding: 15px;
	padding-top: 6px;
	text-align: center;
	padding-left: 0;
}
.contain-page .col-md-8 .btn.large-btn.new {
	clear: both;
	display: block;
	text-align: left;
	padding-bottom: 25px;
}
.btn.large-btn a {
	background-position: left top;
	text-align:center;
	-webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	   -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
	 	 -o-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
			text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.btn.large-btn a:focus,
.btn.large-btn a:hover {
	background-position: right top;
}
.btn.large-btn.new a {
	background: url(../images/new-big-mutton-image.png) no-repeat top right;
	width: 350px;
	height: 90px;
	text-align: center;
	padding-left:0;
	padding-top: 25px;
}
.video-image {
	background: url(../images/video-bg.jpg) center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	position: relative;
	padding: 10px;
}
.video-image img {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video a{
	background: #ffffff;
	border: 1px solid #c2c2c2;
	padding: 10px;
	display: block;
}
.video a:hover img{
	-webkit-transform: scale(1.10);
	   -moz-transform: scale(1.10);
		 -o-transform: scale(1.10);
	    	transform: scale(1.10);
}
.video a img,
.video a:hover img{
	-webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.video {
	padding-bottom: 20px;
}
.game-buttons {
  position: relative;
  font-family: 'happy_girl_solidregular';
	font-size: 24px;
	padding-right: 10px;
	color: #d55e78 !important;
	text-transform: uppercase;
}

.game-buttons a:after {
  font-family: 'FontAwesome';
	content: "\f0da";
	padding-left: 5px;
}
.game-buttons ul.display-inline li a,
.right-bar ul.display-inline li a {
	position: relative;
    font-family: 'happy_girl_solidregular';
	font-size: 24px;
	padding-right: 10px;
	color: #d55e78;
	text-transform: uppercase;
}
.game-buttons ul.display-inline,
.right-bar ul.display-inline {
	padding-bottom: 20px;
}
.game-buttons ul.display-inline li a:hover,
.right-bar ul.display-inline li a:hover {
	color: #93c83d;
}
.game-buttons ul.display-inline li a:after,
.right-bar ul.display-inline li a:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	padding-left: 5px;
}
.right-bar .btn.large-btn.new {
	padding-bottom: 15px;
}

.section-box {
	display: block;
	width: 100%;
	clear: both;
	padding: 40px 0 0 0;
}
.box-image {
	width: 36%;
	display: inline-block;
	vertical-align: middle;
}
.game-contain-box {
	width: 60%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: middle;
}

.game-contain-box ul li {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	position: relative;
	padding-left: 15px;
	width: 150% !important;
}
.game-contain-box ul li:before {
	position: absolute;
	left: 0;
	top: 15px;
	content: ' ';
	height: 5px;
	width: 5px;
	background: #333333;
	border-radius: 50%;
}
.game-contain-box p,
.game-contain-box ul li {
	font-size: 18px;
}


@media(max-width:1100px){
	.right-bar .btn.large-btn.new a {
		background: url(../images/big-button-image.png) no-repeat top right;
		width: 280px;
		height: 75px;
		font-size: 40px;
	}
	.right-bar .btn.large-btn.new a:hover {
		background-position: top left;
	}
}

@media(max-width:991px){
	.contain-page .right-bar {
		padding-top: 40px;
	}
	.box-image {
		max-width: 150px;
	}
	.btn.large-btn.new,
	.right-bar .btn.large-btn.new {
		clear: both;
		padding-bottom: 15px;
		text-align: left;
		width: 100%;
	}
	.video {
		padding: 30px 0;
	}
	.contain-page {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media(max-width:767px){
	ul.display-inline.card {
		text-align: center;
	}
	ul.display-inline.card li:nth-child(4), ul.display-inline.card li:nth-child(2){
		padding-right: 0;
	}
}

@media(max-width:600px){
	ul.display-inline.card {
		text-align: center;
	}
	.btn.large-btn a,
	.btn.large-btn.new a {
		font-size: 30px !important;
		background: url(../images/big-button-image.png) no-repeat top right;
		width: 280px;
		height: 75px;
		padding-left: 30px;
		text-align: left;
	}
	.btn.large-btn a {
			background-position: left top;
	}
	.btn.large-btn.new a:hover {
		background-position: left top;
	}
	.btn.large-btn a:hover {
		background-position: right top;
	}
	.section-box {
		padding-top: 20px;
	}
}

@media(max-width:480px){
	.contain-page .pull-left {
		float: none !important;
		padding-right: 0;
		display: block;
		max-width: 100%;
	}
	.contain-page h1 {
		font-size: 44px;
		line-height: 50px;
	}
	.contain-page .col-md-8 h1 sup {
		top: -20px;
		font-size: 20px;
	}
}



/* ---------- Products CSS ---------- */



.awards-box {
	text-align:center;
	margin-bottom: 15px;
}
.awards-game-contain-box {
	max-width: 150px;
	width:100%;
}
.awards-game-contain-box p {
	font-size: 14px;
	line-height: 20px;
}
.game-boxes {
	padding-right: 100px;
}
h2.title-img {
	width: 70%;
	display:inline-block;
}
.game-boxes .btn.large-btn {
	margin-right: 20px;
}
.game-boxes .btn.large-btn {
	margin-top: 40px;
	margin-bottom: 15px;
}
.game-boxes .btn.large-btn a {
	padding-left: 0;
}
.game-boxes .btn.large-btn.learn-btn a {
	background-position: right top;
}
.game-boxes .btn.large-btn.learn-btn a:hover {
	background-position: left top;
}
.product-page .mrtop50 {
	margin-top: 30px;
	margin-bottom: 60px;
}

@media(max-width: 1200px){
	.game-boxes .btn.large-btn {
		margin-top: 10px;
	}
}

@media(max-width:991px){
	.game-boxes {
		padding-right: 15px;
	}
	h2.title-img {
		width: 65%;
	}
}

@media(max-width: 767px){
	.right-game-box-image{
		padding-bottom: 20px;
		text-align:center;
	}
}

@media(max-width: 600px){
	.game-boxes .btn.large-btn a {
		padding-left: 20px;
	}
	.awards-box {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-bottom: 10px;
	}
	.awards-image {
		max-width: 60%;
		margin: 0 auto;
	}
	.game-boxes .pull-right {
		float: none !important;
		text-align: center;
	}
	h2.title-img {
		width: 100%;
		display: block;
	}
	.awards-game-contain-box {
		max-width: 100%;
	}
	.product-page .mrtop50 {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

/* ----- Blog Page ----- */
.single_post h3 {
	font-size: 36px;
	line-height: 45px;
}
.single_post h3 a {
	color: #8ec23a;
}
.single_post h3 a:hover {
	color: rgb(251, 173, 24);
}
.single_post span.date-author {
	display: block;
	padding: 15px 0 10px 0;
	font-size: 16px;
}
.single_post span.date-author strong {
	color: #8ec23a;
}
.btn-link a {
	font-size: 16px;
	font-weight: 700;
	color: #8ec23a;
	position: relative;
}
.btn-link a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	padding-left: 5px;
	position: relative;
	top: 2px;
}
.single_post .btn-link {
	margin-top: 15px;
}
.btn-link a:hover {
	color: rgb(251, 173, 24);
}
.btn-link a:hover:after {
	padding-left: 10px;
}
.btn-link:hover {
	text-decoration: none;
	display: inline-block;
}
.btn-link a,
.btn-link a:after,
.btn-link a:hover,
.btn-link a:hover:after {
	-webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.single_post {
	margin-bottom: 50px;
}
.singal-post-right-bar .btn a {
	padding-left:0;
	background-image:url(../images/new-product-btn.png);
	background-position: top right;
	width: 230px;
	height: 70px;
	padding-top: 15px;
}
.singal-post-right-bar .btn a:hover {
	background-position: top left;
}
.single_post .col-sm-8 h3 {
	padding-top: 30px;
}

.pagination {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}
.pagination span.pull-right,
.pagination span.pull-left {
	padding: 0;
}
.pagination span.pull-right a,
.pagination span.pull-left a {
	font-weight: 700;
	font-size: 16px;
	color: #98b22a;
	text-transform:uppercase;
}
.pagination span.pull-left a:before {
	font-family: 'FontAwesome';
	content: "\f053";
	padding-right: 5px;
}
.pagination span.pull-right a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	padding-left: 5px;
}
.pagination span a:hover {
	color: rgb(251, 173, 24);
}
.pagination .pull-left ,
.pagination .pull-right {
	display: inline-block;
}
.singal-post-right-bar h3 {
	padding-top: 15px;
}


@media(max-width:767px){
	.single_post .col-sm-7 {
		padding-top: 15px;
	}
	.singal-post-right-bar {
		border-top: 1px solid #e5e8d5;
		margin-top: 10px;
		padding-top: 30px;
	}
}
@media(max-width:767px){
	.singal-post-right-bar .btn a {
		padding-left: 20px;
		padding-top: 20px;
	}
}

.waterproof {
  max-width: 135%;
}

.pig-card {
  padding-bottom: 120px !important;
}

.waterproof-header {
  font-size: 122px !important;
  line-height: 106px !important;
}
