@font-face {
font-family: BrandonText-Regular;
src: url(../fonts/BrandonText-Regular.otf);
}
@font-face {
font-family: Whitney-Light;
src: url(../fonts/Whitney-Light.ttf);
}
@font-face {
font-family: Whitney-Book;
src: url(../fonts/Whitney-Book.ttf);
}
*{
  margin: 0px;
  padding: 0px;
}
.sticky {
  position: fixed !important;
  width: 100%;
  border-radius: 0px!important;
  z-index: 500;
}
body
{
	font-family: "BrandonText-Regular" !important;
}
.room_description
{
	margin-top: 30px;
}
.nopadding
{
	padding: 0px!important;
}
.testimonial {
    background: rgba(219, 191, 86, 1) !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
.company-details .icon-top {
    font-size: 30px;
    margin-bottom: 10px;
}
.ah_header
{
	background-color: #fff !important;
	margin-bottom: 0px!important;
}
.ah_logo a img
{
	width: 200px;
}
.main_image img
{
	width: 100%
}
.navbar-default .navbar-nav > li > a
{
	font-size: 17px;
}
.header_navigation
{
	margin-top: 10px;
}
body
{
	background-image: url("../image/background.jpg") ;
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
}
.separator-one {
    background: rgba(0,0,0, 0.9);
    padding: 50px 0 50px 0;
    color: #fff;
    text-align: center;
}
.separator-one h3
{
	line-height: 1.5;
}
.section-header
{
    float: left;
    width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.feedback-box .client {
    margin-top: 30px;
    height: 73px;
    position: relative;
}
.testimonial .feedback-box .quote {
    color: #cb4332;
}
.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}
.feedback-box .client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}
.testimonial .feedback-box .client-info .client-name {
    color: #909090;
}
.feedback-box .client-info .client-company {
    font-size: 13px;
    margin-top: -3px;
}
.feedback-box .client-image {
    float: right;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f6f6f6;
}
.feedback-box .client-image img {
    width: 100%;
    height: 100%;
}
.testimonial .section-header h2, .testimonial .section-header h6 {
    color: #fff;
}
.testimonial .feedback-box {
    background: #FFFFFF !important;
}
#client-feedbacks .feedback-box {
    background: #FFFFFF;
    padding: 25px;
    margin-bottom: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    z-index: 5;
    vertical-align: top;
}
.section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.our-focus-widget-image {	
	width:100%; 
	height:100%;
}
.focus {
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
	background: #FFFFFF;
}
.focus .row {
	text-align:center;
}
.focus .row .focus-box {
	display:inline-block;
	float:none !important;	
	margin-right: -4px;
	vertical-align: top;
	margin-bottom: 25px;
}
/* FOCUS BOX */
.focus-box .service-icon {
	margin-bottom: 30px;
	width: 145px;
	height: 145px;
	margin: auto;
	border-radius: 50%;
	border: 10px solid #ececec;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.focus-box .service-icon .pixeden {
	border-radius: 50%;

    margin: auto;

    position: absolute;

    top: 0; left: 0; bottom: 0; right: 0;

    display: block;
}

/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#focus span:nth-child(4n+1) .focus-box .service-icon:hover {
	border: 10px solid #cb4332;
}
#focus span:nth-child(4n+2)  .focus-box .service-icon:hover{
	border: 10px solid #34d293;
}
#focus span:nth-child(4n+3) .focus-box .service-icon:hover {
	border: 10px solid #3ab0e2;
}
#focus span:nth-child(4n+4) .focus-box .service-icon:hover{
	border: 10px solid #f7d861;
}
#focus span:nth-child(4n+1) .focus-box .red-border-bottom:before {
	background: #cb4332;
}
#focus span:nth-child(4n+2) .focus-box .red-border-bottom:before {
	background: #34d293;
}
#focus span:nth-child(4n+3) .focus-box .red-border-bottom:before {
	background: #3ab0e2;
}
#focus span:nth-child(4n+4) .focus-box .red-border-bottom:before {
	background: #f7d861;
}
.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
	float: none;
    width: auto;
}
.focus-box p {
	font-size: 14px;
}
/*----OTHER FOCUSES ----*/
.other-focuses {
	background: url(images/lines.png) repeat-x center;
	margin-bottom: 25px;
}
.other-focuses .section-footer-title {
	padding: 0 15px;
	color: #404040;
	font-weight: bold;
}
.other-focus-list {
	padding-top: 5px;
	margin-bottom: -17px;
}
.other-focus-list ul li {
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.other-focus-list ul li:last-child {
	margin-right: 0;
}
.other-focus-list ul li i {
	margin-right: 8px;
}
.red-border-bottom::before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #cb4332;
    bottom: -9px;
    left: 12.5%;
}
.outer {
    width: 100%;
    color: white;
    background-color: #cb4332;
    opacity: 0.8;
    font-size: 25px;
    font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.container2 {
    width: 100%;
    color: black;
    background-color: #ffffff;
    font-size: 20px;
    opacity: 0.8;
    padding: 20px;
    float: left;
    height: auto;
}
.rate_discreption {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.rate_discreption button {
    text-align: center;
    text-transform: uppercase;
    padding: 13px 35px 13px 35px;
    border-radius: 4px;
    margin: 10px;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    background-color: #cb4332;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    color: #FFF;
}
.rate_discreption button: hover
{
	background-color: #cb4332 !important;
    border: 1px solid #cb4332;
    box-shadow: none;
}
#callnowbutton {
    display: block;
    width: 75px;
    right: 0;
    border-bottom-left-radius: 75px;
    border-top-left-radius: 75px;
    height: 75px;
    position: fixed;
    bottom: 20px;
    border-top: 0px solid #ff9383;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjYjczNDI0Ii8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) center 15px no-repeat #cb4332;
        background-size: auto auto;
    text-decoration: none;
    box-shadow: 0 0 1px #888;
    z-index: 9999;
    background-size: 45px 45px;
}
.zerif_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 500px;
    top: 500px;
    margin-top: -100px;
}
#map {
    height: 500px;
}
.zerif_google_map {
    width: 100%;
    height: 500px;
    margin-bottom: -15px;
}
.contact-us {
    background: rgba(0, 0, 0, 0.5);
}
.contact-us {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 95px;
    padding-top: 100px;
}
.contact-us .input-box, textarea {
    width: 100% !important;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    min-height: 46px;
}
.textarea-box {
    width: 100% !important;
    border: 0;
    text-align: left;
    text-transform: none;
    padding: 9px;
        padding-left: 9px;
    min-height: 250px;
    padding-left: 15px;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255,255,255, 0.95);
    margin-bottom: 10px;
}
.contact-us .section-header h2, .contact-us .section-header h6 {
    color: #fff;
}
.contact-us .custom-button {
    float: right;
    margin-right: 15px;
}
.contact-us button {
    background: #cb4332;
    border: 1px solid #cb4332;
    padding: 13px 35px 13px 35px;
    text-transform: uppercase;
    font-size: 14px;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
    color: #FFF !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-us button:hover {
    background: #cb4332 !important;
    border: 1px solid #cb4332;
    box-shadow: none;
}
.copyright {
    padding-top: 72px;
    padding-bottom: 68px;
    background: #171717;
}
.social {
    margin: 0 0 1.5em 0 !important;
    text-align: center;
}
.contact-us button:hover, .pirate_forms .pirate-forms-submit-button:hover {
    color: #fff !important;
}
#footer {
	background: #272727;
	line-height: 20px;
	padding-top: 40px;
}

.company-details {
	color: #939393;
	padding-top: 67px;
	padding-bottom: 30px;  
}

.company-details a {
	color:#939393;
	text-decoration:none;
}

.company-details a:hover {
	color: #cb4332;
}

.company-details .icon-top {
	font-size: 30px;
	margin-bottom: 10px;
}
.copyright {
	padding-top: 72px;
	padding-bottom: 68px;
	background: #171717;
}
.copyright p {
	margin-bottom: 0;
	color: #939393;
}
.social {
	margin: 0 0 1.5em 0 !important;
}
.social li {
	display: inline-block;
	margin: 5px;
}
.social li a {
	color: #939393;
	font-size: 18px;
}
.social li a:hover {
	color: #cb4332;
}
.footer-box-wrap {
	float: left;
	width: 100%;
}
.footer-widget-wrap > .container {
	text-align: center;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.footer-box {
	float: none;
	display: inline-table;
	text-align: center;
}
.footer-widget {
	padding: 0 15px;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
}
.footer-widget-wrap {
	background: rgba(255,255,255,0.05);
}
.footer-widget-wrap .widget .widget-title {
	color: #FFF !important;
}
.footer-widget-wrap .widget li a {
	color: #CCC;
}
.footer-widget-wrap .widget li a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget {
	color: #CCC;
	padding-bottom: 30px;
}
.footer-widget-wrap .widget_calendar tbody td {
    background-color: rgba(249, 249, 249, 0.75);
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #CCC;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget #wp-calendar {
	color: #333;
}
.separator-one .green-btn {
    background: #cb4332;
    border: 1px solid #cb4332;
    padding: 13px 35px 13px 35px;
    text-transform: uppercase;
    font-size: 14px;
}
.separator-one .green-btn:hover {
    background: #cb4332 !important;
    border: 1px solid #cb4332;
    box-shadow: none;
}
@media (max-width: 600px) {
	.section-header
{
	text-align: center;
	margin-bottom: 30px;
}
.section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.focus {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #FFFFFF;
}
.rate_discreption
{
	text-align: center;
	margin-top: 0px;
}
.testimonial {
    background: rgba(219, 191, 86, 1) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.zerif_map_overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 634px;
    top: 500px;
    margin-top: -100px;
}
.company-details {
    padding-top: 0;
    padding-bottom: 33px;
}
.copyright {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 33px;
}
.contact-us {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 50px;
    padding-top: 50px;
}
.ah_logo a img {
    width: 150px;
}
}