/***********************************************************************
   Theme Name:      Idea City
   Description:     A new wordpress site.
   Theme URI:       http://www.ideacity.com
   Author:          ZoomerMedia
   Author URI:      abc.xyz@gmail.com
***********************************************************************/

@font-face {
    font-family: "proxima_nova_rgregular";
    src: url("fonts/proximanova-regular-webfont.eot");
    src: url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_rgbold";
    src: url("fonts/proximanova-bold-webfont.eot");
    src: url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebas_neueregular";
    src: url("fonts/bebasneue-webfont.eot");
    src: url("fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue-webfont.woff2") format("woff2"), url("fonts/bebasneue-webfont.woff") format("woff"), url("fonts/bebasneue-webfont.ttf") format("truetype"), url("fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebas_neuebold";
    src: url("fonts/bebasneuebold-webfont.eot");
    src: url("fonts/bebasneuebold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneuebold-webfont.woff2") format("woff2"), url("fonts/bebasneuebold-webfont.woff") format("woff"), url("fonts/bebasneuebold-webfont.ttf") format("truetype"), url("fonts/bebasneuebold-webfont.svg#bebas_neuebold") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    /* border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline; */

    /*    background: transparent;*/
}

body {
    line-height: 1;
}

ul#nav {
  list-style: none;
}

ul.sub-menu {
  list-style: none;
  padding: 0;
}

/* ol,
ul {
    list-style: none;
} */

:focus {
    outline: 0;
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

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


/* End Reset */


/* html5 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea {
    font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
}

body.paddedBody{
    padding-top: 70px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    color: #3b3b3b;*/
}


/* Headings
______________________*/

h1 {
    font-family: "bebas_neuebold";
    font-size: 150px;
    line-height: 0.9;
    color: #e51937;
    margin-bottom: 33px;
    margin-top: 0px;
}

h2 {
    font-family: "bebas_neueregular";
    font-size: 77px;
    font-weight: 400;
    color: black;
    line-height: 0.8;
    margin-bottom: 27px;
}


/* Links
______________________*/

a {
    text-decoration: none;
    color: #e51937;
}

a:hover {
    color: #98081D;
}


/* p, blockquote, address
______________________*/

p {
    margin-bottom: 22px;
}


/* Layout
______________________*/

.content-width {
    /*width: 1026px; */
    width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}


/* Header
______________________*/

.header-wrap {}

.header-left {}

.header-right {}

#header-wrap {
    background: white;
    padding: 33px 45px 24px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

#header-left {
    width: 300px;
    float: left;
}

#logo {
    float: left;
    width: 395px;
}

#logo img {
    display: block;
    width: 100%;
}

.dates2018 {
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    /* margin-left: 40px; */
    font-family: 'Bebas', sans-serif;
    letter-spacing: 1px;
    font-size: 17px;
}

#header-right {
    position: relative;
    /* max-width: 71%; */
    float: right;
}

.search-bar {
    margin-left: 54px;
    float: left;
}

.search-bar > img {
    cursor: pointer;
    margin-top: 2px;
}

.search-bar .exit-btn {
    width: 44px;
    margin: 0 0 2px -22px;
    padding: 1px 4px 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search-bar .overlay {
    display: none;
    position: absolute;
    top: 11px;
    left: 0;
    right: -9px;
    -webkit-transition: display 1s;
    -moz-transition: display 1s;
    -o-transition: display 1s;
    transition: display 1s;
}

.search-bar input {
    width: 100%;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 40px 7px 7px;
    margin-right: 20px;
    border: 1px solid #555;
}

.search-bar button {
    background: none;
    border: none;
    position: absolute;
    top: 5px;
    right: 0;
}

.screen-reader-text {
    display: none;
}

.dates2018Mobile {
  font-family: "bebas_neuebold";
  color: rgba(255, 255, 255, 0.77);
  text-align: center;
  font-size: 1.5em;
}

/* Navigation
______________________*/

#menuButton {
    display: none;
    width: 40px;
    right: -50px;
    top: 17px;
    position: relative;
}

nav {
    padding-top: 15px;
}

#nav {
    float: right;
}

#nav li {
    margin-left: 32px;
    float: left;
}

#nav li:hover a,
#nav .current-menu-item a {
    border-color: #f00;
}

#nav a {
    position: relative;
    font-size: 20px;
    color: #4c4c4c;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    -moz-transition: border-bottom 0.5s;
    -o-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
}

.prevSpeaker{
  display: inline-block;
  float: left;
}
.nextSpeaker{
  display: inline-block;
  float: right;
}


.speakerYear {
    position: absolute;
    right: 17px;
    top: 2px;
    color: #fff;
    font-size: 0.7em;
    background: #e51a37;
    display: block;
    width: 40px;
    z-index: 90;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

/*  Video Wrap
-------------------------------------- */

#video-wrap {
    position: relative;
    background: black;
    border-bottom: 1px solid #7d7d7c;
    max-height: 420px;
    margin-top: 41px;
    /*    overflow-y: hidden;*/
}

.jwplayer {
    height: 420px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}


/*
#video-wrap > div,
#video-wrap p,
#video-wrap video,
#video-wrap iframe,
#video-wrap object,
#video-wrap embed {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 420px;*/


}
.mejs-overlay-button {
    position: absolute;
    top: 30% !important;
    left: 50% !important;
    z-index: 1;
}
#video-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*  Breadcrumb Wrap
-------------------------------------- */
.breadcrumbs {
    padding: 47px 0 10px;
}
.breadcrumbs a:hover span {
    color: #1394bf;
}
.breadcrumbs span {
    color: black;
    text-transform: capitalize;
    font-size: 24px;
}
.breadcrumbs > span {
    margin: 0 4px;
    vertical-align: middle;
}

/*  Main Area
-------------------------------------- */
.aligncenter {
    width: 100%;
}
article {
    margin-bottom: 30px;
}
article .post-title {
    font-family: "bebas_neuebold";
    font-size: 150px;
    line-height: 0.9;
    color: #e51937;
    margin-bottom: 20px;
}
article h1 {
    margin-bottom: 0;
}
article h2 {
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
}
article h2 a {
    color: #e51937;
}
.page-videos article {
    border-bottom: 2px solid #555;
}
.page-videos h2 {
    border-bottom: none;
}
.share-interests {
    margin-bottom: 26px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 19px 0;
}
.label {
    display: inline-block;
    font-family: "bebas_neueregular";
    text-transform: uppercase;
    font-size: 58px;
    color: #4c4c4c;
    vertical-align: middle;
    line-height: 1;
}
.single-video {
    padding: 0 6px;
}

/********NEWSLETTER*******/
#zsf-salutation {
    background: white;
    padding: 4px 12px;
    transition: 0.2s all;
}
#zsf-salutation:hover {
    background: #E51937;
    color: #fff;
    padding: 4px 12px;
    cursor: pointer;
}
#zoomer-sub-form input,
select {
    /*    -webkit-appearance: none;*/

    border: 1px solid #B9B9B9;
    border-radius: 2px;
    padding: 2px;
}
#zoomer-sub-form-container {
    position: relative;
}
#zoomer-sub-form-container input[type="submit"] {
    position: absolute;
    left: 0;
    background: #E51937;
    color: #fff;
    padding: 8px 14px !important;
    border: 0px solid black !important;
    transition: 0.2s all;
}
#zoomer-sub-form-container input[type="submit"]:hover {
    background: #AF1B31;
    cursor: pointer;
}
.grid-video input,
select {
    -webkit-appearance: none !important;
}
#zoomer-sub-form tr {
    margin: 11px 0;
    display: block;
}
#zoomer-sub-form tr td:first-child {
    width: 300px;
    font-size: 19px;
    padding-right: 50px;
}
#zoomer-sub-form input[type="checkbox"] {
    -webkit-appearance: auto !important;
}
.share {
    margin-right: 15px;
    float: left;
}
.share a {
    display: inline-block;
    margin: 6px 12px 0 0;
    vertical-align: middle;
}
.interests {}
.interests a {
    display: inline-block;
    background: #a1a0a0;
    font-size: 18px;
    color: white;
    margin-right: 6px;
    padding: 7px 10px 5px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    vertical-align: middle;
}
.interests a:hover {
    background: #e51937;
}
.related-posts,
.crp_related_widget {
    position: relative;
}
.related-posts .label,
.widget_widget_crp .label {
    display: block;
    line-height: 0.8;
    float: left;
}
.related-posts .posts,
.crp_related_widget,
#crp_related {
    width: 79%;
    float: left;
}
#crp_related {
    padding: 10px;
}
.related-posts .post-grid,
.crp_related_widget .post-grid {
    width: 20.2%;
    164px margin: 0 12px;
    float: left;
}
.related-posts .post-grid img,
.crp_related_widget .post-grid img {
    display: block;
    width: 100%;
}
.related-posts a,
.crp_related_widget a {
    display: block;
}
.related-posts .post-title,
.crp_related_widget .crp_title {
    font-size: 18px;
    color: #555555;
    text-transform: capitalize;
    margin: 7px 0;
}
.crp_related_widget .crp_title:hover,
.related-posts .post-title:hover {
    color: #1394bf;
}
.related-posts .more-link,
.crp_related_widget .more-link {
    position: absolute;
    top: 20px;
    right: 29px;
    z-index: 1;
}

/*  Homepage
-------------------------------------- */
#fullpage-vid video,
#fullpage-vid iframe,
#fullpage-vid embed,
#fullpage-vid object,
#fullpage-vid > p,
#fullpage-vid > div {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
#contents {
    position: relative;
    padding-top: 140px;
    text-align: center;
    z-index: 2;
}
#contents h1 {
    color: white;
}
#contents h1 em {
    display: block;
    font-style: normal;
}
#contents .content-width {
    width: 1100px;
}
#contents p:last-child {
    font-family: "bebas_neuebold";
    font-size: 91px;
    color: white;
}
.full {
    width: 100%;
    float: left;
}


.btn {
    display: inline-block;
    font-family: "proxima_nova_rgbold";
    font-size: 21px;
    margin: 0 32px 36px;
    padding: 17px 170px 16px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.btn-primary {
    background: white;
    color: #3b3b3b;
    border-color: white !important;
    transition: 0.2s all;
}
.btn-primary:hover {
    background: #3b3b3b !important;
    color: #fff !important;
    border-color: #3b3b3b !important;
}
.btn-warning {
    background: #e51937 !important;
    color: #fff !important;
    border-color: #e51937 !important;
    transition: 0.2s all;
}
.btn-warning:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #e51937 !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
    font-size: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Alignments */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.top {
    vertical-align: top;
}
.middle {
    vertical-align: middle;
}
#main {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 0 !important;
    margin-left: 70px !important;
}

/*
.the_thumbnail {
    height: 220px;
    max-height: 240px;
}
.blog-width {
    max-width: 735px;
    float: left;
    margin-top: 20px;
}
#main:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.blog_container {
    max-width: 313px;
    float: left;
    margin-bottom: 21px;
    margin-right: 19px;
    height: 480px;
}
the_thumbnail {
    height: auto;
    height: 250px;
}
.facetwp-template {
    margin-top: 20px;
    float: left;
    width: 670px;
}
*/
.hor-line {
    float: left;
    height: 1px;
    background: #C7C7C7;
    width: 100%;
    margin: -20px 0 0;
}
h3.small_title {
    font-family: "bebas_neueregular";
    color: #555555;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 25px;
}
.center_title {
    text-align: center;
    margin: 40px 0;
    font-size: 30px;
}
.pink {
    color: #E51937 !important;
}
.corp-partners,
.sup-partners {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.partners a {
    float: left;
    width: 33%;
    height: 100px;
    display: table;
}
.partners img {
    display: table-cell;
    margin: 0 auto;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.facetwp-pager {
    margin-top: 50px;
    text-align: center;
}
.facetwp-pager .last-page {
    display: none;
}
.fac-wrap {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.facetwp-pager-label {
    display: none !important;
}
.facetwp-page {
    display: inline-block;
    padding: 0 13px !important;
    cursor: pointer;
    border-right: 1px solid #D2D2D2;
    font-size: 16px !important;
}
.facetwp-page:last-child {
    border-right: 0px solid #D2D2D2;
}

/***********SCHEDULE*************/
h3.schedDate {
    font-family: bebas_neueregular;
    font-weight: 300;
    color: #000;
    margin-bottom: 27px;
    font-size: 26px!important;
    margin-bottom: 0;
}
.schedSession {
    font-weight: 700;
    color: #333;
    font-family: bebas_neueregular;
    font-size: 21px;
}
a.scroll {
    text-align: center;
    margin: 0 auto;
    display: none;
    margin-top: 40px;
    background: #E51937;
    width: 160px;
    color: #fff !important;
    padding: 12px 0;
    border-radius: 2px;
}
a.scroll:hover,
a.scroll:active,
a.scroll:visited,
a.scroll:focus {
    text-decoration: none;
}

/*LIVESTREAM*/
.liveStreamEmail {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.outter {
    background: white;
    margin: 0 auto;
    margin-top: 70px;
    width: 430px;
    position: relative;
}
.close a {
    z-index: 9999999;
    position: absolute;
    right: 10px;
    top: 7px;
}
.inner {
    background: white;
    width: 430px;
    margin: 0 auto;
    padding: 40px 20px 70px;
    margin-top: 70px;
    position: relative;
}
.livestreamEmailForm {
    width: 100%;
    float: left;
    display: block;
}
.livestreamEmailForm input[type="text"] {
    width: 70%;
    float: left;
    padding: 5px;
}
.livestreamEmailForm input[type="submit"] {
    width: 28%;
    float: right;
    height: 38px;
    background: #E51949;
    border: none;
    box-shadow: none;
    color: #fff;
    transition: 0.2s all;
}
.livestreamEmailForm input[type="submit"]:hover {
    background: #C10F39;
    cursor: pointer;
}
.livestream {
    width: 80%;
    margin: 0 auto;
    display: block;
    /*    border: 1px solid red;*/
}
.livestream:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
.mainLivestream {
    width: 74%;
    margin-right: 3%;
    float: left;
}
.sidebarLivestream {
    width: 22%;
    float: right;
}
.video {
    max-width: 100%;
    background: #fefefe;
    /*padding:2.857em 0;*/
}
.video:after {
    content: "";
    display: block;
    clear: both;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */

    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.idc-button {
    background: #E51937;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    color: #fff;
    margin: 15px 0;
    transition: 0.2s all;
}
.idc-button:hover {
    color: #fff;
    background: #BD0B25;
}

/**2017 page**/
.home2017 {
    background: url(../ideacity_landing/images/home2017.jpg) center bottom;
    background-size: cover;
    padding: 90px 0 60px 0;

}
.home2017 h1 {
    color: #fff;
    text-align: center;
    font-size: 70pt !important;
}
.home2017 p {
    color: #fff;
    text-align: center;
    font-family: "bebas_neueregular";
    margin-top: 40px;
    font-size: 28pt;
}
.btnHolder {
    width: 660px;
    margin: 0 auto;
    display: block;
}
.btnHolder .btn {
    padding: 15px 80px 14px !important;
}
.sectionPadding {
    padding: 60px 0;
}
h2.speakers2017Title {
    color: #e51937;
    font-size: 30pt;
}
.speakers2017Title span {
    float: right;
}
.speakers2017Title span a {
    font-family: "proxima_nova_rgbold";
    font-size: 12pt;
    color: #3b3b3b;
}
.paddingBotH1 {
    padding-bottom: 20px;
    border-bottom: 2px solid #b1b1b1;
    width: 100%;
    float: left !important;
    margin-bottom: 40px !important;
}
.upcomingSpeakerLink {
    color: #3b3b3b !important;
}
.upcomingSpeakerLink:hover {
    text-decoration: none !important;
}
.upcomingSpeakerLink h2 {
    font-size: 26px;
    margin: 10px 0;
    color: #171717;
    float: left;
    width: 100%;
}
.podRow {
    margin-bottom: 15px;
}


.partnerImgWrap {
  position:relative;
  width:200px;
  height:200px;
}
.partnerThumb {
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
h3.partnerTitle {
    text-align: center;
    margin-top: 12px;
    width: 100%;
    text-transform: uppercase;
    font-size: .8em;
}

.speakerSocialMedia a {
    display: block;
    float: left;
    padding-right: 12px;
    font-size: 1.2em;
}

.speakerSocialMedia a:hover {
  text-decoration: none;

}

.social_ul {
  padding-left: 0;
}

ul.moreInfo2018 {
  list-style-type: none;
  padding: 0;
}

.podContent {
  margin-bottom: 30px;
}
.podContent p {
  color: #e6e6e6;
  text-align: center;
}

.percentBox {
    background: #e51a37;
    position: fixed;
    top: 100px;
    right: 0;
    width: 120px;
    height: 50px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 9999;
}

.percentBox p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
}

#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary {
  background-color: #e51937 !important;
  color: #fff;
  border-color: #e51937 !important;
  padding: 13px 10px;
  text-transform: uppercase;
  font-family: 'proxima_nova_regular', sans-serif;
  letter-spacing: 2px;
  font-size: 14pt;
  width: 180px;
  text-align: center;
  transition: 0.2s all;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary:hover,
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary:active,
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary:focus,
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary:visited {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-question {
    font-family: 'proxima_nova_rgbold', sans-serif;
    font-size: 1.6em !important;
  }
/* #totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-choices .totalpoll-choice.last-in-row .totalpoll-choice-container {
    font-size: 1.4em;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button {
    font-size: 1.4em !important;
}
#totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-choices {
    border-radius: 0 !important;
  }
  #totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-link {
      font-size: 1.4em !important;
  }
.totalpoll-poll-container .totalpoll-view-results .totalpoll-choices .totalpoll-choice .totalpoll-choice-votes>div {
    height: 20px !important;
} */

.totalpoll-poll-container .totalpoll-choices .totalpoll-choice {
    cursor: pointer;
    float: left !important;
    width: 100% !important;
}

@media (max-width: 640px) {
  .percentBox {
      background: #e51a37;
      position: absolute;
    }
    .home2017 h1 {
        font-size: 34pt !important;
    }

    .btnHolder {
        width: 100%;
    }

    .btnHolder .btn {
        padding: 15px 0 !important;
        width: 90% !important;
    }

    .home2017 p {
        margin-top: 10px;
    }
}

/**END 2017 page**/
@media(max-width: 1370px) {
    .livestream {
        margin-top: 40px;
    }
}
@media(max-width: 1200px) {
    .home2017 h1 {
        margin-top: 40px;
    }
}
@media(max-width: 992px) {
    .mainLivestream,
    .sidebarLivestream {
        width: 100%;
        margin-right: 0%;
    }
}
@media(max-width: 767px) {
    .outter,
    .inner {
        width: 90%;
    }

    .livestreamEmailForm input[type=text] {
        padding: 8px;
    }
}
@media (min-width: 1200px) and (min-height: 676px) {
  .speakers_title {
    margin-top: 40px;
  }
    #contents {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
    }
}
@media (max-width: 1800px) {
    body,
    input,
    select,
    textarea {
        font-size: 25px;
    }

    .homepage_h1 {
        font-size: 120px;
    }

    h1 {
        font-size: 120px;
    }

    h2 {
        font-size: 30px;
    }

    #header-wrap {
        padding: 14px 43px 16px;
    }

    #nav li {
        margin-left: 22px;
    }

    #nav a {
        font-size: 14px;
    }

    #contents {
        padding-top: 100px;
    }

    .btn {
        font-size: 18px;
        margin: 0 30px 30px;
        padding: 15px 160px 14px;
    }

    #contents p:last-child {
        font-size: 80px;
    }

    .search-bar input {
        padding: 5px 40px 5px 5px;
    }
}

/*@media (max-width: 1600px) {*/
body,
input,
select,
textarea {
    font-size: 20px;
}
.homepage_h1 {
    font-size: 70px;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 40px;
}
.label {
    font-size: 52px;
}
#contents {
    padding-top: 60px;
}
.btn {
    font-size: 18px;
    margin: 0 25px 25px;
    padding: 15px 150px 14px;
}
#contents p:last-child {
    font-size: 60px;
}

/*
}
@media (max-width: 1199px) {
*/
#contents .content-width,
.content-width {
    width: 940px;
}
#header-wrap {
    padding: 14px 30px;
    z-index: 10000;

}
/* #header-left {
    width: 50%;
} */
.search-bar {
    margin-left: 20px;
}
nav {
    padding-top: 10px;
}
#nav a {
    font-size: 17px;
}
.label {
    font-size: 46px;
}
.btn {
    margin: 0 20px;
}
#contents p:last-child {
    font-size: 48px;
    padding-top: 30px;
}

/*}*/

/*@media (min-width: 1024px) {*/

/*
@media (min-width: 1024px) {
    #nav {
        display: block !important;
    }
}
*/
@media (max-width: 992px) {
    #totalpoll-id-76a970e19557b7ec2226b0a737139b07.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary{
      width: 100%;
    }
    body {
        /* padding-top: 75px; */
    }

    #logo img {
        width: auto;
    }

    .content-width,
    #contents .content-width {
        width: auto;
        padding: 0 5px;
    }

    #header-wrap {
        padding: 0;
        z-index: 1000;
    }

    #header-left {
        padding: 14px 15px;
        float: left;
        width: 80%;
    }

    #header-left a {
        display: inline-block;
        max-width: 300px;
        width: 100%;
    }

    #header-right {
        max-width: 100%;
        float: right;
        width: 20%;
        position: relative;
    }
    #menuButton {
        display: block;
        float: left;
        width: 60%;
    }
    .dates2018 {
      display: none;
    }

    img.menu-btn.menuBtn {
        float: right;
        position: relative;
        width: 30px;
        top: 2px;
        right: 20px;
    }

    nav {
        padding-top: 0;
    }

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

    .hideIt {
        display: none;
    }

    .showIt {
        display: block !important;
    }

    #nav li {
        margin: 0;
        float: none;
    }

    #nav li:hover a,
    #nav .current-menu-item a {
        color: #f00;
    }

    #nav .current-menu-item a {
        color: #f00;
    }

    #nav a {
        display: block;
        margin: 18px 30px;
        border-bottom: none;
    }

    #main {
        padding: 0 20px;
    }

    .partners a {
        width: 50%;
    }

    .partners img {
        padding: 0 20px;
    }

    .search-bar {
        display: none;
    }

    .label {
        margin-right: 10px;
    }

    .share {
        border-bottom: 1px solid #555555;
        margin: 0 0 19px;
        padding-bottom: 19px;
    }

    .interests,
    .share {
        width: auto;
        float: none;
    }

    .related-posts .post-grid,
    .crp_related_widget .post-grid {
        width: 40.4%;
        margin-bottom: 20px;
    }

    .btn + .btn {
        margin-top: 20px;
    }

    .btn {
        /* display: block; */
        max-width: 442px;
        margin: 0 auto 30px;
        padding: 15px 15px 14px;
    }

    h1 {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {

    body,
    input,
    select,
    textarea {
        font-size: 18px;
    }
    /*
    #fullpage-vid video,
    #fullpage-vid iframe,
    #fullpage-vid embed,
    #fullpage-vid object,
    #fullpage-vid > p,
    #fullpage-vid > div {
        display: none;
    }
*/

    a.scroll {
        display: block;
    }

    .breadcrumbs span {
        font-size: 20px;
    }

    .related-posts .posts,
    .crp_related_widget .posts {
        width: 75%;
    }

    .related-posts .more-link,
    .crp_related_widget .more-link {
        right: 0;
    }

    .label {
        font-size: 40px;
    }

    .interests a {
        font-size: 16px;
    }

    .content-footer {
        padding-top: 30px;
        width: 90%;
        margin: 0 auto;
    }

    .footer_block {
        width: 80%;
        margin-right: 0;
        float: left;
        margin-bottom: 40px;
    }

    .footer_block form {
        float: left;
    }

    .footer_block h2 {
        color: white;
        font-size: 24px;
        font-size: 24px;
    }
}
@media (max-width: 640px) {
    body,
    input,
    select,
    textarea {
        font-size: 16px;
    }

    h1,
    .homepage_h1 {
        font-size: 80px;
    }

    .breadcrumbs {
        padding-top: 20px;
    }

    .breadcrumbs span {
        font-size: 16px;
    }

    #contents p:last-child {
        font-size: 50px;
    }

    .related-posts .posts,
    .crp_related_widget .posts {
        width: 70%;
    }

    .related-posts .more-link,
    .crp_related_widget .more-link {
        width: 30px;
    }

    .interests a {
        font-size: 14px;
        margin: 4px 4px 4px 0;
    }

    .label {
        font-size: 30px;
    }

    .footer_block {
        float: left;
        width: 60%;
    }
}
@media (max-width: 480px) {
    #contents {
        padding-top: 30px;
    }
    /*
    .btn {
        font-size: 17px;
    }
*/
    /*
    #contents p:last-child {
        font-size: 40px;
        margin-bottom: 20px;
    }
*/

    .posts {
        width: auto !important;
        padding-top: 20px;
    }

    .related-posts .more-link,
    .crp_related_widget .more-link {
        width: 15px;
        top: 0 !important;
    }

    .related-posts .post-grid,
    .crp_related_widget .post-grid {
        width: auto;
        float: none;
    }

    .related-posts .label,
    .related-posts .posts,
    .crp_related_widget .label,
    .crp_related_widget .posts {
        float: none;
    }

    .footer_block {
        float: left;
        width: 60%;
    }
}
@media (device-width: 768px) and (device-height: 1024px) {
    #contents {
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
        right: 0;
        left: 0;
    }
}
@media (device-width: 320px) and (device-height: 568px) {
    h1,
    .homepage_h1 {
        font-size: 47px;
    }

    .content-width {
        padding: 0 15px;
    }

    #contents {
        padding-top: 30px;
    }

    .btn {
        font-size: 13px;
        margin: 0;
        padding: 13px 15px 12px;
    }

    .btn + .btn {
        margin-top: 12px;
    }

    #contents p:last-child {
        font-size: 25px;
    }
}
@media (max-width: 650px) {
    .facetwp-dropdown {
        width: 100% !important;
    }
}
@media (max-width: 400px) {
    .facet_container {
        padding-left: 0px !important;
    }

    .facet_top_group {
        padding-right: 0px !important;
    }
}
#main-wrap,
.canvas {
    /* margin-top: 20px; */
}
.the_post_thumbnail {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 120px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s all;
}
.the_post_thumbnail:hover {
    -webkit-filter: none;
    filter: none;
}
.the_post_thumbnail:hover {
    background-color: rgba(229, 25, 55, .6);
    -webkit-filter: none;
    filter: none;
}
.the_post_thumbnail img {
    width: 215px;
}


.the_post_thumbnail_nic {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    /* max-height: 120px; */
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s all;
}
.the_post_thumbnail_nic:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.the_post_thumbnail_nic img {
    width: 100%;
}


/*
.red {
	//background: rgba(255,0,0, 0.5);
	//background-color: rgba(255,0,0, 0.5);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	overflow:hidden;
}
*/
.the_post_thumbnail:hover {
    filter: none;
    -webkit-filter: none;
}
.the_post_thumbnail:hover:after, .the_post_thumbnail_nic:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.red:hover:after {
    background: RGBA(255, 0, 0, .7);
}
.the_title:hover {
    color: red;
}
.video_block {
    max-width: 212px;
    float: left;
    height: 300px;
    overflow: hidden;
    margin: 10px;
}
.the_title {
    font-family: "bebas_neueregular";
    font-size: 30px;
    color: #4c4c4c;
    line-height: 30px;
}
.facetwp-dropdown {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold";
    color: #c7c7c7;
    height: 45px;
    width: 280px;
    border: 2px solid #c7c7c7;
}
.facetwp-search {
    width: 330px;
    height: 45px;
    border: 2px solid #c7c7c7;
    padding-left: 19px;
}
.facetwp-btn {
    padding: 12px 8px 0 0;
}
.facetwp-facet {
    margin-bottom: 5px !important;
}
.facetwp-sort-select {
    height: 21px;
    font-size: 14px;
    width: 147px;
    float: left;
}
.facetwp-sort {
    float: right;
    /*        padding-left: 20px;*/
}
.browse_by_text {
    float: left;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
}
.sort_by_text {
    float: left;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
.facet_container {
    float: left;
    padding-left: 10px;
}
.facet_container_search {
    text-align: right;
    padding-top: 7px;
}
.watch_talks_h1 {
    float: left;
    font-size: 70px !important;
    font-family: "bebas_neuebold";
    font-size: 150px;
    line-height: 0.9;
    color: #e51937;
    margin-top: 0px;
    margin-bottom: 0px;
}
span.facetwp-search-wrap {
    float: right;
    margin-top: 3px;
}
.facetwp-template {
    margin-top: 20px;
}
.facet_top_group {
    margin-top: 11px;
    float: right;
    position: relative;
    width: 100%;
}
.blog-width {
    max-width: 925px;
    float: left;
    /*    margin-top: 20px;*/
}
.single-blog-width {
    padding-right: 21px;
}
.sidebar_ic {
    width: 212px;
    float: left;
    margin-top: 20px;
}
.blog_title a {
    color: #4c4c4c;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
}
h2.blog_title {
    margin-bottom: 15px;
    margin-top: 15px;
}
.blog_date,
.sidebar_date {
    padding-bottom: 15px;
    color: #aaaaaa;
    font-size: 18px;
}
.blog_container {
    max-width: 443px;
    float: left;
    margin-bottom: 21px;
    margin-right: 19px;
}
.read_more {
    color: #e51937;
    font-family: 'proxima_nova_rgregular';
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}
.the_thumbnail {
    max-width: 100%;
    height: auto;
    max-height: 240px;
}
.social_logo {
    width: 36px;
    height: 36px;
    margin-right: 9px;
}
.subscribe_email_sidebar {
    width: 100%;
    border: 2px solid #c7c7c7;
    padding-left: 10px;
    font-size: 18px;
}
.subscribe_email_sidebar_submit {
    background-color: #e31937;
    border: none;
    width: 118px;
    height: 29px;
    color: white;
    font-family: 'proxima_nova_rgbold';
    font-size: 15px;
    margin-top: 8px;
}
.newsletter_text {
    font-family: 'proxima_nova_rgbold';
}
hr {
    border: 1px solid #c7c7c7;
}
.popular_posts_title {
    font-family: 'proxima_nova_rgbold';
    margin-top: 45px;
}
.past_talks_title {
    font-family: 'proxima_nova_rgbold';
    margin-top: 0;
}
.title_sidebar {
    font-family: 'bebas_neueregular';
    color: #4c4c4c;
    font-size: 40px;
}
.blog_excerpt p {
    color: #4c4c4c;
    font-weight: 400;
}
.social_block_text {
    font-weight: 700;
    color: #4c4c4c;
}
.footer_padding {
    margin-top: 35px;
}
.twitter_sprite,
.twitter_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 0px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.twitter_sprite:hover,
.twitter_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 0px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.instagram_sprite,
.instagram_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 130px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.instagram_sprite:hover,
.instagram_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 130px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facebook_sprite,
.facebook_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 83px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facebook_sprite:hover,
.facebook_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 83px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.youtube_sprite,
.youtube_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 37px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.youtube_sprite:hover,
.youtube_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 37px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facet_container_blog {
    float: right;
    margin-top: 11px;
}
.pager_wrap {
    text-align: center;
}
.newsletter_spacer {
    margin-top: 21px;
}
.footer_container {
    background-color: #333333;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    float: left;
}
.content-footer {
    padding-top: 30px;
}
.footer_block {
    float: left;
    width: 25%;
    padding: 2%;
}

/*
    .footer_block:last-child {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
*/
.footer_block h2 {
    color: white;
    font-size: 24px;
    font-size: 24px;
}
.footer_block hr {
    border: 1px solid white;
    border-top: none;
    margin-bottom: 25px;
}
.facetwp-page.active {
    color: red;
}
.footer_block h4 {
    line-height: 18px;
    color: #e6e7e8;
    font-size: 15px;
    letter-spacing: 2px;
}
.mz_span {
    color: #e5e6e7;
    font-weight: 300;
}
.mz_hr {
    border: 1px solid white;
    width: 100%;
    float: left;
}
.footer_link {
    margin-bottom: 5px;
}
.footer_link a {
    color: white;
}
.footer_link a:hover {
    color: #757575;
}
.ideacity_logo_dark {
    float: left;
}
.footer_sub_text {
    color: white;
    float: left;
    font-size: 16px;
    margin-top: 40px;
}
.copyright {
    margin-top: 35px;
    color: #c7c7c7;
    margin-bottom: 35px;
}
.header_single_post_section {
    max-width: 1136px;
}
.blog_single_title {
    color: #4c4c4c;
    margin-bottom: 15px;
    margin-top: 15px;
}
.tags_label {
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e51937;
    color: white;
    text-transform: uppercase;
}
.category_label {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #a1a0a0;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 14px;
}
.social_label {
    float: right;
    margin-top: 14px;
    height: 20px;
    vertical-align: top;
}
.content_data {
    float: left;
    margin-top: 14px;
}
.social_ul li {
    display: inline;
}
.fb-share-button {
    position: relative;
    top: -6px;
}
.footer_single_post_section {
    margin-top: 40px;
}
.single_post_simliar_posts_block,
.single_post_simliar_posts_block_last {
    float: left;
    max-width: 212px;
    margin-right: 19px;
    height: 100%;
    width: 212px;
}
.single_post_simliar_posts_block_last {
    margin-right: 0px;
}
.featured_image {
    float: left;
}
.blank_hr {
    border: none;
    width: 100%;
    margin-bottom: 30px;
}
.the_date {
    cursor: pointer;
}
.alignleft {
    float: left;
}
.the_post_thumbnail:hover {
    filter: none;
    -webkit-filter: none;
}
.the_post_thumbnail:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.red:hover:after {
    background: RGBA(255, 0, 0, .7);
}
.the_title:hover {
    color: #E51937;
}
.video_block {
    max-width: 23%;
    float: left;
    height: 275px;
    margin: 1%;
}
.speaker_block {
    max-width: 100%;
    float: left;
    margin: 1%;
}
.the_title {
    font-family: "bebas_neueregular";
    font-size: 26px;
    color: #4c4c4c;
    line-height: 30px;
}
.facetwp-dropdown {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold";
    color: #E51937;
    height: 34px;
    width: 260px;
    border: 2px solid #616161;
    border-radius: 0 !important;
    background: none;
}
.facetwp-search {
    width: 300px;
    height: 45px;
    border: 2px solid #c7c7c7;
    padding-left: 19px;
}
.facetwp-facet {
    margin-bottom: 5px !important;
}
.facetwp-sort-select {
    height: 21px;
    font-size: 14px;
    width: 147px;
    float: left;
}
.facetwp-sort {
    float: left;
    /*        padding-left: 20px;*/
}
.facetwp-pager {
    margin-top: 50px;
}
.browse_by_text {
    float: left;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/*
.sort_by_text {
    float: left;
    font-weight: 700;
    font-size: 16px;
    display: none;
}
*/
.facet_container {
    float: left;
    padding-left: 10px;
    min-width: 160px;
}
.facet_container {
    /*    background: transparent;*/
    /*
    width: 225px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    border: 2px solid #3b3b3b;
    border-radius: 2px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #E51937;
    -moz-appearance: none;
    background: linear-gradient(50deg, transparent 66%, #fff 55%), linear-gradient(125deg, #fff 50%, transparent 53%), linear-gradient(to right, #e51937, #e51937);
    background-position: calc(98% - 12px) calc(1em + 2px), calc(99% - 9px) calc(1em + 2px), 100% 0;
    background-size: 8px 5px, 5px 5px, 2.5em 3.5em;
    background-repeat: no-repeat;
    border: thin solid #000000;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0 12px;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 13px;
    -moz-appearance: none;
*/

    background: url('../ideacity_landing/dist/img/facet-arrow.png') no-repeat 100% 0;
    height: 29px;
    overflow: hidden;
    width: 23%;
    margin: 0 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    float: left;
    border: 2px solid #4A4A4A;
}
.facet_container select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 26px;
    padding: 5px;
    width: 210px;
    color: #E51937 !important;
    text-transform: uppercase;
    font-weight: 900;
}
.facet_container select:hover {
    /*
    cursor: pointer;
    background: linear-gradient(50deg, transparent 66%, #fff 55%), linear-gradient(125deg, #fff 50%, transparent 53%), linear-gradient(to right, #e51937, #e51937);
    background-position: calc(98% - 12px) calc(1em + 2px), calc(99% - 9px) calc(1em + 2px), 100% 0;
    background-size: 8px 5px, 5px 5px, 2.5em 3.5em;
    background-repeat: no-repeat;
    border: thin solid #000000;
    font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5em;
    padding: 0 12px;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 13px;
    -moz-appearance: none;
*/

    cursor: pointer;
}
.facet_container_search {
    text-align: right;
    padding-top: 7px;
}
.watch_talks_h1 {
    float: left;
    font-size: 70px !important;
    font-family: "bebas_neuebold";
    font-size: 150px;
    line-height: 0.9;
    color: #e51937;
    margin-top: 0px;
    margin-bottom: 0px;
}
.facet_top_group {
    margin-top: 11px;
    float: right;
    position: relative;
    width: 100%;
}
.blog-width {
    max-width: 925px;
    float: left;
    /*    margin-top: 20px;*/
}
.single-blog-width {
    padding-right: 21px;
}
.sidebar_ic {
    width: 215px;
    float: right;
    margin-top: 20px;
}
.blog_title a {
    color: #4c4c4c;
}
h2.blog_title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    line-height: 26px;
}
.blog_date,
.sidebar_date {
    padding-bottom: 15px;
    color: #aaaaaa;
    font-size: 18px;
}
.blog_container {
    max-width: 313px;
    float: left;
    margin-bottom: 21px;
    margin-right: 19px;
    height: 400px;
}
.read_more {
    color: #e51937 !important;
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}
.the_thumbnail {
    max-width: 100%;
    height: auto;
    max-height: 209px;
}
.social_logo {
    width: 36px;
    height: 36px;
    margin-right: 9px;
}
.subscribe_email_sidebar {
    width: 100%;
    border: 2px solid #c7c7c7;
    padding: 7px 6px;
    margin: 5px 0;
    font-size: 14px;
    /*    border: none;*/

    border-radius: 1px;
}
.subscribe_email_sidebar_submit {
    background-color: #e31937;
    border: none;
    width: 118px;
    height: 32px;
    color: white;
    padding-top: 5px;
    font-family: 'proxima_nova_rgbold';
    font-size: 16px;
    margin-top: 8px;
}
.subscribe_email_sidebar_submit:hover {
    cursor: pointer;
}
.newsletter_text {
    font-family: 'proxima_nova_rgbold';
}
hr {
    border: 1px solid #c7c7c7;
}
.popular_posts_title {
    font-family: 'proxima_nova_rgbold';
    margin-top: 45px;
}
.past_talks_title {
    font-family: 'proxima_nova_rgbold';
    margin-top: 0;
}
.title_sidebar {
    font-family: 'bebas_neueregular';
    color: #4c4c4c;
    font-size: 40px;
}
.blog_excerpt p {
    color: #4c4c4c;
    font-weight: 400;
}
.social_block_text {
    font-weight: 700;
    color: #4c4c4c;
}
.footer_padding {
    margin-top: 35px;
}
.idc-footer {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 12px;
}
.twitter_sprite,
.twitter_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 0px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.twitter_sprite:hover,
.twitter_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 0px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.instagram_sprite,
.instagram_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 130px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.instagram_sprite:hover,
.instagram_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 130px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facebook_sprite,
.facebook_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 83px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facebook_sprite:hover,
.facebook_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 83px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.youtube_sprite,
.youtube_sprite_footer:hover {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 37px 37px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.youtube_sprite:hover,
.youtube_sprite_footer {
    display: block;
    background: url('../ideacity_landing/dist/img/IC_SocialMediaIcons_Footer.png') 37px 0px;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 8px;
}
.facet_container_blog {
    float: right;
    margin-top: 11px;
}
.pager_wrap {
    text-align: center;
}
.newsletter_spacer {
    margin-top: 21px;
}
.footer_container {
    background-color: #333333;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    float: left;
}
.footer_block hr {
    border: 1px solid white;
    border-top: none;
    margin-bottom: 25px;
}
.facetwp-page.active {
    color: #3E3535;
}
.footer_block h4 {
    line-height: 18px;
    color: #e6e7e8;
    font-size: 15px;
    letter-spacing: 2px;
}
.footer_block:last-child {
    padding-top: 0!important;
}
.mz_span {
    color: #e5e6e7;
    font-weight: 300;
}
.mz_hr {
    border: 1px solid white;
    width: 100%;
    float: left;
}
.footer_link {
    margin-bottom: 5px;
}
.footer_link a {
    color: white;
}
.footer_link a:hover {
    color: #757575;
}
.ideacity_logo_dark {
    float: left;
}
.footer_sub_text {
    color: white;
    float: left;
    font-size: 16px;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.footer_block form {
    float: left;
    width: 100%;
}
.copyright {
    margin-top: 35px;
    color: #c7c7c7;
    margin-bottom: 35px;
    float: left;
}
.header_single_post_section {
    max-width: 1136px;
}
.blog_single_title {
    color: #4c4c4c;
    margin-bottom: 15px;
    margin-top: 15px;
}
.tags_label {
    float: left;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e51937;
    color: white;
    text-transform: uppercase;
}
.category_label {
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #a1a0a0;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 14px;
}
.social_label {
    float: right;
    margin-top: 14px;
    height: 20px;
    vertical-align: top;
    width: 100%;
}
.content_data {
    float: left;
    margin-top: 14px;
}
.social_ul li {
    display: inline;
}
.fb-share-button {
    position: relative;
    top: -6px;
}
.footer_single_post_section {
    margin-top: 40px;
}
.single_post_simliar_posts_block,
.single_post_simliar_posts_block_last {
    float: left;
    max-width: 212px;
    margin-right: 19px;
    height: 100%;
    width: 212px;
}
.single_post_simliar_posts_block_last {
    margin-right: 0px;
}
.featured_image {
    float: left;
}
.blank_hr {
    border: none;
    width: 100%;
    margin-bottom: 30px;
}
.the_date {
    cursor: pointer;
}
.alignleft {
    float: left;
}
.speakers_title {
    float: left;
    margin-bottom: 0px;
}
.pager_center {
    text-align: center;
}
.the_excerpt a {
    color: #4c4c4c;
}

/*NA*/
.fancy {
    list-style-image: url('../../assets/bullet.png');
    list-style-position: inside;
}
.fancy-side {
    list-style-image: url('../../assets/bullet.png');
    list-style-position: outside;
    margin-left: 20px;
    font-size: 19px;
    padding: 15px 0px;
}
.fancy-side li {
    padding: 5px 0;
}
.hr-marg-top {
    margin-top: 30px;
}

/*
input,
select {
    -webkit-appearance: none;
}
*/
span.strong {
    font-family: 'proxima_nova_rgbold', sans-serif;
}
a.sm {
    color: #fff;
    margin: 0 2px;
    transition: 0.2s all;
}
a.sm:hover {
    color: #e51937;
}
a.sm i {
    font-size: 28px;
}
a.sm-d {
    color: #4c4c4c;
    margin: 0 2px;
    /*    font-size: 32px;*/

    transition: 0.2s all;
}
a.sm-d:hover {
    color: #e51937;
}
a.sm-d i {
    font-size: 32px;
}
.product-embed__title {
    color: #555555;
    font-family: "bebas_neuebold";
}
.pad-bot-sm {
    padding-bottom: 35px !important;
}
.points {
    list-style-image: url('../../assets/bullet.png');
    text-indent: -1em;
    padding-left: 1em;
    list-style-position: inside;
    padding-bottom: 20px;
}
.points li {
    padding-bottom: 12px;
}
.clear {
    clear: both;
}
.tickets-main {
    width: 800px;
    margin: 0 auto;
}
.tickets-main:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.tickets-info {
    width: 510px;
    padding-right: 0;
    float: left;
}
.tickets-purchase {
    width: 250px;
    float: right;
    position: relative;
    top: -28px;
    background: #f2f2f2;
    padding: 36px;
}
.tickets-purchase-top {
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    background: #f2f2f2;
    padding: 36px;
    margin-bottom: 40px;
}
span.smaller {
    float: left;
    width: 100%;
    font-size: 21px;
    color: #E51937;
    padding-bottom: 20px;
}
#main-blog {
    float: left;
    width: 940px;
}
#main-blog .blog-width {
    max-width: 725px;
    float: left;
    margin-top: 20px;
}
#main-blog .blog_container {
    border-bottom: 2px solid #c7c7c7;
}
#main-blog .blog_container hr {
    border: none !important;
    display: none;
}
.speakers2016 .video_block {
    width: 22%;
    float: left;
    height: 390px;
    margin: 1%;
}
.single-blog-width {
    padding-right: 20px;
    width: 710px;
}
.hor-line-sm {
    height: 2px;
    background: #4A4A4A;
    width: 140px;
    clear: both;
    margin: -30px auto 60px auto;
}
.single-video #main {
    width: 940px;
    margin-left: 0 !important;
}
.gives img.aligncenter {
    width: 140px;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}
a#purchase {
    text-align: center;
    display: block;
    color: #fff;
    background: #E51937;
    margin: 0;
    padding: 20px;
    border-radius: 2px;
    float: left;
    width: 100%;
    transition: 0.2s all;
}
a#purchase:hover {
    background: #AB0A22;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.content-footer-width {
    width: 1100px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 992px) {
    .homepage_h1 {
        font-size: 130px;
    }

    .sub-menu {
        margin: 0 0 0 0 !important;
    }

    .sub-menu li {
        text-decoration: none;
        margin-left: 0 !important;
        border-bottom: none !important;
    }

    .sub-menu li a {
        text-decoration: none;
        padding: 8px 12px;
        display: block !important;
        border-bottom: 1px solid #d9d9d9 !important;
    }

    .sub-menu li a:last-child {
        border-bottom: none;
    }

    .sub-menu li a:last-child {
        border-bottom: none;
    }

    .sub-menu li a:hover {
        background: #d9d9d9;
        /*        color: #fff !important;*/
    }
}
@media screen and (max-width: 992px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    #main {
        margin-left: 12px !important;
    }

    span.facetwp-search-wrap {
        float: left;
        padding-left: 30px;
        margin-top: 32px;
    }

    .facet_container select {
        /*        background: transparent;*/
        width: 100%;
    }

    .video_block {
        height: 310px;
    }

    #main-blog {
        float: left;
        width: 98%;
        padding: 1%;
    }

    #main-blog .blog-width {
        max-width: 71%;
        float: left;
        margin-top: 20px;
    }

    #main-blog .blog_container {
        max-width: 46%;
        float: left;
        margin-bottom: 21px;
        margin-right: 4%;
        height: 460px;
    }

    #main-blog .blog_container hr {
        border: none !important;
        display: none;
    }

    #main-blog .sidebar_ic {
        width: 27%;
        float: right;
        margin-top: 30px;
    }

    .facetwp-template {
        margin-top: 20px;
        width: 100%;
    }
    /*
    .video_block {
        max-width: 29%;
        margin: 0 2%;
    }
    .facet_container {
        float: left;
        padding-left: 10px;
        width: 25%;
    }
    .the_post_thumbnail {
        max-height: 180px;
    }
    img.wp-post-image {
        width: 50% !important;
    }
    .watchtalks img.wp-post-image {
        width: 100% !important;
    }
*/

    .facetwp-sort {
        float: right;
        width: 100%;
    }

    .the_title {
        font-size: 24px;
    }

    .speakers2016 .video_block {
        width: 29%;
        float: left;
        height: 220px;
        margin: 2%;
    }

    .single-blog-width {
        padding-right: 0;
        width: 100%;
        float: left;
    }

    #main-single .sidebar_ic {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .video {
        max-width: 100%;
        background: #fefefe;
        /*padding:2.857em 0;*/
    }

    .video:after {
        content: "";
        display: block;
        clear: both;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        /*
        margin-left: 5%;
        margin-right: 5%;
*/
        margin-bottom: 20px;
    }

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .sidebar_entry img {
        max-width: 50%;
        height: auto;
        width: 100%;
    }

    .single_post_simliar_posts_block,
    .single_post_simliar_posts_block_last {
        float: left;
        max-width: 47%;
        margin: 0 1%;
        height: 460px;
        width: 50%;
        border-bottom: 2px solid #c7c7c7;
        margin-bottom: 13px;
    }

    #main-single .the_thumbnail {
        max-width: 100%;
        height: auto;
        max-height: 240px;
    }

    .single-video .single_post_simliar_posts_block,
    .single_post_simliar_posts_block_last {
        height: 310px;
    }

    .partners img {
        padding-bottom: 40px !important;
    }

    .tickets-main {
        width: 100%;
    }

    .tickets-info {
        width: 100%;
    }

    .tickets-purchase {
        width: 36%;
    }
    /*    #main-wrap-tablet {display: none;}*/

    body {
        /* padding-top: 29px; */
        padding-bottom: -29px;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    .mob-wrap-home {
        margin-top: 20px;
    }

    .content-footer-width {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .content-footer-width {
        width: 98%;
        margin: 0 auto;
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    #main {
        margin-left: 12px !important;
    }

    span.facetwp-search-wrap {
        padding-left: 0;
    }

    .facetwp-template {
        margin-top: 20px;
        width: 100%;
    }

    .the_post_thumbnail img {
        width: 100%;
    }

    .video_block {
        height: auto;
        width: 100%;
        float: left;
    }

    .the_post_thumbnail {
        max-height: none;
    }

    .footer_block {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .sidebar_ic {
        width: 100%;
        float: left;
        margin-top: 90px;
    }

    .blog_container {
        width: 100%;
        max-width: 100%;
        float: left;
        margin-bottom: 21px;
        margin-right: 19px;
    }

    .the_thumbnail {
        max-width: 100%;
        height: auto;
        height: auto;
        max-height: none;
    }

    #main-blog {
        float: left;
        width: 98%;
        padding: 1%;
    }

    #main-blog .blog-width {
        max-width: 100%;
    }

    #main-blog .blog_container {
        max-width: 100%;
        float: left;
        margin-bottom: 21px;
        margin-right: 4%;
        height: auto;
    }

    #main-blog .blog_container hr {
        border: none !important;
        display: none;
    }

    #main-blog .sidebar_ic {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .video_block {
        max-width: 96%;
        padding-bottom: 19px;
        border-bottom: 2px solid #4C4C4C;
        margin-bottom: 20px;
    }

    .facet_container {
        float: left;
        padding-left: 10px;
        width: 25%;
    }

    .the_post_thumbnail {
        max-height: auto;
    }

    img.wp-post-image {
        width: 100% !important;
    }

    .facet_container {
        padding-left: 0 !important;
        width: 48%;
        margin: 1% 1% 0 0;
    }

    .speakers2016 .video_block {
        width: 99%;
        height: auto;
        margin: 1%;
    }

    .single_post_simliar_posts_block,
    .single_post_simliar_posts_block_last {
        float: left;
        max-width: 100%;
        margin-right: 0;
        height: 100%;
        width: 100%;
    }

    .sidebar_entry img {
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    #main-single .the_thumbnail {
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    .single-video .single_post_simliar_posts_block,
    .single_post_simliar_posts_block_last {
        height: auto;
        padding-bottom: 14px;
    }

    .gives img.aligncenter {
        width: 92px;
    }

    .tickets-main {
        width: 100%;
    }

    .tickets-info {
        width: 100%;
    }

    .tickets-purchase {
        display: none;
    }

    .homepage_h1 {
        font-size: 45px;
        top: -10px;
        position: relative;
    }

    .btn {
        display: block;
        max-width: 80%;
        margin: 0 auto -10px;
        padding: 15px 15px 14px;
        top: -20px;
        position: relative;
    }

    #contents p:last-child {
        font-size: 30px;
        margin-bottom: 20px;
        top: 5px;
        position: relative;
    }

    .single-video h1 {
        font-size: 36px;
    }

    .facet_container_blog {
        float: left;
    }
    /*HERE*/

    .footer_container {
        background-color: #333333;
        width: 100%;
        height: 100%;
        margin-top: 0;
        float: left;
    }

    h1 {
        padding-top: 30px;
    }

    body.home.page.page-id-26793 {
        overflow-y: hidden !important;
    }
}
@media screen and (max-width: 346px) {
    #header-left a {
        max-width: 180px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .tab-pos {
        position: relative;
        top: 250px;
    }

    .homepage_h1 {
        font-size: 70px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #nav a {
        font-size: 12px;
    }

    body {
        padding-top: 0 !important;
    }

    body.page-id-26793 {
        overflow-y: hidden;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btn {
        padding: 15px 80px 14px;
    }

    #main-wrap,
    #main,
    .canvas {
        margin-top: 50px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #nav a {
        font-size: 12px;
    }

    body {
        padding-top: 0 !important;
    }

    body.page-id-26793 {
        overflow-y: hidden;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btn {
        padding: 15px 80px 14px;
    }

    #main-wrap,
    #main,
    .canvas {
        margin-top: 50px;
    }
}
@media (max-device-width: 1113px) and (orientation: landscape) {
    #nav a {
        font-size: 10px !important;

    }
    .dates2018 {
      letter-spacing: 0px !important;
    }}
    @media (max-device-width: 1022px) and (orientation: landscape) {
        #nav a {
            font-size: 9px !important;

        }
        .dates2018 {
          letter-spacing: 0px !important;
        }}
@media (max-device-width: 1300px) and (orientation: landscape) {
    #nav a {
        font-size: 12px;
    }

    body {
        padding-top: 0 !important;
    }

    body.page-id-26793 {
        overflow-y: hidden;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btn {
        padding: 15px 80px 14px;
    }

    #main-wrap,
    #main,
    .canvas {
        margin-top: 50px;
    }
}
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: landscape) {
    #nav a {
        font-size: 12px;
    }

    body {
        padding-top: 0 !important;
    }

    body.page-id-26793 {
        overflow-y: hidden;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btn {
        padding: 15px 80px 14px;
    }

    #main-wrap,
    #main,
    .canvas {
        margin-top: 50px;
    }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    #nav a {
        font-size: 12px;
    }

    body {
        padding-top: 0 !important;
    }

    body.page-id-26793 {
        overflow-y: hidden;
    }

    #main-wrap-mobile {
        background: url(../../assets/home-bg.jpg) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }
    #main-landingwrap-mobile {
        background: url(../../assets/landing.png) no-repeat;
        background-size: cover;
        float: left;
        width: 100%;
        position: relative;
        top: 0;
        /*        padding: 70px 0px;*/
        height: 100vh;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .btn {
        padding: 15px 80px 14px;
    }

    #main-wrap,
    #main,
    .canvas {
        margin-top: 50px;
    }
}
@media print {
    /* All your print styles go here */

    #header-right,
    footer {
        display: none;
    }
}
