/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #faf0e6;
}
html {
    width: 100%;
    height: 100%;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #17a2b8;
}
p {
    font-size: 18px;
    line-height: 1.5;
    color: #454545;
}
.small {
	font-family: 'Lora',Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444;
}
.lead {
	font-size: 1.75em;
	font-style: italic;
	padding: 0 80px;
}
.light {
    font-weight: 400;
}
.strong {
    font-weight: 700;
}
.spacing {
	letter-spacing: 6px;
}
.shadow {
	/* offset-x | offset-y | blur-radius | color */
	text-shadow: 1px 1px 2px black;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}
a {
	color: #rgb(112,151,185);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

/* ****** header godown button *************************************************** */

.hero-start-link,
.hero-start-link:focus {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -19px;
    margin-bottom: 15px!important;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #0099cc;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    background-color: #0099cc;
}
.hero-start-link:hover {
    color: #000000;
    text-decoration: none
}

/* ****** spacer, margin *************************************************** */

.clear-marginbot {
	margin-bottom:0;
}
.marginbot10 {
	margin-bottom:10px;
}
.marginbot20 {
	margin-bottom:20px;
}
.marginbot30 {
	margin-bottom:30px;
}
.marginbot40 {
	margin-bottom:40px;
}
.marginbot60 {
	margin-bottom:60px;
}
.clear-margintop {
	margin-top:0;
}
.margintop10 {
	margin-top:10px;
}
.margintop20 {
	margin-top:20px;
}
.margintop30 {
	margin-top:30px;
}
.margintop40 {
	margin-top:40px;
}
.margintop60 {
	margin-top:60px;
}

/* ****** spacing *************************************************** */

.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* ****** Spacing with divs *************************************************** */

.spacer-15 {
    width: 100%;
    height: 15px;
}
.spacer-30 {
    width: 100%;
    height: 30px;
}
.spacer-45 {
    width: 100%;
    height: 45px;
}
.spacer-60 {
    width: 100%;
    height: 60px;
}
.spacer-75 {
    width: 100%;
    height: 75px;
}
.spacer-90 {
    width: 100%;
    height: 90px;
}

/* ****** Basic colors *************************************************** */

.logocolor {
	color: #8c2651;
}
.linkblue {
	color: #0099CC;
}
.headlinegrey {
	color: #888888;
}
.bright-orange {
	color: #f7c723;
}
.turquoise {
	color: #85b4be;
}
.white {
	color: rgb(255,255,255);
}
.grey {
	color: rgb(210,210,210);
}
.lightgrey {
	color: rgb(210,210,210);
}
.slate-grey {
	color: rgb(112,128,144);
}
.dark-slate-grey {
	color: rgb(47,79,79);
}
.brown {
	color: #8b2323;
}
.blue {
	color: rgb(112,151,185);
}
.lightblue {
	color: rgb(136,200,228);
}
.pink {
	color: #ee1289;
}
.red {
	color: rgb(255,0,0);
}
.logored {
	color: #e41b0f;
}
.subtlered {
	color: rgb(240,128,128);
}
.orange {
	color: rgb(237,184,90);
}
.green {
	color: rgb(102,204,51);
}
.yellowgreen {
	color: rgb(154,205,50);
}
.navy {
	color: #3c4b60;
}
.event {
	color: rgb(210,110,144);
}

/* ****** highlight *************************************************** */

.highlight {
    background-color: #17a2b8;
    padding: 0px 10px 6px 14px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.captions {
	color: #666666;
	margin-top: 0.5em;
	text-align: center;
    font-size: 15px;
}

/* ****** modal on load *************************************************** */

.modal-body {
    font-size: 0.85em;
    margin: 0 2em 0 2em;
    text-align: center;
}
.modal-header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}
.modal-footer {
    text-align: center;
}
.modal-header h2 {
    margin-top: 10px
}
.modal-header {
    padding: 0;
    border-bottom: none
}
.modal-body h3 {
    margin: 0
}
.modal-header img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}
.modal-body {
    padding-bottom: 0
}
.modal-footer {
    border: 0;
    margin: 20px 0 20px 0;
}
.close-modal {
    position: absolute;
    top: 18px;
    height: 50px;
    width: 50px;
    z-index: 200;
    border-radius: 50%;
    right: 15px;
    background-color: #0099cc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.close-modal:hover {
    background-color: #f7c723
}
.close-modal:hover .menu-icon:after,
.close-modal:hover .menu-icon:before {
    background-color: #202020
}
.close-modal .menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0)
}
.close-modal .menu-icon::before,
.close-modal .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}
.close-modal .menu-icon::before {
    background-color: #FFF;
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}
.close-modal .menu-icon::after {
    background-color: #FFF;
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

/* ****** boxes *************************************************** */
 
.box-gray {
	background: #f5f5f5;
	padding: 40px 60px;
}
.box-white {
	background: #ffffff;
	padding: 10px 50px;
	border: 2px dotted #999999;
}
.box-vanilla {
	margin-top: 6em;
	background: #f9f4ee;
	padding: 30px 50px;
	border: 4px solid #d2d2d2;
}

/* ****** Image Border *************************************************** */

.photo {
	padding: 10px;
	border: 2px dotted #888;
}
.background {
	background: url("../img/weinfleck_rgb.jpg") center 60% no-repeat;
    background-size: 50%;
}
.noborder {
	border: none;
}

/* ****** Fluid Containers *************************************************** */

.my-fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* ****** Links *************************************************** */

a.mylinks {	
	color: rgb(0,153,204);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	border-bottom: 1px solid rgb(0,153,204);
}
a:hover.mylinks {
	color: rgb(255,0,0);
	background: none;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid rgb(255,0,0);
}

/* ****** Social Links *************************************************** */

.social-links {
    list-style: none;
    margin: 0;
    padding: 0
}
.social-links li {
    display: inline-block;
    margin: 0 12px;
    box-shadow: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.social-links li a {
    background: 0 0;
    display: block;
    color: #0099CC;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.social-links li a:hover {
    color: #666666;
    background: #faf0e6;
    text-decoration: none;
    border-color: #F7C723
}

/* ****** Navbar *************************************************** */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: center;
    background-color: #ffebcd;
    opacity: .9;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    color: #454545;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #454545;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #0099CC;
    background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
    background: #88c8e4;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
    color: black;
}
.navbar-custom .nav li.active a:hover {
    color: #000;
}
.navbar-toggle {
    color: #000;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid #eee;
    	background-color: rgba(255,255,255,.6);
    }
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../intro_bg/immigrants_intro.jpg) no-repeat bottom center scroll;
    background-color: #ffebcd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.intro .intro-body .brand-heading {
    font-size: 40px;
}
.intro .intro-body .intro-text {
    font-size: 18px;
}
@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.bg-turquoise {
    background-color: #1abc9c;
}

/* ****** Outline Button *************************************************** */

.btn-outline {
    margin-top: 15px;
    border: solid 2px #ffffff;
    font-size: 20px;
    color: #ffffff;
    background: #0099cc;
    transition: all .3s ease-in-out;
}
.btn-outline:hover {
    border: solid 2px #ffffff;
    color: #000000;
    background: #f7c723;
}

/* ****** Background Images *************************************************** */

.background-1 {
	background: url("../img/virus-01.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 45%;
}
.background-2 {
	background: url("../img/warp-02.png");
	background-repeat: no-repeat;
	background-position: bottom center;
    background-size: 85%;
}
.background-3 {
	background: url("../img/warp-03.png");
	background-repeat: no-repeat;
	background-position: center left;
    background-size: 100%;
}

/* ****** Form Styles *************************************************** */

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 2px dotted #d2d2d2;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #18bc9c;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

/* ****** Footer Button *************************************************** */

.back-to-top {
    width: 52px;
    height: 52px;
    line-height: 45px;
    margin: -48px auto 26px;
    display: block;
    font-size: 28px;
    text-align: center;
    background: #f7c723;
    color: #000;
    border-radius: 26px;
    position: relative;
    top: -30px
}
.back-to-top:hover {
    color: #fff;
    text-decoration: none;
}

/* ****** Intro Button *************************************************** */

.intro-button,
.intro-button:focus {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    color: #000;
    background: #fff;
}
.intro-button:hover {
    color: #fff;
    background: #85b4be;
    text-decoration: none;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}
.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}
@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }
    .download-section {
        padding: 100px 0;
    }
    #map {
        height: 500px;
        margin-top: 0px;
    }
}

/* ****** Gallery Thumbs *************************************************** */

.thumbnail {
	border: 2px dotted #888;
	border-radius: 0px;
	padding: 10px;
	background: transparent;
}
.img-portfolio {
	border-radius: 0px;
}

/* ****** Standard Button *************************************************** */

.btn {
    border-radius: 0px;
    text-transform: none;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 4px solid #fff;
    color: #000;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border: 4px solid #fff;
    outline: 0;
    color: #000;
    background-color: #e6e6fa;
}
ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    border-top: 6px solid #f7c723;
}
footer p {
    margin-top: 24px;
}


@media only screen and (max-width: 640px) {
.mobile {
	width: 60%;
}
}
@media only screen and (max-width: 480px) {
.lead {
	padding: 0;
}
}  
@media screen and (orientation:landscape) {
  #container {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    width: /* screen width */ ;
    height: /* screen height */ ;
    overflow: scroll;
  }
}