/*!
 * 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.
 */

html { width: 100%; height: 100%;}
body { width: 100%; height: 100%;
    font-family: 'Quattrocento Sans', sans-serif;,
    color: #fff; background-color: #FFFFFF;
    position: relative;
}
.section-bg{background-color: #747474;}
.section-row{margin-bottom: 10px; padding-top:100px; padding-bottom: 30px; min-height: 225px;}
.section-row-one{background-color: #4d4d4d;}
.section-row-two{background-color: #FFFFFF;}
.pad-top{padding-top: 100px;}
.fa{color: #FFFFFF;}
.section-row-two .fa{color:#747474;}
.als-container .fa{color:#747474;}
.section-row a { color: #747474; font-size: 25px;}
.section-row a:hover, a:focus {text-decoration: none; color: #C30E17;}
#contact .section-row:last-of-type {margin-bottom: 0px}
#contact a {font-size: 16px;}
#support > .section-row:last-of-type { padding-bottom: 200px}
#support .fa {margin-right: 30px}
#support .a {margin-bottom: 20px}
#support > .section-row:last-of-type .row > div {margin-bottom: 20px;}
h1,h2,h3,h4,h5,h6 {
    margin: 0 0 35px 35px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4d4d4d;
    text-align: center;
}
h1{ font-size: 48px;}
h2{ color: #C30E17;}
h3{ color: #FFFFFF;}
h4 p { font-size: 18px; }
p {
    margin: 25px 0 25px 0;
    font-size: 21px;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        line-height: 1.3;
        text-align: left;
    }
    h1,h2,h3,h4,h5,h6{
        margin: 0 0 35px 0;
        text-align: left;
    }
    #support a {margin-left: -55px}
}
@media(min-width:992px) {
    .header-image{ height: 650px; overflow: hidden; }

}
.header-image .img-responsive { margin: 0 auto;}
a {
    color: #219ab3;
    -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: #11505d;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: Roboto,sans-serif;
    background-color: #FFFFFF;
    font-weight: 900;
    font-size: 12px;
}
.navbar-custom .fa{color:#4d4d4d ;}
.navbar-custom .navbar-brand {
    font-weight: 700;
}

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

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

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

.navbar-custom a {
    color: #4d4d4d;
}

.navbar-custom .nav li.active {
    outline: nonte;
    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);
    color: #747474;
}

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

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
.modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    //-webkit-transform: translate3d(0, -300px, 0);
    //transform: translate3d(0, -300px, 0);
    opacity: 1;
  }
}
#elevate{
    position: relative;
    top: -300px;
}
canvas{
    padding-top: 100px;
    border-bottom: solid #747474 10px;
}
.feature-image{
    padding-top: 100px;
}
@media(min-width: 767px){
    .feature-image{
        padding-top: 120px;
    }
    canvas{
        padding-top: 120px;
    }
}
#image {
    padding-top: 100px;
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    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;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
}
@-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 {
    min-height: 500px
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-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;
}
.contact-support{margin-top: -40px; padding: 15px 14px 0px 0px; font-size: 14px;}
.contact-number{margin-top: -40px; padding:15px 15px 0px 0px; margin-right: 150px; font-size: 14px}
.navbar-custom .contact-number {color: #C30E17;}
.nav.navbar-nav .contact-num {color: #C30E17;}
.navbar-custom .contact-support {color: #C30E17;}
.nav.navbar-nav .contact-sup {color: #C30E17;}

.navbar-custom .navbar-brand{height: inherit; padding: 0px 15px; margin-top:-30px;}
.p-gray p {color: #4d4d4d;}
.small-font{font-size: 18px}
.ele-text{
	color: rgb(77, 77, 77);
	font-family: Roboto, sans-serif;
	font-size: 48px;
	font-weight: bold;
}
/*.wrapper { float: left; clear: left; display: table; table-layout: fixed; }
img.img-responsive { display: table-cell; max-width: 100%; }
*/
.ele-button, .ele-button:active, .ele-button:focus{
    background-color: rgba(0,0,0,0);
    border: none;
    outline: 0;
    box-shadow: none;
}
.ele-button i, .ele-button p {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ele-button:hover i, .ele-button:hover p {
    color: #C30E17;
}
.modal-body p, .modal-body i{
    color: #4d4d4d;
}
.header-icons {
    margin-top: 50px;
    margin-bottom: 50px;
}
.header-icons > a > div, .header-icons a h4 {
    text-align: center;
}
.header-icons a h4{
    margin-top: 10px;
    margin-left: 0px;
}
.header-icons i {
    color: #747474;

}
.header-icons h4, .header-icons i {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-icons a:hover h4, .header-icons a:hover i {
    color: #C30E17;
}

/*****************************************************
 * generic styling for ALS elements: outer container
 ******************************************************/

.als-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 0;
    overflow: hidden;
}

/****************************************
 * viewport styling
 ***************************************/

.als-viewport {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

/***************************************************
 * wrapper styling
 **************************************************/

.als-wrapper {
    position: relative;
    /* if you are using a list with <ul> <li> */
    list-style: none;
}

/*************************************
 * item: single list element
 ************************************/

.als-item {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
    min-height: 100px;
    min-width: 250px;
    max-height: 150px;
    box-sizeing: initial;

}
.als-item img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-height: 150px;
}

/***********************************************
 * prev, next: buttons styling
 **********************************************/

.als-prev, .als-next {
    position: absolute;
    cursor: pointer;
    clear: both;
}
    #viewer {
      max-width: 100px;
  }
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #viewer {
      max-width: 200px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #viewer {
      max-width: 360px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #viewer {
      max-width: 648px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}