/*!
 * 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.
 */
/*************************
*******Typography******
**************************/
@charset "utf-8";
/* CSS Document */
/* CSS Document */

@font-face {font-family: MyCustomFont;  src: url("REZ.ttf") /* TTF file for CSS3 browsers */ }
body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
	footer p
	{
        margin: 0 0 35px;
        font-size: 12px;

	}
	#vm p
	{
		font-size:14px;
	}
}

a {
    color: #2187CB;
    -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: #2187CB;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.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: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #614019;
}

.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;
	color:#C1BFBF;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
	border-top: 4px solid #EC1B24;
	border-bottom: 4px solid #EC1B24;
	transition: ease-in 0.5s;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

/*.navbar-custom .nav li.active a:hover {
    color: #fff;
}*/

@media(min-width:768px) {
    .navbar-custom {
    padding: 5px 0;
    border-bottom: 3px solid #EC1B24;
	border-top: 3px solid #EC1B24;
    letter-spacing: 1px;
    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;
    box-shadow: 0 0 15px #000;
}

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #F6D9B3;
    }
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container>.right-menu {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
}

}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -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;
    }
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left:0;
	}
	.modal-dialog {
    width: 500px;
    margin: 30px auto;
	}

}

.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);
    }
}

.content-section {
    padding-top: 20px;
}
.content-slide {
    padding-top: 105px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 500px;;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

    .download-section {
        padding: 0 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
	
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"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: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

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;
    }
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: 250px;;
}
.content-slide {
    padding-top: 60px;
}
	.navbar-custom a {
    color: #614019;
}
}

footer {
    background-color: #F6D9B3;
    padding: 20px;
    color: #614019;
}

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;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
     background-color: #FFF; 
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#about p
{
	text-align:justify;
}

h2.title
{
font-size:18px;
text-align:center;
}
#download h4
{
	font-size: 14px;
}
.main-title
{
	background:url(../img/bg1.png);
}
.main-title h2
{
	ba
}



.products i{
 font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 20px;
  /* border-radius: 100%; */
  line-height: 110px;
  text-align: center;
background: rgb(33, 135, 203);
    color: #fff;
    border: 3px solid #2187CB;
  box-shadow: inset 0 0 0 5px white;
  -webkit-box-shadow: inset 0 0 0 5px white;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  margin-right: 25px;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-top: 22px;
}

.products i:hover {
  background: #FFFFFF;
  color: #2187CB;
  box-shadow: inset 0 0 0 5px #2187CB;
  -webkit-box-shadow: inset 0 0 0 5px #2187CB;
  border: 3px solid white;
}
.products h2
{
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
}
.products p
{
	color:#000;
	font-size:14px;
}


#vm .nav-tabs li {
    float: left;
    margin-bottom: -1px;
    margin-left: 50px;
}
#vm .nav li a {
    position: relative;
    display: block;
    padding: 10px 65px;
	font-weight:bold;
}
#vm .tab-content
{
	padding: 30px;
}
.tab-content h2
{
	font-size: 18px;
}
#vm .tab-content 
{
	text-align:left;
}

#contact p
{
	font-size:14px;
	margin: 0 0 10px;
}


.navbar-brand {
    float: none; 
    height: 0px; 
    padding: 0px 0px; 
    font-size: 18px;
    line-height: 35px;
}
.modal-footer
{
	border:none;
}

#contact
{
	padding-bottom: 20px;
}
#contact .map
{
	border: 5px solid #CCC;
}
.c-title
{
	/*float:left;*/
	padding-top: 5px;
}
.c-title img
{
	width: 85%;
}
.title-main
{
	font-size:28px;
	margin-top: 20px;
	margin-bottom:5px;
}

.t-text {
    text-transform: uppercase;
    color: #131313;
    letter-spacing: .15em;
    -webkit-text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
    text-shadow: #c0c0c0 -1px 1px 0,#c2c2c2 -2px 2px 0,#c3c3c3 -3px 3px 0,#c5c5c5 -4px 4px 0,#c6c6c6 -5px 5px 0,#c8c8c8 -6px 6px 0,#c9c9c9 -7px 7px 0,#cbcbcb -8px 8px 0,#ccc -9px 9px 0,#cecece -10px 10px 0,#cfcfcf -11px 11px 0,#d1d1d1 -12px 12px 0,#d2d2d2 -13px 13px 0,#d4d4d4 -14px 14px 0,#d5d5d5 -15px 15px 0,#d7d7d7 -16px 16px 0,#d8d8d8 -17px 17px 0,#dadada -18px 18px 0,#dbdbdb -19px 19px 0,#ddd -20px 20px 0,#dfdfdf -21px 21px 0,#e0e0e0 -22px 22px 0,#e2e2e2 -23px 23px 0,#e3e3e3 -24px 24px 0,#e5e5e5 -25px 25px 0,#e6e6e6 -26px 26px 0,#e8e8e8 -27px 27px 0,#e9e9e9 -28px 28px 0,#ebebeb -29px 29px 0,#ececec -30px 30px 0,#eee -31px 31px 0,#efefef -32px 32px 0,#f1f1f1 -33px 33px 0,#f2f2f2 -34px 34px 0,#f4f4f4 -35px 35px 0,#f5f5f5 -36px 36px 0,#f7f7f7 -37px 37px 0,#f8f8f8 -38px 38px 0,#fafafa -39px 39px 0,#fbfbfb -40px 40px 0,#fdfdfd -41px 41px 0,#fff -42px 42px 0;
	font-family:Rock Salt;
}
@media screen and (max-width: 768px)
{
	.logo
	{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 0px;
	}
	.content-slide {
    padding-top: 100px;
}
.col-xs-push-3 {
    left: 0;
}
.content-section {
    padding-top: 100px;
}
.navbar-custom {
    background-color: #F6D9B3;
	-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;
    box-shadow: 0 0 15px #000;
}
.c-title
{
	padding: 20px;
}
.c-title img
{
	width: 70%;
}
.navbar-toggle 
{
    margin-top: 22px;
}
.title-main {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 2;
}
}
