/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
{
    background: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 16px;
    letter-spacing: 0em;
}

.tm-white a {
    color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
/* h1,
h2,
h3,
h4
{
    font-weight: bold;
} */
/* end h1 group */
p { line-height: 1.5em; }
/* img */
img
{
    max-width: 100%;
    height: auto;
}
/* img */

/* overlay */
.overlay 
{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}  
/* over lay */

/* start page container */
@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
/* end page container */

/* start preloader */
.preloader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-rotating-plane.sk-spinner 
{
    width: 1.875rem;
    height: 1.875rem;
    background-color: #28a7e9;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
{
    /* background: #9d4349; */
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0!important;
}
.navbar-default .navbar-brand
{
	color: white;	
    font-size: 30px;
    font-weight: bold;
    height: 4.375rem;
    line-height: 2.188rem;
}
.navbar-default .nav li a
{
    /* color: #666; */
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 4.375rem;
    line-height: 2.5rem;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
{
    color: white;
}

.navbar-default .navbar-toggle
{
    border: none;
    padding-top: 1.25rem;
}
.navbar-default .navbar-toggle .icon-bar
{
    background: white;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/** inverse */

.navbar-light
{
    /* background: #9d4349; */
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0!important;
}
.navbar-light .navbar-brand
{
	color: white;	
    font-size: 30px;
    font-weight: bold;
    height: 4.375rem;
    line-height: 2.188rem;
}
.navbar-light .nav li a
{
    /* color: #666; */
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 3.125rem;
    line-height: 1.875rem;
}
.navbar-light .nav li a:hover,
.navbar-light .nav li a:focus,
.navbar-light .nav li a.current
{
    color: white;
}

.navbar-light .navbar-toggle
{
    border: none;
    padding-top: 1.25rem;
}
.navbar-light .navbar-toggle .icon-bar
{
    background: white;
    border-color: transparent;
}
.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus { background-color: transparent }

/* end inverse */

.new {
    font-size: 1.2rem;
}
/* end navigation */

/* start home */       
#home
{
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
}
#home p
{
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
}
#home img
{
    display: inline-block;
    margin-top: 1.875rem;
}
/* end home */

/* start divider */
#divider
{
    /* text-align: center; */
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#divider .fa
{
    color: #9d4349;
    font-size: 3.75rem;
}
/* #divider h3
{
    font-size: 20px;
} */
/* end divider */

/* start feature */

.feature .fa {
    background: #9d4349;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    margin-right: 1.25rem;
}
.feature {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
/* #feature1
{
    background: #f8f8f8;
}

#feature5
{
    background: #f8f8f8;
}
#feature6
{
    background: #f8f8f8;
} */

/* section.feature:nth-of-type(2n +1){
    background: #f8f8f8;
} */

.feature p
{
    padding-top: 0.625rem;
}

#feature4 p {
    padding-top: 0px;
}
/* end feature1 */

/* start pricing */
#pricing
{
	background: #9d4349;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
#pricing h2
{
    padding-bottom: 3.75rem;
}
#pricing .pricing
{
    background: #fff;
}
#pricing .active
{
    position: relative;
    bottom: 20px;
}
#pricing .pricing .pricing-title
{
	background: #9d4349;
    color: #fff;
    font-weight: bold;
    padding: 30px;
}
#pricing .pricing .pricing-title p
{
    font-size: 20px;
}
#pricing .pricing ul
{
    padding: 0;
    margin: 0;
}
#pricing .pricing ul li
{
    display: block;
    list-style: none;
    padding: 16px;
}
#pricing .pricing .btn
{
    background: transparent;
    border: 1px solid #9d4349;
    border-radius: 0px;
    color: #28a7e9;
    font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
{
    padding-top: 80px;
    padding-bottom: 80px;
}
#download h2
{
    padding-bottom: 20px;
}
#download .btn
{
    border-radius: 0px;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 40px 10px 40px;
}
/* end download */

/* start contact */
#contact
{
    /* background: url('../images/contact-bg.jpg') no-repeat;
    background-size: cover; */
	/* background-color: #f3f3f3; */
    color: black;
}
#contact h2
{
    padding-bottom: 10px;
}
#contact address
{
    padding-top: 20px;
}
#contact address .fa
{
	background: #9d4349;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 6px;
    margin-right: 10px;
}
#contact .contact-form
{
    padding-top: 40px;
}
/* #contact .form-control
{
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
} */
#contact input
{
    height: 50px;
}
#contact input[type="submit"]
{
	background: #9d4349;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
{
    /* background: #fff; */
    /* font-weight: 400; */
    text-align: center;
    /* padding: 20px; */
}
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
    {
        padding-bottom: 40px;
    }
}
/* end media 360 */

/* start netfutura custom */
@media (max-width: 991px) {
    #contact .input-group {
        margin-bottom: 20px;
    }
}
/* #contact .form-control {
    margin-bottom: 0px !important;
} */
#reg_form .input-group-addon {
    min-width: 16em;
}

#mibew-agent-button {
    margin: 0px !important;
    padding: 0px !important;
    position: fixed !important;
    bottom: 5px !important;
    left: 5px !important;
}

#feature3 .fa-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 12px;
}

#feature4 .fa-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 12px;
}

#feature3 .hosp {
    font-size: 12px;
}

#feature4 .hosp {
    font-size: 12px;
}

.fa {
	color: white;
}
.fa-small {
	color: white;
}

a.info {
	color: white;
	text-decoration: underline;
}

a.footer {
	color: black;
}
h4.modal-title {
	color: black;
}

/* end netfutura custom */

span.blocktitle {
	font-size: 18px;
}

p.tm-white {
	font-size: 18px;
}

.countdown-container {
/* position: relative; 
top: 70%;
-webkit-transform: translateY(-70%);
-moz-transform: translateY(-70%);
transform: translateY(-70%); */
}
.clock-item .inner {
height: 0px;
padding-bottom: 100%;
position: relative;
width: 100%;
}
.clock-canvas {
background-color: rgba(255, 255, 255, .1);
border-radius: 50%;
height: 0px;
padding-bottom: 100%;
}
.text {
color: #fff;
font-size: 30px;
font-weight: bold;
margin-top: -50px;
position: absolute;
top: 50%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
width: 100%;
}
.text .val {
font-size: 50px;
}
.text .type-time {
font-size: 20px;
}
 @media (min-width: 768px) and (max-width: 991px) {
.clock-item {
margin-bottom: 30px;
}
}
 @media (max-width: 767px) {
.clock-item {
margin: 0px 30px 30px 30px;
}
}

#white:hover {
    color: white;
    background-color: transparent;
}
#white:focus {
    color: white;
    background-color: transparent;
}
