/*  ----------------------------------------------
			CSS TABLE OF CONTENTS
    ------------------------------------------------- */
/*
1:  Pre-loader
2:  Default styles
3:  Common section styles
4:  Navigation
5:  Page sections (sections included in the navigation)
    5.1:    Hero Unit (Main slider)
    5.2:    Pricing section ("Our pricing")
    5.3:    Contact section
6: Footer
7: Buttons
8: CSS3 Animations
9: Media queries
10: Parallax effect

/*
----------------------------------------------------- */


/* 1:   Pre-loader -  Need more customizations? Visit-> http://github.hubspot.com/pace/docs/welcome/ 
/* ---------------------------------------------- */

/*.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: rgba(254,82,76, 1);  Primary color, can be changed via colors.css 
  pointer-events: none;
}

*/

/* 2:   Default styles
/* ---------------------------------------------- */

html,
body {
    width: 100%;
    height: 100%;
    text-rendering: optimizelegibility;
    -webkit-text-stroke: .2px;
    -webkit-text-stroke-color: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #626262;
    background-color: #fff;
	font-size:1.6em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    text-transform: none;
    color: #727272;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

/* Customized blog-header */
.blog-header {
	margin-bottom:50px;
}
.blog-header h2 {
    font-weight: 100;
	font-size:48px;
	color:#1d1d1d;
	letter-spacing: -1.5px;
	text-transform:uppercase;
	line-height: 1.2;
}

.blog-header h2 strong {
    font-weight: 500;
}

.blog-header span {    
    background:#aa0000;
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 20%;
}

p {
    margin: 0 0 25px;
    font-size: 100%;
    line-height: 1.8em;
}

b,
strong {
	font-weight:400;
	color:#1d1d1d;
}


a {
    color:#aa0000;
    -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: rgba(254,82,76, 1);
}

.light {
    font-weight: 100;
}

.white{
    color:#fff;
}

.gray{
    color: #a5a5a5;
}

.buffer-twenty{
    margin:20px 0;
}

.buffer-twenty-top{
    margin-top: 20px;
}

.buffer-twenty-bottom{
    margin-bottom: 20px;
}

.buffer-forty{
    margin:40px 0;
}

.buffer-forty-top{
    margin-top: 40px;
}

.no-bottom-pad{
    padding-bottom: 0 !important;
}

.no-top-pad{
    padding-top: 0 !important;
}

.highlight{
    font-weight: 700;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.list-ord{
    list-style: none;
    margin:0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.no-bg{
    background: none !important;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #ccc;
}


/* 3:   Common section styles
/* ---------------------------------------------- */

.content-section {
    padding: 100px 0;
}

.content-section.alt-bg{
    background-color: #222;
}

.content-section.alt-bg-light{
    background-color: #fafafa;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #d2d2d2;
}

.caption{
    font-weight: 100;
    font-size: 20px;
}

.text-center{
    text-align: center;
}

.align-middle{
    margin:0 auto;
}

.sans-border{
    border-radius: 0;
}

.sans-shadow{
    box-shadow: none;
}

blockquote { 
    display: block;
    font-size: 22px;
    position: relative; 
    padding-left: 90px;
    color: rgba(254,82,76, 1);
    border-color: rgba(254,82,76, 1);
}
 
blockquote:before {
    content: "\f10d";
    font-size: 55px; 
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

blockquote span:before{
    content:'--';
    padding: 0 10px 0 0;
}

blockquote span{
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #999;
}
.center-block{
    margin-top: 3% !important;
}

/* 4:   Navigation
/* ---------------------------------------------- */

.navbar-custom {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
    -webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
        transition: background .5s ease-in-out;
}

.navbar-custom.top-nav-collapse{
    background:#fff;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
		box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.navbar-custom .navbar-brand span.brand-logo{
    display: inline-block;
    padding: 14px 0;
    margin: 0 16px;
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.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: rgba(255, 255, 255, .8);
    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;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Custom overlay navigation
/* ---------------------------------------------- */
.button_container {
    position: relative;
    margin-top: 14px;
    height: 28px;
    min-height: 30px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
}

.callout {
	font-size:14px;
	font-weight:300;
	letter-spacing:0;
	margin:14px 20px 0 0;
	color:#aa0000;
	float:right;
	border-top: 1px solid #fff;
}

.callout a {
    display: inline;
    position: relative;
    color:#888!important;
    text-decoration: none;
    overflow: hidden;
}

.callout a:hover {	
	color:#1d1d1d;
}

.callout a:hover:after,
.callout a:focus:after,
.callout a:active:after {
    width: 100%;
}

/* Link underline on hover */
.callout a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background: #888;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .15s;
            transition: .15s;
}


/* Animate the top hamburger bar */
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
    background: #FFF;
}

/* Set the middle hamburger bar's opacity to 0  */
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

/* Animate the bottom hamburger bar */
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #ccc;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

/* The overlay */
.overlay {
    position: fixed;
    display: block; 
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
            transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
        animation-delay: .35s;
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
            animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    font-size: 30px;    
    text-transform: none;
    font-weight: 500;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: inline;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
	text-transform:uppercase;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
}

/* Link underline on hover */
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .15s;
            transition: .15s;
}


/* 5:   PAGE SECTIONS
/* ---------------------------------------------- */

/*      5.1: Hero unit (Main slider)
/* ---------------------------------------------- */

.intro-carousel {
    width: 100%;
    /*height: 100%;*/
    color: #1d1d1d;
    background:#222;
}

.carousel-caption{
    text-shadow: none;
    bottom: 15%;
	text-transform:uppercase;
}

.carousel-caption h1{
    padding: 0;
    margin: 0px;
    color: #aa0000;
	font-size:13.3em;
	font-weight:900;
	line-height:1em;
	letter-spacing:-0.03em;
} 

.carousel-caption .intro-text{
    padding: 0;
	color:#1d1d1d;
	font-weight:500;
	font-size:110%;
}

.carousel-caption .btn{
    margin:0;
}

.carousel-control{
    top: 50%;
    width:4%;
    height:7%;
    margin: 0;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    z-index: 100;
}

.carousel-control.left:hover,
.carousel-control.right:hover{
    background: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
}

#parallax-slide{
    background: url(../images/cover-bg.jpg) 50% 0 no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000; /* Set to black, can be changed via colors.css */
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #1d1d1d;
    position: absolute;
    bottom: 18vh;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #1d1d1d;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
             animation: rotateplane 1.2s infinite ease-in-out;
}


/* Full Slider HTML Template via www.startbootstrap.com
/* ---------------------------------------------- */

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
         -o-background-size: cover;
}



/*      5.2: Pricing section
/* ---------------------------------------------- */

.pricing .table-column {
	font-size:100%;
	border:1px solid #dadadb;
	border-top:30px solid #727272;
	margin:60px 8%;
	padding:40px 20px;
	color:#727272;
	border-radius:5px;	
	-webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.15);
}

.pricing .table-column .price-wrap {
	margin-bottom:20px;
}

.pricing .table-column .price-wrap span {
	color:#1d1d1d;
	font-size:2.5em;
	line-height:0.9em;
	font-weight:500;
}

.pricing .table-column .price-wrap h3 {
	margin-bottom:0px;
	font-size:6em;
	color:#1d1d1d;
	line-height:0.9em;
}

.pricing .table-column .price-info h4 {
	margin-bottom:0px;
	font-size:2em;
	color:#727272;
}

/* Primary table */
.pricing .table-column.primary {
	border-top:30px solid #aa0000;
}

.pricing .table-column.primary,
.pricing .table-column.primary .price-wrap span,
.pricing .table-column.primary .price-wrap h3,
.pricing .table-column.primary .price-info h4 {
	color: #aa0000;
}



/*       5.3: Contact section
/* ---------------------------------------------- */

.contact-form .email-form{
	font-size:100%;
	border:1px solid #dadadb;
	padding:0 20px;
	border-radius:5px;
}

.contact-form .email-form h4 {
	border-bottom:1px solid #dadadb;
	padding:15px 0;
	color:#1d1d1d;
    font-size: 24px;
	text-align:center;
}

.contact-form .counter{
	font-size:2em;
	background: rgba(170,0,0,1);
	padding:1.3em 0px;
	color:#fff;
}

.contact-form .counter h3{
	font-size:3em;
	line-height:0.9em;
	color:#fff;
	margin:0px;
}

.ajax-loader {
	background: url("../images/ajax-loader.gif") center center no-repeat;
}

.contact-form,
.contact-text{
    padding-top: 60px;
}

.contact-form .form-group{
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label{
    font-weight: 600;
}

.contact-form .form-group button{
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea{
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea{
    padding-top: 10px;
}


.contact-form .form-group .btn-default{
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"] 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px; /*  Now only left & right padding */

}

.contact-form label.error,
.contact-form label.error.valid{
    color:#f00;
    padding-top: 10px;
}

.contact-form label.error.valid{
    color:#018804;
}

.form-alerts .alert{
    border-radius: 0;
    border: 0;
}


.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger{
    color: #fff;
    background: #85ceab;
}

.form-alerts .alert.alert-danger{
    background: #fe8080;
}



/* Call to action section (two columns)
/* ---------------------------------------------- */

.cta-two-section{
    width: 100%;
    margin:0;
    padding: 50px 0;
    background: #aa0000;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
            box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.cta-two-section h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

.cta-two-section p {
    font-size: 100%;
    line-height: 2.4em;
    margin: 0px;
    color: #fff;	
    margin-top: 0px;	
}

.cta-two-section .btn{
    margin: 0;
}



/* 6.  Footer
/* ---------------------------------------------- */

footer {
    background:rgba(54, 53, 54, 1);
    color:#777777;
	padding: 40px 0;
	margin-top:100px;
	font-size:80%;
}

.footer-a,
.footer-a:hover,
.footer-a:active,
.footer-a:focus{
    color: #777777;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #e43a45;
    background: #e43a45;
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background: #cc222d;
}


/* 7:  Buttons
/* ---------------------------------------------- */

.btn {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.btn-default {
    color: #fff;
    border: 1px solid rgba(170,0,0,1);
    background: rgba(170,0,0,1);
}


.btn-default:hover,
.btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background: #cc222d;
}


.btn-outlined {
    border: 1px solid rgba(9,113,178, 1); 
    color: #fff;
    background-color: rgba(9,113,178, 1); 
}


.btn-outlined:hover,
.btn-outlined:focus{
    border: 1px solid rgba(9,113,178, 1); 
    color: rgba(9,113,178, 1); 
    background: transparent;
}

.btn-overcolor{
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    background: rgba(228,58,69, 1);
}


.btn-lg{
    margin: 15px 0;
}

.btn-submit{
    padding:10px 0 !important;
}
.circle {
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px; 
}

.squared {
    padding: 10px;
    width: 60px;
    height: 60px; 
}


/* 8.  CSS3 Animations
/* ---------------------------------------------- */

/* Hero unit mouse animation */

@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane { 
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}


/* Navigation link animation */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/* 9:  MEDIA QUERIES START
/* ---------------------------------------------- */

/* Media Queries [max-width:767px]
/* ---------------------------------------------- */

@media(max-width:767px) {

    .carousel-caption {
        bottom: 22vh;
        margin: 0;   
    }
	
	.carousel-caption h1{
		font-size:10em;
		line-height:1em;
	}

	.carousel-caption .intro-text{		
		font-size:100%;
		margin-bottom:80px;
	}

    .mouse{
        display: none;
    }

    .circle {
        padding: 0px;
        font-size: 18px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

     .navbar-custom a{
        color: rgba(254,82,76, 1);
        color: #fff;
    }

    /*.button_container span,
    .button_container span {
        background: #fff !important;
    }*/

    .button_container.active span.top,
    .button_container.active span.bottom{
        background:#fff;
    }


    .cta-two-section .btn{
        margin: 20px 0 0 0;
    }

    .scroll-top {
        bottom: 4%;
        right: 3%;
    }
    
    .scroll-top a:link,
    .scroll-top a:visited {
        padding:2px 6px;
        font-size: 25px;
    }

}


/* Media Queries [min-width:375px]
/* smaller mobile phones */
/* ---------------------------------------------- */
@media (min-width : 320px) and (orientation:landscape) {
    .carousel-caption {
        bottom: 5vh ;
        margin: 0;   
    }
    .carousel-caption h1{
        font-size:3em ;
    }
    .carousel-caption .intro-text{      
        font-size:90%;  
        margin-bottom:50vh;
    }
    .blog-header h2 {
        font-size:30px;
    }
    .center-block {
        margin-top: 3vh ;
    }
    .mouse {
        bottom: 10vh;
    }
    .navbar-custom .navbar-brand span.brand-logo {
         padding: 5px 0;
    }
}


/* Media Queries [min-width:375px]
/* smaller mobile phones */
/* ---------------------------------------------- */
@media (min-width : 320px) and (orientation:portrait) {
    .carousel-caption {
        bottom: 23vh;
        margin: 0;   
    }
    .carousel-caption h1{
        font-size:4em;
    }
    .carousel-caption .intro-text{      
        font-size:70%;  
        margin-bottom:5vh;
    }
    .blog-header h2 {
        font-size:30px;
    }
    .navbar-custom .navbar-brand span.brand-logo {
        display: inline-block;
        padding: 5px 0;
        margin: 0 16px;
    }
    .cta-two-section p{
        line-height: 1.8em;
        margin-top: 15px;
    }
    .about .row>div>p{
        text-align: justify;
    }
}


/* Media Queries [min-width:375px]
/* Extra Small Devices, Phones */ 
/* ---------------------------------------------- */
@media (min-width : 480px) {
    .carousel-caption h1{
        font-size:4em;
    }
    .carousel-caption .intro-text{      
        font-size:80%;
        margin-bottom:2vh;
    }
    .blog-header h2 {
        font-size:2.2em
    }
    .about .row>div>p{
        text-align: center;
    }	
}


/* Media Queries [min-width:414px]
/* iPhone 6 Plus in portrait */
/* ---------------------------------------------- */
@media only screen and (min-width: 375px)  and (max-width: 667px) and (orientation: portrait) {
    .carousel-caption {
        bottom: 24vh;
        margin: 0;   
    }
    .carousel-caption h1{
        font-size:7em;
    }
    .carousel-caption .intro-text{      
        font-size:100% ;
        margin-bottom:6vh !important;
        line-height: 1.5em;
    }
    .cta-two-section p{
        line-height: 2.4em;
        margin-top: 0px;
    }
}


/* Media Queries [min-width:375px] and [max-width-480px]
/* iPhone 6 and iPhone Plus in portrait */
/* ---------------------------------------------- */
@media only screen and (min-width: 375px)  and (max-width : 480px)  and (orientation: portrait){
    .carousel-caption h1{
        font-size:5em;
    }
}


/* Media Queries [min-width:767px]
/* ---------------------------------------------- */
@media(min-width:767px) {
    .btn {
        font-size: 18px;
    }
    .blog-header h2 {
        font-size:2.9em
    }
}


/* Media Queries [min-width:900px]
/* ---------------------------------------------- */
@media(min-width:900px) {
    .blog-header h2 {
        font-size:3.1em
    }
}


/* Media Queries [min-width:1280px]
/* ---------------------------------------------- */
@media(min-width:1280px) {
    .blog-header h2 {
        font-size:3.6em
    }
}


/* Media Queries [min-width:320px]
/* ---------------------------------------------- */
@media(min-width:320px) and (orientation: portrait ) {
    p {
        margin: 0 0 35px;
        font-size: 100%;
        line-height: 1.8em;
    }
    .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: 10px 0;
        background: #fff;
        -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;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
                box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    }
    .navbar-custom.top-nav-collapse .navbar-brand{
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container.active span.bottom{
        background:#fff;
    }
	
	.callout {    
		margin: 5px auto 0 auto;
		text-align: center;
		width: 100%;
		padding-top:5px;
	}
	.top-nav-collapse .callout {
		border-top: 1px solid #dadada;	
	}
}


/* Media Queries [min-width:768px]
/* ---------------------------------------------- */
@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 100%;
        line-height: 1.8em;
    }
    .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: 10px 0;
        background: #fff;
        -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;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
                box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    }
    .navbar-custom.top-nav-collapse .navbar-brand{
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container.active span.bottom{
        background:#fff;
    }
}


/* Media Queries [max-width:1200px]
/* ---------------------------------------------- */

@media(min-width:1200px) {
    .carousel-caption  {
        bottom:20vh ;
    }
	
	.carousel-caption .intro-text {
		margin-bottom:1vh;
	}
	
	.carousel-caption h1{
		font-size:9em;
		line-height:1em;
	}

	.carousel-caption .intro-text{		
		font-size:100%;		
	}

    .mouse{
        bottom:10vh ;
    }
    .center-block {
		margin-top: 6% !important;
	}
}


/* Media Queries [max-width:1200px]
/* Landscape tablets and medium desktops */
/* ---------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {
	
	.carousel-caption h1{
		font-size:8em !important;
		line-height:1em;
	}

	.carousel-caption .intro-text{		
		font-size:100%;		
	}
	
}


/* Media Queries [min-width:768px] and [max-width:1024px]
/* Landscape tablets and medium desktops */
/* ---------------------------------------------- */

@media (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	
	.carousel-caption {
        bottom: 18vh !important; 
        margin: 0;   
    }
	
	.carousel-caption h1{
		font-size:6em !important;
		line-height:1em !important;
	}

	.carousel-caption .intro-text{		
		font-size:100% !important;		
	}
}


/* Media Queries [min-width:768px] and [max-width:1024px]
/* portrait tablets and medium desktops */
/* ---------------------------------------------- */

@media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
	.carousel-caption {
        bottom: 24vh !important;
        margin: 0;   
    }
	
	.carousel-caption h1{
		font-size:8em !important;
		line-height:1em !important;
	}

	.carousel-caption .intro-text{		
		font-size:100%;	
		margin-bottom:6vh;
	}	
}


/* Media Queries [min-width:1280px] and [max-width:1366px]
/* portrait tablets and medium desktops */
/* ---------------------------------------------- */

@media (min-width : 1280px) and (max-width : 1366px)  {
	
	.carousel-caption {
        bottom: 15vh !important;
        margin: 0;   
    }

	.carousel-caption h1{
        font-size:7em !important;

        line-height:1em !important;
	}

	.carousel-caption .intro-text{		
        font-size:100%; 
        margin-bottom:6vh;
	}
}


/* Selection and other generic styles
/* ---------------------------------------------- */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(228,58,69, .8);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(228,58,69, .8);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(228,58,69, .8);
}


/* 10:	Parallax effect on element
/* ---------------------------------------------- */

#parallax-slide {
	background-attachment: fixed;
}
