/*

	Main Site Definitions
	
*/
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{ margin: 0; padding: 0; list-style: none; outline: 0; border: 0; }
body { font: 300 14px "Roboto", Sans-Serif; color: #707381; background: #f8f8f8; }
input, select, textarea { font: 13px "Roboto", Sans-Serif; }

.x:before, .x:after { content: " "; display: table; clear: both; }  

a { text-decoration: none; cursor: pointer; transition: all 0.3s ease-in-out; color: #019ADE; }

h1, h2, h3, h4 { color: #2D2E33; font-weight: 900; }

h1 { font-size: 40px; letter-spacing: -1px; }
h2 { font-size: 31px; letter-spacing: -.8px; margin: 0 0 30px; line-height: 42px; }
h3 { font-size: 20px; margin: 0 0 15px; }
h4 { font-size: 17px; margin: 0 0 10px; }
p { line-height: 1.64em; }
.indent { padding-left: 15px; }
.line-indent { border-left: 3px solid #ddd; padding: 0 0 0 15px; }
strong, b { color: #2D2E33; font-weight: 700; }
.blue { color: #019ADE; font-weight: 700; }

.center { text-align: center; }
.constrained { padding: 0 20%; }

/* content holder */
.w { width: 1200px; margin: 0 auto; }

/* horizontal sections */
.white { background: #F8F8F8; padding: 55px 0; }
.full-white {  background: #fff; padding: 55px 0; }
.grey { background: #eee; padding: 55px 0; }

/* header */
#header { background: url(../images/bg2.png); padding: 60px 0 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
/* header */
#header-sm { background: url(../images/sm-bg.png); padding: 60px 0 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/* logotype */
#logo { float: left; margin: 4px 0 50px; width: 130px; }

#mobile-menu-icon { display: none; }

/* menu */
#menu { float: right; height: 48px; margin: 1px 0 0 0; position: relative;  }
#menu li { display: inline; font-size: 16px; font-weight: 500; }
#menu li a { float: left; color: #6A6E70; margin: 0 34px 0 0; padding: 5px 0; height: 24px; }
#menu li a.current, #menu li a:hover { color: #fff; }

/* login button */
#login-button { position: relative; }
#login-button a { float: right; padding: 7px 15px; background: #019ADE; color: #fff; font-weight: 700; font-size: 13px; border-radius: 20px; text-transform: uppercase; text-shadow: 1px 1px rgba(0,0,0, .2); border-top: 1px solid rgba(0,0,0, .2); }
#login-button a:hover { background: #017BB2; }

/* login form */
#login { display: none; position: absolute; width: 214px; top: 40px; right: 0; background: #101214; border-radius: 5px; padding: 20px 18px; z-index: 100; }
#login input[type=text], #login input[type=password] { clear: both; float: left; width: 200px; padding: 7px; border: 1px solid #ccc; border-radius: 2px; margin: 0 0 10px; background: #fff; }
#login input[type=submit] { float: left; width: 214px; cursor: pointer; margin: 5px 0 0; padding: 10px 0; background: #019ADE; color: #fff; border: 0; font-weight: 700; border-radius: 2px; text-transform: uppercase; transition: all 0.3s ease-in-out; }
#login input[type=submit]:hover { background: #0179AD; }
#login label { float: left; color: #6A6E70; font-weight: 400; font-size: 12px; margin: 0 0 3px; padding: 0; }

/* user */
#user { float: right; font-size: 13px; color: #fff; font-weight: 700; position: relative; margin: 1px 0 0; }
#user a { float: right; color: #019ADE; padding: 7px 15px; background: rgba(0,0,0, .3); border-radius: 20px; }
#user a i { float: right; color: #555; margin: 0 0 0 10px; font-size: 12px; color: #fff; }
#user a:hover { background: rgba(0,0,0, .6); }

.choose-lang { float: right; font-size: 13px; color: #fff; font-weight: 400; padding: 7px 15px; margin: 1px 0 0 10px; background: rgba(0,0,0, .3); border-radius: 20px; }
.choose-lang:hover { background: rgba(0,0,0, .6); }

/* user menu */
#usermenu { display: none; position: absolute; z-index: 50; width: 200px; top: 40px; right: 0; border-radius: 5px; background: #019ADE; text-align: right; }
#usermenu a { display: block; float: none; color: #fff; padding: 14px 10px; font-size: 13px; background: #019ADE; border-radius: 4px; text-shadow: 1px 1px rgba(0,0,0, .2); }
#usermenu a.logout { border-top: 1px solid #4DB8E8; }
#usermenu a:hover { background: #0179AD; }
#usermenu a i { margin: 0 0 0 10px; }



/* pitch */
#pitch { clear: both; padding: 70px 0 100px; text-align: center; }
#pitch h1 { margin: 20px 0 30px; font-size: 84px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 60px; text-shadow: 1px 1px 10px rgba(0,0,0, .2); }
.pitch-desc { margin: 0 0 90px; font-size: 22px; font-weight: 300; }
.pitch-slogan { font: normal 26px 'Avenir Next LT Pro', cursive; margin: 0 0 30px; color: #019ADE; }
.count-explain { font-weight: 400; font-size: 14px; color: rgba(255,255,255, .3); margin: 0 0 70px; }
.pbutton { background: #019ADE; padding: 12px 35px; display: inline-block; text-align: center; border-radius: 40px; color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; text-shadow: 1px 1px rgba(0,0,0, .2); }
.pbutton:hover { background: #0175A7; }
.pbutton.transparent { border: 2px solid #fff; background: none; padding: 12px 26px;  }
.pbutton.transparent:hover { background: #fff; color: #000; }
.pbutton.spaced { margin: 0 7px 0 0; }
#pitch .pbutton { margin: 0 7px; width: 200px; padding: 14px 0; }

.pitch-video { margin: 0 10%; text-align: center; }
.pitch-video-hold { margin: 0 10%; }
.pitch-video video { width: 100%; }

#content { margin: 0 0 60px; padding: 40px 0 0; }

.home-narrow { padding: 0 7%; }
.bubble { display: inline-block; position: relative; background: #019ADE; border-radius: 50%; width: 210px; height: 170px; padding: 40px 0 0; }
.bubble p { padding: 0 20px; font-size: 17px; line-height: 1.3em; color: rgba(255,255,255, .8); }
.bubble p.bubble-featured { padding: 0; font-size: 42px; text-shadow: 1px 1px rgba(0,0,0, .2); font-weight: 900; letter-spacing: -1.5px; color: #fff; margin: auto; align-self: center; line-height: 56px; }


/* small bubbles */
.small-bubble { float: left; background: #019ADE; text-align: center; text-shadow: 1px 1px rgba(0,0,0, .2); width: 70px; line-height: 70px; border-radius: 50%; font-size: 22px; letter-spacing: -1px; font-weight: 900; color: #fff; margin: 0 20px 20px 0; }
.small-bubble-text { padding: 25px 0 0; font-weight: 600; font-size: 15px; line-height: 1.2em;  }
.small-bubble-text .notice { font-size: 11px; opacity: .6; }
.content-line { clear: both; border-bottom: 1px dotted #ddd; margin: 0 0 25px; padding: 10px 0 0; }

/* halfs */
.half { float: left; width: 48%; }
.half.last { float: right; }

/* thirds */
.third { float: left; width: 30%; margin: 0 5% 0 0; text-align: center; }
.third.last { float: right; margin-right: 0; }
.third i { display: inline-block; border: 3px solid #019ADE; color: #019ADE; font-size: 32px; border-radius: 50%; width: 80px; line-height: 80px; text-align: center; margin: 0 0 20px;  }
.third h3 { font-size: 20px; color: #222; }
.third img { width: 100%; padding: 10px 0 0; }

.fourth { float: left; width: 23%; margin: 0 2% 0 0; }
.fourth.last { margin-right: 0; }
.fourth.thinner { width: 21%; margin: 0 2%; }

/* doubles */
.double { float: left; width: 65%; }
.double.last { float: right; }

/* stat bits - home */
.sbit { }
.sbit span { color: #0099DD; font-weight: 700; }

/* page */
#page { padding: 30px 0; }
#page h2 { margin: 0 0 40px; }
#page p { margin: 0 0 15px; }
#page p strong {  }
#preview { float: right; margin: 30px 0 0 20px; }
.thin-page { width: 70%; margin: 0 auto; color: #444; }
.thin-page li { list-style-type: circle; margin: 0 0 0 20px; }
ul.checks { }
ul.checks li { background: url(../images/favicon.png) no-repeat left center; font-size: 15px; background-size: 15px; padding: 3px 0 3px 25px; }

/* logotypes */
.logotypes { text-align: center; }
.clogo { position: relative; display: inline-block; width: 12%; height: 64px; margin: 0 1px 20px; }
.clogo img { display: block; margin: 0 auto; position: relative; max-width: 86%; top: 50%; transform: translateY(-50%);  }

/* home blog posts */
.home-blog { text-align: center; padding: 0 15% 30px; }
.home-blog .blog-published { padding: 20px 0 4px; font-size: 13px; opacity: .6; }
.home-blog h3 a { color: #2D2E33; }
.blog-thumb { display: inline-block; width: 140px; height: 140px; overflow: hidden; border-radius: 50%; margin: 0 20px 0 16px; border: 8px solid #ECEFF0; }
.blog-thumb img { height: 100%; }
.home-blog .blog-teaser { color: #7D808E; }
.home-blog h3 a:hover { border-bottom: 1px solid #eee; }

#page p.linker-widget-col.inline { margin: 0 2% 15px 0; }
#page p.linker-widget-col.inline.last { margin-right: 0; }

/* sliders */
.unslider { clear: both; overflow: hidden; position: relative; }
.unslider-wrap { position: relative; }
.unslider-wrap.unslider-carousel li { float: left; z-index: 1; padding: 0 0 50px; }
.unslider-nav { position: absolute; bottom: 20px; z-index: 1; text-align: center; width: 100%; }
.unslider-nav li { display: inline-block; text-indent: -9999px; cursor: pointer; background: #D7DDE1; width: 14px; height: 14px; border-radius: 50%; margin: 0 0 0 10px; }
.unslider-nav li:hover, .unslider-nav li.unslider-active { background: #019ADE; }

/* widget formats slider */
.formats { text-align: center; padding: 0 0 30px; width: 50%; margin: 0 auto; }
.formats img { display: inline-block; width: 100%; }

/* blog */
.blog-category-post { clear: both; border-top: 1px solid #ddd; padding: 30px 0 20px; }
.blog-category-post h3 { margin: 0 0 20px; }
.blog-category-post-image { float: left; width: 200px; margin: 0 20px 0 0; }
.blog-info { float: left; text-align: center; }
#page p.blog-published { font-size: 12px; margin: 0 0 10px; padding: 0; }
.share { clear: both; margin: 0 0 5px; }
.blog-post { margin: 0 7% 0 0; padding: 0 0 0 2.5%; overflow: hidden; }
.blog-teaser { font-weight: 700; font-size: 15px; color: #2D2E33; }
.blog-image { max-width: 100%; margin: 0 0 20px; }
.blog-text { color: #444; line-height: 1.64em; }
.blog-text img { width: 100%; }
.blog-text .l-icon { display: inline-block; width: 18px; margin: 0 5px 0 0; padding: 2px 0 0; vertical-align: text-bottom; }
.blog-text .normal-width { width: auto; }


/* main */
#main { float: left; width: 75%; }
#side { float: right; width: 24%; }
.side-menu { border: 1px solid #ddd; border-radius: 4px; margin: 0 0 20px; }
.side-menu li { }
.side-menu li a { display: block; padding: 15px 18px; color: #2D2E33; background: #f4f4f4; font-weight: 700; font-size: 13px; border-bottom: 1px solid #ddd; }
.side-menu li.current a { background: #fff; }

/* registration forms */
#register { padding: 30px 0; }
#register label { display: block; font-weight: 400; font-size: 13px; margin: 0 0 2px; }
#register input[type=text], #register input[type=password], #register textarea { width: 96%; padding: 7px 2%; border: 1px solid #ccc; border-radius: 2px; margin: 0 0 12px; box-shadow: inset 0 0 2px 1px rgba(0,0,0, .1); }
#register textarea { height: 70px; width: 98%; padding: 7px 1%; }
#register input[type=submit] { cursor: pointer; padding: 8px 15px; background: #019ADE; color: #fff; border: 0; margin: 0 0 5px; font-weight: 700; border-radius: 20px; text-transform: uppercase; text-shadow: 1px 1px rgba(0,0,0, .2); border-top: 1px solid rgba(0,0,0, .2); }
#register input[type=submit]:hover { background: #0089A6; }
.reghalf { float: left; width: 48.3%; }
.reghalf.last { float: right; }
.error { font-weight: 700; color: red; }
.align-right { text-align: right; }
.terms-notice { font-size: 13px; }
.terms-notice a { color: #000; }

/* categories selection */
.sel-cat { float: left; font-size: 13px; color: #777; cursor: pointer; font-weight: 400; width: 19.5%; background: #ddd; margin: 5px .5% 0 0; padding: 6px 0; border-radius: 7px; }
.sel-cat.last { margin-right: 0; }
.sel-cat:hover { color: #555; }
.sel-cat i { float: left; width: 22px; margin: 1px 0 0 8px; }
.sel-cat span { float: left; margin: 1px 0 0; }
.sel-cat.checked { background: #019ADE; color: #fff; transition: all 0.3s ease-in-out; }
.sel-cat input { display: none; }
.sel-cat.large { width: 49.5%; }
.sel-cat.full { width: 100%; }
.sel-cat.large.last { float: right; }

/* footer */
#footer { background: #1A2024 url(../images/footer2.png) no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 60px 0; color: #6A6E70; text-align: center; }
.general-links { margin: 0 0 40px; }
.general-links a { margin: 0 15px; color: #6A6E70; text-transform: uppercase; }
.general-links a:hover { color: #fff; }
#copy { font-weight: 900; font-size: 14px; }
#links { height: 70px; }
#links li { display: inline-block; }
#links li a { margin: 0 20px; color: #fff; font-weight: 900; font-size: 17px; }
#links li a:hover { color: #fff; }
#social { margin: 0 0 40px; }
#social a { display: inline-block; font-size: 20px; width: 60px; line-height: 60px; text-align: center; border-radius: 100%; background: #121618; margin: 0 10px; color: #6A6E70; }
#social a:hover { color: #fff; }

/* cookie notice */
#cookies-overlay { position: fixed; cursor: auto; z-index: 1000; left: 5%; right: 5%; bottom: 10px; padding: 10px 0; font-size: 14px; font-weight: 500; text-align: center;  background: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0, .3); }
#co-wrap { width: 1160px; margin: 0 auto; }
#notice a { color: #019ADE; }
#notice a.cookies-button { display: inline-block; background: #019ADE; border-radius: 25px; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 13px; padding: 5px 16px 4px; margin: 0 0 0 30px; cursor: pointer; text-shadow: 1px 1px rgba(0,0,0, .5); }
#notice a.cookies-button:hover { background: #1D6F93; }

.sm-login-logo { width: 350px; margin: 0 auto; text-align: center; }
.sm-login-logo img { width: 120px; }
.sm-login-page { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/bg2.png); padding: 150px 0 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.sm-login-page #login { position: relative; display: block; float: none; margin: 0 auto; right: auto; width: 350px; }
.sm-login-page #login input[type=text], .sm-login-page #login input[type=password] { width: calc(100% - 14px); }
.sm-login-page #login input[type=submit] { width: 100%; }

/* SHAREMEDIA CSS*/

.sm-login-logo-sm { width: 350px; margin: 0 auto; text-align: center; }
.sm-login-logo-sm img { width: 160px; }
.sm-login-page-sm { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/sm-bg.png); padding: 150px 0 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.sm-login-page-sm #login { position: relative; display: block; float: none; margin: 0 auto; right: auto; width: 350px; }
.sm-login-page-sm #login input[type=text], .sm-login-page-sm #login input[type=password] { width: calc(100% - 14px); }
.sm-login-page-sm #login input[type=submit] { width: 100%; }

.sm-contact-sm { clear: both; padding: 60px 0 0; text-align: center; color: #fff; }
.sm-contact-sm a { font-weight: 800; color: #fff; }

/* animation */
.animated { -webkit-animation-fill-mode:both; -moz-animation-fill-mode:both; -ms-animation-fill-mode:both; -o-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-duration:0.8s; -moz-animation-duration:0.8s; -ms-animation-duration:0.8s; -o-animation-duration:0.8s; animation-duration:0.8s; }
@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; }

.error_display {margin-bottom: 30px; margin-left: 10px;}

.consent_modal {display:block; position: fixed; z-index: 1; padding-top: 300px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.7);}
.consent_modal_content {background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 30%; border-radius: 20px; text-align: center}
.consent_button { display: inline-block; background: #019ADE; border-radius: 25px; color: #ffffff !important; font-weight: bold; text-transform: uppercase; font-size: 13px; padding: 8px 16px 8px; margin: 15px 0 0 0; cursor: pointer; }
.consent_button:hover { background: #1D6F93; }

.inputSearchMainClass{
    width: 130px;
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.adSearchInput{
    float: left;
    padding: 0 !important;
    border: 0  !important;
    color: black;
    max-width: 100px;
    font-size: 14px;
    padding-top: 14px !important;
    padding-left: 7px !important;
    margin-top: -15px !important;
    background-color: transparent;

}

.searchIcon{
    margin-top: -15px !important;
    color: rgb(1, 154, 222);
    padding: 14px 0 14px 0;
    font-size: 14px;
    transition: 0.4s;
    opacity: 1;
}

