
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:100;
	line-height: 21px;
	font-size: 13px;
    color: #ed2024;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #ed2024;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #ed2024;
}

body > section {
	padding: 20px 0;
}

.sec-title {}

.sec-title h2 {
  color: #ed2024;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}



#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(0, 0, 0, 1.0);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #32B0EE;
	color: #fff;
}


/*Scroll down more*/
.more {text-align:center; position:fixed; bottom: 0px; width: 100%; padding: .5em 0; z-index:20000;color:#ffffff; display:block; background-color: #000000; }
.more a {color:#888888;line-height:.5em; font-size:.9}
.more a:hover {color:red; text-decoration:none; }
.more a::after {font-family: FontAwesome;content: "\f0d7"; display:block; clear:both;  }


/* MODAL*/

.modal-lg {padding-top: 3%;width: 80%; margin:auto;}
.modal-content {text-align:center; padding: 2em;}
.modal-content .carousel h3 {color:#000000; text-align:center; width: 100%; }
.modal-content .order-box h4 {font-size:1em; font-weight: bold; min-height:1em;}
.modal-content h3 {font-family:knockout, impact, arial, sans-serif;  line-height:1em !important;}
.modal-content p {color:#000000; font-size:1em; margin:1.5em auto;}
.modal-content button {font-size:1em;}
/*MODAL*/






