/* 
Flex Template 
http://www.templatemo.com/preview/templatemo_406_flex 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.3;
  color: #610704; 
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
}

#background_cycler{padding:0;margin:0;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
#background_cycler div{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:white;background-size:cover;background-position:center center}
#background_cycler div.active{z-index:3}

#sTop{
    display: table;
    width: 100%;
    height: 100%;
}
.site-header, .menu-responsive{
    height: 138px;
}

.container{
  background-color: #E9E5CC;
  background-position: center bottom;
  padding-bottom: 14px;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  position: relative; /*FIX IE8-9*/   
}
.zav{
    background: url(../images/zav21.png) repeat-x transparent;
    background-position: center center;
    height: 34px;
}

.mlwrapper{
    width: 200px;
    float: left;
    margin: 24px 0 0 20px;
}
.fixlogo{
    background: transparent url("../images/logo.png") no-repeat scroll center center / cover ;
    margin: 0;
    padding-top: 35.66%;
    max-width: 200px;
}
.logo-wrapper h1{
    float: left;
}
.mtel{
    float: left;
    background: url('../images/bell.png') no-repeat transparent;
    padding-left: 90px;
    margin: 20px 0 0 4%;
    color: #610704;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.mtable-container{
    overflow-y: auto;
    width: 100%;
}
.mtable td, .mtable th{
    padding: 4px;
    vertical-align: middle;
    border: 2px solid #E9E5CC;
    min-height: 44px;
}
.mtable{
    margin: 1em 0;
}
.mtable th{
    /*color: #C3110B;*/
}
.mtable .alt{
    /*background-color: #DED8C2;*/
    background-color: #E0DAC4;
}
a {
  color: #C3110B;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", serif;
  color: #C3110B;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #e4ba7e;
}

.mlist{
    margin: 1em 0;
    list-style-image: url('../images/dot.png');
    list-style-position: inside;
}
.m2list{
    margin: 1em 0;  
}
.m2list li span{
    color: #c3110b;
}
.mlist li, .m2list li{
    margin: 0 0 0.5em 0;
}
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  top: 0;
  background: url('../images/hbg.jpg') no-repeat transparent;
  background-position: center top;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
  
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  overflow: hidden;

}

.logo-wrapper {
  height: 138px;
}
.logo-wrapper h1 {
    color: #610704;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    padding: 20px 0 0 20px;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 1.4%;
}

.main-menu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #C3110B;
  line-height: 138px;
  padding-top: 37px;
}
.main-menu ul li.active a {
  border-top: 3px solid #C3110B;
  color: #C3110B;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  color: black;
}

.menu-responsive {
  display: none;
  background-color: #FAF6EB;
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: #451E1E;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #c3110b;
}

.clear{
    clear: both;
}
.content-section {
  margin-top: 20px;
  padding-top: 10px;
}

.heading-section {
  margin-bottom: 20px;
}
.heading-section h2 {
  font-size: 1.4em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  background: url(../images/zav11.png) repeat-x transparent;
  background-position: center top;
  margin: 1em 0;
  padding: 34px 0 0 0;  
}
h3 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.5em 0 1em 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #c3110b; 
}
.heading-section p {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0.8em;
}

.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {

}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
  border: 4px double #6E3B08;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background: rgba(50,50,50,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  background-color: white;
  display: block;
  margin: 20% auto 0;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 43px;
  font-size: 24px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: #e4ba7e;
  background-color: #c3110b;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #c3110b;
  color: #e4ba7e;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}
#WidgetId{
  margin: 0 0 1em 0;
}
.BookingControl_control{
	margin: 0 auto;
}

@media screen and (min-width:1240px) and (max-width:1400px){
.main-menu.col-md-5{
    width:38%;
}

.logo-wrapper.col-md-7{
    width:62%;
}
.main-menu ul li a{
    font-size: 14px;
}
.logo-wrapper h1{
   font-size: 14px;
   padding: 20px 0 0 20px; 
}
.mlwrapper{
    width: 25%;
    margin: 28px 0 0 10px;
}
}
@media screen and (min-width:992px) and (max-width:1239px){
.main-menu.col-md-5{
    width:38%;
}

.logo-wrapper.col-md-7{
    width:62%;
}
.main-menu ul li a{
    font-size: 14px;
}
.logo-wrapper h1{
   font-size: 14px;
   padding: 20px 0 0 20px; 
}
.mtel{
   font-size: 14px; 
}
.mlwrapper{
    width: 30%;
    margin: 28px 0 0 10px;
}


}
@media screen and (min-width:767px) and (max-width:991px){
.main-menu.col-sm-5{
    width: 20%;
}
.logo-wrapper.col-sm-7{
    width: 80%;
}

}
@media screen and (max-width:480px){

.mlwrapper{
    width: 70%;
    margin: 24px 0 0 20px;
}

}
}