/*
Theme Name: DDG Base Theme with Responsive Typography
Description: A minimal theme built with Bootstrap, Slick Slider, Waypoints, & Font Awesome
Author: Hugz
Author URI: http://accessintelligence.com
Version: 1.0
Tags: responsive, white, bootstrap
*/

/* Default Styles ___________________________*/

html { height: 100%; font-size: 0.875em; /* 14px / 16px (browser default font-size) */ }
body { height: 100%; /*padding-top: 45px;*/ }

/* Responsive Typography (major thirds – visit http://type-scale.com to set typography scale)___________________________*/
h1 {    
	font-size: 2.441rem;
    margin: 0 0 0.5em;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {font-size: 1.953rem; margin: 0.5em 0;}
h3 {font-size: 1.563rem; margin: 0.5em 0;}
h4 {font-size: 1.25rem;}
h5 {font-size: 0.8rem;}
h6 {font-size: 0.64rem;}
p {font-size: .8rem; margin: 0.5em 0 1.5em;}

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

.alignleft {float: left;padding-right: 30px; margin: 0;}
.alignright {float: right;padding-left: 30px; padding-bottom: 30px; margin: 0;}

#_atssh {display: none;}
.at4-thankyou-background { position: relative;}

/* Navigation Styles ___________________________*/
button.navbar-toggle {padding: 0.5em; line-height: 1;}

/* Content Styles ___________________________*/
section.container-fluid:nth-of-type(odd){
	background: #efefef;
}

div.section-wrapper {
	padding: 3rem 0;
	text-align: center;
}

/*******nav*****/
a.navbarbrand img {
    width: 68%;
}
nav.navbar {
    border-bottom: 2px solid;
}
button.navbar-toggle {
    font-size: 2em;
    color: #DF2926;
}

.mobi-nav .nav li a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background: #eee;
    font-size: .8em;
}
. .nav li a:hover {
    background: #E02E2A;
    color: #fff;
}
.navbar-toggle.collapsed .icon-bar {
    background: gray;
}
span.icon-bar {
    height: 4px !important;
}
/*

*/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background: #E02C28;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: -3px;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/*******winners areag***/
.winner h2 {
    background: #E02C28;
    color: #fff;
    padding: 10px;
}
/*******Images*****/
.winners-box img {
    height: 100%;
    width: 100%;
}
.desc_content i {
    display: block;
    color: #E02C28;
    font-size: 1.4em;
}
.caption-info {
    background: rgba(13, 13, 13, 0.59);
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
.caption-info:hover {
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    transition: 0.5s cubic-bezier(0, 0, 0.85, 1.36);;
    -webkit-transition:0.5s cubic-bezier(0, 0, 0.85, 1.36);;
}
.winners-box {
    padding: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #ddd;
}
.winners-box:after {
    content: 'Photo Missing';
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 50%;
    color: #B5B5B5;
    font-size: 1em;
}
.image-border {
    border: 2px solid #FFFFFF;
    margin: 15px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}
.image-border p {
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}
p.desc_content .name {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}
p.desc_content .company {
    font-size: .8em;
    margin: 0;
    padding: 0;
    display: block;d
}
.qa-include.tag {
    background: red;
    color: #EEEEEE;
    display: block;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    padding: .2rem .4rem;
}
.thumbimg-wrapper {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.imagebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/******Social*****/
.social-icons {
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 9px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-icons a {color: #414143;}
.modal-body .social-icons a {
    color: #E0312D;
}
/*****Footer****/
#copyright {
  background: #414143;
  color: #fff;
  padding-top: 15px;
}
#copyright a {
  color: #ccc;
}
/*******Modal******/
.modal-backdrop {
   background-color: #fff;
   opacity: .8 !important;
   -webkit-filter: blur(8px) grayscale(50%) !important;
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
/*.modal-body {
  min-height: 80vh;
}*/
.modal-winner-title {
    float: right;
}
.close-mo {
    float: left;
    background: none;
    border: none;
    font-size: 2em;
    color: #E02C28;
}
.modal-winner-title h2 {
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    color: #414143;
}
.modal-header ,.navbar-header {
    border-color:#212143;
}
.modal-footer {
    border: 0;
}
.modal-body .social-icons {
    text-align: right;
}
/*.info-wrapper {
    text-align: right;
}*/
.info-wrapper h1 {
    color: #E02C28;
    margin: 0;
}
.info-wrapper h3 {
    color: #898989;
    font-size: 1.4em;
}
.info-wrapper .bio {
    font-size: 1em;
}
.img-wrapper img {
    width: 100%;
}
.img-wrapper {
    height: auto;
    overflow: hidden;
    clear: both;
}
.qa {
    border-top: 1px solid #E02C28;
        background: #f2f2f2;
}
.qa-tag {
    content: 'Q&A';
    background: #E02C28;
    padding: .5em;
    color: #fff;
    top: 0;
    display: inline-block;
    margin-top: 10px;
}
.qa-wrapper .answer {
    color: #797979;
}
.modal-footer a {
    font-size: 1.8em;
    color: #E02C28;
}
/*********** Slick Video Slides ************/
.slick-slider {margin-bottom: 15px;}
.slick-slide {}
.slick-slide img {width: 100%;}
.slick-prev, .slick-next {width: 30px; height: 30px;}
.slick-next {right: 30px;}
.slick-prev {left: 30px;}
.slick-prev:before, .slick-next:before {color: white; opacity: 1; font-size: 24px;}
.slickVideoWrapper, .slickImgWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	background-color: black;
}
.slickVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-play-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: none;
  -webkit-transition: background-color 0.3s ease-out; /* For Safari 3.1 to 6.0 */
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.slider-play-button:hover {
	background-color: rgba(0,0,0,0.5);
}

.slider-play-button i {
	font-size: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	line-height: 1;
	color: red;
}
/*top**/
.topo a {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgb(238, 238, 238);
    border-radius: 50%;
    padding: 2em 2.5em;
    font-size: 1em;
    margin: 1em;
    z-index: 999;
    color: #909090;
}
.topo a:hover {
    color: #E02C28;
    background: rgb(255, 252, 252);
    text-decoration: none;
}
.topo a:after {
    content: 'top';
    display: block;
    font-size: .7em;
    text-align: center;
    text-decoration: none;
}
/*********** Media Queries *****************/
@media (min-width: 540px) {
	html {font-size: 1em; /* 16px / 16px (browser default font-size) */}
	div#eventinfo {max-width: 575px; margin: 0 auto;}
}


@media screen and (max-width: 768px) , screen and (max-height: 700px) {
.about p {font-size: 1em;}
.about h1 {font-size: 2em;}
}

@media (min-width: 768px) {
    a.navbarbrand img {float: right;width: 85%;margin-bottom: 10px;}
    .about {text-align: right;}
    p.intro {font-size: 1.2em;}
    .navbar-header {float: none;}

    #content .nav li a {
        float: none;
        text-transform: uppercase;
        width: auto;
        color: #000;
        font-weight: bold;
        background: none;
        font-size: 1.2em;
        border-bottom: 1px solid #ccc;
        margin-left: 6px;
        padding-bottom: 1.2em;
        margin-top: 1em;
    }
    #content .nav li a:hover {
        color: #E02C28;
        border-color: #E02C28;
        background: transparent;
    }
    .winner h2 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin: 45px 0;
        font-weight: 100;
        font-size: 4em;
        padding-left: .6em;
        text-transform: uppercase;
    }
    #content>div {
        border-left: 1px solid #ccc;
    }
    footer {
        padding: 0 !important;
    }
    .modal-dialog {
        width: 95%;
    }
    .qa h4 {
        font-size: 1rem;
    }
    .qa {
        padding: 2em;
    }
    .qa .answer {
        font-size: .7rem;
        color: #797979;
    }

}

@media (min-width: 992px) {
        div.nav-fixed {position: fixed !important;}
    #sidebar {position: fixed !important;}
	html {font-size: 1.125em; /* 18px / 16px (browser default font-size) */}
	div#eventinfo {max-width: 645px;}

}

@media (min-width: 1200px) {
	html {font-size: 20px; /* 20px / 16px (browser default font-size) */}
	div#eventinfo {max-width: 723px;}
}