@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Raleway', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	z-index: 99999;/*
	max-height: 500px;
	width: 600px;
	overflow-y:  auto;
*/
}
p,h1,h2,h3,h4,h5,h6 {
	line-height:22px;
}
button {
	border:none;outline:none; transition: all ease .7s;
}
a {
	transition: all ease .7s;
	text-decoration: none;
}
html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }
body {
	 font-family: 'Raleway', Helvetica, Arial, sans-serif;
	 background-color: #FFFFFF;
	 margin: 0;
	 line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--END RESET--*/

/*-fonts-*/

/*
@font-face {
	font-family: 'Avenir LT 65';
	src: url('../fonts/AvenirLT-Black.eot');
	src: url('../fonts/AvenirLT-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLT-Black.woff2') format('woff2'),  url('../fonts/AvenirLT-Black.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT 45 Book';
	src: url('../fonts/AvenirLT-Book.eot');
	src: url('../fonts/AvenirLT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLT-Book.woff2') format('woff2'),  url('../fonts/AvenirLT-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT 65';
	src: url('../fonts/AvenirLT-BlackOblique.eot');
	src: url('../fonts/AvenirLT-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLT-BlackOblique.woff2') format('woff2'),  url('../fonts/AvenirLT-BlackOblique.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir LT 55 Roman';
	src: url('../fonts/AvenirLT-Oblique.eot');
	src: url('../fonts/AvenirLT-Oblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLT-Oblique.woff2') format('woff2'), url('../fonts/AvenirLT-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
*/
/*-end fonts-*/
/*--KEY-FRAMES*/

@-webkit-keyframes content {
 from {
 opacity: 0;
 -webkit-transform: translateY(5%);
 transform: translateY(5%);
}
 to {
 opacity: 1;
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}
}
@keyframes content {
 from {
 opacity: 0;
 -webkit-transform: translateY(5%);
 transform: translateY(5%);
}
 to {
 opacity: 1;
 -webkit-transform: translateY(0%);
 transform: translateY(0%);
}
}
 @keyframes showPopUp {
 0% {
 opacity: 0;
 margin-left: -100px;
 pointer-events: none;
}
 100% {
 opacity: 1;
 margin-left: 0px;
 pointer-events: auto;
}
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}
/*--END OF KEY--*/
/*--GRID--*/

.row {width: 100%;margin-left: auto;margin-right: auto;margin-top: 0;margin-bottom: 0;}
.row .row { width: auto; margin-left: -0.9375em; margin-right: -0.9375em; margin-top: 0; margin-bottom: 0; max-width: none; }
.row .row-bleed{ width: auto; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; max-width: none; }
.row__full-bleed{ width: 100%; }
.column-bleed, .columns-bleed { position: relative; padding-left: 0; padding-right: 0; float: left; }
.column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; float: left; }
.column_right, .columns_right {position: relative;padding-left: 0.9375em;padding-right: 0.9375em;float: right;}
.large-1 { width: 8.33333%; }
.large-2 { width: 16.66667%; }
.large-3 { width: 25%; }
.large-4 { width: 33.33333%; }
.large-5 { width: 41.66667%; }
.large-6 {/* width: 40%; */}
.large-7 { width: 58.33333%; }
.large-8 { width: 66.66667%; }
.large-9 { width: 75%; }
.large-10 {width: 83.3337%;}
.large-11 { width: 91.66667%; }
.large-12 { width: 100%; }
.large-20 { width: 20%; }
.left{float:left}
.right{float:right;}
.margin-auto{/* margin: 0 auto; */}
.clear{clear: both;width: 100%;}
.clearfix:before, .clearfix:after {
                content: " ";
                display: table; }
.clearfix:after {
                clear: both; }
*, :before, *:after {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin: 0;
                padding: 0;
}
/*--END GRID--*/
.expand{width:100%;}
.main-wrap{
}
.header{
	/*background: url(../images/studd-banner.jpg);*/
	background-size: cover;
	height: 100vh;
	position: relative;
	/* top: 20px; */
	background-position: top;
	/*transition: all 10s ease-in-out;*/
	background-repeat: no-repeat;
	overflow: hidden;
}
.header_{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.header .flexslider2{height:100vh;background: none;}
.header .flexslider2 .slides > li{background-size:cover;height:100vh;width:100%;}
.formni{
	margin: 320px 0 0 870px;
    width: 20%;
}
/*
.header:hover{
  	overflow:hidden;
 	-webkit-animation: switch 0s infinite ease-in-out;  Chrome, Safari, Opera
    animation: switch 10s infinite ease-in-out;
    background-repeat: no-repeat;
}

@-webkit-keyframes switch {
	0% {background-image: url(../images/studd-banner.jpg);}
    50% {background-image: url(../images/class-banner.jpg);}
	100% {background-image: url(../images/rib-banner.jpg);}
	50% {background-image: url(../images/class-banner.jpg);}
}*/
.blog-head{
	background: url(../images/TRUST_SEXCAPADES-COVER_4.jpg);
	background-size: cover;
	height: 600px;
	position: relative;
    background-position: center;
}
.true-head{
	height: 600px;
	position: relative;
}
.candy-head{
	background: url(../images/orangebg2.jpg);
	background-color: #ec7027;
	background-size: cover;
}
.blue-candy{
	background: url(../images/CANDY-SHOP_CLASSIC-BG_2.jpg);
	background-color: #119cd3;
	background-size: cover;
}
.green-candy{
	background: url(../images/CANDY-SHOP_RIBBED-BACKGROUND_2.jpg);
	background-color: #2c8d25;
	background-size: cover;
}
.contact-head{
	background: url(../images/contactbg.png);
	background-size: cover;
	padding-bottom: 60px;
	min-height: 100%;
}
.cd_types{
	background: url(../images/TRUST_CANDY-SHOP_LP-BG.jpg);
	background-size: cover;
}
.inner-head{
	height: 600px;
	position: relative;
}
.fo-head{
}
.main-contact{
	height: auto;
}
.footer-main{
	background-color: #000000;
	padding: 15px 0;
}
.foot-wrap{
	margin: 0 auto;
	color: #ffffff;
}
.right-foot{
	text-align: center;
}
.left-foot{
	float: right;
}
.white{
	color: #ffffff;
}
.normal{
	color: #000000;
}
.margin{
	margin: 0 auto;
	height:100%
}
.bg_text{
	font-size: 220px;
    text-align: center;
    font-weight: bolder;
    padding: 80px 0;
    opacity: 0.5;
    color: #ffffff78;
}
.banner_blog_text{
	/*background: url(../images/TRUST_SEXCAPADES-COVER_5.jpg);*/
	/*-webkit-text-fill-color: transparent; */
    color: #469af5;
    opacity: 0.6;
    -webkit-background-clip: text;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    white-space: nowrap;
    background-position: bottom;
    background-repeat: repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 160px;
    font-weight: bolder;
}
.banner_blog_text_inner{
	line-height: normal;
}
.top_head, .blog-first, .fo-first{
	padding-top: 40px;
}
.logo{
	float: left;
	margin-right: 150px;
	width: 200px;
}
.logo_img{
	max-width: 170px;
}
.menu_float{
	float: left;
    letter-spacing: 1px;
    margin-right: 50px;
}
.menu {
    /*margin: 0 auto;*/
    /*display: table;*/
    float: right;
}

.menu ul{
    display: table;
    width: 100%;
}

.menu ul li {
    float: left;
    padding: 0 15px;
    /*color: #000000;*/
    line-height: 139px;
}

.menu ul li a{
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.menu ul li.active a, .menu ul li a:hover {
    font-weight: bolder;
    color: #ffffff;
    text-decoration: overline;
}

.menu ul li:last-child a{
    font-size: 25px;
}
.insearch{
	float: right;
    padding: 8px 20px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 5px;
}
.main-search{
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 10px 30px;
	width: 250px;
}
.pages{
	padding-top: 60px;
	width: 40%;
	margin: 0 auto;
}
.iclass{
	font-size: 18px !important;
	padding: 0;
	vertical-align: middle;
	margin-top: -6px;
}
.get-result .iclass{
	color: #000000;
}
/**/
	.form {
	  outline: 0;
	  float: right;
	  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	}

	.form > .textbox {
	  outline: 0;
	  height: 42px;
	  width: 150px;
	  line-height: 42px;
	  padding: 0 16px;
	  background-color: rgba(255, 255, 255, 0.8);
	  color: #212121;
	  border: 0;
	  float: left;
	  -webkit-border-radius: 4px 0 0 4px;
	  border-radius: 4px 0 0 4px;
	}

	.form > .textbox:focus {
	  outline: 0;
	  background-color: #FFF;
	}

	.form > .button {
	  outline: 0;
	  background: none;
	  background-color: rgba(38, 50, 56, 0.8);
	  float: left;
	  height: 42px;
	  width: 42px;
	  text-align: center;
	  line-height: 42px;
	  border: 0;
	  color: #FFF;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: 16px;
	  text-rendering: auto;
	  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	  -webkit-transition: background-color .4s ease;
	  transition: background-color .4s ease;
	  -webkit-border-radius: 0 4px 4px 0;
	  border-radius: 0 4px 4px 0;
	}

	.form > .button:hover {
	  background-color: rgba(0, 150, 136, 0.8);
	}
/**/
/**/
	/*.quotation{
	  font-size: 25px;
	  margin: 0 auto;
	  quotes: "\201C""\201D""\2018""\2019";
	  padding: 0 20px;
	  line-height: 1.4;
	  font-weight: 700;
	  font-style:  italic;
	}

	.quotation:before {
	  content: open-quote;
	  display: inline;
	  height: 0;
	  line-height: 0;
	  left: -10px;
	  position: relative;
	  top: 40px;
	  color: #000;
	  font-size: 4em;
	}
	.quotation::after {
	  content: close-quote;
	  display: inline;
	  height: 0;
	  line-height: 0;
	  left: 0px;
	  position: relative;
	  top: 40px;
	  color: #000;
	  font-size: 4em;
	}*/
	.inner-wrapper blockquote p{
	  font-size: 25px;
	  margin: 0 auto;
	  quotes: "\201C""\201D""\2018""\2019";
	  padding: 0 20px;
	  line-height: 1.4;
	  font-weight: 700;
	  font-style:  italic;
	}

	.inner-wrapper blockquote p:before {
	  content: open-quote;
	  display: inline;
	  height: 0;
	  line-height: 0;
	  left: -10px;
	  position: relative;
	  top: 40px;
	  color: #000;
	  font-size: 4em;
	}
	.inner-wrapper blockquote p:after {
	  content: close-quote;
	  display: inline;
	  height: 0;
	  line-height: 0;
	  left: 0px;
	  position: relative;
	  top: 40px;
	  color: #000;
	  font-size: 4em;
	}
/**/
.inner-wrapper ol{
	list-style-type: decimal;
    font-size: 1.4em;
    color: #575756;
    line-height: 30px;
    font-weight: 500;
}
.inner-wrapper ol li{
	padding: 10px 0;
}
.wild{
	font-size: 4.5em;
    line-height: 60px;
    width: 80%;
    font-weight: 500;
	padding-bottom: 20px;
}
.main-first_wrap h2{
	font-size: 1.3em;
}
.down:hover {
    animation: glitch 4s steps(100) infinite;
}

@keyframes glitch {
0%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
1%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
2%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
3%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
4%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
5%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
6%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
7%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
8%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
9%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
10%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
11%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
12%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
13%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
14%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
15%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
16%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
17%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
18%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
19%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
20%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
21%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
22%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
23%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
24%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
25%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
26%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
27%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
28%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
29%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
30%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
31%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
32%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
33%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
34%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
35%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
36%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
37%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
38%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
39%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
40%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
41%{text-shadow:50px 0 0 blue,-50px 0 0 lime;}
42%{text-shadow:0 0 0 blue,0 0 0 lime;}
43%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
44%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
45%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
46%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
47%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
48%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
49%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
50%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
51%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
52%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
53%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
54%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
55%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
56%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
57%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
58%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
59%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
60%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
61%{text-shadow:30px 0 0 red,-30px 0 0 lime;}
62%{text-shadow:0 0 0 red,0 0 0 lime;}
63%{text-shadow:0.5px 0 0 red,-0.5px 0 0 blue;}
64%{text-shadow:0.5px 0 0 red,-0.5px 0 0 blue;}
65%{text-shadow:0.5px 0 0 red,-0.5px 0 0 blue;}
66%{text-shadow:0.5px 0 0 red,-0.5px 0 0 blue;}
67%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
68%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
69%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
70%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
71%{text-shadow:70px 0 0 red,-70px 0 0 blue;}
72%{text-shadow:0 0 0 red,0 0 0 blue;}
73%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
74%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
75%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
76%{text-shadow:1px 0 0 red,-1px 0 0 blue;}
77%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
78%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
79%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
80%{text-shadow:-1px 0 0 red,1px 0 0 blue;}
81%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
82%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
83%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
84%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
85%{text-shadow:0.5px 0 0 red,-0.5px 0 0 lime;}
86%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
87%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
88%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
89%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
90%{text-shadow:-1px 0 0 red,1px 0 0 lime;}
91%{text-shadow:60px 0 0 lime,-60px 0 0 blue;}
92%{text-shadow:0 0 0 lime,0 0 0 blue;}
92%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
93%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
94%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
95%{text-shadow:0.7px 0 0 blue,-0.7px 0 0 lime;}
96%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
97%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
98%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
99%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
100%{text-shadow:-1px 0 0 blue,1px 0 0 lime;}
}

.right-pages{
	float: right;
}
.active{
	font-weight: bolder;
    color: #096db5;
    font-size: 20px;
    text-decoration: overline;
}
.blog-float{
	margin-right: 30px;
	font-size: 20px;
	display: inline-block;
}
.details_yt{
	padding:20px;
}
.blog-list{
	margin: 0 auto;
	padding: 80px 0;
}
.kua-list{
    padding: 0 0 70px 16px;
}
/*--blog-search--*/
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #1c75cfe8;
    width: 10%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 0px 65px 0px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*-end-*/
.down{
	width: 248px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
}
.chevronDown{
    position: absolute;
    bottom: 0;
    left: 104px;
    right: 0px;
    text-align: center;
    font-size: 80px;
}
.down span{display: inline-block;margin:20px;vertical-align: middle;animation: MoveUpDown 1s linear infinite;}
.down img{max-width:40px;}
.main-first{
    height: 40%;
    margin-top: 200px;
    display: table;
    left: 0;
    }
.main-first_wrap{
    display: table-cell;
    vertical-align: middle;
}
.cd-img{
	max-width: 300px;
}
.cd_types{
	text-align: center;
    padding: 50px 0;
}
.candy{
	padding-bottom: 70px;
	font-size: 4.5em;
}
.cds > a {
	display: inline-block;
}
.cds a img {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.cds a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

/*    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);*/
}
.first-wrap{
	margin: 0 auto;
	width: 60%;
	/* padding: 100px 0; */
	height:600px;
	vertical-align: middle;
	display:table;
}
.omg{
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	/* padding-right: 50px; */
}
.frame{
	text-align: center;
	margin: 80px 0;
}
.blog-first{
	color: #ffffff;
	position: absolute;
	bottom: 50px;
}
.fo-first{
	color: #ffffff;
	text-align: center;
}
.mascot{
	max-width: 250px;
}
.naughty{
	font-size: 70px;
	/* margin-bottom: 15px; */
	line-height: normal;
	font-weight: 600;
}
.naughty-text{
	font-size: 1.3em;
}
.blog-first:hover {
  -webkit-transition: all ease-in-out;
  -moz-transition: all ease-in-out;
  -ms-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
  color: transparent;
  text-shadow: 0 0 2px rgba(255,255,255,0.9), 2px 0px 0px #00FFD7, -1px 0px 0px #FF0000;
  padding: 0 0 0 -1px;
}
.sorry{
	font-size: 2.5em;
	padding-bottom: 45px;
	line-height: normal;
	width: 70%;
	margin: 0 auto;
}
/*
.naughty-text{
	font-size: 1.3em;
	width: 37%;
	line-height: 25px;
	color: #03b9fc;
}
*/
.sorry-text{
	font-size: 1.5em;
	width: 100%;
	line-height: 25px;
	padding-bottom: 100px;
}
.sorry-text a{
	text-decoration: none;
	color: #bcbbbb;
}
.main-blog .naughty-text{
	font-size: 1.3em;
    width: 100%;
    line-height: 25px;
    color: #ffffff;
}
.main-blog.error_page .footer-main{position:absolute;right:0;left:0;width:100%;bottom:0;}
.main-blog.error_page{background-size: cover;
	position: relative;
	background-position: center; height: 97vh;}
.post-main{
	margin: 40px auto;
	width: 90%;
	/*
	max-height: 600px;
    overflow-y: scroll;
*/
}
.vid-main{
	background-color: #e8e8e8;
}
.vid-sub{
	margin: 0 auto;
    width: 75%;
}
.blog-posts {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.pole{
	text-align: center;
}
.vid-posts {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 80px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.blog-wrap {
	/* text-align: center; */
	/* background-color: #F8F8F8; */
	/* border: 1px solid #cfcfcf; */
	/* box-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	/* border-bottom: 1px hidden #fff; */
	/* -webkit-border-radius: 2px; */
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	/* border-radius: 3px; */
}
.blog_wrapper{
    background-color: #F8F8F8;
    border: 1px solid #cfcfcf;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border-bottom: 1px hidden #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 3px;
    margin-bottom: 1.875em;
}
.blog_wrap_det{padding: 20px;}
.vid-wrap {
	/* width: 27%; */
	text-align: center;
	/* float: left; */
	/* margin-top: 35px; */
	background-color: #F8F8F8;
	/* padding-bottom: 20px; */
	/* margin-left: 3%; */
	/* margin-right: 3%; */
	/* border-radius: 3px; */
	/*	padding-top: 20px;*/
	/*	border: 1px solid #cfcfcf;*/
	/*	border-bottom: 4px solid #404040;*/
}
.blog-title {
	margin-bottom: 5px;
	color: #555555;
	text-align: left;
	/* padding-left: 20px; */
	font-weight:  bolder;
	/* padding-right: 20px; */
}
.vid-title {
	/* margin-top: 10px; */
	margin-bottom: 10px;
	color: #70706f;
	text-align: left;
	/* padding-left: 20px; */
	font-weight: 700;
	/* padding-right: 20px; */
}
.blog-tag {
	margin: 0;
	color: #999;
	text-align: left;
	padding-bottom: 10px;
	/* padding-left: 20px; */
	font-size: 13px;
}
.blog-column {
	margin: 0;
	color: #666;
	text-align: left;
}
.vid-column {
	margin: 0;
	color: #70706f;
	font-weight: normal;
	text-align: left;
}
.post-button{
    padding: 10px 30px;
    /* background-color: #cfcfcf; */
    border: 1px solid #888;
    border-radius: 5px;
    text-decoration: none;
    /* float: left; */
    margin-top: 10px;
    color: #666;
    display: inline-block;
}
.post-button:hover{
	/* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.cards{
    width: 100%;
    height: 240px;
}
.vids{width: 100%;/*height: 250px;*/background-size: cover;background-position: center;}
.feature-main{
	margin: 0 auto;
    width: 50%;
    padding-bottom: 50px;
}
.video-box{
	position: relative;
}
.play-this{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.play-me{
    border-radius: 50%;
	max-width: 100%;
    height: auto;

}
/*--Just incase {but i know they won't}--

.play-me {
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
}

*/
.feature-text{
	text-align: center;
	padding: 70px 0;
	font-size: 20px;
}
.tube{
	text-align: center;
	font-size: 40px;
	padding: 70px 0;
	font-weight: bolder;
}
/*--loadmore--*/
.more{
	margin: 0 auto;
}
.more a, .more a:visited {
    color: #33739E;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
.more a:hover {
    text-decoration: none;
}
.more #loadMore {
    padding: 10px;
    text-align: center;
    color: #000000;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
	border:  1px solid #cfcfcf;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.more #loadMore:hover {
    background-color: #cfcfcf;
    color: #ffffff;
}
.orange{
	/* max-width: 400px; */
}
.orange-text{
	float: none;
	color: #ffffff;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	/* padding-left: 50px; */
}
.studd{
	max-width: 400px;
    padding-bottom: 30px;
}
.studd-text{
	font-size: 20px;
}
.frame_p{
	text-align: center;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 400;
}
.bounce_it {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.shop{
	/* max-width: 300px; */
	/* padding: 0 10px; */
}
.got{
	font-size: 80px;
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
}
.buy{
	text-align: center;
    font-size: 50px;
    padding-bottom: 50px;
}
.shops{
	text-align: center;
	padding-bottom: 100px;
}
.shops a{display: inline-block;max-width: 180px;margin: 0 30px;}
.contact-wrap{
	margin: 0 auto;
	width: 100%;
}
.right-contact{
	background: url(../images/large_cd.png);
	background-size: cover;
	float: right;
	width: 512px;
	height: 476px;
	/* padding: 70px 50px 50px; */
	position: relative;
	padding: 56px;
}
@media ( max-width: 800px ) {
	.right-contact{
		float: none;
		width: 100%;
	}
}
.right-contact hgroup {
	position: absolute;
	top: 7px;
	left:0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	display:block;
}
.left-contact{
	float: left;
	/* padding-right: 250px; */
}
@media ( max-width: 800px) {
	.left-contact{
		float: none;
	}
}
.hear{
	text-align: center;
    padding-bottom: 82px;
    line-height: 70px;
    font-size: 60px;
    color: #ffffff;
}
.contact-first{    max-width: 1280px;
    width: 100%;
    margin: 0 auto;}
.contact-txt1{
	line-height: 35px;
}
.contact-txt1 .gmail{
	display: block;
    margin-left: 60px;
}
.contact-txt1 a, .contact-txt2 a{
	font-size: 25px;
	color: #ffffff;
}
.contact-txt1 .fa{
	font-size: 2em;
    color: #ffffff;
}
.contact-txt2 .fa{
	font-size: 2em;
    color: #ffffff;
}
.contact-txt3{
	padding-top: 200px;
}
hgroup {
	text-align: justify;
	/* margin-top: -26px; */
	padding: 35px 85px;
	font-size: 25px;
	font-weight: 600;
	color: #005ff8;
}
.text_area{
	resize: none;
	width: 100%;
	height: 70px;
	padding: 10px;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.right-contact form {
	width: 100%;
	margin: -1em auto;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}
.inner-wrapper{
	padding: 50px 0;
}
/*.intext{
	font-size: 1.4em;
    color: #575756;
    line-height: 30px;
    font-weight: 500;
}*/
.inner-wrapper p{
    font-size: 1.2em;
    color: #575756;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: normal;
}
/*.binner{
	font-size: 1.7em;
    color: #575756;
    line-height: 70px;
    font-weight: 700;
}*/
.inner-wrapper h4{
	font-size: 1.7em;
    color: #575756;
    line-height: 70px;
    font-weight: 700;
}
/*.olink{
	font-size: 1.4em;
    font-weight: 500;
    line-height: 40px;
}*/
.inner-wrapper a{
	font-size: 1.4em;
    font-weight: 500;
    line-height: 40px;
    display: list-item;
}
.block-main {
	position: relative;
}
.block-wrap {
	position: relative;
    padding: 30px 0;
    color: #666;
    font-size: 1.4em;
    line-height: 30px;
    font-weight: 700;
}
.cd_social{
	padding: 50px 0;
    margin: 0 auto;
    width: 88%;
}
.get{
	padding-bottom: 60px;
    font-size: 4em;
	text-align: center;
}
.get_p{
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.3em;
}
/*.twits{
	height: 200px;
}*/
.mainfeed{
    width: 23%;
    margin:10px;
	float: left;
}
.mainfeed-wrap{
	border: 1px solid #a0a0b8;
    padding: 20px;
}
.firstfeed, .secfeed{
  padding-bottom: 15px
}
.feedimg{
  border-radius: 90px;
  float:left;
  margin-right: 15px
}
.feedbold{
  font-weight: bolder;
}
.feedtext{
  text-align: left;
}
.feedname{
  margin-top: 15px;
}
.faside{
  float: right
}
/*
.block-wrap:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  border-top: 25px solid #ccc;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ccc;
}
*/

/*
blockquote:before {
  content: '‟';
  position: absolute;
  top: 60px;
  right: 1550px;
  font-family: sans-serif;
  font-size: 6em;
  color: #ccc;
}

blockquote:after {
  content: '„';
  position: absolute;
  bottom: 70px;
  left: 1160px;
  font-family: sans-serif;
  font-size: 6em;
  color: #ccc;
  padding: 0;
}
*/

.inner-ol{
	list-style-type: decimal;
	font-size: 1.4em;
	color: #575756;
	line-height: 30px;
	font-weight: 500;

}
.inner-ol li{
	padding: 10px 0;
}
.group {
	position: relative;
	margin-bottom: 22px;
}

.right-contact input {
	font-size: 15px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

.right-contact input:focus { outline: none; }


/* Label */

.right-contact label{
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}
.label{
  	color: #333333;
	font-size: 15px;
	font-weight: normal;
	pointer-events: none;
	left: 35px;
	top: 10px;
}

/* active */

.right-contact input:focus ~ label, input.used ~ label {
	top: -10px;
	transform: scale(.75);
	left: 2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #4a89dc;
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

.right-contact input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.right-contact input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.right-contact .button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  /* width: 50%; */
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  /* background: transparent; */
  border: 0;
  border-bottom: 2px solid #000000;
  cursor: pointer;
  transition: all 0.15s ease;
}
.right-contact .button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #018ff9;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.right-contact .ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #000000;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.right-contact .ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

/*--end--*/
/*
.search-container {
  width: 200px;
  display: block;
  margin: 0 auto;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  outline: none;
}
input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 75px;
  height: 75px;
  top: -62px;
  right: -45px;
}
*/
.icon-bar {
  position: fixed;
  top: 0;
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
  /* transform: translateY(-50%); */
  margin: 0 auto;
  z-index: 1;
  height: 159px;
  bottom: 0;
  margin: auto;
  z-index: 11;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.twitter {
  background: #55ACEE;
  color: white;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.instagram {
  background: #d6249f;
/*  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  color: white;
}

.youtube {
  background: #ff0002;
  color: white;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.content {
  margin-left: 75px;
  font-size: 30px;
}

.recent_blog{
	height: 30px;
    font-weight: bolder;
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 1.2em;
    margin-left: 30px;
}
#main_wrapper{
	display: none !important;
	position: fixed;
}
.result-in{
	text-align: center;
    padding: 50px 0;
    background-color: #3e216bc9;
}
.get-result{
    /* border: 1px solid #ccc; */
    padding: 15px 15px 11px;
    /* border-radius: 10%; */
    background-color: #e1d63d;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    text-align: center;
    /*color: #000000;*/
    cursor: pointer;
}
.get-result:hover{
	background-color: #ffffff;

}
.pagination {
    display: inline-block;
    margin: 10px 740px 40px;
}

.pagination a {
    color: black;
    float: left;
    font-size: 25px;
    padding: 7px 12px;
    margin: 0 2px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 10%;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*--MAIN MEDIA QUERRY--*/
@media (max-width: 1600px) {
	.bg_text {
	    font-size: 200px;
	}
	.left-contact {
	    padding-right: 110px;
	}
	.pagination {
	    margin: 10px 520px 40px;
	}
	/*.play-this {
	    left: 710px;
	    top: 810px;
	}*/
}
@media (max-width: 1500px) {
	.banner_blog_text {
	    font-size: 140px;
	}
	.bg_text {
	    font-size: 180px;
	}
	.left-contact {
	    padding-right: 40px;
	}
	/*.play-this {
	    left: 640px;
	    top: 790px;
	}*/
}
@media (max-width: 1366px) {
	.bg_text {
	    font-size: 170px;
	}
	.down img{
		max-width: 35px;
	}
	.chevronDown{
		left:107px;
	}
	.formni {
	    margin: 200px 0 0 640px;
	    width: 25%;
	}
	.studd {
	    max-width: 300px;
	}

	.main-first {
	    margin-top: 80px;
	}
	.cd-img {
	    max-width: 250px;
	}
	.logo {
		margin-right: 0px;
		width: 170px;
		float: none;
	}
	.pages {
		width: 65%;
	}
	/*.twits {
		height: 300px;
	}*/
	/*.mainfeed {
		width: 250px;
	}*/
	.first-wrap {
		height: 400px;
	}
	.feature-main {
		width: 70%;
	}
	
	.cards {
		width: 100%;
	}
	.left-contact {
	    /* float: left; */
	    padding-right: 20px;
	}
	.contact-txt1 .fa, .contact-txt2 .fa{
		font-size: 1em;
	}
	.mascot {
	    max-width: 200px;
	}
	.sorry {
	    width: 50%;
	}
	.right-contact {
	    /* width: 450px; */
	    /* height: 400px; */
	}
	.right-contact form {
	    padding: 0.5em;
	}
	.group {
	    margin-bottom: 20px;
	}
	/*.right-foot {
	    width: 40%;
	}*/
	.contact-txt1 {
	    line-height: 22px;
	    padding-bottom: 20px;
	}
	.contact-txt1 .gmail {
	    margin-left: 40px;
	}
	.text_area {
	    /* width: 360px; */
	}
	.blog-wrap {
	    width: 33.33%;
	}
	/*.play-this {
	    left: 570px;
	    top: 830px;
	}*/
}
@media (max-width: 1280px) {

	/*.play-this {
	    left: 570px;
	}*/
	/*.twits {
	    height: 400px;
	}*/
	/*.mainfeed {
	    width: 200px;
	}*/
	.banner_blog_text {
	    font-size: 120px;
	}
	.bg_text {
	    font-size: 150px;
	}
	iframe{
		width: 700px;
	}
	.right-contact {
	    /* width: 60%; */
	    /* height: 390px; */
	}
	.group {
	    /* margin-bottom: 3px; */
	}
	.contact-txt3 {
	    padding-top: 130px;
	    width: 300px;
	}
	.right-contact form {
	    /* width: 300px; */
	}
	.main-first {
	    left: 200px;
	}
	.text_area {
	    /* width: 240px; */
	}
	.right-contact form {
	    /* width: 300px; */
	    padding: 0.7em;
	}
	.left-contact {
	    padding-right: 20px;
	}
	.hear {
	    padding-bottom: 70px;
	    font-size: 50px;
	}
	/*.play-this {
	    left: 500px;
	}*/

}
@media (max-width: 1136px) {
	.banner_blog_text {
	    font-size: 105px;
	}
	.bg_text {
	    font-size: 140px;
	}
	.mainfeed {
	    width: 45%;
	}
	.contact-head .margin {
	    width: 100%;
	    padding: 0 70px;
	}
	/*.play-this {
	    left: 450px;
	    top: 770px;
	}*/
}
@media (max-width: 1024px) {
	/*.slides li:nth-child(1){
		background-image: url(../images/rib-banner-small.jpg);
	}
	.slides li:nth-child(2){
		background-image: url(../images/rib-banner-small.jpg);
	}
	.slides li:nth-child(3){
		background-image: url(../images/rib-banner-small.jpg);
	}*/
	.banner_blog_text {
	    font-size: 90px;
	}
	.bg_text {
	    font-size: 120px;
	}
	.naughty {
	    font-size: 70px;
	}
	.naughty-text {
	    font-size: 1.2em;
	    width: 90%;
	}
	.formni {
        margin: 400px 0 0 640px;
	}
	.main-first {
	    left: 80px;
	}
	.wild {
	    font-size: 3.5em;
	}
	.candy {
	    font-size: 3.5em;
	}
	.cd-img {
	    max-width: 150px;
	}
	/*.mainfeed {
	    width: 315px;
	}*/
	.get {
	    font-size: 3.5em;
	}
	/*.twits {
	    height: 550px;
	}*/
	.first-wrap {
	    width: 100%;
	}
	.hear {
	    font-size: 40px;
	}
	.contact-txt3 {
	    padding-top: 90px;
	    width: 230px;
	}
	.contact-txt1 a, .contact-txt2 a {
	    font-size: 18px;
	}
	/*.play-this {
	    left: 390px;
	    top: 770px;
	}*/

}
@media (max-width: 910px) {
	.top_head{
		margin: 0 auto;
    	width: 20%;
	}
	.banner_blog_text {
	    white-space: pre-wrap;
	    padding-top: 100px;
	}
	.bg_text {
	    font-size: 100px;
	}
	.naughty {
	    font-size: 60px;
	}
	.formni {
	    margin: 400px 0 0 570px;
	}
	/*.play-this {
	    left: 340px;
    	top: 750px;
	}*/
	/*.play-me {
	    max-width: 90px;
	}*/
	.right-contact {
	    background: url(../images/large_cd.png);
	    background-size: cover;
	    float: right;
	    width: 400px;
	    height: 372px;padding:45px;
	}
	.textwidget.custom-html-widget {
		display: none !important;
	}
	footer .textwidget.custom-html-widget{
		display: block !important;
	}
	.logo_img {
	     max-width: 100%;
	}
.mobile-nav a {
    font-family: Arial, sans-serif;
    font-weight: normal;
    display: block;
    line-height: 16px;
    /* padding: 20px 0 20px 20px; */
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.mobile-nav-content .icon-bar .textwidget.custom-html-widget{
	display: block !important;
}
.icon-bar {

}
.icon-bar a{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 0px;
	text-align: center;
	/* padding: 20px; */
}
#header{display:block}

	.header .logo{
		float:none;
		margin: 20px auto;
		max-width: 150px;
		width: 100%;
	}
	.down{
		bottom: 60px;
	}
	.main-first {
	    left: 150px;
	}
	.first-wrap {
	    width: 100%;
	}
	iframe {
	    width: 600px;
	}
	.got {
	    font-size: 70px;
	}
	.studd {
        max-width: 200px;
	}
	.shops a {
	    max-width: 150px;
	    margin: 10px 30px;
	}
	/*.twits {
	    margin: 0 30px;
	    height: 600px;
	}*/
	/*.mainfeed {
	    width: 280px;
	    margin: 10px 10px;
	}*/
	.contact-wrap {
	    /* width: 65%; */
	}
	hgroup {
	    padding: 35px 65px;
	    font-size: 1.7em;
	    /* margin-top: -85px; */
	}
	.contact-txt3 {
	    padding: 60px 0;
	    width: 100%;
	}
	.contact-txt1 a, .contact-txt2 a {
	    font-size: 23px;
	}
	.menu{
		display: none;
	}
	/*#main_wrapper{
		display: block;
	}*/
	.icon-bar{
		display: none;
	}
	#main_wrapper{
		display: block !important;
		position: fixed;
	}
	#main_wrapper .icon-bar{
		display: block;
    width: 100%;
    position: relative;
    padding: 0 20px 0;
    height: auto;
    margin: 10px 0;
	}
	.header, .blog-head, .true-head, .candy-head, .contact-head, .inner-head {
	    margin-top: 0;
	}
	.right-contact {
	    background: url(../images/large_cd.png);
	    background-size: cover;
	    float: none;
	    width: 512px;
	    height: 476px;
	    padding: 56px;
	    margin: 0 auto;
	}
	.left-contact{float:none;max-width: 500px;margin: 0 auto;}
	.group {
	     margin-bottom: 20px;
	}
	.right-contact form {
		/* border-radius: 1%; */
	}
	.post-main {
	    width: 96%;
	}
	#main_wrapper{/*position: fixed;width:100%;/* overflow:hidden; */height: 100%;/* min-height:100%; */z-index: 1000;top: 0;}

}

/* Small Desktops */
@media (max-width: 768px) {
	.top_head {
	    width: 30%;
	}
	.bg_text{
		padding: 0;
	}
	.bg_text .bg_text_h {
		line-height: 100px;
	}
	.formni {
	    width: 25%;
	    margin: 400px 0 0 290px;
	}
	.contact-head .margin {
	    width: 100%;
	    padding: 0;
	}
	.main-candy .large-10{width:100%;}
	.blog-wrap {
	    width: 50%;
	}
	.wild {
	    font-size: 3em;
	    line-height: 50px;
	}
	.main-first {
	    left: 100px;
	}
	.candy {
	    font-size: 3em;
	}
	.get {
	    font-size: 3em;
	}
	.mainfeed {
	    /* width: 80%; */
	    /* margin: 10px 50px; */
	}
	/*.twits {
	    height: 650px;
	}*/
	iframe {
	    width: 480px;
	}
	.main-first {
	    left: 110px;
	}
	.wild {
	    font-size: 2.3em;
	    line-height: 40px;
	}
	.main-first_wrap h2 {
	    font-size: 1em;
	}
	/*.cd-img {
	    max-width: 300px;
	}*/
	/*.mainfeed {
	    width: 350px;
	}*/
	/*.twits {
	    height: 1050px;
	}*/
	iframe {
	    width: 350px;
	    height: 250px;
	}
	.omg {
	    /* display: block; */
	    width: 45%;
	    height: auto;
	    /* float: left; */
	}
	.studd {
	    font-size: 48px;
	    padding: 0 0 20px;
	}
	.studd-text{
		font-size: 16px;
	}
	.orange-text {
	    width: 55%;
	    /* display: block; */
	    /* float: left; */
	}
	.got {
	    font-size: 40px;
	    padding:40px 0;
	}
	.buy {
	    font-size: 30px;
	}
	.shops a {
	    margin: 20px 15px;
	    max-width: 120px;
	}
	.blog-first {
	    margin: 0 30px;
	}
	.naughty {
	    font-size: 60px;
	}
	.naughty-text{
		width: 100%;
	}
	.vid-posts .large-4{
		width: 50%;
		padding-bottom: 20px;
	}
	.naughty {
	    font-size: 50px;
	}

	.more{
		width: 41.66667%;
	}
	.right-foot, .left-foot{
		float: none;
		width: 70%;
		margin:0 auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.right-contact {
	    /* width: 100%; */
	    /* min-height: 280px; */
	}
	.right-contact form {
	    width: 100%;
	    height: 383px;
	    position: relative;
	}
	hgroup {
	    padding: 35px 25px;
	    font-size: 1.5em;
	}
	.contact-wrap {
	    /* width: 75%; */
	}
	.contact-txt1 a, .contact-txt2 a {
	    font-size: 18px;
	}
	.hear {
	    font-size: 30px;
	    line-height: 40px;
	}
	.right-contact {
	    padding: 56px;
	    /* top: 40px; */
	}
	.blog-first{
	    text-align: center;
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	    max-width: 95%;
	    bottom: 30px;
	}
	.banner_blog_text {
	    top: 48%;
	}
	.blog-head{height:520px;}
	.true-head {
	    height: 600px;
	}
	.feature-main,.vid-sub{
	    width: 95%;
	}
	.first-wrap {
	    width: 100%;
	    height: auto;
	    padding: 30px 0;
	}
	.frame {
	    text-align: center;
	    margin: 50px 0;
	}

	.flex-text{
		width: 80%;
		margin: 0 auto;
	}
	/*.play-me {
	    max-width: 70px;
	}*/
	/*.play-this {
	    left: 240px;
	    top: 710px;
	}*/
}
/* Mobile */
@media (max-width: 580px) {
	.expand {
	    width: 85%;
	}
	.top_head {
	    width: 50%;
	}
	.banner_blog_text {
	    font-size: 75px;
	}
	.frame_p {
	    padding-top: 20px;
	}
	.frame {
	    margin: 50px 0;
	}
	.formni {
	    margin: 400px 0 0 200px;
	    width: 30%;
	}
	.main-first {
	    margin-top: 100px;
	    left: 0;
	    color: #ffffff;
	}
	.mainfeed {
	     width: 100%;
	     margin: 10px 0;
	}
	.right-contact hgroup {
    position: relative;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
    padding: 15px 0;
    background: #fff;
}
	.right-contact form {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 20px;
}
	.right-contact {
    background: none;
    background-size: cover;
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
.contact-head .margin {
    width: 100%;
    padding: 0 20px;
}
	.cds > a{
		display: block;
	}
	.down img{
		max-width: 35px
	}
	.first-wrap .large-6{width: 75%;display: inline;text-align: center;margin: 0 auto;}
	.vid-posts .large-4{width:100%;}
	/*.mainfeed {
	    width: 225px;
	}*/
	.get {
	    font-size: 2.5em;
	}
	/*.twits {
	    height: 1280px;
	}*/
	.cd-img {
	    max-width: 200px;
	}
	.blog-wrap {width:100%;}
	.candy {
	    font-size: 2.5em;
	}
	/*.header{
		background: url(../images/studd-banner-small.jpg);
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	@-webkit-keyframes switch {
	    50% {background-image: url(../images/rib-banner-small.jpg);}
	    100% {background-image: url(../images/class-banner-small.jpg);}
		50% {background-image: url(../images/rib-banner-small.jpg);}
		50% {background-image: url(../images/studd-banner-small.jpg);}
	}*/
	
	/*.main-first {
	    left: 40px;
        height: 0;
	}*/
	iframe {
	    width: 270px;
	    height: 250px;
	}
	.studd {
		max-width: 400px;
	    margin: 0 auto;
	    width: 90%;
	}
	.studd-text {
	    font-size: 17px;
	    padding: 0 20px;
	}
	.got {
	    font-size: 30px;
	    padding: 50px 0;
	}
	.buy {
	    font-size: 30px;
	    padding-bottom: 30px;
	}
	.naughty {
	    font-size: 35px;
	}
	/*.play-this {
	    left: 160px;
	    top: 700px;
	}*/
	/*.play-me {
	    max-width: 50px;
	}*/
}
@media (max-width: 420px) {
	.true-head {
	    height: 700px;
	}
	.formni {
        margin: 230px 0 0 0px;
	    width: 40%;
	}
	.banner_blog_text {
	    font-size: 59px;
        top: 50%;
	}
}
@media (max-width: 325px) {
	.formni {
	}
}
@media (max-width: 370px) and (max-height: 640px){
	.main-first {
	    margin-top: 0px;
	}
	.down{
		bottom: 60px;
	}
}
@media (max-width: 320px) and (max-height: 568px) {
	.main-first {
	    margin-top: -50px;
	}
	.main-first_wrap {
	    color: #ffffff;
	}
	.top_head, .blog-first, .fo-first {
	    padding-top: 20px;
	}
	.header .logo {
	    padding-bottom: 100px;
	}
}
/*--END QUERRY--*/


/**/
/*--End of main page CSS--*/
