html {
font-size: 20px;
-webkit-font-smoothing: antialiased !important;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
position: relative;
min-height: 100%;

}

body {
    background: #fff;
    font-family: 'SourceSansProRegular', sans-serif;
    color: #636e7b;
	overflow-x: hidden;
}


body.notfound {
    background: #fff;
}

input,select,textarea {
	font-family: 'SourceSansProRegular', sans-serif;
    color: #636e7b;
}

a {
text-decoration: none;
color: #6b6b6b;
}

a:hover {
text-decoration: none;
color: #000;
}

a:focus, a:active { outline: none; }

.navbar-default .navbar-nav>li>a {
    color: #6b6b6b;
    text-transform: uppercase;
	font-size:20px;
	font-family: 'FiraSansRegular', Verdana, Geneva, sans-serif, "Myriad Pro";
}

strong {
font-weight: bold;
}
.headerbar {
    border-left: 1px solid #eee;
    background: #fff;
}

.headerbar::after {
    clear: both;
    display: block;
    content: '';
}

.menutoggle {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
    float: left;
    color: #1d2939;
    border-right: 1px solid #eee;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.menutoggle:hover {
    color: #1d2939;
    background-color: #f7f7f7;
}

.menutoggle .fa,
.menutoggle .glyphicon {
    margin: 14px 0 0 15px;
}

.dropdown-list li {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.dropdown-list li:last-child {
    border-bottom: 0;
}

.dropdown-list .thumb {
    width: 36px;
    float: left;
}

.dropdown-list .thumb img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.dropdown-list .desc {
    margin-left: 45px;
    display: block;
}

.dropdown-list .desc h5 {
    font-size: 13px;
    margin-top: 7px;
}

.dropdown-list li:last-child {
    padding: 7px 5px;
}

.dropdown-list li .badge {
    float: right;
}
.mainpanel {
    margin-left: 240px;
    background: #e4e7ea;
    min-height: 1000px;
}

		.contentpanel {
    padding: 20px;
    position: relative;
}

.contentpanel::after {
    clear: both;
    display: block;
    content: '';
}


form .form-group:last-child {
    margin-bottom: 0;
}

.row-pad-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-pad-5 [class*="col-lg"],
.row-pad-5 [class*="col-md"],
.row-pad-5 [class*="col-sm"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.gr {
border: 1px solid red;
}

p {
    margin-bottom: 10px;
}

.ckbox,
.rdio {
    position: relative;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label,
.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label  {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before  {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label::after  {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 0;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #1CAF9A;
    background-color: #1CAF9A;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label  {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before  {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after  {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #428BCA;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #428BCA;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1CAF9A;
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: #1CAF9A;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #D9534F;
}

.bootstrap-timepicker .dropdown-menu {
    top: 40px;
}


.tab-pane::after {
    clear: both;
    display: block;
    content: '';
}


.fonticon-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.fontawesome-list {
    list-style: none;
    padding: 0;
}

.fonticon-list li,
.fontawesome-list li {
    display: block;
    margin-bottom: 5px;
}

.fonticon-list li span,
.fontawesome-list li span {
    color: #333;
    vertical-align: middle;
    margin-right: 8px;
    min-width: 20px;
    display: inline-block;
    width: 20px;
}

.table-action {
    text-align: center;
}

.table-action-hide a {
    opacity: 0;
}

.table-action a,
.table-action-hide a {
    display: inline-block;
    margin-right: 5px;
    color: #666;
}

.table-action a:hover,
.table-action-hide a:hover {
    color: #333;
}

.table-action a:last-child,
.table-action-hide a:last-child {
    margin-right: 0;
}

.modal-photo-viewer {
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    left: 50%;
    width: auto;
    position: absolute;
}

.modal-photo-viewer .modal-content {
    position: relative;
    width: 900px;
    height: 600px;
    margin-left: -50%;
    margin-top: -300px;
}

.modal-photo-viewer .modal-photo-left,
.modal-photo-viewer .modal-photo-right {
    padding: 0;
}

.modal-photo-viewer .modal-photo-left {
    background: #000;
}

.modal-photo-viewer .modal-photo {
    top: 50%;
    position: relative;
}

.modal-photo-viewer .row {
    margin-left: 0;
    margin-right: 0;
}

.modal-photo-viewer .img-responsive {
    max-height: 600px;
    margin: auto;
}


.table-primary thead tr th {
    background: #428BCA;
}

.table-success thead tr th {
    background: #1CAF9A;

}

.table-warning thead tr th {
    background: #F0AD4E;
}

.table-danger thead tr th {
    background: #D9534F;
}

.table-info thead tr th {
    background: #5BC0DE;
}

.table-dark thead tr th {
    background: #1D2939;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}

.panel .panel-table {
    padding: 0;
}

.panel-table .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.dropdown-menu-head {
    background: #fff
}

.dropdown-menu-head .title {
    background: #1d2939;
    color: #94989d;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}

.pgntfound{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px 0px;
}
.tp-icon {
    padding: 10px 20px;
    line-height: 20px;
    border-color: #ddd;
    position: relative;
}

.tp-icon .badge {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    right: 4px;
    top: 10px;
    line-height: 13px;
    background-color: #D9534F;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    width: 230px;
}

.pd50 {
padding-left:50px !important;
padding-right: 50px !important;
}
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;

}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb100 {
    margin-bottom: 100px;
}

.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mt1 {
margin-top: 1px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}
.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}
.mt120 {
    margin-top: 120px;
}

.mt180 {
    margin-top: 180px;
}


.nmt20 {
margin-top: -20px;
}
.footer-mt {
margin-top: 116px;
}
.nomargin {
    margin: 0;
}

.input-fc {
width: 100% !important;
}
.nmr {
margin-right: 0;
}
.nmb {
margin-bottom: 20px;
}
.nmt20 {
margin-top: -20px;
}

.noshadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0;
}

.border-left-0 {
    border-left: 0;
}

.nopadding {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.modal-scroll { height: 320px; overflow-y: auto; }

.serif {
    font-family: 'Georgia, serif';
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.inblock {
    display: inline-block;
}

.img-circle {
border: 3px solid gray;
}
.boxc {
position: relative;
width: 100px;
}
.boxd:after {
content: " ";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 12px;
border-color: transparent transparent transparent gray;
left: 98%;
top: 45%;
}

.fcc {
position: relative !important;
}

.ftt {
display: block;
position: absolute;
vertical-align : bottom;
bottom: 0;
left: 0;
height : 4px;
background: #AAA9A9;
width: 100%;
height: 20px;
color: yellow;
border-radius: 0 0 4px 4px;
padding-left: 20px;
padding-right: 20px;
}

.table-ar { text-align: right; } .table-al { text-align: left; } .table-ac { text-align: center; }
.tooltip-inner {
background-color: #16acea !important;
padding-top: 8px;
padding-bottom: 8px;
}
.tooltip-arrow {
border-top-color: #16acea !important; 
}

.npl {
padding-left: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-userlogged>span>a {
color: #fff;
text-decoration: none;	
}



.fa-2x {
	font-size:1.5em !important;
}
/***** MEDIA QUERIES *****/
/*************************/
@media screen and (max-width: 1199px){
	.col-xs-12.col-sm-10.parisclass {
		width: 85.9%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.navbar-nav>li {
		padding: 22px 5px !important;
	}
	.col-xs-12.col-sm-10.parisclass {
		width: 91%;
	}
	.fa-2x {
		font-size: 1.5em !important;
	}
}

@media screen and (min-width: 767px) {
.navbar-nav>li {
 padding-left: 2px;
 margin-right: 0;
 
}

}
.rec-post{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rec-post-loop{flex:0 0 32%;}
.rec-postheader{text-align:center;}
.rec-postheader h3{
	font-size:40px;
    font-weight:600;
}
.nf-form{
	text-align: center;
    padding-top: 40px;
    max-width: 700px;
    margin: 0 auto;
}
.nf-form h3{
    font-weight: 600;
    margin-bottom: 20px;
}
.nf-form input{
	width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-color: #e5e5e5;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 8px;
}
.nf-form input[type="submit"]{
	background:#3b80ad;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition:.5s;
}
.nf-form input[type="submit"]:hover{background:#000;}
@media screen and (max-width: 767px) {
	.tcr {
		text-align: center;
	}
	.social-top, .social-bot, .accr-list {
		margin: 0 auto;
		display: block;
		float: none !important;
		text-align: center;
	}
	.contact-detail {
		text-align: center;
		font-size: 15px !important;
		margin-bottom:0 !important;
	}
	.pull-right.phonenotop {
		width: 100%;
		margin-top: 9px;
	}
	.navbar {
		min-height: 170px;
	}
	.fnbo { 
		margin-top: 0;
	}
	.navbar-nav>li {
		padding:0 !important;
	}
	.dropdown-menu {
		border: 1px solid #999 !important;
	}
	.form-menu {
		margin-top:70px;
	}
	.radio, .checkbox {
		display:inline-block !important;
	}
}
@media screen and (max-width: 640px) {
.rec-post-loop {
    flex: 0 0 100%;
}
h2 {
font-size: 18px !important;
}
.social-top, .social-bot {
margin: 0 auto;
display: block;
float: none !important;
text-align: center;
}
.contact-detail {
text-align: center;
font-size: 16px !important;
}
    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        margin-bottom: 0;
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified.nav-profile > li a {
        margin: 0;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;

    }

 

    .paginate_disabled_previous,
    .paginate_enabled_previous,
    .paginate_disabled_next,
    .paginate_enabled_next {
        float: none !important;
    }

    .dataTables_filter,
    .dataTables_length {
        float: none !important;
        padding: 10px 0 0 10px;
        margin: auto !important;
        display: inline-block;
    }

    .table.dataTable th,
    .table.dataTable td {
        font-size: 13px;
        min-width: 150px;
    }

    .paging_full_numbers {
        min-width: 500px;
        margin: 0 0 10px 10px;
    }

    .paging_full_numbers:after {
        clear: both;
        display: block;
        content: '';
    }

}
@media screen and (min-width: 480px) {
	.visible-mobile {
		display:none;
	}
}
@media screen and (max-width: 480px) {


    .fc-header td {
        display: block !important;
        text-align: center;
        width: 100%;
        border: 1px solid #eee;
        padding: 10px !important;
        margin-top: -1px;
    }


    .nav-tabs.nav-justified.nav-profile > li a {
        font-size: 13px;
        padding: 14px 10px;
    }
	.form-menu>li>a {
	    padding: 12px 12px;
	}
	
	.form-menu>li.active>a, .form-menu>li.active>a:hover, .form-menu>li.active>a:focus {
	    padding: 12px 12px;
	}
	
	.home .bt-heading {
		font-size: 38px;
		text-align: left;
		margin-left: 45px;
		margin-bottom: 10px;
	}
	.home .main-bg, .home .main-bg .container:first-child {
		padding:0 !important;
	}
	
	.howit_works_smview {
		margin-left:33px;
	}
	.visible-mobile {
		display:inline-block;
	}
	
	.contact-detail {
		text-align: center;
		font-size: 15px !important;
	}
	
}

@media screen and (max-width: 360px) {

    .pageheader h2 span {
        display: none;
    }
	.form-menu>li>a {
		padding: 12px 9px;
	}
	.form-menu>li.active>a, .form-menu>li.active>a:hover, .form-menu>li.active>a:focus {
		padding: 12px 9px;
	}
    .headermenu li:first-child .dropdown-menu {
        margin-right: -130px;
    }

    .headermenu li:nth-child(2) .dropdown-menu {
        margin-right: -85px;
    }

    .headermenu li:nth-child(3) .dropdown-menu {
        margin-right: -37px;
    }

    .nav-tabs.nav-justified.nav-profile > li {
        float: none;
        display: block;
        width: auto;
    }

    .pagination {
        margin-bottom: 20px;
    }
	.fa-2x {
		font-size:1.5em !important;
	}
	.navbar-brand {
		width:78% !important;
	}
	.hbg {
		font-size:40px !important;
	}
	
	.home .bt-heading {
		font-size:34px;
	}
	
}

a[href^=tel] { color: inherit; text-decoration: none; }