@charset "utf-8";
/* CSS Document */

html, body  {
	height:100%;
	font-family: 'Conv_calibril';
	font-weight:lighter;
		
	
}
@font-face {
	font-family:"Cambria";
	src:url("../fonts/Cambria.eot?") format("eot"),
	url("../fonts/Cambria.woff") format("woff"),
	url("../fonts/Cambria.ttf") format("truetype"),
	url("../fonts/Cambria.svg#Cambria") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	
@font-face {
	font-family: 'Conv_calibri';
	src: url('../fonts/calibri.eot');
	src: local('☺'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_calibril';
	src: url('../fonts/calibril.eot');
	src: local('☺'), url('../fonts/calibril.woff') format('woff'), url('../fonts/calibril.ttf') format('truetype'), url('../fonts/calibril.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:hover {
	text-decoration:none;	
}

#maximage {
/*	position:fixed !important;*/
}
.img-responsive {
	width:100%;	
}

/*HOME PAGE SIDESHOW*/

#slideshow {
 
   
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	height:100%;
	overflow:hidden;
	width:100%;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
.logo-wrap {
	background:#000;
	height:150px;
    left: 10px;
    padding: 20px;
    position: absolute;
    top: 10px;
	z-index:100;
    width: 171px;
}
.logo {
	clear:both;
}

.main-menu {
	position:relative;
	top:24px;
	left:-19px;	
}
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
	font-family:"Cambria";
}
.menu {
    height:40px;
	
}
.yellow {
	background: url(../images/line.png) right  center no-repeat #ba8748!important;
	color:#fff !important;
	font-weight:normal !important;
	font-size:15px !important;
		
	
}
.brd_none {
	border-bottom:none !important;
	border-top:none !important;
}
.bg {
	
	background:url(../images/line.png) right center no-repeat !important;
	height:35px;
}
.menu li {
    background:url(../images/trans.png) repeat;
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
   

    
    border-top: 1px solid #5b5b5b;
    min-width: 170px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    border-radius: 0 0 0;
}
.menu a {
    border-left: 3px solid #bc8646;
    color: #999999;
    display: block;
 
    font-size: 12px;
    line-height: 34px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}

/* onhover styles */
.menu li:hover {
    background:#ba8748;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
   

   
    border-top: 1px solid #1B1B1B;
}
.menu li:hover > a {
    border-radius:0 0 0 0;
    border-left: 3px solid #fff;
    color: #bc8646;
}

/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
    border-left: 3px solid #fff;
    border-radius: 0;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/* submenu styles */


.submenu2 {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
	display:none;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu2 li {
    opacity: 0;
	display:block;
	position:relative;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu > li:hover .submenu2 {
	position:absolute;
	display:inline;
	left:170px;
	top:41px;

}
.submenu .submenu2 li:hover a {
    border-left: 3px solid #fff;
    border-radius: 0;
    color: #ffffff;
}
.submenu > li:hover .submenu2, .submenu > li:focus .submenu2 {
    max-height: 2000px;
    z-index: 10;
	
}
.submenu > li:hover .submenu2 li, .submenu2 > li:focus .submenu2 li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.btm_wrp {
	width:100%;
	height:auto;
	position:absolute;
	bottom:0px;
}

.bottom_area {
	background:url(../images/trans.png) repeat;
	height:auto;
	clear:both;
	width:100%;	
}
.fl {
	float:left;
}
.pad10 {
	padding:10px 0;
}
.fr {
	float:right;	
}
.home_thumb_txt {
	color:#fff;
	padding:0 10px;	
}
.home_thumb_txt h1 {
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:100%;	
	margin-bottom:5px;
}
.home_thumb_txt p {
	font-size:100%;
	color:#caad77;
	margin-left:10px;
}
.home_thumb_txt p a {
	color:#fff;
	line-height:30px;
	padding-top:5px;	
}
.home_thumb_txt p a:hover {
	color:#caad77;	
}
.century {
	font-family:"Cambria";
}
.margin-top-20 {
	margin-top:20px;	
}
.brdr3 {
	border:#fff 3px solid;
}
.ftr {
	background:#000;
	border-top:#333 thin solid;
	clear:both;
	width:100%;
	
	
}
.txt_r{
	text-align:right;
}
.txt_l{
	text-align:left;
}
.copy {
	color:#666666;
	font-size:12px;	
}


@media (max-width: 767px) {
.txt_md {
	text-align:left;
	padding-left:20px;
}

.inr_body {
	background:url(../images/slider-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  padding:0 !important;

}

.btm_wrp {
	width:100%;
	height:auto;
	position:inherit !important;
	bottom:0px;
	clear:both;
}
#slideshow {
   position:inherit;
   height:220px !important;
}
#slideshow img {
	height:220px !important;
}
}

@media (max-width: 991px) {
#slideshow {
    position:inherit;
	height:500px;
}

.btm_wrp {
	width:100%;
	height:auto;
	position:inherit;
	bottom:0px;
	clear:both;
}
#slideshow img {
	height:500px;

}
}

@media (max-width: 1199px) {
body {
	background:#000;
	
}

}




/*INNER PAGES*/

a.mail {
	color:#a37234;	
}
a.mail:hover {
	color:#069;
}
.pad_none {
	padding:0px !important;
}
.inr_body {
	background:url(../images/slider-1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  padding:25px;


}
.bg2 {
	background:url(../images/slider-2.jpg) no-repeat center center fixed;
}
.bg3 {
	background:url(../images/slider-3.jpg) no-repeat center center fixed;
}
.bg4 {
	background:url(../images/slider-4.jpg) no-repeat center center fixed;
}
.bg5 {
	background:url(../images/slider-5.jpg) no-repeat center center fixed;
}
.bg6 {
	background:url(../images/slider-6.jpg) no-repeat center center fixed;
}
.bg7 {
	background:url(../images/slider-7.jpg) no-repeat center center fixed;
}
.height100 {
	height:100%;
}
.inr_trans {
	background:url(../images/trans.png) repeat;
	min-height:100%;
	height:auto;
}
.trans_white {
	background:url(../images/trans_white.png) repeat;
	padding:15px;	
}
@media (min-width: 768px){
  .trans_white {
    min-height:550px;
  }

}
.trans_white_head {
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
	color:#a37234;
	border-bottom:#a37234 thin solid;
	padding:0 0 5px 0;
	margin-bottom:10px;
	text-shadow:0 1px 0 #FFF;	
}
.pd10 {
	padding:10px;
}
.inr_logo {
	text-align:center;
	background:url(../images/surgate_logo.png) center top 25px  no-repeat;
	height:140px;
	border-bottom:#666 thin solid;	
}
.sub_head {
	color:#3c3c3c;
	font-size:13px;
	font-weight:bold;
	padding:10px 0;
	text-transform:uppercase;
	text-shadow:0 1px 0 #FFF;	
}
.normal_text {
	font-size:14px;
	line-height:20px;
	color:#333333;
	text-align:justify;
	text-shadow:0 1px 0 #FFF;
}
.inr_menu {
	height:auto;
		
}
.inr_menu ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0px;	
}
.inr_menu ul li {
	display:block;
	padding:6px 0 6px 15px;
	background:url(../images/list_arrow.png) left 12px no-repeat;
	border-bottom:#666 thin solid;	
}
.inr_menu ul li a {
	color:#ba905c;	
	 
}
.inr_menu ul li a:hover {
	text-decoration:none;
	color:#fff;
}
.inr_menu ul li ul li {
	padding:5px 0 5px 15px;
	border-bottom:#666 thin dotted;	
	background:url(../images/list_arrow_grey.png) left 10px no-repeat;
}
.inr_menu ul li ul li a {
	color:#858585;
	font-size:12px;	
}
.brd_none {
	border:none;	
}
.pad-tb-15 {
	padding-bottom:15px;
	padding-top:15px;
}
.mar_none {
	margin:0px !important;	
}
.listing {
	background:url(../images/list_arrow.png) left 9px no-repeat;
	padding:5px 0 5px 15px;	
}
.wrapper {
	
	width:95%;
	margin:0 auto;
	position:relative;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	
	padding:0;
}
#contact-form h3 {
	color:#991D57;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label {
	display:inherit !important;	
}
#contact-form label span {
	cursor:pointer;
	color:#a37234;
	display:block;
	font-family:"Cambria";
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#a37234;

	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background:#333;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.slideshow { height: 300px; width:100% !important; margin: 0 auto }
.slideshow img {width:100% !important; height:300px; background-color: #eee; }

.news {
	padding:10px 0;	
	border-bottom:#666 thin dotted;
	padding-bottom:25px;
}
.news-head {
	font-size:13px;
	font-weight:bold;
	color:#a37234;
	padding-bottom:5px;
	font-family:"Cambria";
	text-decoration:underline;
	text-shadow:0 1px 0 #FFF;
}
.news-head2 {
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding-bottom:5px;
	font-family:"Cambria";
	text-shadow:0 1px 0 #FFF;
	text-transform:uppercase;
}
.rd-news {
	padding:5px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	background:#a37234;
	text-shadow:none;
	font-size:12px;
		
}
.rd-news:hover {
	background:#333;
	text-decoration:none;
	color:#fff;	
}
.ho {
	background:#333;
}
.ho:hover {
 background:#a37234 !important;
 color:#fff;	
}
.ho:hover a {
	color:#fff;
	
}










