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,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:focus {outline:none;}
h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', sans-serif;}

:focus { outline: none; }
html, body {font-family: 'Montserrat', sans-serif;}

#maincontainer {width:100%; float:left;}

/* ==================== MAIN START ==================== */

.scrollToTop{width:48px; height:48px; position:fixed; bottom:150px; right:60px; display:none;	
background:url(../images/arrow_up.png) no-repeat left top; text-indent:-9999px; z-index:1000;}

/* HEADER */

.top_container {width:100%; float:left; padding:30px 0;}

.top_container .logo {display:block;}
.top_container .logo a {display:inline-block;}
.top_container .logo a img {max-width:300px;}

.top_container .email {display:block; text-align:right;}
.top_container .email a {font-size:20px; color:#bbb; font-weight:500; line-height:28px; margin:5px 0 0; display:inline-block;}
.top_container .email a:hover {color:#ffc432;}

.header {width:100%; float:left;}

.header .hd_top {width:100%; float:left; background:#000; padding:10px 0;}
.header .hd_top #menu {display:block; padding:0; list-style:none;}
.header .hd_top #menu li {width:auto; float:left; padding:0 30px 0 0;}
.header .hd_top #menu li a {line-height:42px; font-size:13px; color:#fff; font-weight:500; display:block;}
.header .hd_top #menu li a:hover {color:#ffc432;}

.slicknav_menu {display:none;}

.header .hd_top .socail_icons {display:block; text-align:right;}
.header .hd_top .socail_icons a {display:inline-block; color:#fff; line-height:42px; font-size:17px; margin:0 5px;}
.header .hd_top .socail_icons a:hover {color:#ffc432;}

.header .hd_bottom {width:100%; float:left;  background:url("../images/m_bg.jpg") no-repeat center; background-size:cover;}

.header .hd_bottom .cover {display:block;}
.header .hd_bottom .cover img {max-width:100%;}

.header .hd_bottom .ebook_info {display:block; padding:120px 50px 30px 0;}
.header .hd_bottom .ebook_info small {display:block; color:#000; font-size:24px; font-weight:300; padding:0 0 15px;}
.header .hd_bottom .ebook_info h2 {display:block; font-family: 'Bebas Neue', cursive; color:#000000; font-size:48px;}

.header .hd_bottom .logo {display:block; padding:0 0 30px;}
.header .hd_bottom .logo small {display:block; color:#000; font-size:11px; font-weight:400; padding:0 0 10px;}
.header .hd_bottom .logo img {max-width:250px;}

/* BODY */

.bodycontainer {width:100%; float:left; min-height:300px;}
.bodycontainer h2 {display:block; color:#000; font-weight:700; font-size:28px; padding:0 0 30px;}
.bodycontainer p {display:block; font-size:16px; line-height:24px; padding:0 0 25px; color:#222;}

.bodycontainer .intro_container {width:100%; float:left; padding:70px 0 50px; background:#f8f8f8;}
.bodycontainer .intro_container p {display:block; font-size:15px; padding:0 0 25px; letter-spacing:0.25px; line-height:26px;}
.bodycontainer .intro_container p b {font-weight:700;}

.bodycontainer .btn_blk {display:block; text-align:center;}
.bodycontainer .btn_blk a {display:inline-block; padding:0 30px; line-height:38px; text-transform:uppercase; font-size:15px; font-weight:700; 
color:#000; box-sizing:border-box; border:1px solid #000; border-radius:25px; margin:0 0 0 10px;}
.bodycontainer .btn_blk a:hover {background:#000; color:#fff;}

.highlight_container {width:100%; float:left; padding:70px 0; background:rgba(255,196,50,0.15);}

.highlight_container .hc_top {width:100%; float:left;}

.highlight_container .hc_bottom {width:100%; float:left;}
.highlight_container .hc_bottom img {max-width:700px; border-radius:20px; display:inline-block!important;}

/*#ebook_highlights .owl-dots {display:block; text-align:center; padding:30px 0 0;}
#ebook_highlights .owl-dots .owl-dot {display:inline-block; padding:0 3px!important;}
#ebook_highlights .owl-dots .owl-dot span{width:12px; height:12px; border-radius:50%; background:#000000; display:inline-block; text-indent:-9999em;}
#ebook_highlights .owl-dots .owl-dot.active span {background:#ffc432;}*/

.highlight_container #ebook_highlights .item {opacity:0.4;  transition:.4s ease all;  margin:0;  transform:scale(.8); text-align:center;}
.highlight_container #ebook_highlights .active .item { opacity:1;  transform:scale(1);}
.highlight_container #ebook_highlights .active .item img {border-radius:10px;}
.highlight_container #ebook_highlights .owl-item {-webkit-backface-visibility:hidden; -webkit-transform:translateZ(0) scale(1.0, 1.0);}

.highlight_container .owl-controls {position:absolute; left:0; top:50%; width:100%; margin:-30px 0 0 0;}

.highlight_container .owl-controls .owl-prev {width:60px; height:60px; float:left; border-radius:50%; background:#eee; margin:0 0 0 50px; text-indent:-9999em; position:relative;}
.highlight_container .owl-controls .owl-prev::before {content:""; position:absolute; width:15px; height:15px; border-top:1px solid #333;  border-left:1px solid #333; border-right:0; border-bottom:0; transform: rotate(-45deg);  left:24px; top:23px;}

.highlight_container .owl-controls .owl-next {width:60px; height:60px; float:right; border-radius:50%; background:#eee; margin:0 50px 0 0; text-indent:-9999em; position:relative;}
.highlight_container .owl-controls .owl-next::before {content:""; position:absolute; width:15px; height:15px; border-bottom:1px solid #333;  border-right:1px solid #333; border-left:0; border-top:0; transform: rotate(-45deg);  left:18px; top:23px;}
	

.form_container {width:100%; float:left; background:#ffc432; padding:70px 0;}
.form_container .fc_inner {display:block; position:relative;}

.b24-form-wrapper {background:none!important; min-height:inherit!important; max-width:inherit!important;}
.b24-form-header-padding {display:none!important;}
.b24-form-padding-side {padding:0!important;}
.b24-form-field {width:32%!important; margin:0 1% 0 0!important; display:inline-block!important;}
.b24-form-field .b24-form-control {border:none!important; color:#000!important;}
.b24-form-btn-container {width:32%!important; position:absolute!important; right:27px!important; top:57px!important;}
.b24-form-btn-block {padding:0!important;}
.form_container .b24-form-control-alert {
    margin-bottom: 0 !important;
}
/* FOOTER */

.footer {width:100%; float:left;}

.footer .ft_top {width:100%; float:left; background:#222; padding:50px 0; text-align:center;}
.footer .ft_top strong {display:block; text-align:center; color:#ecbe00; font-weight:700; font-size:24px; padding:0 0 30px;}
.footer .ft_top p {display:block; text-align:center; color:#fff; font-weight:300; line-height:24px; padding:0; font-size:14px;}
.footer .ft_top p b {text-transform:uppercase; color:#ecbe00; font-weight:700; font-size:18px;}
.footer .ft_top p a {color:#fff; font-weight:700; letter-spacing:1px;}

.footer .ft_top .pic {width:120px; height:120px; display:inline-block; border-radius:50%; margin:0 0 20px;}
.footer .ft_top .pic img {border-radius:50%;}

.footer .ft_bottom {width:100%; float:left; background:#000; padding:20px 0;}
.footer .ft_bottom address {display:block; text-align:center; font-size:13px; font-weight:300; letter-spacing:0.5px; line-height:22px; color:#fff;}





