/* --------------------- 
BASIC SETTINGS
--------------------- */
body {font-family: 'Verdana', sans-serif;}
a {color: #000;}

a:hover {
    color: #f53f2c;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

a:visited{
    text-decoration: none
}

.highlight {color: #f53f2c;}
h1 {font-size: 138px;}
h2 {font-family: 'Verdana', cursive;}
h4 {font-weight: 600;}

p {
    font-size: 13px;
    line-height: 1.7em;
    /*color: #b2b2b2;*/
}

/* --------------------- 
BUTTONS
--------------------- */
.btn:focus,
input:focus {
    outline: none !important;
}

.btn {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    padding: 10px 30px;
    margin-top: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.btn:focus {
    background: #26b859;
    color: #fff;
    border: 2px solid #2df552;
}

.btn-default {
    background: none;
    color: #2beb4e;
    border: 2.5px solid #2beb4e;
}

.btn-default:hover {
    background: #2df555;
    color: #fff;
    border: 2.5px solid #26b848;
}

.btn-reverse {
    border: 2.5px solid #fff;
    color: #fff;
    border-radius: 0;
}

.btn-reverse:hover {
    color: #fff;
    border-radius: 45px;
}

.btn-inverse {
    background: #f53f2c;
    color: #fff;
    border: 2.5px solid #f53f2c;
    margin-top: 0;
}

.btn-inverse:hover {
    background: #b73426;
    color: #fff;
    border: 2.5px solid #f53f2c;
}

/* --------------------- 
INPUT FIELDS
--------------------- */
input {
    padding: 10px 30px;
    border-radius: 15px;
    border: 2px solid #b2b2b2;
    margin: 30px 5px;
    color: #b2b2b2;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

input:focus {
    border: 2px solid #f53f2c;
}

/* --------------------- 
SECTION HEADINGS
--------------------- */
.sectionhead {padding: 0 20px;}
.sectionhead h2 {padding-bottom: 10px;}

.logo-top {
    width: 260px;
}

.sectionhead p {
    font-size: 16px;
    line-height: 1.6em;
}

.sectionhead hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}

/* --------------------- 
HERO SECTION
--------------------- */
#hero {
    text-align: center;
    height: 560px;
    color: #fff;
    background: url(../img/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#hero .container {padding-top: 70px;}

#hero h1 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: .8em;
    text-shadow: 7px 9px 5px rgba(161, 19, 15, 0.294);
}

#hero p {text-transform: uppercase;}

#hero p {
    padding-top: 75px;
    color: #fff;
}

.bigbell {margin-top: -65px;}

.santa {
    float: right;
    margin-top: -350px;
}

/* --------------------- 
OVERVIEW SECTION
--------------------- */
#overview {
    text-align: center;
    padding-top: 30px;
}

.col-md-6,
.col-lg-4 {
/*    padding-top: 20px;*/
}

#overview img {height: 120px;}

/* --------------------- 
CALL-TO-ACTION SECTION
--------------------- */
.calltoaction {
    margin-top: 75px;
    background: url(../img/bg.jpg) fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.calltoaction .content {padding: 65px 0;}
.calltoaction p {color: #9f9f9f;}

.calltoaction img {
    margin-top: -60px;
    margin-bottom: -15px;
}

/* --------------------- 
PRODUCTS SECTION
--------------------- */
#products {
    background: url(../img/tag.gif) no-repeat;
    background-position: right 0;
    padding-top: 25px;
}

.featureditem {padding: 75px 0 20px;;}
.featureditem img{margin-top: -20px;}
.productimg {max-width: 100%;}

.productimg:hover {
    opacity: .8;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
}

.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.offertag {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    padding: 5px;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(351deg);
    -webkit-transform: rotate(351deg);
    -moz-transform: rotate(351deg);
    -o-transform: rotate(351deg);
    -ms-transform: rotate(351deg);
}

.offertag h4 {margin-bottom: 0px;}
.offertag p {color: #fff;}

.bigtag {
    top: 10px;
    left: 400px;
}

.smalltag {
    top: 100px;
    left: 110px;
    -webkit-transform: rotate(351deg) scale(.8);
    -moz-transform: rotate(351deg) scale(.8);
    -o-transform: rotate(351deg) scale(.8);
    -ms-transform: rotate(351deg) scale(.8);
}

.fixedoffer {background: #89d055;}
.percentoffer {background: #f53f2c;}
.otheroffer {background: #668bde;}
.moreitems .col-md-4 {padding-left: 0;}

/* --------------------- 
SUBSCRIBE SECTION
--------------------- */
#subscribe {
    margin-top: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}
#subscribe11 {
    margin-top: 25px;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    color: #fff !important;
}
#subscribe11 a {
	color: #fff;
}
.santaicon {
    margin-top: -160px;
    overflow: hidden;
}

#subscribe .container {padding: 20px 0;}

/* --------------------- 
FOOTER SECTION
--------------------- */
footer {padding: 75px 0 30px 0;}
.logo {margin-top: -20px;}

.santacap {
    margin-top: -110px;
    margin-left: -105px;
}

footer hr {
    width: 75px;
    border-bottom: 4px solid #eeeeee;
}

/* --------------------- 
OVERLAY PRESET
--------------------- */
.redoverlay {
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 24, 0, 0.75);*/
    position: relative;
}

.lightoverlay {
    background-color: rgba(248, 248, 248, 0.9);
    position: relative;
}

.darkoverlay {
    background-color: rgba(54, 57, 66, 0.75);
    position: relative;
	padding-bottom: 10px;
	padding-top: 20px;
}

/* --------------------- 
SOCIAL ICONS
--------------------- */
.sticky-container {
    position: fixed;
    right: -125px;
    top: 130px;
    width: 200px;
}

.sticky li {
    list-style: none;
    background-color: #333;
    color: #b2b2b2;
    height: 36px;
    margin: 0px 0px 3px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale");
    filter: gray alpha(opacity=50);
    -webkit-filter: grayscale(50%);
}

.sticky li:hover {
    margin-left: -115px;
    filter: none;
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    padding: 2px;
}

.sticky li p {
    text-transform: uppercase;
    line-height: 36px;
}


/*COUNTDOWN_STYLES*/

#CDT {
    font-size: 60px;
    color: #eee;
    margin: 20px 0 20px;
    font-weight: bold;
}
#CDT span {
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

#CDT .number {
    display: inline-block !important;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/*MY_STYLES*/

.tYE h3 {
	margin-top: 0px !important;
}
.tYE {
	color: #FC7D07;
}

.sBTN {
	margin-top: 0px !important;
	-moz-box-shadow:4px 4px 5px #000000;
	-webkit-box-shadow:4px 4px 5px #000000;
	box-shadow:4px 4px 5px #000000;
	background:-webkit-gradient(radial, 90 6, 0, 128 -257, 465, from(#64CD21), to(#003218)) !important;
    background: -moz-linear-gradient(bottom, #028f46 21.89%, #62cc21 55.9%);
    color: #fff !important;
	border: 0px !important;
}
.sBTNtop {
	margin-top: 0px !important;
	-moz-box-shadow:4px 4px 5px #000000;
	-webkit-box-shadow:4px 4px 5px #000000;
	box-shadow:4px 4px 5px #000000;
	background:-webkit-gradient(radial, 90 6, 0, 128 -257, 465, from(#64CD21), to(#003218)) !important;
    background: -moz-linear-gradient(bottom, #028f46 21.89%, #62cc21 55.9%);
    color: #fff !important;
	border: 0px !important;
	padding: 8px 15px 8px 15px;	
}
.sBTNorange {
	margin-top: 0px;
	-moz-box-shadow:4px 4px 5px #000000;
	-webkit-box-shadow:4px 4px 5px #000000;
	box-shadow:4px 4px 5px #000000;
	
	border-radius: 7px 7px 7px 7px;
	
	background:-webkit-gradient(radial, 90 6, 0, 128 -257, 465, from(#f4a304), to(#de8203)) !important;
    background: -moz-linear-gradient(bottom, #f4a304 21.89%, #de8203 55.9%);
	color: #fff !important;
	border: 0px !important;
	padding: 10px 20px 10px 20px !important;
	cursor: pointer;
}

.headLINE {
	margin-top: 20px;
	background: #FC7D07;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 20px !important;
	color: #fff;
	text-align: center;
}



.YT {
	border: 4px solid #000;
	height: 380px;
	width: 640px;
}


.footer p {
	color: #fff;
}
.footer {
	height: 135px !important;
	width: 100% !important;
	background-color: #d8d8d8;
	color: #fff !important;
	margin-left: 0px;margin-right: 0px;
}

.sectionhead p {
	color: #2e2e2e;
	font-size: 22px;
}


.sFooter {
	color: #2c2c2c;
	background-color: #d8d8d8;
	padding-bottom: 20px !important;
	
}






.simple-btn-medium {
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
}


.sInput {
	width: 90%;
	margin-top: 10px;
	-moz-box-shadow:4px 4px 5px #000000;
	-webkit-box-shadow:4px 4px 5px #000000;
	box-shadow:4px 4px 5px #000000;
}

.sInput2 {
	width: 90%;
	margin-top: 0px;
	-moz-box-shadow:4px 4px 5px #000000;
	-webkit-box-shadow:4px 4px 5px #000000;
	box-shadow:4px 4px 5px #000000;
}
.sInputB {
	width: 90%;
	margin-top: 0px;
}





#sectionHeader {
	background: url(../img/headerFon.jpg) repeat !important;
}

#sectionHeaderOne {
	padding: 20px 0;
	background: url(../img/headerFon.jpg) repeat !important;
}


#sectionHeaderTwo {
	padding-top: 20px;
    background-repeat: no-repeat !important;
	background-image: url(../img/fon1.jpg);
	background-position: center center;
}

#sectionHeaderOne .tSize7 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}



.sectionForm {
	width: 80%;
	padding: 5px 15px 5px 15px;
	background: url(../img/headerFonOpacity68.png) repeat !important;
}



.sectionFormBottom {
	background: url(../img/fonBlackOpacity.png) repeat !important;
	padding: 15px 15px 15px 15px;
	width: 80%;

}


#sectionYouTube {
	padding-top: 80px;padding-bottom: 85px;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionYouTubeFon.jpg);
	background-position: center center;
}


#sectionServices {
	padding-top: 20px;padding-bottom: 85px;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionServicesFon.jpg);
	background-position: center center;
}


#sectionReviews {
	padding-top: 20px;padding-bottom: 55px;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionGovoryat.jpg);
	background-position: center top;
}


#sectionBest {
	padding-top: 30px;padding-bottom: 40px;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionBestLessonsFon.jpg);
	background-position: center center;
}


#sectionProgram {
	padding-top: 30px;padding-bottom: 55px;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionProgramFon.jpg);
	background-position: center center;
	min-height: 1000px;
}


#sectionKak {
	padding-top: 40px;padding-bottom: 250px !important;
    background-repeat: no-repeat !important;
	background-image: url(../img/sectionKakFon.jpg);
	background-position: center center;
}


#sectionDoverie {
	padding-top: 30px;padding-bottom: 50px;
    background-repeat: no-repeat !important;
	background-color: #f08e05;
	background-position: center center;
}




#sectionLine {
	padding-top: 15px;padding-bottom: 5px;
    background-repeat: no-repeat !important;
	background-color: #FC7D07;
	background-position: center center;
	
}
#sectionLine p {
    color: #fff;
    font-size: 18px;
}

#sectionFooter {
    border-top: 1px solid #ccc;
	padding-top: 15px;
    padding-bottom: 15px;
	background-color: #f5f4fa;
}

#sectionFooter .polit p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}



.dovImg {
	width: 170px;height: 60px;
	background: #ccc;
}


/* section-main */

.section-main h2 { font-weight: bold; text-align: center;}
.info-block p, ul { font-size: 18px; line-height: 26px; }
.info-block h3 { font-weight: bold;}
.info-block .important-info { font-size: 22px; text-align: center; }
.info-block .jeer { background-color: rgba(61, 61, 62, 0.86); padding: 20px; position: relative; color: #fff;}
.info-block .jeer .glyphicon { position: absolute; top: 6px; left: 8px; color: #d92952; }




















.bWidth90 {width: 90% !important;}


