
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Titillium Web', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
	
}
p {
    font-family: 'Titillium', sans-serif;
    font-size: 11px;
	line-height:14px;
}
h4 { font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	line-height:28px;
	text-align:center;
	color:#ffffff;
}

ul{
	font-family: 'Titillium Web', sans-serif;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 60px;
    padding-bottom: 50px;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 36px;
    font-weight: 400;
}
.section_title h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 1px;
    background-color: #f39c12;
    left: 50%;
    margin-left: -30px;
}
.section_title p {
    text-align: center;
    margin-top: 45px;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/

.header h2 {
    height: 0px;
    margin: 0px;
}

.header {
    background:url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}


.header .section_overlay {
    background-color: rgba(33, 33, 33, 0.1);
	padding:20px;
}
.logo{
    padding-bottom: 20px;
}
.home_text{
    text-align: left;
	
}
.home-iphone{
    text-align: right;
}
.home-iphone img{
    width: 100%;
}

@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
		font-family:'Titillium Web',sans-serif;
		font-weight:300;
    }

}
.home_text h1 {
    color: #352424;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;	
	text-align:center;
}
.home_text p {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400;
	font-family:'Titillium Web',sans-serif;
	text-align:justify;
	padding: 0px;

}

.home_text ul {
	color: #333333;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
    font-weight: 400;
	font-family:'Titillium Web',sans-serif;
	text-align:justify;
	padding-left: 20px;
	list-style-image: url('/images/sqr.png');
	list-style:url(../images/sqr.png);
	padding-bottom:20px;
}

.home_text h4 {
    color:#F15A29;
    font-size: 24px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 500;
	text-align:center;
}

.download-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}




/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact_form {
    opacity: 0.8;
	color:#000000;
	
}
.contact_form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.0;
    color: #000000;
    background-color: rgba(220,216,216,1.00);
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    opacity:0.9;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;   

}
.contact_form .form-control:focus {
    border: 1px solid #ffffff;
    border-color: #ffffff;
    outline: 0px none;
    
}
.contact_form {} .form-control:-webkit-input-placeholder {
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    
    color: red;
}
.form-control:-moz-placeholder {
    /* Firefox 19+ */
    
    color: red;
}
.form-control:-ms-input-placeholder {
    color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
    background-color: #00C2CB;
    border: 1px solid #00C2CB;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn:hover {
    background-color: #E53538;
    color: #fff;
    border-color: #E53538;
}


.submit-btn1,
.submit-btn1:active,
.submit-btn1:focus,
.submit-btn1:visited {
    background-color: #352424;
    border: 1px solid #352424;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: 0px !important;
}
.submit-btn1:hover {
    background-color: #FFE50A;
    color: #352424;
    border-color: #FFE50A;
}

.error {
    color: #f39c12;
    display: block;
    padding-bottom: 15px;
    font-size: 18px
}
.error i {
    padding-right: 10px;
    font-size: 18px
}
.Sucess {
    color: #4DB849;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}
.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #4DB849
}
.contact_form .form-control {
    color: #3d3d3d;
}
#message {
    height: 117px;
    resize: none;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #1A1D22;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 3px solid #38b449;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text {
    width: 100%;
}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
	margin: 15px 0;
}
.copy_right_text p a {
    text-decoration: none;
    color: #38b449;
}
.copy_right_text p span {
    font-weight: 300;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: red;
    background-image: none;
    color: rgb(0, 0, 0);
}
.spn_hol {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 50000;
    opacity: 1;
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.spinner {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -35px;
    height: 24px;
    width: 70px;
    text-align: center;
    display: block;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



* {
    font-family: 'Roboto', sans-serif;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}



/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}

.modal-content {
	background-color: rgba(0,194,203,1.0);
		border-radius: 10px;
    outline: 5px #ffffff;
}

.modal-header {
    min-height: 16.43px;
    
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}



.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}