@font-face {
    font-family: 'Trirong';
    font-style: normal;
    font-weight: 400;
    src:  url('../fonts/Trirong-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src:  url('../fonts/Raleway-Light.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src:  url('../fonts/Raleway-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src:  url('../fonts/Raleway-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src:  url('../fonts/Raleway-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src:  url('../fonts/Raleway-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src:  url('../fonts/Raleway-Black.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src:  url('../fonts/ubuntu-light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src:  url('../fonts/ubuntu-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src:  url('../fonts/ubuntu-bold-webfont.woff') format('woff');
}
html, body{
    height: auto!important;
}
body{
    font-family: 'Ubuntu';  
    cursor: default;
}
body.blocked{
    pointer-events: none!important;
}
.main-page-content{
    /* margin-top:61px; */
    padding-top: 60px;
    padding-bottom: 60px;
}
.task-control{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color:#fff;
    min-height: 50vh;
    padding: 8px;
    color:#000;
    width: 100%;
    outline: none!important;
}
.task-control:focus{
    border-color: #009992;
}
a{
    color:#009992;
}
a:hover{
    color:#001e2c;
}
.normal-link{
    font-size: 18px;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.italic-info{
    font-style: italic;
    margin: 5px 0!important;
    font-size: 16px!important;
    font-weight: 300!important;
}
.std a{
    color:#009992;
}
.std a:hover{
    color:#001e2c;
}
a,button{
    cursor: pointer;
    outline: none!important;
}
a:hover,a:focus{
    text-decoration: none;
}
input{
    cursor:auto;
    outline: none!important;
}
::selection {
    background: #009992;
    color:#fff;
}
::-moz-selection {
    background: #009992;
    color:#fff;
}
input,.form-control,
h1,h2,h3,h4,h5,h6{
    font-family: 'Ubuntu'; 
}
.std p.info,
p.info{
    display: block;
    margin: 0;
    padding:20px 0 20px 0;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
}
p.info-small{
    display: block;
    margin: 0;
    padding:20px 0 20px 0;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
}
/*.video-container{
    position: relative;
    width: 100%;
    padding-bottom: 55.6%;
    display: block;
}*/
.video-container video,
.video-container canvas{
    width:100%!important;
    height: auto!important;

}
.std .video-container p,
.video-container p{
    letter-spacing: 2px;
    font-family: "Ubuntu";
    font-size: 20px;
    padding: 10px;
    margin:0!important;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.video-container p.green{
    background: #009992;
    color:#fff;
}
.video-container canvas{
    border:4px solid #009992;
}
.form .form-actions, .portlet-form .form-actions{
    border:none;
    background: transparent;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    margin: 0;
    padding: 20px 0;
}
.mini-header{
    font-size: 17px;
    font-weight: 700;
    margin:20px 0;
    text-align: center;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu'; 
}
.btn.blue:not(.btn-outline).focus, .btn.blue:not(.btn-outline):focus{
    background: #001e2c;
    border-color: #001e2c;
}
.btn{
    padding: 10px 16px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu'; 
}
.btn.btn-default{
    padding: 10px 16px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu'; 
    background: #009992;
    color:#fff;
    margin:0;
}
.btn.btn-default.btn-smaller{
    font-size: 14px;
    padding:6px 16px;
}
.btn.btn-full{
    width:100%;
    text-align: center;
}
.btn.btn-default:hover{
    background: #001e2c;
    color:#fff;
}
.symptom-description span{
    padding:  10px;
    background: #f0f0f0;
    margin: 10px 0;
    display: block;
    font-size:14px;
    line-height: 19px;

}
.small-text{
    font-size: 13px!important;
    margin: 0 10px;
}
.sponsored-label{
    background: #009992;
    color:#fff;
    padding: 10px 15px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
small.swither{
    font-size: 12px;
    color:#009992;
    font-weight: 700;
    cursor: pointer;
}
.vcenter{
    display: inline-block;
    float:none;
    vertical-align: middle;
}
p{
    font-family: 'Raleway';
}
.searchform-container{
    width:100%;
    position: relative;
    margin-bottom: 40px;
}
.searchform-container input[type="text"]{
    width:100%;
    height: 40px;
    line-height: 40px;
    background: #001e2c;
    border-radius: 20px!important;
    color:#fff;
    font-weight: 400;
    font-size:14px;
}
.searchform-container input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#fff;
}
.searchform-container input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color:#fff;
}
.searchform-container input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color:#fff;
}
.searchform-container input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color:#fff;
}
.searchform-container.big-search{
    float:none!important;
    width:100%;
    display: block!important;
    position: relative!important;
    padding: 0!important;
    box-shadow: none!important;
    transform: translate(0,0)!important;
}
.searchform-container.big-search .button-search {
    top: 0px!important;
    right: 0px!important;
}
.toolbar{
    background: #009992;
    display: block;
    padding: 8px 15px;
    margin: 0 15px 40px 15px;
    text-align: center;
}
.toolbar .sorter{
    display: inline-block;
}
.toolbar span,.toolbar a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color:#fff;
    font-weight: 400;
    vertical-align: middle;
}
.toolbar a{
    font-weight: 300;
    font-size: 14px;
    border:1px solid #06b8b0;
    padding: 5px 8px;
    margin: 0 5px;
}
.toolbar a.asc,
.toolbar a.desc{
    background: #FFF;
    color:#009992;
}
.toolbar a.asc:after{
    content:"";
    font-size: 14px;
    margin-left: 5px;
    font-family: FontAwesome;
}
.toolbar a.desc:after{
    content:"";
    font-size: 14px;
    margin-left: 5px;
    font-family: FontAwesome;
}
.button-search{
    position: absolute;
    top:0;
    right:15px;
    width:40px;
    height: 40px;
    background: transparent;
    box-shadow: none;
    line-height: 40px;
    text-align: center;
    border:none;
    color:#fff;
    transition: all 0.5s;
}
.button-search:hover{
    color:#ddd;
    outline:none;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
    color:#fff;
    font-weight: 700;
    font-size:16px;
    text-transform: uppercase;
    padding: 10px 13px;
    transition: all 0.4s;
}
.navbar-default .navbar-nav>li>a>.small{
    font-size:12px;
    letter-spacing: -1px;
    font-weight: 400;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover{
    background: transparent!important;
    color:#f0f0f0!important;
}
.login .logo img{
    margin:auto;
}
.navbar.navbar-default #navbar{
    padding: 10px 0;
    transition: all 0.6s;
}
.navbar.navbar-default{
    transition: all 0.6s;
}
.navbar.navbar-default.sticky{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
}
.navbar.navbar-default.sticky #navbar {
    padding: 15px 0;
}
.navbar.navbar-default .navbar-brand{
    display: block;
    margin-top:10px;
    max-width: 180px;
    margin: 0!important;
    padding: 15px 0;
    transition: all 0.6s;
}
.navbar.navbar-default.sticky .navbar-brand{
    top:20px;
}
.navbar.navbar-default .navbar-brand img{
    max-width: 100%;
    transition: all 0.6s;
}
.navbar.navbar-default.sticky .navbar-brand img{
    max-width: 180px;
}
.navbar-right{
    margin-right: 0!important;
}
.navbar.navbar-default{
    margin:0;
    border-radius: 0;
    border:none;
    background: #363d40;
    /*position: fixed;*/
    top:0;
    left:0;
    width:100%;
    z-index: 999;
}
.content.not-logged.user-logged{
    margin-top:180px;
}
.main-content{
    min-height: 250px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #fff;
    color:#001f2c;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color:#001f2c;
}
.dropdown-menu>li>a{
    color:#363d40;
    background: transparent!important;
    font-size:13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Ubuntu';
}
.dropdown-menu li.divider{
    margin:0;
}
.btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after{
    left:auto;
    right:10px;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before{
    left:auto;
    right:9px;
}
#calculator-choose.nav-tabs>li{
    width:50%!important;

}
#calculator-choose.nav-tabs>li a{
    background: #f0f0f0;
    color:#001e2c;
    margin: 0;
    border:0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block!important;
    transition: all 0.3s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background: #f7f7f7;
    border:none;
}
.result-total.form-control[readonly]{
    background: #ddd!important;
}
#calculator-choose.nav-tabs>li a:hover{
    background:#ddd;
}
#calculator-choose.nav-tabs>li.active a{
    background: #009992;
    color:#fff;
}
.padding20{
    padding-left:20px!important;
    padding-right: 20px!important;
}
.project-details{
    position: fixed;
    top:50%;
    right: -110px;
    z-index: 9999;
    font-size: 40px;
    text-transform: uppercase;
    width:300px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color:#fff;
    transition: all 0.4s;
    background:#009992;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.project-details span{
    opacity: 0.3;
}
.project-details:focus,
.project-details:hover{
    background: #06b8b0;
    color:#fff;
}
.modal-title{
    font-size: 36px;
}
.modal-body p{
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.modal-body h5{
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 700;
}
#flashMessage{
    position: fixed;
    top:10px;
    font-size: 20px!important;
    left:50%;
    z-index: 9999999;
    transform: translate(-50%,0);
}
/**/
#map{
    display: block;
    width:100%;
    height: 300px;
}

.centered{
    position: absolute;
    top:50%;
    left: 0;
    width:100%;
    z-index: 2;
    transform: translate(0,-50%);
    padding: 15px 30px;
}
.centered h3{
    text-align: center;
    color:#363d40;
    font-size: 24px!important;
    line-height: 30px!important;
    text-transform: uppercase!important;
    font-weight: 300!important;
    height: auto!important;
    font-family: 'Ubuntu'!important;
}
.centered span{
    text-align: center;
    color:#444;
    font-family: 'Trirong';
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.centered.white span,
.centered.white h3{
    color:#fff;
}

.owl-theme .owl-controls .owl-page span{
    background: #009992;
}
.home-blog{
    text-align: center;
}
.home-blog i{
    display: inline-block;
    margin: auto;
    color:#009992;
}
.hover-action .functional-buttons{
    position: absolute;
    top:50%;
    left: 0;
    width:100%;
    margin-top: -900px;
    z-index: 9;
    transition: all 0.5s;
    text-align: center;
    padding: 10px 15px;
    transform: translate(0,-50%);
}
.hover-action{
    display: block;
    position: relative;
}
.hover-action .functional-buttons .btn-default{
    clear: both;
    background: transparent;
    border-color: #fff;
    position: relative;
    color:#fff;
}
.hover-action .functional-buttons  .btn-default:before {
    position: absolute;
    top: 50%;
    content: "";
    background: #009992;
    width: 8px;
    height: 8px;
    left: -4px;
    transition: all 0.4s;
    margin-top: -4px;
}
.hover-action .functional-buttons .btn-default:hover{
    background: #fff;
    color:#363d40;
}
.hover-action:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    background: #001e2c;
    opacity: 0;
    content: "";
    transition: all 0.4s;
    z-index: 3;
}
.hover-action:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quick-access-list{
    margin: 0;
    padding: 0;
}
.quick-access-list li{
    display: block;
    list-style-type: none;
    margin: 10px 0;

}
/*-------------full-page-=------------*/
.fullpage .std .big-heading,.fullpage .big-heading{
    margin: 30px 0;
}
.fullpage .std .big-heading span,.fullpage .big-heading span{
    font-weight: 300;
}
.fullpage .tile{
    /* position: absolute;
     top:50%;
     margin-top: 35px;
     left: 50%;
     max-height: 100%;
     max-width: 100%;
     transform:translate(-50%,-50%);
     -webkit-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
     -o-transform:translate(-50%,-50%); */
    padding-bottom: 0;
    margin:auto;
    width: 70vw;
    max-width:800px;
    height:70vh;
}
.fullpage .navbar.navbar-default{
    position: fixed;
}
.fullpage .main-page-content{
    position: fixed;
    left:0;
    width:100%;
    top:60px;
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100% - 60px);

}
.fullpage .main-content{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;

}
.fullpage .footer{
    display: none!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
}
/*---------------------------*/
.speciality-list{
    margin: 15px -5px;
    padding: 0;
}
textarea.form-control{
    height: 110px;
}
.speciality-list li{
    display: inline-block;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 19px;
    color:#001e2c;
    background: #f0f0f0;
    margin:5px;
}
.std .little-heading,
.little-heading{
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.std .big-heading,
.big-heading{
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 50px 0;
}
.big-heading small{
    display: block;
    font-size: 20px;
    font-weight: 300;
}
/*--------------*/
.row.dealer-row{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
/*---------system---------------*/
.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue{
    background: #001f2c;
}
.portlet.box.blue{
    border-color: #001f2c;
}
.portlet.box.green{
    border-color: #009992;
}
.portlet.box.green>.portlet-title, .portlet.green, .portlet>.portlet-body.green{
    background: #009992!important;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #009992;
    border-color: #009992;
}
.btn.blue:not(.btn-outline).active, .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline):hover, .open>.btn.blue:not(.btn-outline).dropdown-toggle{
    background-color: #001f2c;
    border-color: #001f2c;
}
.btn.reserve-code{
    padding: 15px 15px;
    font-size:20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #009992!important;
    border-color:#009992!important;
    transition: all 0.6s;
    border-radius: 45px!important;
}
.btn.reserve-code:hover{
    background: #001f2c!important;
    border-color: #001f2c!important;
}
/*------------breadcrumbs-------------*/
.breadcrumbs {
    margin-bottom: 30px;
    display: block;
}
.breadcrumbs ul li{
    display: inline-block;
    padding: 4px;
    color:#009992;
    font-size:15px;
    font-weight: 300;

}
.breadcrumbs ul{
    margin: 0 0 0 15px;
    padding: 0;
}
.breadcrumbs ul li.separator{
    color:#001e2c;
}
.breadcrumbs ul li a{
    color:#001f2c;
    font-weight: 400;
    font-size:15px;
    transition: all 0.5s;
}
.breadcrumbs ul li a:hover{
    color:#009992;
}
.form .form-body, .portlet-form .form-body{
    padding-left: 0;
    padding-right: 0;
}
/*----------------------------------grid------------------*/
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.owl-slider .item{
    padding: 15px;
}
.owl-slider.owl-theme .owl-controls{
    margin-top: -15px;
    z-index: 99;
    position: relative;
    margin-bottom: 35px;
}
.owl-slider.owl-theme .owl-controls .owl-page span{
    background: #009992;
}
.section .section-header{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin:0 0 50px 0;
    color:#001e2c;
}
.line-top{
    border-top:1px solid #f7f7f7;
}
.bck-gray,
.section.bck-gray{
    background: #f7f7f7;
}
.small-image{
    max-width: 60px;
    display: block;
    margin: auto;
}
.grid-gap{
    margin-top: 80px;
    margin-bottom: 80px;
}

ul.categories{
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
ul.categories li{
    display: inline-block;
    margin: 5px;
}
ul.categories li a{
    display: block;
    padding: 9px 18px;
    font-size: 15px;
    font-weight: 300;
    color:#001e2c;
    background: #ddd;
    transition: all 0.4s;
}
ul.categories li.active a,
ul.categories li a:hover{
    background: #009992;
    color:#fff;
}
/*---------------------------*/
.pagination{
    margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span{
    color:#009992;
    font-size: 30px;
    width:65px;
    height: 65px;
    padding: 0;
    line-height: 65px;
    text-align: center;
    font-weight: 300;
    transition: all 0.4s;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #009992;
    border-color: #009992;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background: #363d40;
    color:#fff;
}
/*---------------forms------------------*/
.portlet-body.form .row{
    margin-top:0!important;
    margin-bottom:0!important;
}
.portlet-body.form h3{
    font-size:35px;
    font-weight: 300;
}
.portlet-body.form label{
    font-family: 'Ubuntu'; 
    font-size:15px;
    font-weight: 300;
}
.users-user_profile .portlet-body.form label{
    font-size:14px;
}
/*-------------------------modal backdrop---------*/
.modal-backdrop {
    z-index: 999998;
}
.modal{
    z-index: 999999;
}
.ajax-view{
    background:#fff;
}
#add-referal{
    top:50%;
    transform: translate(0,-50%);
    min-height: 0;
    height: auto;
}
.loader{
    display: block;
    text-align: center;
    padding: 40px;
}
.quick-search-icon{
    background: transparent!important;
    padding: 10px;
    border:none!important;
    color: #009992;
    font-weight: 700;
    font-size: 16px;
}
.quick-search-icon:hover{
    color:#001e2c;
}
/*---------------------chaoins--------------------*/
.chain-box{
    display: block;
    padding: 15px 0;
}
.chain-box .image-box{
    position: relative;
    width:100%;
    padding-bottom: 56%;
    overflow: hidden;
}
.chain-box .image-box img{
    position: absolute;
    top:50%;
    left:50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}
.chain-box .image-box:before{
    content:"";
    background: #001f2c;
    top:0;
    left:0;
    width:100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.6;
    margin-top:-300px;
    transition: all 0.5s;
}
.chain-box .image-box:after{
    content:attr(data-title);
    padding: 0 15px;
    top:50%;
    left:0;
    width:100%;
    text-align: center;
    transform: translate(0,-50%);
    position: absolute;
    z-index: 1;
    opacity:1;
    color:#fff;
    font-size:40px;
    font-weight: 300;
    margin-top:-300px;
    transition: all 0.5s;
}
.std .chain-box h3{
    font-size:30px;
    color:#001f2c;
    font-weight: 400;
    text-align: center;
    margin:10px 0 0 0;
    transition: all 0.5s;
}
.std .chain-box small{
    font-size:14px;
    color:#009992;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}
.std .chain-box small span{
    font-weight: 700;;
}
.std .chain-box p{
    text-align: center;
    font-size:15px;
    line-height: 20px;
    height: 60px;
    margin:0;
    color:#001e2c;
    font-weight: 300;
    padding: 0 10px;
    border-bottom: 1px solid #f8f8f8;
}
.std .chain-box:hover h3{
    color:#009992;
}
.chain-box .image-box:hover:after,
.chain-box .image-box:hover:before{
    margin-top:0;
}
.msg{
    display: block;
    padding: 8px 15px;
    font-size:15px;
    font-weight: 300;
    line-height: 22px;
    margin:15px 0;
}
.msg.info{
    background: #e8be58;
    color:#001e2c;
}
.msg.error{
    background:red;
    color:#fff;
}
.msg.info-white{
    background: #fff;
    color:#001e2c;
    border:1px solid #f0f0f0;
}
.msg.info:before{
    content:"";
    font-family: FontAwesome;
    margin-right:10px;
}
.msg.info-white:before{
    content:"";
    font-family: FontAwesome;
    margin-right:10px;
}
.msg.success{
    background: #009992;
    color:#fff;
}
.msg.success:before{
    content:"";
    font-family: FontAwesome;
    margin-right:10px;
}
.reservation{
    font-size:16px;
    font-weight: 400;
    margin:40px 0;
}
.std .my-reservations-box h3{
    text-align: center;
    font-size:28px;
    margin:0 0 15px 0;
}
.std .my-reservations-box{
    margin-bottom: 60px;
    padding-bottom: 60px;
    position: relative;
}
.std .my-reservations-box:before{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 32%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(32%, rgba(0,0,0,0.21)), color-stop(70%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 32%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 32%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 32%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.21) 32%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    content:"";
}
.copy-to-clipboard{
    background: #009992;
    display: inline-block;
    padding: 7px 15px;
    color:#fff;
    margin:0 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.ctcquick.copy-to-clipboard{
    padding: 5px 14px;
    font-size:15px;
    line-height: 15px;
    color:#fff;
    font-weight: 300!important;
}
.copy-to-clipboard:hover{
    background: #001f2c;
}
.copy-to-clipboard span{
    position: absolute;
    top:0;
    right:0;
    background: #001f2c;
    color:#fff;
    padding: 5px 10px;
    font-size:11px;
    transform: translate(0,-100%);
    z-index: 2;
    margin-top: -8px;

}
.copy-message{
    display: none;
}
.copy-to-clipboard span:before{
    content:"";
    bottom: -7px;
    right:0;
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 0;
    border-color: transparent #001f2c transparent transparent;
}
.add-referal{
    display: block;
    border-radius: 45px!important;
    text-align: center;
    padding: 20px;
    font-size:20px;
    background: #009992;
    color:#fff!important;
    transition: all 0.5s;
}
.add-referal:hover,.add-referal:focus{
    background: #001e2c;
    color:#fff;
}

.quick-btn{
    display: block;
    border-radius: 45px!important;
    text-align: center;
    padding: 40px 15px;
    font-size:35px;
    font-weight: 700;
    background: #009992;
    color:#fff!important;
    transition: all 0.5s;
}
.quick-btn:hover,.quick-btn:focus{
    background: #001e2c;
    color:#fff;
}
.quick-links-header{
    font-size:40px;
    margin-bottom: 30px;
    font-weight: 300;
}
.loading-content{
    position: fixed;
    z-index: 99998;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.loading-content i{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -45px;
    margin-left:-45px;
    color:#005050;
    font-size:90px;
}
/*-----------------------schemes-----------------*/
.top-gap-30{
    margin-top: 30px;
}

.panel-white{
    background: #fff;
    border:1px solid #001e2c;
    border-radius: 45px!important;
}
.panel-white a{
    font-weight: 300;
    color:#fff!important;
    background: #001f2c;
    font-size:15px;
    line-height: 15px;
    margin:0 5px;
    display: inline-block;
    padding: 5px 14px;
}
.margin-bottom-15{
    margin-top:8px;
    margin-bottom: 8px;
}
.panel-green{
    background: #009992;
    border-radius: 45px!important;
    padding:5px 40px;
}
.panel-content-small ul{
    margin-bottom: 30px;
}
.panel-dark{
    background: #001e2c;
    border-radius: 45px!important;
}
.panel-green p,
.panel-dark p{
    color:#fff;
    margin:0!important;
    font-size:16px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    font-family: 'Ubuntu';
}
.panel-white p{
    color:#001f2c;
    margin:0!important;
    font-size:16px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    font-family: 'Ubuntu';
}
.panel-white p span{
    color:#009992;
    font-weight: 700!important;
}
.block{
    display: block;
}
.panel-dark p a{
    color:#fff!important;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Ubuntu';
}
.panel-green ul{
    margin:0;
    padding: 0;
    text-align: center;
}
.panel-green ul li{
    display: inline-block;
    padding: 5px 8px;
}
.panel-green ul li a{
    color:#fff!important;
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Ubuntu';
}
.panel-green ul li a:hover{
    text-decoration: underline;
}
.panel-green ul li a.active{
    font-weight: 400;
    text-decoration: underline;
}
.panel-content{
    padding: 0px 80px;
}
.panel-content .letter{
    font-size:160px;
    letter-spacing: -12px;
    line-height: 0.9em;
    margin-bottom: 30px;
    color:#009992;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Ubuntu';
}
.panel-content .query{
    font-size:40px;
    line-height: 0.9em;
    color:#009992;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    display: block;
    font-family: 'Ubuntu';
}
.columnlist,
.ajax-panel-content ul{
    margin:0;
    padding:0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}
.all-schemes a,
.panel-content-small ul li,
.panel-content ul li{
    list-style-type: none;
    padding: 3px 0 3px 20px;
    text-indent: -20px;
    transition: all 0.5s;
    font-size:16px;
    line-height: 24px;
}
.panel-content-small ul li:before,
.all-schemes a:before,
.panel-content ul li:before{
    content: '•';
    margin-right: 3px;
    color:#001f2c;
}
.all-schemes a,
.panel-content-small ul li a,
.panel-content ul li a{
    color:#001f2c;
    text-transform: uppercase;
    transition: all 0.5s;
}
.all-schemes a{
    line-height: 24px;
}
.panel-content-small ul li:hover,
.all-schemes a:hover{
    padding-left: 25px;
}

.no-margin-top-bottom{
    margin-bottom: 0!important;
    margin-top:0!important;
}
.no-margin-top{
    margin-top:0!important;
}
.no-margin-bottom{
    margin-bottom: 0!important;
}
/*------------------homepage-----------------*/
.fodders-diet .select2-container--bootstrap{
    width:auto!important;
}
.index-index .std{
    text-align: center;
}
.index-index .std img{
    margin-bottom: 35px;
}
.std table tr th{
    padding: 15px 10px;
    text-align: center;
    font-size:19px;
    background: #001f2c;
    color:#fff;
    line-height: 20px;
}
.std table.sponsored tr th{
    background: #009992;
}
.std table tr td{
    padding: 10px;
    font-size:15px;
    line-height: 20px;
}
.std table tr.ranged td{
    font-size: 16px;
    font-weight: 700;
    background: #ccc!important;
}
.std table tr:nth-child(even) td{
    background: #f7f7f7;
}
.std ul li{
    font-size:15px;
    line-height: 20px;
    font-family: 'Raleway';
}
.std p{
    margin:0 0 15px 0;
    font-size:18px;
    line-height: 24px;
    font-family: 'Raleway';
}
.std ul li span,
.std p span{
    font-family: 'Raleway'!important;
}
.std ul li{
    font-size:15px;
    line-height: 20px;
    font-family: 'Raleway';
}
.lg-gap70{
    margin-bottom: 70px;
}
.std .row{
    margin-top: 90px;
    margin-bottom: 65px;
}
.std .row.reviews-list,
.reviews-list{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    margin-top: 0;
}
.ratingdisplay:after,
.ratingdisplay:before{
    position: relative;
    font-size: 15px;
    color:#e8be58;
    font-family: "FontAwesome";
}
.ratingdisplay.stars5:before{
    content: "    ";
}
.ratingdisplay.stars4:before{
    content: "   ";
}
.ratingdisplay.stars3:before{
    content: "  ";
}
.ratingdisplay.stars2:before{
    content: " ";
}
.ratingdisplay.stars1:before{
    content: "";
}
.ratingdisplay.stars0:before{
    content: "    ";
    color:#ccc;
}
.ratingdisplay.stars4:after{
    content: " ";
    color:#ccc;
}
.ratingdisplay.stars3:after{
    content: "  ";
    color:#ccc;
}
.ratingdisplay.stars2:after{
    content: "   ";
    color:#ccc;
}
.ratingdisplay.stars1:after{
    content: "    ";
    color:#ccc;
}
.ratingdisplay.stars4-5:before{
    content: "    ";
}
.ratingdisplay.stars3-5:before{
    content: "   ";
}
.ratingdisplay.stars2-5:before{
    content: "  ";
}
.ratingdisplay.stars1-5:before{
    content: " ";
}
.ratingdisplay.stars0-5:before{
    content: "";
}
.ratingdisplay.stars3-5:after{
    content: " ";
    color:#ccc;
}
.ratingdisplay.stars2-5:after{
    content: "  ";
    color:#ccc;
}
.ratingdisplay.stars1-5:after{
    content: "   ";
    color:#ccc;
}
.ratingdisplay.stars0-5:after{
    content: "    ";
    color:#ccc;
}

.price{
    font-size: 32px;
    color:#009992;
    font-weight: 700;
    display: block;
    margin: 0 0 15px 0;
}



.gap5{
    margin-bottom: 5px!important;
}
.no-margin-bottom{
    margin-bottom: 0!important;
}
.std h1{
    font-size:40px;
    font-weight: 700;
    margin:0 0 30px 0;
    color:#001e2c;   
}
.place-view .meta.contact{
    display: block;
    text-align: center;
    background: #f0f0f0;
    padding: 35px 20px; 
}
.place-view .meta.contact .meta{
    display: block;
}
.place-view .meta.social{
    display: block;
    text-align: center;
    background: #f0f0f0;
    padding: 40px 20px; 
}
.place-view .metatitle,
.place-view .meta.social span{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.nearest-place{
    position: absolute;
    background: #009992;
    color:#fff;
    display: inline-block;
    z-index: 1;
    top:0;
    right:15px;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.nearest-place span{
    display: block;
    font-weight: 300;
}
.gap30{
    margin-bottom: 30px!important;
}
.gaptop30{
    margin-top: 30px!important;
}
.place-view .meta.social a{
    font-size: 30px;
    display: inline-block;
    padding: 5px 8px;
    color:#009992;
}
.place-view .meta.social a:hover{
    color:#001e2c;
}
.portlet-body.form h3.page-subheading,
.page-subheading{
    display: block;
    margin: 0;
    padding:20px 0 20px 0;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f7f7f7;
}
.page-subheading span{
    font-weight: 300;
}
.std h6{
    font-size:18px;
    font-weight: 700;
    margin:0 0 10px 0;
}
.std h5{
    font-size:24px;
    font-weight: 400;
    margin:0 0 30px 0;
}
.std h3{
    font-size:45px;
    font-weight: 700;
    margin:0 0 30px 0;
}
.chains-list_of_codes .std h3{
    font-size:45px;
    font-weight: 300;
    margin:0 0 30px 0;
}
.index-index .std h3,.index-index .std h6{
    color:#009992;
}
.content{
    position: relative;
    z-index: 1;
}
.home-banner{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    min-height: 140px;
    background: #009992;
}
.home-banner:not(.banner-index){
    background: url(../img/instance/1/small-banner.jpg)!important;
    background-size: cover!important;
}
.home-banner strong,.home-banner h1,.home-banner h2{
    position: absolute;
    margin:0;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-weight:  700;
    letter-spacing: -0.5px;
    white-space: nowrap;
    font-size:80px;
    font-family: 'Ubuntu';  
}
.scrollToTop{
    position: fixed;
    bottom: 0px;
    right: 0;
    display:none;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#001e2c;
    color:#fff;
    opacity:0.9;
    border-radius: 50%;
    z-index: 99999;
    cursor:pointer; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}
.scrollToTop:hover,.scrollToTop:focus{
    opacity:1;
    color:#fff;
}
.home-banner p{
    margin:0;
}
.home-banner img{
    width:100%;
    height: auto;
}
.no-margin{
    margin: 0!important;
}
.no-padding{
    padding: 0!important;
}
.form-control{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #f0f0f0;
    border:1px solid #f0f0f0;
}
.form-control:not(.small)::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.2;
}
.form-control:not(.small)::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.2;
}
.form-control:not(.small):-ms-input-placeholder { /* IE 10+ */
    opacity: 0.2;
}
.form-control:not(.small):-moz-placeholder { /* Firefox 18- */
    opacity: 0.2;
}
.login .content .form-control:not(.small),
.form-control:not(.small){
    height: 100px;
    line-height: 100px;
    font-size: 45px;
}
.dataTables_wrapper .form-control{
    height: 30px!important;
    line-height: 30px!important;
    font-size: 15px!important;
}
.login .content .form-actions .btn-default.btn-form,
.btn-form{
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    padding: 0!important;
    background: #009992;
    color:#fff;
}
.btn-form:hover,.btn-form:focus{
    background: #001f2c;
    color:#fff;
}
.page-title{
    background: #363d40;
    color:#fff!important;
    font-weight: 700;
    font-size:60px;
    padding: 15px 40px;
    line-height: 65px;
    border-radius: 43px!important;
    margin:0px auto 0 auto;
    display: inline-block;
}
.page-title small{
    display: block;
    color:#fff!important;
    font-size: 25px;
}
.btn-big{
    border:none!important;
    font-weight: 700;
    font-size:55px;
    padding: 25px 35px;
    line-height: 55px!important;
    margin:0px auto 0 auto;
    display: inline-block;
    background: #363d40!important;
}
.btn-big:hover{
    background: #000!important;
}
.btn-big.green{
    background: #009992!important;
    color:#fff!important;
    transition: all 0.5s;
}
.btn-big.green:hover{
    background: #001e2c!important;
    text-decoration: none;
    -webkit-box-shadow: 0px 13px 10px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 13px 10px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 13px 10px 0px rgba(0,0,0,0.26);
}
.image-gap20{
    margin-top:20px!important;
    margin-bottom:20px!important;
}
.gap10{
    margin-bottom: 10px!important;
}
.place-logo{
    width:100%;
    max-width: 100px;
}
/*---------------------------------*/
.modal-dialog{
    position: fixed;
    margin: 0!important;
    z-index: 9999!important;
    top:50%!important;
    left: 50%!important;
    transform:translate(-50%,-50%)!important; 
    -webkit-transform:translate(-50%,-50%)!important;
    -moz-transform:translate(-50%,-50%)!important;
    -o-transform:translate(-50%,-50%)!important;
    width:98%!important;
    max-width: 1200px!important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    max-height: 98%!important;
    overflow: auto!important;
}
/*-------------list of codes-------------------------*/
.list-of-codes label{
    font-size:16px;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-family: 'Ubuntu'; 
}
/*------------------------------animation---------------------------------*/
.animation-btn,
.animation-again{
    cursor: pointer;
    position: absolute;
    top:20px;
    text-align: center;
    left:50%;
    transform: translate(-50%,0);
    color:#fff;
    transition: all 0.5s;
}
.animation-btn.pause{
    display: none;
}
.animation-btn.play{
    display: none;
}
.animation-btn:hover,
.animation-again:hover{
    color:#009992;
}
.animation-btn span,
.animation-again span{
    font-size:12px;
    line-height: 12px;
    display: block;
}
.animation-btn i,
.animation-again i{
    font-size:30px;
    display: block;
    font-weight: 300;
}
.animation{
    position: relative;
    background: #001e2c;
    padding: 110px 110px;
    -webkit-box-shadow: inset 0px 30px 40px 0px rgba(0,0,0,0.64);
    -moz-box-shadow: inset 0px 30px 40px 0px rgba(0,0,0,0.64);
    box-shadow: inset 0px 30px 40px 0px rgba(0,0,0,0.64);
}
.column-1{
    margin-top:100px;
    float:left;
    width:18%;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;   
    -webkit-box-sizing: border-box; 
    display: inline-block;
}
.column-2{
    margin-top:100px;
    float:left;
    width:23%;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;   
    -webkit-box-sizing: border-box; 
    display: inline-block;
}
.cloud img.animation-person{
    position: absolute;
    top:0;
    left:0;
    transform: translate(-50%,-50%);
}
.cloud img.left-hand{
    position: absolute;
    top:0;
    left:0;
    margin-top:55px;
    transform: translate(-50%,-50%);
}
.cloud img.right-hand{
    position: absolute;
    top:0;
    left:0;
    margin-top:55px;
    margin-left: -50px;
    transform: translate(-50%,-50%);
}
.animation-header{
    position: absolute;
    top:50%;
    transform: translate(0,-50%)!important;
    left:0;
    width:100%;
    text-align: center;
    color:#009992;
    font-weight: 700;
    font-size:100px;
    display: none;
}

.cloud{
    position: relative;
    text-align: center;
    font-size:17px;
    letter-spacing: -1px;
    font-weight: 400;
    padding:  20px 40px;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;   
    -webkit-box-sizing: border-box; 
    display: block;
    border-radius: 15px!important;
    -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.5);

}
.cloud.green{
    background: #009992;
    color:#fff;
}
.cloud.blue{
    background: #001e2c;
    color:#fff;
    border:1px solid #009992;
}
.cloud.white{
    background: #fff;
    color:#009992;
}
.animation-arrow-down{
    display: block;
    height: 100px;
    width:100%;
    margin:25px 0;
    position: relative;
}
.animation-arrow-down:before{
    content: "";
    position: absolute;
    top:0;
    height: 100%;
    transform: translate(-50%,0);
    left:50%;
    width: 2px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.46);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.46);
    background: #009992;
}
.animation-arrow-down:after {
    content: '';
    display: block;  
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    bottom: -4px;
    border-style: solid;
    border-width: 14px 6px 0 6px;
    border-color: #009992 transparent transparent transparent;
}
.animation-plus{
    display: block;
    text-align: center;
    font-size: 60px;
    color:#009992;
    height: 80px;
    line-height: 80px;
    text-shadow: 10px 10px 4px rgba(0,0,0,0.5);
    margin:15px 0;
}
.animation-success{
    display: block;
    margin:30px 0 0 0;
    text-align: center;
    color:#e8be58;
    font-size:15px;
    letter-spacing: -1px;
}
.animation-dotted-arrow{
    position: relative;
    color:#5b8da6;
    min-height: 100px;
    display: block;
    font-size:15px;
    text-align: center;
    margin: 0 50px 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;   
    -webkit-box-sizing: border-box; 
}
.animation-dotted-arrow span{
    position: absolute;
    top:50%;
    left:50%;
    font-size:16px;
    letter-spacing: -1.5px;
    min-width: 80%;
    margin-top:-6px;
    transform: translate(-50%,-50%);
    display: inline-block;
}
.animation-dotted-arrow span:before{
    position: absolute;
    bottom: -12px;
    width:100%;
    left:0;
    content:"";
    display: block;
    height: 4px;
    background: url('dot.jpg');
}
.animation-dotted-arrow span:after{
    position: absolute;
    bottom: -10px;
    right:0;
    content:"";
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #5b8da6;
    transform: translate(0,50%);
}
.animation-rotated-arrow{
    display: block;
    position: relative;
    height: 360px;
    background: url('arrow.png');
    background-size: contain!important;
    background-position: center center!important;
    background-repeat: no-repeat;
}
.animate{
    opacity: 0;
    transition: all 0.8s;
}
.animate.active{
    opacity: 1;
}
.portlet.box.dark.circle-custom{
    border:none!important;
}
.portlet.dark.circle-custom{
    background: transparent;
}
.portlet.box.dark.circle-custom>.portlet-title{
    border-radius: 45px!important;
    background: #001e2c!important;

}
.portlet.box.dark.circle-custom>.portlet-body{
    padding-bottom: 0!important;
}
.portlet.dark.circle-custom ul{
    margin: 0;
    padding: 0;
}
.portlet.box.dark.circle-custom>.portlet-title .caption{
    font-weight: 300;
    font-family: 'Ubuntu';
    text-align: center;
    padding: 12px;
    font-size:15px;
}
/*--------------------*/
#countup,
#countupall{
    font-size: 0;
}
#countupall p{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
#countupall span{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 20px;
    height: 22px;
    font-weight: 400;
}
#countup{
    margin-bottom: 7%;
}
#countup p{
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
#countup span{
    display: inline-block;
    vertical-align: middle;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
}
#countup .start-time{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    display: block;
    font-weight: 300;
}
#countup span.sep{
    font-weight: 300;
    padding-right: 10px;
}
#countupall span.sep{
    font-weight: 300;
    padding-right: 8px;
}
.font-gray{
    color:#363d40!important;
}
.index-index .content .form-title{
    font-size: 65px;

}
.index-index .logo{
    margin:30px 0;
    padding: 0;
}
.index-index .content{
    width: 70vw;
    max-width: 800px;
    height: 65vh;
    margin: auto;
    position: relative;
}
.index-index .content .login-container{
    position: absolute;
    top:50%;
    left:0;
    transform:translate(0%,-50%);
    -webkit-transform:translate(0%,-50%);
    -moz-transform:translate(0%,-50%);
    -o-transform:translate(0%,-50%); 
    width:100%;
    padding: 0 30px;
}
.index-index .main-page-content{
    position: absolute;
    top:50%;
    left: 50%;
    padding: 0;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%); 
}
.index-index .copyright{
    margin-bottom: 0;
}
/*-----------------*/
.bg-green{
    background: #009992!important;
}
.tile .owner i{
    margin-right: 5px;
}
.tile .owner{
    position: absolute;
    top:5px;
    right:5px;
    z-index: 1;
    color:#fff;
    text-transform: uppercase;
    font-size: 15px;
}
.tile .stop{
    position: absolute;
    top:40px;
    left:0;
    text-align: center;
    width: 100%;
    color:#fff;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    opacity: 0.2;
}
.tile .start{
    position: absolute;
    text-transform: uppercase;
    top:15px;
    left:0;
    text-align: center;
    width: 100%;
    color:#fff;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    opacity: 0.2;
}
.tile{
    padding-bottom: 100%;
    width:100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.colpadding5{
    padding-left: 5px;
    padding-right: 5px;
}
.row5{
    margin-left: -5px;
    margin-right: -5px;
}
.tile.small{
    padding-bottom: 0%;
    margin: 5px 0;
    min-height: 120px;
}
.tile:hover{
    background: #363d40!important;
}
.tile.red:hover{
    background: #b30000!important;
}
.tile.bg-green:hover{
    background: #363d40;
}
.tile.red:hover{
    background: #363d40!important;
}
.tile .content-head{
    position: absolute;
    bottom:20px;
    left: 0;
    text-align: center;
    width:100%;
    padding: 0 20px;
    text-align: center;
    max-height: 100%;

}
.tile .content-head i{
    font-size: 40px;
    color:#fff;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.tile  .content-head span{
    font-size: 22px;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Ubuntu';
    font-weight: 400;
}
.tile.ajax-stop-task  .content-head span{
    font-size: 25px;
    line-height: 30px;
}
.tile .closed{
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
    width:100%;
    padding: 0 20px;
    max-height: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 45px;
    color:#fff;
    display: block;
    font-family: 'Ubuntu';
    font-weight: 700;
}
.tile .fa-files-o{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    left: 10px;
    font-size: 180px;
    opacity: 0.05;
    color:#fff;
    z-index: 1;
}
.tile .fa-user{
    font-size: 20px;
    color:#fff;
    z-index: 1;
}
.index-index .tile .fa-user{
    position: absolute;
    top: 50%;
    left: 15px;
    opacity: 0.1;
    font-size: 120px;
}
.tile .closed small{
    font-size: 20px;
    display: block;
}
.tile  .name{
    position: absolute;
    top:50%;
    left: 0;
    transform: translate(0,-50%);
    width:100%;
    padding: 0 20px;
    max-height: 100%;
    text-align: center;
    font-size: 38px;
    line-height: 45px;
    color:#fff;
    margin-top: -10px;
    display: block;
    font-family: 'Ubuntu';
    font-weight: 700;
}
.tile.small .name{
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 30px;
}
.tile.small .name small{
    font-size: 17px;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.tile.bg-red  .name{
    margin-top: 10px;
}
.alert,#toast-container{
    pointer-events: none;
}
.alert-success{
    background: #009992;
    color:#fff;
}
.alert-success.big{
    font-size: 38px;
    text-align: center;
}
/*---------------footer--------------*/
.footer{
    padding: 15px 40px;
    background: #363d40;
}
.footer p{
    margin:0;
    text-align: center;
    color:#fff;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Ubuntu';
    font-size:16px;
}
.footer p a{
    color:#fff;
}
.footer p a:hover{
    color: #f7f7f7;
}
@media(max-width:1579px){
    .index-index .content .form-title{
        font-size: 55px;
    }
    .fullpage .std .big-heading,.fullpage .big-heading{
        font-size: 32px;
        margin: 20px 0;
    }
    .fullpage .std .big-heading small,.fullpage .big-heading small{
        font-size: 18px;
    }

    /*------------------------------animation---------------------------------*/
    .cloud img.animation-person{
        max-width: 100px;
    }
    .animation{
        padding: 80px;
    }
    .cloud{
        padding: 15px;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
    }
    .column-2,
    .column-1{
        margin-top:70px;
    }
    .animation-dotted-arrow span{
        font-size:15px;
        min-width: 100%;
    }
    .animation-arrow-down{
        height: 40px;
        margin:20px 0;
    }
    .animation-plus{
        font-size:45px;
        line-height: 45px;
        height: 45px;

    }
    .animation-rotated-arrow{
        height: 230px;
    }
    .animation-success{
        margin-top:10px;
        font-size:15px;
        letter-spacing: -1px;
    }
    .cloud img.left-hand{
        max-width: 30px;
        margin-top:45px;
    }
    .cloud img.right-hand{
        max-width: 30px;
        margin-top:45px;
        margin-left: -33px;
    }
    /*---------------------------------------------------------------*/
    .footer p{
        font-size:16px;
    }
    .content.not-logged.user-logged{
        margin-top:140px;
    }
    .navbar.navbar-default .navbar-brand{
        top:43px;
    }
    .navbar.navbar-default.sticky .navbar-brand {
        top: 13px;
    }


    .navbar.navbar-default.sticky #navbar {
        padding: 10px 0;
    }
}
@media(max-width:1399px){
    .tile .stop{
        top:5px;
        font-size: 90px;
        line-height: 90px;
    }
}
@media(max-width:1199px){
    .tile.small .name{
        font-size: 20px;
        line-height: 24px;
    }
    .tile.small .name small{
        font-size: 15px;
        line-height: 19px;
    }
    .btn-form{
        height: 70px;
        font-size: 40px;
    }
    .login .content .form-control:not(.small),
    .form-control:not(.small){
        height: 70px;
        line-height: 70px;
    }
    .tile  .name{
        font-size: 30px;
        line-height: 36px;
    }
    .dealer-description{
        margin-bottom: 20px;
    }
    .col-md-4.vcenter,
    .col-md-8.vcenter,
    .col-md-6.vcenter{
        display: block;
    }
    .std h3{
        font-size:35px;
        margin-bottom: 20px;
    }
    .cloud{
        font-size:14px;
    }
    .cloud.green{
        padding-left: 25px;
    }
    .std .row {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .lg-gap70{
        margin-bottom: 45px;
    }
    .quick-search-icon{
        color:#001e2c!important;
        font-size:20px!important;
    }
    .quick-search-icon:hover{
        color:#009992!important;
    }
    .searchform-container{
        display: none;
    }
    .page-title{
        font-size:30px;
        line-height: 30px;
        border-radius: 35px!important;
        margin: 0px auto 0 auto;
    }
    .btn-big{
        font-size:30px;
        line-height: 30px;
    }
    .home-banner strong,.home-banner h1,.home-banner h2{
        font-size: 50px;
    }
    .button-search {
        top: 15px;
        right: 30px;
    }
    .content.not-logged.user-logged{
        margin-top:100px;
    }
    .searchform-container{
        float:none;
        width: 300px;
        position: absolute;
        bottom:0;
        transform: translate(0,100%);
        padding: 15px 30px;
        right:0;
        background: #fff;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.42);
    }
    .navbar.navbar-default .navbar-brand{
        top:30px;
    }


    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
        font-size:14px;
    }
    .panel-content .letter{
        font-size:100px;
    }

}
@media(max-width:991px){
    .normal-link{
        font-size: 15px;
    }
    .centered h3{
        font-size: 20px!important;
        line-height: 26px!important;

    }
    .panel-green ul li a{
        font-size:20px;

    }
    .panel-content .letter{
        font-size:70px;
        letter-spacing: -4px;
    }
    .panel-content {
        padding: 0px 20px;
    }
    .columnlist,
    .ajax-panel-content ul{
        margin:0;
        padding:0;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .animation{
        padding: 30px 20px;
        box-shadow: none;
    }
    .std h6 {
        font-size: 18px;
    }

    .std h3 {
        font-size: 25px;
        font-weight: 700;
        margin: 0 0 30px 0;
    }
    .navbar.navbar-default .navbar-brand{
        top:35px;
    }
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
        padding: 10px 7px;
    }

    .navbar.navbar-default.sticky .navbar-brand img {
        max-width: 150px;
    }

}
@media(max-width:767px){
     #modal-add-task-description .modal-title{
        font-size: 15px;
    }
    .task-control{
        min-height: 45vh;
    }
    #modal-add-task-description .btn{
        margin-bottom: 5px;
    }
    #countup .start-time{
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
    }
    .modal-body h5{
        font-size: 23px;
    }
    .modal-title {
        font-size: 28px;
    }
    .modal-body p {
        font-size: 16px;
        line-height: 21px;
    }
    .page-title{
        font-size: 25px;
        line-height: 30px;
    }
    .page-title small{
        font-size: 15px;
    }
    .std .big-heading, .big-heading{
        font-size: 40px;
    }
    .index-index .content{
        width:95vw;
    }
    .login .content .form-control:not(.small), .form-control:not(.small){
        font-size: 25px;
    }
    .login .content .form-actions .btn-default.btn-form, .btn-form{
        font-size: 30px;
        height: 70px;
        line-height: 70px;
    }
    .index-index .content .form-title {
        font-size: 35px;
    }
    .tile .stop{
        top:10px;
        font-size: 90px;
        line-height: 90px;
    }
    #countup p{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .tile.ajax-stop-task  .content-head span{
        font-size: 24px;
    }
    #countupall p{
        font-size: 16px;
    }
    #countupall span{
        font-size: 15px;
    }
    #countup span{
        font-size: 50px;
    }
    .hover-action.active:before{
        opacity: 0.9;
    }
    .hover-action.active .functional-buttons{
        margin-top: 0;
    }
    .btn-group>.dropdown-menu:after, .dropdown-toggle>.dropdown-menu:after, .dropdown>.dropdown-menu:after,
    .btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before{
        display: none!important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu>li>a{
        border:none!important;
        color:#fff!important;
        background: #363d40!important;
        padding-left: 25px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color:#001f2c!important;
    }
    .dropdown-menu li.divider{
        display: none;
    }
    .navbar-nav  .dropdown-menu{
        position: relative!important;
        float:none!important;
        box-shadow: none!important;
        border:none!important;
    }
    .home-banner{
        min-height: 100px;
    }
    .index-index .std img{
        margin-bottom: 15px;
    }
    .footer {
        padding: 20px 40px;
    }
    .users-user_profile .portlet.light{
        padding: 0;
    }
    .quick-links-header{
        font-size:28px;
    }
    .std .row {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .lg-gap70{
        margin-bottom: 30px;
    }
    .navbar-nav{
        margin:7.5px 0;
    }
    .navbar-default .navbar-toggle{
        border-color: #009992;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background: #009992;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background: #009992;
    }
    .navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
        background: #fff;
    }
    .button-search {
        top: 5px;
        right: 20px;
    }

    #navbar{
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.42);
    }
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
        padding: 10px 20px;
    }

    .footer p{
        font-size:15px;
    }
    .mobile-search-container{
        margin-top:50px;
    }
    .content.not-logged.user-logged{
        margin-top:0px;
    }
    .navbar.navbar-default .navbar-brand{
        top:10px!important;
        padding-left: 15px;
    }
    .home-banner strong,.home-banner h1,.home-banner h2{
        font-size: 30px;
    }
    .fullpage .main-page-content{
        top:50px;
    }
    .main-page-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width:580px){
    .project-details {
        right: -80px;
        font-size: 20px;
        width: 200px;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
    }
    .tile .stop {
        top: 10px;
        font-size: 70px;
        line-height: 70px;
    }
    .tile .name {
        font-size: 26px;
        line-height: 30px;
    }
    .fullpage .tile{
        height: 66vh;
    }
    .tile .content-head{
        bottom: 10px;
    }
    .tile.ajax-stop-task  .content-head span{
        font-size: 18px;
        line-height: 24px;
    }
    #countup span {
        font-size: 35px;
        line-height: 35px;
    }
    .fullpage .tile{
        width: 90vw;
    }
    .fullpage .std .big-heading, .fullpage .big-heading {
        font-size: 28px;
        margin: 20px 0;
    }
    .std h3{
        margin-bottom: 20px;
    }
    .index-index .std img{
        max-width: 130px;
    }
    .home-banner strong,.home-banner h1,.home-banner h2{
        font-size:20px;
    }
    .page-title {
        border-radius: 30px!important;
        margin: 0px auto 0 auto;
    }
    .btn-big{
        font-size: 20px;
        line-height: 20px!important;
    }
    .form-control:not(.small){
        font-size: 20px;
    }
    .col-us-12{
        float:none;
        clear: both;
        width:100%;
    }

}
@media(max-width:480px){

    .home-banner img{
        position: absolute;
        top:50%;
        left:0;
        transform: translate(0,-50%);
    }

}
@media(max-width:380px){

    .columnlist,
    .ajax-panel-content ul{
        margin:0;
        padding:0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media(min-width:768px){
    .dropdown-menu>li>a{
        padding: 20px;
        font-size: 20px;
    }
    .hover-action:hover:before{
        opacity: 0.9;
    }
    .hover-action:hover .functional-buttons{
        margin-top: 0;
    }

}
@media(min-width:992px){

}
@media(min-width:1200px){
    .navbar.navbar-default{
        padding-left: 15px;
        padding-right: 15px;
    }
    .searchform-container{
        margin-right: 15px;
    }
    .portlet.dark.circle-custom ul{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 1280px){
    .container {
        width: 1230px;
    }
}
@media(min-width:1580px){
    .searchform-container{
        margin-right: 30px;
    }
    .navbar.navbar-default{
        padding-left: 45px;
        padding-right: 45px;
    }
    .tile .stop{
        font-size: 130px;
        line-height: 130px;
    }
}
@media (min-width:768px) and (max-height: 580px){
    .tile .stop{
        top:10px;
        font-size: 70px;
        line-height: 70px;
    }
    #countup p{
        font-size: 20px;
    }
    #countup .start-time{
        font-size: 18px;
        line-height: 25px;
    }
    #countup span{
        font-size: 50px;
        line-height: 50px;
    }
    .tile.ajax-stop-task  .content-head span{
        font-size: 20px;
    }
}