/* 
    Created on : Jul 4, 2017, 12:43:10 AM
    Author     : Atta-Ur-Rehman Shah (http://attacomsian.com)
*/

/*Google fonts*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,400,500,700,800");

html,
body {
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background-color: #f5f5f5;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

.divider{
    width:10px;
    height:auto;
    display:inline-block;
}

.brand-logo{
    width: 180px;
}
.navbar{
    min-height: 80px;
    /*border: solid 3px;*/
    border-color: #29ABE2;
}
.navbar-nav .nav-item .nav-link{
    font-size: 20px;
    font-weight: 700;
}
.navbar-brand {
    font-weight: 700;
}
.navbar-inverse .navbar-nav .nav-link, .navbar .navbar-brand, .navbar-toggler span {
    color: #29ABE2;
}
.navbar .nav-item .active, .navbar .nav-link:hover,.navbar .nav-link:focus, .navbar .navbar-brand:hover{
    color: #333333 !important;
}
.sticky-navigation{
    top: 0px;
    background-color: #f5f5f5;
}
.hero{
    margin-left: 20px;
}
.store-img
{
    width: 170px;
}
.hero h1{
    font-weight: 100;
} 
.hero h1 b{
    font-weight: 700;
} 
a {
    color: #333333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #333333 !important;
    outline: 0;
    text-decoration: none !important;
}
section{
    padding: 50px;
	
}

section:target {
    padding-top:100px;
}

.img-team{
    width: 150px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}
.img-team:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
.team h5{
    padding: 35px 0 15px 0;
    font-weight: 500;
}
.team p{
    color: #999;
}
.card-outline-primary{
    border: solid 1px #333333;
}
.small-xl{
    font-size: 90%;
}
.small-xs{
    font-size: 70%;
}
.section-heading {
    margin-bottom: 30px;
}
#arrow_code_conduct {
    fill: #29ABE2;
    max-width: 100px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 7px solid #29ABE2;
    width: 110px;
    margin-bottom: 25px;
}
.section-first {
    padding: 70px;
    
    padding-bottom: 100px;
}

.clear-130 {
    clear: both;
    height: 130px;
}

.clear-110 {
    clear: both;
    height: 110px;
}

@media (max-width: 468px) and (min-width: 320px){
     .clear-130  {
        height: 70px;
    }   
}

/* Sponsors */

.sponsors {
    padding: 20px 0;
    position: relative;
}

.organizer-wrapper {
    display: inline-block;
    padding: 0 1%;
    vertical-align: middle;
    width: 24%;
}

.sponsor-wrapper {
    display: inline-block;
    padding: 0 1%;
    vertical-align: middle;
    width: 32%;
}
.sponsor-md .sponsor-wrapper{
    width: 32%;
}

.sponsor-lg .sponsor-wrapper{
    width: 48%;
}

.sponsor-item {
    border: 2px solid rgba(66, 133, 244, .1);
    display: inline-block;
    width: 100%;
}

.sponsor-xs .sponsor-item{
    border: 2px solid rgba(71, 124, 171, .1);
}

.sponsor-md .sponsor-item{
    border: 0px solid rgba(66, 161, 202, .1);
}

.sponsor-lg .sponsor-item{
    border: 6px solid rgba(66, 184, 202, .1);
}

.sponsor-media {
    /* background: rgba(66, 133, 244, .1); */
    padding: 10px 0 5px;
    font-size:20px;
}

.sponsor-xs .sponsor-media{
    background: rgba(71, 124, 171, .1);
}

.sponsor-md .sponsor-media{
    /* background: rgba(66, 161, 202, .1); */
    border-top: 2px solid #d0d0d0;
}
}

.sponsor-lg .sponsor-media{
    background: rgba(66, 184, 202, .1);
}

.sponsor-item span {
    max-width: 100% !important;
    /*height: -webkit-fill-available !important;*/
}

.sponsor-item span img {
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media(max-width:767px) {
    .sponsor-wrapper {
        width: 33%;
    }
    .sponsor-md .sponsor-wrapper{
        width: 48%;
    }

    .sponsor-lg .sponsor-wrapper{
        width: 100%;
    }  
}

@media(max-width:550px) {
    .sponsor-wrapper {
        width: 100%!important;
    } 
}

/* Exact aspect ratio */
@media (aspect-ratio: 1/1) {
}

img {
    max-width: 100%;
    flex: 0 0 auto;
}

/* event info */
.content-section-a {
    padding: 0px 0;
    background-color: #f7f7f7;
}

.content-section-b {
    padding: 0px 0;
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e4e4e4;
}

/* Speakers */

.speakers {
    padding: 50px 0;
    position: relative;
}

.speaker-item {
    margin-bottom: 30px;
    min-height: 160px;
}

.speaker-item a {
    color: #29ABE2;
    display: block;
    text-decoration: inherit;
}

.speaker-item a:focus {
    outline: none;
}

.speaker-item a span {
    background: white;
    border: 3px solid transparent;
    border-radius: 1em;
    transition: .2s ease-in border;
}

.speaker-item a:hover span {
    border: 3px solid #29ABE2;
    transition: .2s ease-in border;
}

.speaker-item .fa-stack-2x {
    color: transparent;
}

.speaker-item .fa-stack-1x {
    color: #29ABE2;
    height: 100%;
}

.speaker-item h4 {
    color: #29ABE2;
    margin: 15px;
}

/* Modal */
.speaker-item .modal a {
    display: inline-block;
}

.modal-content {
  border-radius: 0;
  line-height: 1.5em;
}

.modal-body {
    display: table;
    font-size: 17px;
    line-height: 22px;
    padding: 0;
    width: 100%;
}

.wtm-modal-content-left {
      display: table-cell;
      float: none;
      vertical-align: top;
      width: 35%;
      padding: 50px 15px 30px;
      background: rgba(66, 161, 202, .1);
}

.wtm-modal-content-right {
      display: table-cell;
    float: none;
    vertical-align: top;
    padding: 50px 30px 30px;
    width: 65%;
}

@media(max-width:768px) {
    .wtm-modal-content-right, 
    .wtm-modal-content-left {
        width: 100%;
        display: block;
        padding: 30px;
    }
}

.modal-dialog {
    max-width: 700px;
    width: 700px;
    margin: 30px auto;
}

button.close {
  float: none;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.modal .btn-default {
    border: none;
    box-shadow: none;
    color: #4285f4;
}
/*===============================================
* Background Colors
================================================*/

.bg-texture-collage{
    background:-webkit-linear-gradient(-45deg, #29ABE2 33%, transparent 0%),
        linear-gradient(-45deg, #a5dcf3 67%, transparent 33%),
        linear-gradient(-45deg, #29ABE2 100%, transparent 67%);
    background:-moz-linear-gradient(-45deg, #ffb300 33%, transparent 0%),
        linear-gradient(-45deg, #333333 67%, transparent 33%),
        linear-gradient(-45deg, #29ABE2 100%, transparent 67%);
    background:linear-gradient(-45deg, #62c1ea 33%, transparent 0%),
        linear-gradient(-45deg, #29ABE2 67%, transparent 33%),
        linear-gradient(-45deg, #62c1ea 100%, transparent 67%);
}
.bg-alt {
    background-color: #fff;
}
.bg-faded{
    background-color: #fff;
}
.bg-primary{
    background-color: #29ABE2 !important;
}
.bg-footer{
    background-color: #29ABE2;
}
.countdown {
    display: table;
    width: 100%;
    height: 200px;
    
}
.sources-code-conduct {
    text-align: right;
}

.sources-code-conduct p {
    font-size: 14px !important;
}
/*===============================================
* Text Colors
================================================*/
.text-faded {
    color: #333333;
}
.text-dark {
    color: #333333;

}
.text-muted{
    color: #999 !important;
}
.text-white {
    color: #333333;
}
.text-primary {
    color: #29ABE2 !important;
    font-weight: 800; 
}
.text-primary-light{
    color: #29ABE2;
}
.lead {
    font-size: 1.0rem;
    text-align: justify;
	font-weight: 500;
}

.lead2 {
    font-size: 1.4rem;
	text-align: justify;
}

.lead3 {
    font-size: 1.4rem;
}

.ack {
    font-size: 0.8rem;
}

/*===============================================
* Icon Sizes
================================================*/
.icon-lg {
    font-size: 60px;
    line-height: 18px;
}
.icon-md {
    font-size: 50px;
    line-height: 14px;
}
.icon-sm {
    font-size: 30px;
    line-height: 14px;
}
/*===============================================
* Colored Buttons
================================================*/
.btn{
    background-color: #29ABE2;
    color: white;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    text-transform: uppercase;
    font-weight: 500;
    padding: .6rem 1.5rem;
}
.btn:hover, .btn:focus {
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
.btn-white {
    color: #29ABE2 !important;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover{
    color: #29ABE2;
}
.btn-primary{
    background-color: #333333 !important;
    border-color: #29ABE2 !important;
}
.btn-primary:hover, .btn-primary:focus{
    color: #fff !important;
}
.btn-radius{
    border-radius: 50px;
}
/*===============================================
* Borders Utilities
================================================*/
.border-none{
    border: none !important;
    border-color: transparent !important;
}
.border-all{
    border: 1px solid #DEE5E5 !important;
}
.border-left{
    border-left: 1px solid #DEE5E5 !important;
}
.border-right{
    border-right: 1px solid #DEE5E5 !important;
}
.border-top{
    border-top: 1px solid #DEE5E5 !important;
}
.border-bottom{
    border-bottom: 1px solid #DEE5E5 !important;
}
/*===============================================
* Social Icons
================================================*/
.text-twitter-alt, .text-facebook-alt, .text-linkedin-alt, .text-google-alt, .text-github-alt{
    color:#29ABE2;
}
.text-twitter, .text-twitter-alt:hover{
    color:#00aced;
}
.text-facebook, .text-facebook-alt:hover{
    color: #3b5998;
}
.text-google, .text-google-alt:hover{
    color: #dd4b39;
}
.text-linkedin, .text-linkedin-alt:hover{
    color: #007bb6;
}
.text-github, .text-github-alt:hover{
    color: #000000;
}
/*===============================================
* Cards
================================================*/
.card{
    border: none;
    margin-bottom: 30px;
}
.card .card-block .icon-box{
    padding: 20px 0;
    color: #29ABE2;
}
.card .card-block h6{
    padding-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 500;
}
.card:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
/*
Pricing tables & lists
*/
.pricing-list{
    padding-top: 25px;
    padding-bottom: 25px;
}
.pricing-list li {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.list-default{
    list-style: none;
    padding-left: 25px;
}
.list-default>li {
    position: relative;
    padding: 6px 0;
    line-height: 1.55em;
    font-size: 0.94rem;
}
.list-default>li:before {
    content: "\f21b";
    position: absolute;
    left: -25px;
    top: 8px;
    font-size: 10px;
    color: #333333;
    font-family: "Ionicons";
}
::selection {
    color: #333333;
    text-shadow: none;
    background: #FAFAFA;
}
