
/*!
 * 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%;
    color: #333;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: none;
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0099cc;
}

p {
	font-family: 'Merriweather',Helvetica,Arial,sans-serif;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #444;
}

.italic {
	font-style: italic;
	color: #0099cc;
}

.blue {
	color: #0099cc;
}

.phone {
	font-weight: 700;
	color: #000;
}

.small {
	font-family: 'Merriweather',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

hr {
	color: #0099ff;
	background-color: #0099ff;
	height: 1px;
	width: 15%;
	margin-bottom: 2.5em;
}

@media(min-width:767px) {
    p {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -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;
}

.light {
    font-weight: 400;
}

/* ****** navigation bar *************************************************** */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: "Dosis",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #0099cc;
}

.navbar-custom .navbar-brand {
    font-family: "Dosis",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.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,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 2px;
        background-color: #0099cc;
        -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;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #0099cc;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

/* ****** footer settings *************************************************** */

.footer {
	background-color: #afeeee;
	padding: 150px 0;
	margin-top: 3em;
}
.spine {
	border: 6px solid #ffffff;
	box-shadow: 0 3px 6px #666666;
}

/* ****** image shadow *************************************************** */

.shadow {
	border-radius: 0px;
	box-shadow: 0 3px 6px #666666;
}

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

.top-spacer {
	margin-top: 2em;
}

.bottom-spacer {
	margin-bottom: 2em;
}

.side-space {
	padding: 0 2em 0 2em;
}

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

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.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;
}


/* ****** intro section *************************************************** */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #666;
    background-color: #fff;
    -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-family: "Dosis",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: rgb(0,153,204);
}

.intro .intro-body .intro-text {
    font-family: "Khand",Helvetica,Arial,sans-serif;
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

@media(min-width:768px) {
    .intro {
        margin-top: 3em;
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

/* ****** boxed content *************************************************** */

.box-gray {
  background: #f5f5f5;
  padding: 40px 60px;
}
.box-white {
  background: #ffffff;
  padding: 40px 60px;
  border: 6px solid #f5f5f5;
}

/* ****** My Modal *************************************************** */	

.modal-header {
  border-bottom: none;
}

.modal img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer {
  text-align: center;
  border-top: none;
}

/* ****** colors *************************************************** */	

.white {
    color: #fff;
}

.black {
    color: #000;
}

.lightblue {
    color: rgb(0,204,255);
}

.blue {
	color: rgb(0,153,204);
}

.grey {
	color: rgb(136,136,136);
}

.darkgrey {
	color: rgb(51,51,51);
}

.orange {
	color: rgb(255,165,0);
}

.green {
	color: rgb(154,205,50);
}

/* ****** round button *************************************************** */	

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 7px 16px;
    border: 2px solid #0099cc;
    border-radius: 35px;
    font-size: 40px;
    color: #0099cc;
    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: rgb(255,165,0);
    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);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #333;
    background: none;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 200px;
    }
    .download-section {
        padding: 100px 0;
    }
}

/* ****** 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(154,205,50);
	background: none;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid rgb(154,205,50);
}

/* ****** lists *************************************************** */

.list-group {
	font-family: 'Merriweather',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgb(51,51,51);
}


/* ****** default button *************************************************** */	

.btn {
    text-transform: uppercase;
    font-family: "Khand","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 2em;
}

.btn-default {
    border: 1px solid #0099cc;
    border-radius: 0px;
    color: #fff;
    background-color: #0099cc;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #9acd32;
    outline: 0;
    color: #fff;
    background-color: #9acd32;
}

ul.banner-social-buttons {
    margin-top: 0;
}

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

/* ****** media queries *************************************************** */

@media(max-width:767px) {
    p {
    	font-size: 17px;
	}
	
	h2 {
    	font-size: 1.75em;	
	}

	.intro-body {
	    letter-spacing: 0;
	}
	
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    
	.footer {
    	background: #eee;
    	padding: 60px 0;
	}

.list-group {
    font-size: 14px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}