/* =============================================================================
   								BORDER BOX
   ========================================================================== */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* =============================================================================
   								NORMALIZE
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/* =============================================================================
   								CLEARFIX
   ========================================================================== */

   .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* =============================================================================
                  BASE STYLING
   ========================================================================== */

body {
  font-family: 'Raleway', sans-serif !important;
  background: #fcfcfc;
  color: #030303;
  padding-top: 1.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  background-image: url("images/blackpattern.jpg");
}

ul {
  line-height: 1.4;
  margin-left: -23px;
  font-family: 'Raleway', sans-serif !important;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAF7;
}   

.content {
  width:100%;
  float:left;
  background-color: #FAFAF7;
  padding: 10px 0 30px 0;
  min-height: 500px;
}

h1,h2,h3,h4 {
  letter-spacing: -1px;
  font-family: 'Lobster', cursive !important;
}

a {
  color: #030303;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

span.bold {
  font-weight: bold;
}

p.big {
	font-size: 18px;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
}
/* =============================================================================
                                  HOME HEADER
   ========================================================================== */ 
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mobileLogo {
	display: none;
	width: 100px;
	float: left;
}

.header {
  width: 100%;
  height: auto;
  float:left;
  text-align: center;
  background-image: url("images/bg.jpg");
}


.menuWrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.logo {
  width: 20%;
  display: block;
  margin: 0 auto;
}  

.logo2 {
  width: 80%;
  display: block;
  margin: 0 auto;
}     

ul.menu {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  margin-left: -4px;
}

	ul.menu li {
	  display: inline;
	  margin-right: 50px;
	  position: relative;
	}

  ul.menu li:last-child {
    margin-right: -40px;
  }

    ul.menu li:hover ul {
      display:block !important;        
    }

	ul.menu li a {
	  color: #f2f2f2;
	  text-transform: uppercase;
	  font-size: 11px;
	  padding: 2px;
	}

ul.subMenu {
  display: none;
  position: absolute;
  top: 20px;
  left: -50px;
}

ul.menu li ul.subMenu li {
  display: list-item;
  background: #242424;
  list-style-type: none;
  position: relative;
  padding: 10px;
  z-index: 99;
  border-bottom: 1px solid #E6E7E8;
  margin-right: 0;
  margin-left: -60px;
  width: 253px;
  text-align: center;
}

ul.subMenu li:last-child {
  margin-right: 70px;
}

	ul.subMenu li a {
	  color: #fcfcfc;
	} 

button, select, textarea {
  display: none;
}

/* =============================================================================
                                 SECOND HEADER
   ========================================================================== */ 

.header2 {
	width: 100%;
	float:left;
	background-image: url("images/bg.jpg");
}

.whiteLogo {
	width: 8%;
	float: left;
}   

ul.menu2 {
	list-style-type: none;
	text-align: right;
	padding: 2% 0;
}

	ul.menu2 li {
		display: inline;
		margin-right: 40px;
		position: relative;
		font-weight: bold;
	}

	ul.menu2 li:last-child {
		margin-right: 0;
	}

		ul.menu2 li:hover ul {
			display:block !important;        
		}

		ul.menu2 li:last-child {
			margin-right: 0;
		}

		ul.menu2 li a {
			color: #f2f2f2;
			text-transform: uppercase;
			font-size: 12px;
			padding: 5px 5px;
		}

ul.subMenu {
	display: none;
	position: absolute;
	top: 20px;
	left: -50px;
}

	ul.menu2 li ul.subMenu li {
		display: list-item;
		background: #242424;
		list-style-type: none;
		position: relative;
		padding: 10px;
		z-index: 99;
		border-bottom: 1px solid #E6E7E8;
		margin-right: 0;
		margin-left: -60px;
		width: 253px;
		text-align: center;
	}

	ul.subMenu li:last-child {
		margin-right: 70px;
	}

	ul.subMenu li a {
		color: #fcfcfc;
	} 

/* =============================================================================
                                HOME SECTION 
    ========================================================================== */ 


.floatright{
  float: left;
  width: 90%;
}


.homeInfo {
  max-width: 100%;
  min-height: 700px;
}

.bigLogo {
  width: 26%;
  display: block;
  margin: 4% auto;
  padding-top: 4%;
}

.homeLabel {
  display: block;
  margin: 0 auto;
  opacity: 0.8;
  background-image: url("images/simonxtiLogo2.jpg");
  background-attachment: fixed;
  background-size: 100%, 636px;
  width: 100%;
  height: 636px;
}
.homeLabel2 {
  display: block;
  margin: 0 auto;
  opacity: 0.8;
  background-image: url("images/simonxtiLogo2.jpg");
  background-attachment: fixed;
  background-size: 100%, 636px;
  width: 100%;
  height: auto;
}
.wrap {
  position: relative;
  padding top: 0.5em;
  margin: 0 auto 30px auto;
  width: 70%;
}

.fade {
	margin: 0 -2px -2px 0;
}

	.fade:hover {
		opacity: 0.7;;
	}

.recentPhotos {
  width:100%;
  float:left;
  background-color: white;
  padding: 10px 0 30px 0;
  -moz-box-shadow: 3px 3px 16px 6px #737373;
  -webkit-box-shadow: 3px 3px 16px 6px #737373;
  box-shadow: 3px 3px 16px 6px #737373;
}

.recentVideos {
  width:100%;
  float:left;
  background-color: #F5F5F2;
  border-top: 1px solid #EBEBE4;
  padding: 10px 0 30px 0;
}

/*
.imgWrap {
  position: relative;
  float: left;
  margin-right: 2px;
  margin-bottom: -4px;
}

.imgDescription {
  position: absolute;
  text-align: center;
  top: -7px;
  bottom: -1px;
  left: 8px;
  width: 90%;
  right: 0;
  background: rgba(128, 128, 128, 0.7);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  padding: 60px 10px;
  font-size: 15px;
  -webkit-transition:all .6s;
}

	.imgWrap:hover .imgDescription {
	  visibility: visible;
	  opacity: 1;
	}*/

/* =============================================================================
                                  Photos
  ========================================================================== */

.centerPhotoThumbnails {
  width: 72%;
  display: block;
  margin: 0 auto;
} 	

.fade {
	margin: 0 26px 26px 0 !important;
}

/* =============================================================================
                              Video 
  ========================================================================== */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centerThumbnails {
  width: 80%;
  margin: 0 auto;
}

.videoThumbnail:hover {
  opacity: 0.7;
}

.videoThumbnailBox {
  float: left;
  padding-right: 1%;
  padding-bottom: 1%;
} 

.videoThumbnailBox p {
	text-align: center;
}    

/* =============================================================================
                                  Contact
  ========================================================================== */

.contactWrap {
  margin: 0 auto;
  width: 90%;
  min-height: 1000px;
}

.beige {
  width: 100%;
  background-color: #FAFAF7;
}

.contactInfo {
  width: 44%;
  float: left;
  padding: 10px 30px 30px 0;
}

	.contactInfo ul {
		padding-top: 44%;
	}

		.contactInfo ul li {
		  list-style-type: none;
		  margin-left: -17px;
		  text-align: right;
		}    

.map {
  width: 57%;
  height: 55%;
  float: right;
  padding-top: 100px;
  margin-right: -12px;
}

/* =============================================================================
                       FOOTER SECTION 
    ========================================================================== */ 

.footer {
  border-top: 1px solid #EBEBE4;
  padding: 10px 0;
  clear: both;
  background-color: #FAFAF7;
}


.socialButton {
  width: 40px;
  float: right;
}

	.socialButton:active {
		margin-top: 2px;
	}


/* =============================================================================
                       BLOG PAGE 
    ========================================================================== */ 

  /*
Credit: https://www.templatemo.com
*/


p { margin: 0px; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #000; }
h1 { font-size: 40px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 20px 0; padding: 10px 0 15px 0; }
h3 { font-size: 21px; font-weight: normal; margin: 0 0 15px 0; padding: 0; padding: 0 0 10px 0; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0 0 10px 0; ; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.hr_divider { background: url(../images/templatemo_hr_divider.jpg) bottom repeat-x; }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; padding: 4px; border: 1px solid #666; background: none; margin-bottom: 5px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #e55822; }

.tmo_list { margin: 20px 0; padding: 0; list-style: none; }

.tmo_list li { 
  background: url(../images/templatemo_list.png) no-repeat scroll 0 0px; 
  margin: 0 0 20px; 
  padding: 3px 0 3px 25px;  
  line-height: 1em; 
}

.tmo_list li a { color: #333; text-decoration: none; }
.tmo_list li a:hover { color: #d06802; text-decoration: none; }

a.continue { color: #3366FF; font-weight: bold; text-decoration: none; }

#templatemo_body_wrapper {
  width: 100%;
  background: url(../images/templatemo_body_top.jpg) top repeat-x;
}

#templatemo_wrapper {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

#templatemo_header {
  width: 940px;
  padding: 10px 30px;
}

#site_title {
  float: left;
  width: 500px;
  padding: 40px 0 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#site_title a {
  margin: 0px;
  padding: 0px;
  font-size: 50px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

#site_title a span { color: #F00; }

#site_title a .tagline {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-left: 20px;
}

#search_box { float: right; width: 280px; height: 30px; }
#search_box form { clear: both; width: 280px; height: 30px; padding: 0; } 

#searchfield { 
  height: 20px; 
  width: 188px; 
  padding: 2px 5px; 
  color: #666666; 
  line-height: 0; 
  background: none; 
  border: 1px solid #444444;
} 

#searchbutton { 
  height: 25px; 
  width: 70px; 
  color: #838383; 
  padding: 0 0 3px 0; 
  margin: 0; 
  cursor: pointer; 
  background: #161616; 
  border: 1px solid #444444;
  vertical-align: bottom;
}

/* menu */

#templatemo_menu {
  clear: both;
  width: 1000px;
  height: 35px;
}

#templatemo_menu ul {
  float: left;
  display: block;
  width: 700px;
  height: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#templatemo_menu ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

#templatemo_menu ul li a {
  position: relative;
  float: left;
  display: block;
  height: 21px;
  padding: 7px 28px;
  font-size: 15px;
  color: #fff;  
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  outline: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
  color: #000;
  background: url(../images/templatemo_menu_right.jpg) no-repeat top right;
}

#templatemo_menu ul li a:hover span, #templatemo_menu ul .current span {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 35px;
  background: url(../images/templatemo_menu_left.jpg);
}

#register_box {
  float: right;
  width: 250px;
  color: #fff;
  font-size: 11px;
  padding-top: 10px;
}

#register_box .signup { color:#F00; font-weight: bold; text-decoration: none; }
#register_box .new_reg { color:#be6300; font-weight: bold; text-decoration: none; }
/* end of menu */

/* content */

#templatemo_main {
  padding right:2em;
  padding left: 2em;
  width: 920px;
  background: #fff;
}

#templatemo_content {
  float: left;
  padding right:2em;
  padding left: 2em;
  width: 620px;
}

.post_box { clear: both; margin-bottom: 40px; }
.post_box h2 { margin-bottom: 5px; padding-bottom: 0px; }
.post_box h2 a { text-decoration: none; }

.post_box .news_meta { margin-bottom: 10px; font-size: 11px; color: #666; }
.post_box .news_meta a { color: #666; text-decoration: underline; }
.post_box .news_meta a:hover { color: #990000; text-decoration: underline; }

.pb_last { margin: 0; padding: 0; border: 0; }

#templatemo_sidebar {
  float: right;
  width: 260px;
}

#templatemo_sidebar h3 {
  display: block;
  height: 23px;
  padding: 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  background: url(../images/templatemo_sidebar_title.jpg) no-repeat;
}

#aboutus {
  padding: 20px;
  background: #000;
  color: #a5a5a5;
  margin-bottom: 20px;
}

#aboutus h3 {
  color: #fff;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar_box {
  clear: both;
  margin-bottom: 20px;
  width: 260px;
}

.ads_125 {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 125px;
  height: 125px;
  background: #111;
}

.odd { margin-right: 0; }

.sidebar_menu { margin: 0; padding: 0; list-style: none; }
.sidebar_menu li { margin: 0 0 3px 0; padding: 3px 0; border-bottom: 1px solid #ddd; }
.sidebar_menu li a { text-decoration: none; font-size: 11px; }
.sidebar_menu li a span { color: #f00; }

.sm_two_col { margin: 0; padding: 0; list-style: none; }
.sm_two_col li { margin: 0; padding: 0; }

.sm_two_col li a {
  display: block; 
  float: left;
  width: 130px;
  text-decoration: none; 
  font-size: 11px;  
  margin: 0 0 3px 0; 
  padding: 3px 0; 
  border-bottom: 1px solid #ddd; 
}



.icon_link { 
  display: block; 
  float: left; 
  margin-left: 20px; 
  width: 50px; 
}

/* end of content */

/* footer */

#templatemo_footer_wrapper {
  width: 100%;
  background: #000;
}

#templatemo_footer {
  width: 920px;
  padding: 30px 40px;
  margin: 0 auto;
  color: #ddd;
}

#templatemo_footer a { color: #9d9d9d; text-decoration: none; }

#templatemo_footer h4 {
  color: #bebebe;
  font-weight: normal;
}

.footer_box {
  float: left;
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #131313;
}

.col_w160 {
  width: 140px;
}

.col_w260 {
  width: 200px;
}

.col_300 {
  width: 300px;
}

.fb_last { margin: 0; padding: 0; border: 0; }

.wrap2 {
  position: relative;
  margin: 0 auto 30px auto;
  width: 90%;