
/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}


@import url('font-awesome.min.html'); @import url(http://fonts.googleapis.com/css?family=Sacramento); @import url(http://fonts.googleapis.com/css?family=Open+Sans); @import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,100,300,300italic); @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700); @import url(http://fonts.googleapis.com/css?family=Courgette); @import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700); @import url('animate.css'); @font-face {
    font-family: 'WisdomScriptAJ';
    src: url('../fonts/WisdomScriptAJ.html');
    src: url('../fonts/WisdomScriptAJ.html') format('embedded-opentype'), url('../fonts/WisdomScriptAJ-2.html') format('woff2'), url('../fonts/WisdomScriptAJ-3.html') format('woff'), url('../fonts/WisdomScriptAJ-4.html') format('truetype'), url('../fonts/WisdomScriptAJ-5.html#WisdomScriptAJ') format('svg');
}

/*========================================================
                    Main layout styles
=========================================================*/
body {
    overflow-x: hidden;
    font: 300 16px/26px 'Philosopher', sans-serif;
}

h1,h2,h3,h4,h5 {
    font-family: "Philosopher",sans-serif !important;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

img {
    width: 100%;
    height: auto;
    /* float:  right; */
}

.header-divider {
    position: relative;
    height: 1px;
    background-color: #e2dcdc;
}

[class^="sub-heading_"] {
    text-align: center;
}

[class^="heading_"], [class^="btn"] {
    text-transform: uppercase;
}

[class^="heading_"] h3, [class^="btn"] h3 {
    position: relative;
    padding-bottom: 18px;
}

[class^="heading_"] h3:before, [class^="btn"] h3:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 1px;
    background-color: #e2dcdc;
}

[class^="heading_"] h3:after, [class^="btn"] h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #e2dcdc;
}

[class^="heading_"] h3 a, [class^="btn"] h3 a {
    text-decoration: none;
}

a[data-gal], .fancybox {
    display: block;
}

a[data-gal]:hover, .fancybox:hover {
    background: url(../images/index_img-23.html) center no-repeat;
}

a[data-gal] img:hover, .fancybox img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
}

.btn {
    padding: 6px 13px 6px 12px;
}

.btn:hover {
    background-color: #434343;
    text-decoration: none;
}

.details {
    color: #111;
    float: right;
    font-family: "Philosopher",sans-serif;
    font-size: 13px;
    margin: 15px 15px 0 15px;
    font-weight: bold;
}

.details p {
    margin-bottom: 10px;
}

.details i {
    font-size: 24px !important;
    margin-right: 10px;
}

.box-caption h2, .box-caption h5 {
    font-family: "Philosopher",sans-serif !important;
}

/*============  Text  =============*/
.text_1 {
    font: normal 32px/32px 'Philosopher', sans-serif;
}

.text_2 {
    font: normal 16px/16px 'Philosopher', sans-serif;
}

.text_3 {
    font: 300 14px/14px 'Philosopher', sans-serif;
}

.text_4 {
    font: 700 90px/90px 'Philosopher', sans-serif;
}

.text_5 {
    font: 300 30px/30px 'Philosopher', sans-serif;
}

.text_6 {
    font: 700 18px/18px 'Philosopher', sans-serif;
}

.text_7 {
    font: 700 20px/20px 'Philosopher', sans-serif;
}

.text_8 {
    font: italic 14px/18px 'Philosopher', sans-serif;
}

.text_9 {
    font: normal 14px/24px 'Philosopher', sans-serif;
}

.text_10 {
    font: 300 14px/30px 'Philosopher', sans-serif;
}

.text_11 {
    font: 300 17px/24px 'Philosopher', sans-serif;
}

.text_12 {
    font: 100 18px/24px 'Philosopher', sans-serif;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

/*============  Colors  =============*/
.color_1 {
    color: #ffffff;
}

.color_2 {
    color: #999898;
}

.color_3 {
    color: #E67E22;
}

.color_4 {
    color: #111;
}

.color_5 {
    color: #777777;
}

/*============  Backgrounds  =============*/
.bg_1 {
    background: #000;
}

.bg_2 {
    background: #111111;
}

/*============  Floats  =============*/
[class^='put-left'] {
    float: left;
}

[class^='put-right'] {
    float: right;
}

/*========================================================
                    HEADER styles
=========================================================*/
.isStuck .grid_12 {
}

#header {
}

#header .container {
    background: transparent;
}

#header .put-left_1 {
    position: relative;
    /*background: #E12A50;*/
    min-width: 285px;
    float: none;
}

#header .put-left_1 img {
    margin-left: 5px;
}

#header .put-left_1 .logo-caption {
    float: left;
}

#header .put-left_1 .logo-caption h1 {
    margin: 0;
    padding: 5px 20px;
}

#header .put-left_1 .logo-caption a {
    font: 50px/60px "Philosopher",sans-serif !important;
    color: #E74C3C;
    font-weight: bold !important;
    text-align: center;
    display: block;
}

#header .put-left_1 .logo-caption .second-word {
    margin: -3px 0 0 9px;
}

#header .put-left_1 .logo-caption a {
    text-decoration: none;
}

.slider {
    background: url("../images/top-bgg.html") repeat-y scroll left top rgba(0, 0, 0, 0);
}

.slider .wrapper1 {
    position: relative;
    margin-bottom: 0px;
}

.slider .camera-wrap {
    margin-top: 0px;
}

.slider .box {
    position: absolute;
    top: 21.7%;
    left: 33.35%;
    width: 222px;
}

.slider .box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 312px;
    height: 312px;
    content: '';
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.slider .box:after {
    position: absolute;
    top: -18px;
    left: -19px;
    width: 345px;
    height: 345px;
    content: '';
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.slider .box .box-caption {
    position: relative;
    margin: 63px 0 0 57px;
    z-index: 1;
}

.slider .box .heading_1 {
    letter-spacing: 1px;
    color: #E74C3C;
    font-size: 70px !important;
}

.slider .box .heading_2 {
    margin: 13px 0 10px 36px;
    color: #292f38 ;
    font-size: 50px !important;
}

.slider .box .btn_wrap-1 {
    margin: 24px 0 0 38px;
}

@media only screen and (max-width: 979px) {
    .slider .box {
        top: 15.7%;
        left: 30%;
    }

    .slider .box:after {
        height: 335px;
        width: 335px;
    }

    .slider .box:before {
        width: 303px;
        height: 303px;
    }
}

@media only screen and (max-width: 767px) {
    #header h1, #header nav {
        float: none;
        text-align: center;
    }

    #header h1 .logo-caption {
        left: 50%;
        margin-left: -90px;
    }

    .slider .box {
        left: 38.35%;
        width: 192px;
    }

    .slider .box:after {
        display: none;
    }

    .slider .box:before {
        display: none;
    }

    .slider .box .box-caption {
        margin: 0 0 0 -80px;
    }

    .slider .box .heading_2 {
        margin-left: 0;
        text-align: center;
    }

    .slider .box .btn_wrap-1 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .slider .box .box-caption {
        margin: -28px 0 0 -130px;
    }

    .slider .box .heading_2 {
        font-size: 20px;
        line-height: 20px;
    }

    .slider .box .heading_1 {
        font-size: 60px;
        line-height: 60px;
    }
}

/* Main menu styles
========================================================*/
nav {
    clear: both;
    /* background: white; */
}

.sf-menu {
    float: none;
    padding: 0 8px;
}

.sf-menu > li {
    float: left;
    position: relative;
    margin: 0 -2px 0 0;
}

.sf-menu > li > a {
    font-family: "Philosopher",sans-serif !important;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    color: #e7933c;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 15px;
    line-height: 20px;
}

.sf-menu > li > a:hover {
    text-decoration: none;
    color: #fff;
    background: #333;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu > li .sf-with-ul:before {
    content: "\B7";
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-size: 30px;
}

.sf-menu > li.last-child {
    margin-right: 0;
}

.sf-menu > li.last-child a {
    padding-right: 0;
}

.sf-menu > li.current > a {
    background: #333;
    color: #fff;
}

.sf-menu > li.sfHover > a {
    color: #fff;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    padding: 10px 0px;
    width: 220px;
    z-index: 2;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    line-height: 30px;
    position: relative;
}

.sf-menu ul li a {
    color: #fff;
}

.sf-menu ul li a:hover {
    color: #a7a7a7;
    text-decoration: none;
}

.sf-menu ul li .sf-with-ul:before {
    content: "";
}

.sf-menu ul li.sfHover > a {
    color: #a7a7a7;
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: -10px;
    left: 120px;
    padding: 10px 20px;
    z-index: 4;
}

@media only screen and (max-width: 979px) {
    .sf-menu > li > a {
        padding: 31px 8px;
    }
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    .select-menu {
        display: block;
        width: 100%;
        margin-bottom: 35px;
    }
}

/* Stuck menu styles
========================================================*/
.isStuck {
    padding: 0px 0;
    z-index: 999;
}

.isStuck .put-left_1 img {
}

.isStuck .put-left_1 .logo-caption {
    top: 0!important;
}

.isStuck .sf-menu > li > a {
    padding: 13px 23px;
    z-index: 999999;
    position: relative;
}

.isStuck .sf-menu > li .sf-with-ul:before {
    bottom: 0;
}

.isStuck .sf-menu ul {
    top: 40px;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    overflow: hidden;
    position: relative;
}

#content .bg-img {
    background: url("../images/top-bg.html") repeat-y;
}

#content .wrapper2 {
    background-color: #680004;
    padding: 35px 15px;
}

#content .wrapper3 {
    margin: 57px 0 54px;
}

#content .wrapper4 {
    margin: 55px 0 49px;
}

#content .wrapper5 {
    margin: 71px 0 53px;
}

#content .wrapper6 {
    margin: 57px 0 53px;
}

#content .wrapper7 {
    margin: 65px 0 42px;
}

#content .wrapper8 {
    margin: 71px 0 41px;
}

#content .wrapper9 {
    margin: 71px 0 42px;
}

#content .wrapper10 {
    margin: 71px 0 40px;
}

#content .wrapper11 {
    margin: 51px 0 64px;
}

#content .wrapper12 {
    margin: 71px 0 55px;
}

#content .wrapper13 {
    margin: 71px 0 0;
}

#content .btn_wrap-2 {
    text-align: left;
    margin: 30px 0 20px;
}

#content .btn_wrap-2 .btn {
    padding: 6px 19px;
}

#content .btn_wrap-3 {
    text-align: left;
    margin-top: 30px;
}

#content .btn_wrap-3 .btn {
    padding: 6px 17px 6px 18px;
}

#content .heading_3 {
    margin-bottom: 11px;
}

#content .sub-heading_1 {
    margin-bottom: 38px;
}

#content .heading_4 {
    margin-bottom: 11px;
}

#content .heading_4 h3:before {
    background-color: #fff;
}

#content .heading_4 h3:after {
    background-color: #fff;
}

#content .heading_5 {
    text-align: left;
    margin-bottom: 25px;
}

#content .sub-heading_2 {
    margin-bottom: 52px;
}

#content .sub-heading_3 {
    margin-bottom: 43px;
}

#content .sub-heading_4 {
    margin-bottom: 32px;
}

#content .sub-heading_5 {
    margin-bottom: 46px;
}

#content .sub-heading_6 {
    margin-bottom: 39px;
}

#content .sub-heading_7 {
    margin-bottom: 2px;
}

#content .box2 img {
    width: 100%;
    margin-top: 8px;
}

#content .box2 p + p {
    margin-top: 24px;
}

#content .box3 {
    margin-bottom: 20px;
}

#content .box3 img {
    width: 100%;
}

#content .box3 .caption {
    position: relative;
    margin-top: 23px;
    padding: 5px 10px 5px 21px;
}

#content .box3 .caption:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
}

#content .box3 p {
    margin-bottom: 11px;
}

#content .box4 {
    margin-bottom: 21px;
}

#content .box4 .caption {
    position: relative;
    margin: 20px 0 0 534px;
    padding: 22px 27px 49px 28px;
}

#content .box4 .caption p {
    margin-bottom: 18px;
}

#content .box4 .caption a {
    text-transform: uppercase;
}

#content .box4 .caption:before {
    content: '';
    position: absolute;
    top: 24px;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 13px 9px 0;
    border-color: transparent #ffffff transparent transparent;
}

#content .box5 {
    margin-bottom: 21px;
}

#content .box5 img {
    margin-top: 7px;
}

#content .box5 .heading {
    text-transform: uppercase;
    margin-bottom: 23px;
}

#content .box5 .heading p {
    font-size: 12px;
}

#content .box5 .caption {
    margin-left: 284px;
}

#content .image-box {
    margin-bottom: 20px;
}

#content .image-box img {
    width: 100%;
}

#content .quote-box {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e3dddd;
    padding: 61px 26px 23px 28px;
}

#content .quote-box .author {
    margin-top: 17px;
    text-transform: uppercase;
}

#content .quote-box:before {
    content: url("../images/index-01_img-04.html");
    position: absolute;
    top: 32px;
    left: 27px;
}

#content .video-box {
    margin-bottom: 29px;
}

#content .video-box a {
    position: relative;
    display: block;
}

#content .video-box a .video-icon {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 50%;
    margin-top: -48px;
    z-index: 5;
}

#content .video-box a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
}

#content .video-box .caption {
    border: 1px solid #e2dcdc;
    border-top: none;
}

#content .video-box .caption .time {
    display: inline-block;
    margin-left: -1px;
    padding: 2px 12px 5px;
}

#content .video-box .caption .pad_1 {
    padding: 13px 20px 16px;
}

@media only screen and (max-width: 767px) {
    #content .box4 img {
        float: none;
        width: 100%;
    }

    #content .box4 .caption {
        margin-left: 0;
    }

    #content .box4 .caption:before {
        top: -12px;
        left: 34px;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #ffffff transparent;
    }

    #content .box5 {
        float: none;
    }

    #content .box5 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #content .box5 .caption {
        margin-left: 0;
    }

    #content .box5 .caption .heading, #content .box5 .caption .btn_wrap-3 {
        text-align: center;
    }

    #content .image-box img {
        width: 100%;
    }
}

#content .carousel {
    width: auto;
    margin: 0 -10px;
}

#content .carousel .item {
    padding: 0 10px;
}

#content .carousel .item .first {
    margin-bottom: 20px;
}

#content .carousel .item img {
    width: 100%;
}

#content .map-box .map {
    width: 100%;
    height: 364px;
    margin-bottom: 22px;
}

#content .map-box p {
    margin-bottom: 16px;
}

#content .map-box .contacts address {
    padding: 0 66px 0 39px;
}

#content .map-box .contacts .phone {
    padding: 0 47px 0 34px;
}

#content .map-box .contacts .mail {
    padding-left: 45px;
}

#content .map-box .contacts address, #content .map-box .contacts .phone, #content .map-box .contacts .mail {
    position: relative;
    display: inline-block;
}

#content .map-box .contacts address:before, #content .map-box .contacts .phone:before, #content .map-box .contacts .mail:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

#content .map-box .contacts address:before {
    content: '\f015';
    line-height: 32px;
    left: -2px;
}

#content .map-box .contacts .phone:before {
    content: '\f095';
}

#content .map-box .contacts .mail:before {
    content: '\f0e0';
    line-height: 34px;
}

#content .policy-box {
    margin-bottom: 24px;
}

#content .policy-link {
    margin-top: 26px;
}

@media only screen and (max-width: 767px) {
    #content .map-box .contacts address, #content .map-box .contacts .phone, #content .map-box .contacts .mail {
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    #content .map-box .map {
        height: 260px;
    }
}

/*========================================================
                    FOOTER styles
=========================================================*/
/*#footer {
  background: url("../images/footerbg.jpg") repeat-y;
  padding: 30px 0 40px;
}
#footer .contacts {
  text-align: center;
  margin-bottom: 140px;
}
#footer .contacts .sq:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -100px;
  width: 180px;
  height: 180px;
  border: 1px solid #535353;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#footer .contacts .contact-box {
  position: relative;
  margin-top: 28px;
}
#footer .contacts .contact-box img {
  margin-bottom: 21px;
}
#footer .contacts .contact-box a {
  position: relative;
  display: inline-block;

}
#footer .contacts .contact-box a:hover {
  text-decoration: none;
}
#footer .contacts .contact-box a:hover:before {
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 979px) {
  #footer .contacts .sq:before {
    width: 130px;
    height: 130px;
    top: -13px;
    margin-left: -65px;
  }
  #footer .foot-menu {
    padding-left: 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 10px;
  }
  #footer .contacts .contact-box {
    margin-top: 130px;
  }
  #footer .contacts .contact-box_first {
    margin-top: 0;
  }
  #footer .foot-menu {
    display: none;
  }
}
#footer .foot-menu {
  padding-left: 147px;
  margin-bottom: 55px;
}
#footer .foot-menu > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
#footer .foot-menu > li a {
  padding: 31px 21px 31px 22px;
  text-transform: uppercase;
  color: #fff;
}
#footer .foot-menu > li a:hover {
  text-decoration: none;
  color: #555;
}
#footer .foot-menu > li.current > a {
  color: #555;
}*/
#footer .copyright {
    /* text-align: center; */
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #ffd688;
    z-index: 20;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    cursor: pointer;
    color: #111;
}

#toTop:hover {
    background: #680004; color:#ffd688;
}

#toTop:before {
    /* position: absolute; */
    /* right: 16px; */
    color: #fff;
    font-size: 46px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    #toTop {
        display: none !important;
    }
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
/*Core variables and mixins*/
.rotate {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

footer nav {
    background: none;
}

.caption p {
    margin-bottom: 5px;
}

.uppercase {
    text-transform: uppercase !important;
}

.marginT20 {
    margin-top: 20px !important;
}

.caption a {
    color: #ffe8af;
    font-weight: bold;
}

.booking-form {
}

.sub-menu li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
}

.sub-menu li a:hover {
    background: #E74C3C;
    color: #fff !important;
}

.row-detail:after, .row-detail:before {
    content: "";
    display: table;
    line-height: 0;
}

.row-detail:after {
    clear: both;
}

.row-detail {
    margin-top: 10px;
}

.row-detail .label-text {
    width: 35%;
    float: left;
    overflow: hidden;
}

.row-detail .value-text {
    float: left;
    width: 65%;
}

.row-detail label {
    font-weight: normal;
    color: #111;
    text-align: left;
    font-size: 15px;
}

.row-detail input {
    text-align: left;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #e2dcdc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding: 0 17px 0px 14px;
    min-width: 100%;
}

.row-detail textarea {
    text-align: left;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #e2dcdc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #666;
    height: 110px;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 3px 17px 0px 14px;
    min-width: 100%;
}

.btn-wrapper {
    margin-top: 20px;
    clear: both;
    text-align: left;
}

.btn-wrapper button {
    border: none;
    outline: none;
    cursor: pointer;
    color: #e74c3c;
    margin-left: 35%;
}

.btn-wrapper1 {
    margin-top: 20px;
    clear: both;
    text-align: center;
}

.btn-wrapper1 button {
    border: none;
    outline: none;
    cursor: pointer;
    color: #e74c3c;
}

.strong {
    font-weight: bold !important;
}

ul.list {
    margin: 20px 0;
    list-style: disc;
}

ul.list li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.gallery ul {
    margin: 0 -40px 0 0;
    padding: 0;
    list-style: none;
}

.gallery ul li {
    float: left;
    margin-right: 37px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 1px;
}

.gallery ul li a {
    text-decoration: none;
}

.gallery ul li .name {
    font-family: "Philosopher",sans-serif !important;
    background: #D5D7DD;
    color: #000;
    min-height: 40px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0 ;
    font-size: 18px;
}

.gallery ul li .category {
    font-family: "Philosopher",sans-serif !important;
    background: #333333;
    color: #fff;
    min-height: 30px;
    line-height: 20px;
    text-align: center;
    padding: 5px 0 ;
    font-size: 12px;
}

.table-bordered {
    border: 1px solid #862222;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #862222;
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #000;
    color: #Fff;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #340E0E;
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table {
    margin-bottom: 21px;
    width: 100%;
}

table {
    /* background-color: #340E0E; */
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.table th, .table td {
    font-size: 16px !important;
    color: #fff;
}

.table th {
    font-weight: bold;
}

.table th, .table td {
    line-height: 21px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.text20 {
    font-size: 20px;
}

ul.gallery-three {
    margin: 0;
    padding: 0;
}

ul.gallery-three li {
    width: 32.33%;
    float: left;
    margin-right: 1% !important;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    .container {
        padding: 0 5px;
    }

    .row {
        margin: 0;
    }

    #header .put-left_1 .logo-caption h1 {
        padding: 5px 0;
    }

    .details {
        padding: 10px 0 0;
        font-size: 12px;
    }

    .select-menu {
        margin-bottom: 0;
    }

    #header {
        margin-bottom: 10px;
    }

    .slider .box .heading_1 {
        font-size: 40px !important;
        line-height: 40px;
    }

    .imageDir {
        margin-left: 0 !important;
    }

    #gallery1 .grid_4 {
        padding: 0;
    }

    ul.gallery-three li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .row-detail label {
        font-size: 13px;
    }

    #content .wrapper2 {
        margin: 30px 0 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .row {
        margin-left: 0;
    }

    #gallery1 .grid_4 {
        width: 225px;
    }
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.tabu-gallery {
    margin-top: 50px;
}

.tabu-gallery img {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

#tabu-profile-top-pic img {
    margin-top: 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.tabu-top-left-profile {
    margin-bottom: 40px;
}

h6 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.caption ul {
    list-style-type: square;
    margin-bottom: 20px;
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.img-container {
    width: 1170px;
    height: auto;
    /* background-color:Blue; */
}

.footer-img {
    width: 185px;
    border: 1px solid #fff;
}

.footer-menu a {
    color: #fff;
}

.foot-text {
    text-align: center;
    padding-top: 36px;
    color: #e78e2b;
}

.mb {
    margin-bottom: 20px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #fdd678;
    color: #680004;
    padding: 12px 20px;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.top-header {
    background-color: #000;
}

.right-imgbox {
    display: block;
    margin-bottom: 20px;
}

.right-imgbox img {
    border: 1px solid #fff;
}

@media (max-width: 500px) {
    .h1, h1 {
        font-size: 12px !important;
        color: #ea933c;
    }

    #header {
    }

    .h5, h5 {
        font-size: 10px !important;
        color: #fff;
    }

    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 0px !important;
        margin-bottom: 10px;
    }

    p {
        margin: 0px 0 0px;
        text-align: justify;
    }

    .color_1 {
        color: #ffffff;
        font-size: 9px !important;
    }

    .h4, h4 {
        font-size: 14px !important;
    }

    .h4, .h5, .h6, h4, h5, h6 {
        margin-top: 0px !important;
        margin-bottom: 3px !important;
    }

    .foot-text {
        text-align: center;
        padding-top: 36px;
        color: #e78e2b;
        font-size: 9px !important;
    }

    .gallery ul li {
        float: left;
        margin-right: 37px;
        margin-bottom: 5px !important;
        border: 1px solid #ccc;
        padding: 1px;
    }

    .h3, h3 {
        font-size: 14px !important;
        color: #ea933c;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .caption p {
        margin-bottom: 5px !important;
    }
}
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 900;
}
.lcol {
    background-color: #c30000;
}
.rcol {
    background-color: #ffc629;
}