@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@font-face {
    font-family: 'sackerslight';
    src: url('../fonts/0c88321b08d53c4f2b1fb0de1c59b87b.eot');
    src: local('☺'), url('../fonts/0c88321b08d53c4f2b1fb0de1c59b87b.woff') format('woff'), url('../fonts/0c88321b08d53c4f2b1fb0de1c59b87b.ttf') format('truetype'), url('../fonts/0c88321b08d53c4f2b1fb0de1c59b87b.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'ATSackersGothic-Medium';
  src: url('../fonts/ATSackersGothic-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/ATSackersGothic-Medium.woff') format('woff'), url('../fonts/ATSackersGothic-Medium.ttf')  format('truetype'), url('../fonts/ATSackersGothic-Medium.svg#ATSackersGothic-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'meret';
    src: url('../fonts/MeretPro-Normal.eot');
    src: local('☺'),
         url('../fonts/MeretPro-Normal.woff') format('woff'),
         url('../fonts/MeretPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.sackers {
    font-family: 'sackerslight', serif;
}
@font-face {
    font-family: 'phreaks';
    src: url('../fonts/PhontPhreaks.ttf');
}
.phreaks {
    font-family: 'phreaks', serif;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'ATSackersHeavyGothic';
  src: url('../fonts/ATSackersHeavyGothic.eot?#iefix') format('embedded-opentype'),  url(../fonts/'ATSackersHeavyGothic.woff') format('woff'), url(../fonts/'ATSackersHeavyGothic.ttf')  format('truetype'), url('../fonts/ATSackersHeavyGothic.svg#ATSackersHeavyGothic') format('svg'),  url(../fonts/'ATSackersHeavyGothic.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('../fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
@font-face {
    font-family: 'Kristi';
    src: url('../fonts/Kristi.eot');
    src: local('Kristi'), url('../fonts/Kristi.woff') format('woff'), url('../fonts/Kristi.ttf') format('truetype');
}
@font-face{
    font-family:'SackersGothicHeavy';
    src:url("../fonts/mrporter-logofont.eot");
    src:url("../fonts/mrporter-logofont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mrporter-logofont.woff") format("woff"),
    url("../fonts/mrporter-logofont.ttf") format("truetype");
    font-weight:bold;
    font-style:normal;
}
@font-face{
    font-family:'Montserrat-Regular';
    src:url("../fonts/MontserratRegular.eot");
    src:url("../fonts/MontserratRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MontserratRegular.woff") format("woff"),
    url("../fonts/MontserratRegular.ttf") format("truetype");
}
@font-face {
    font-family: 'ATSackersLightClassicRoman';  
    src: url('../fonts/atsackersclassicromanlight.eot');
    src: url('../fonts/atsackersclassicromanlight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/atsackersclassicromanlight.woff2') format('woff2'),
         url('../fonts/atsackersclassicromanlight.woff') format('woff'),
         url('../fonts/atsackersclassicromanlight.ttf') format('truetype'),
         url('../fonts/atsackersclassicromanlight.svg#ATSackersLightClassicRoman') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

.btn-warning { 
  color: #FFFFFF; 
  background-color: #709CCE; 
  border-color: #709CCE; 
  text-transform: uppercase;
  font: 'ATSackersGothic-Medium', Arial, sans-serif;
  text-align: center;
} 
 
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.dropdown-toggle:focus, 
.btn-warning.dropdown-toggle:hover,
.open .dropdown-toggle.btn-warning,
.open>.btn-warning.dropdown-toggle:focus, 
.open>.btn-warning.dropdown-toggle:hover { 
  color: #FFFFFF !important;
  background-color: #709CCE !important;
  border-color: #709CCE !important;
} 
 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning { 
  background-image: none; 
} 
 
.btn-warning.disabled, 
.btn-warning[disabled], 
fieldset[disabled] .btn-warning, 
.btn-warning.disabled:hover, 
.btn-warning[disabled]:hover, 
fieldset[disabled] .btn-warning:hover, 
.btn-warning.disabled:focus, 
.btn-warning[disabled]:focus, 
fieldset[disabled] .btn-warning:focus, 
.btn-warning.disabled:active, 
.btn-warning[disabled]:active, 
fieldset[disabled] .btn-warning:active, 
.btn-warning.disabled.active, 
.btn-warning[disabled].active, 
fieldset[disabled] .btn-warning.active { 
  background-color: #709CCE; 
  border-color: #709CCE; 
} 
 
.btn-warning .badge { 
  color: #709CCE; 
  background-color: #bf5329; 
}

.btn-danger { 
  color: #F9F9F9; 
  background-color: #BF5329; 
  border-color: #BF5329; 
  text-transform: uppercase;
  font: 'ATSackersGothic-Medium', Arial, sans-serif;
  text-align: center;
} 
 
.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger,
.btn-danger.dropdown-toggle:focus, 
.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus, 
.open>.btn-danger.dropdown-toggle:hover { 
  color: #FFFFFF !important;
  background-color: #BF5329 !important; 
  border-color: #BF5329 !important;
} 
 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger { 
  background-image: none; 
} 
 
.btn-danger.disabled, 
.btn-danger[disabled], 
fieldset[disabled] .btn-danger, 
.btn-danger.disabled:hover, 
.btn-danger[disabled]:hover, 
fieldset[disabled] .btn-danger:hover, 
.btn-danger.disabled:focus, 
.btn-danger[disabled]:focus, 
fieldset[disabled] .btn-danger:focus, 
.btn-danger.disabled:active, 
.btn-danger[disabled]:active, 
fieldset[disabled] .btn-danger:active, 
.btn-danger.disabled.active, 
.btn-danger[disabled].active, 
fieldset[disabled] .btn-danger.active { 
  background-color: #BF5329; 
  border-color: #BF5329; 
} 
 
.btn-danger .badge { 
  color: #BF5329; 
  background-color: #F9F9F9; 
}

.btn-info { 
  color: #262626; 
  background-color: #D4D4D4; 
  border-color: #D4D4D4; 
  text-transform: uppercase;
  font: 'ATSackersGothic-Medium', Arial, sans-serif;
  text-align: center;
} 
 
.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-info,
.btn-info.dropdown-toggle:focus, 
.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus, 
.open>.btn-info.dropdown-toggle:hover { 
  color: #FFFFFF !important;
  background-color: #BFBFBF !important;
  border-color: #BFBFBF !important;
}
 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-info { 
  background-image: none; 
} 
 
.btn-info.disabled, 
.btn-info[disabled], 
fieldset[disabled] .btn-info, 
.btn-info.disabled:hover, 
.btn-info[disabled]:hover, 
fieldset[disabled] .btn-info:hover, 
.btn-info.disabled:focus, 
.btn-info[disabled]:focus, 
fieldset[disabled] .btn-info:focus, 
.btn-info.disabled:active, 
.btn-info[disabled]:active, 
fieldset[disabled] .btn-info:active, 
.btn-info.disabled.active, 
.btn-info[disabled].active, 
fieldset[disabled] .btn-info.active { 
  background-color: #D4D4D4; 
  border-color: #D4D4D4; 
} 
 
.btn-info .badge { 
  color: #D4D4D4; 
  background-color: #262626; 
}
 
.btn-primary .badge { 
  color: #636060; 
  background-color: #FFFFFF; 
}

*{
    -webkit-font-smoothing: antialiased;
}
body{
    background:#F5F5F5;
    
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #252525;
}
.panel-body h4:after, .form_panel h4:after {
    background-color: #709CCE;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 15px;
    width: 50px;
}
label span, .form_panel h4 span{
    font-size: 13px;
    font-weight:normal;
}
label span a{
    color: #709CCE;
    font-weight:normal;
    text-decoration: underline;
    cursor:pointer;
}
label span a:hover{
    color: #709CCE;
    cursor:pointer;
}
.alink{
    color: #709CCE;
    cursor:pointer;
    font-weight:normal;
    text-decoration: underline;
}
.alink:hover{
    color: #709CCE;
    cursor:pointer;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.questionnaire_p{
    padding-bottom:10px;
}
.form_textarea{
    height:100px;
    resize: none;
}
.form-control, output{
    font-size: 13px;
}
.input-group .selectpicker {
    display: table;
    float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    table-layout: fixed;
    z-index: 2;
}
.table{
    margin-bottom: 0px;
    color: #252525;
}
.table-sm td{
    font-size: 13px !important;
}
.table-pointer td{
    cursor: pointer;
}
li.mainmenu a, li.dropdown a{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
li.mainmenu a:hover, li.dropdown a:hover, li.mainmenu.active a{
    color:#709CCE !important; 
}
li.mainmenu.active a{
    background-color: transparent !important;
}
.bfh-selectbox .bfh-selectbox-toggle {
    padding: 5px 24px 5px 12px;
}
.pageTitle {
    font: 180% 'Raleway', Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
    padding-left: 15px;
    padding-right: 15px;
}
.bfh-selectbox .bfh-selectbox-options ul {
    width: 200px;
}
.bfh-selectbox .bfh-selectbox-options {
    margin: 29px 0 0;
}
.hiddenRow {
    padding: 0 !important;
}
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}  

li.footermenu a{
    padding-top:5px;
    padding-bottom:5px;
}
li.mainmenu a:hover{
    background-color:transparent;
}
.factbox{
    margin-bottom:15px;
}
.panel-group .panel+.panel {
    margin-top: -1px;
}

/* COMPANY PAGE CSS */
.page_company_head{
    background-color: #EFEFEF;
}
.page_company_body{
    background-color: #FFFFFF;
}
.page_company_intro{
    background-color: transparent;
    padding:50px 10px;
}
.page_company_intro_panel{
    text-align:center;
    vertical-align: middle;
}
.page_company_intro_img_panel{
    background-color: white;
    border:solid 1px #CCC;
    height:170px;
    margin:auto;
    padding: 10px;
    width:170px;
    vertical-align: middle;
}
.page_company_intro_panel div.holder{
    background-color: white;
    display: table-cell;
    height:150px;
    margin:auto;
    width:150px;
    vertical-align: middle;
}
.page_company_intro_panel div.holder img{
    height: auto;
    max-width: 150px;
    max-height: 150px;
    width: 150px;
}
.tranformtext h1, h2.tranformtext{
    color:black;
    font-weight:600;
}
.star_rating{
    color:#E1A057;
}
.page_company_about{
    background-color: white;
    height:auto;
    padding:30px 10px;
    text-align:center;
}
.page_company_about_img_panel{
    background-color: white;
    height:170px;
    margin:auto;
    padding: 10px;
    width:170px; 
    vertical-align: middle;
}
.page_company_about div.holder{
    background-color: white;
    border:solid 1px #CCC;
    border-radius: 100px !important;
    display: table-cell;
    height:150px;
    margin:auto;
    width:150px; 
    vertical-align: middle;
}
.page_company_about div.holder img{
    border-radius: 100px !important;
    height: auto;
    max-width: 150px;
    max-height: 150px;
    width: 150px;
}
.page_company_fact{
    background-color: white;
    padding:0 25px
}
.page_company_fact_panel{
    background-color: white;
    height:auto;
    padding:30px 10px
}
.page_company_fact_panel div.factbox{
    background-color:#F5F5F5;
    border:solid 1px #D9D9D9;
    border-top:solid 3px #709CCE;
    display: table;
    height: 150px;
    overflow: hidden;
    padding:10px;
    text-align:center;
}
.page_company_fact_panel div.factbox > div{
    display: table-cell;
    vertical-align: middle;
}
.page_company_fact_panel div.factbox > div h4{
    font-size:16px;
    font-weight:500;
    margin-bottom:5px;
}
.page_company_fact_panel div.factbox > div p{
    font-size:24px;
    font-weight:600;
    line-height:30px;
}
.page_company_services{
    background-color: white;
    padding:0 25px;
}
.page_company_services_panel{
    background-color: white;
    height:auto;
    padding:20px 25px
}
.page_company_services_panel div.servicelist{
    border-color: #D9D9D9;
}
div.servicelist div.panel-heading{
    background-color:#F5F5F5;
    border-color: #D9D9D9;
    padding:20px;
}
div.servicelist div.panel-heading a{
    font-weight:600;
    text-decoration:none;
    text-transform: uppercase;
}
div.servicelist div.panel-heading a:hover, div.servicelist div.panel-heading a:active{
    text-decoration:none;
}
div.servicelist div.panel-heading i{
    float:right;
}
.panel-group .panel-heading+.panel-collapse>.list-group{
    border-color: #D9D9D9;
}
div.servicelist div ul li{
    border-color: #D9D9D9;
    padding:20px 30px;
}


.page_comoany_action_btn{
    padding-bottom:50px;
    text-align:center;
}

   
@media (min-width: 0px) and (max-width: 527px){
    .sidebar.sidebar-right {
        left: auto !important;
        width: 90% !important;
    }
}
@media (min-width: 528px) and (max-width: 992px){
    .sidebar.sidebar-right {
        left: auto !important;
        width: 80% !important;
    }
}


.standardForm {
  padding: 20px 15px 20px;
}

.standardForm h3 {
  font-size: 130%;
  font-weight: 700;
  margin: 0;
  padding: 0 15px 15px;
}

.standardForm .col-md-6,
.standardForm .col-md-12 {
  padding-bottom: 10px;
}
