/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

 #outdated h3{
  color: #b30000;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'HelveticaNeueW01-67MdCn 692710';
}

#outdated{
  display:block; z-index:9999999; position:absolute; bottom:0; width:100%; padding:15px 20px; margin-left:auto; margin-right:auto;
}

#outdated p{
  color: #000 !important;
}

.intro{
  padding:10px 0 20px 0;
}
.wrap_btn{
  margin:20px 0; float:left;
}
#outdated p{
  margin-bottom:0;
}
.bodyoutdated{
  text-align:left; display:block; float:left; position:relative; width:50%; border:4px solid #b30000; padding: 8px 15px;
  font-family: 'HelveticaNeueW01-67MdCn 692710'; background-color:#fff; color:#000;
}
.bodyoutdated a, .bodyoutdated a:hover{ color:#fff; }

.btn_ch{
  float:left;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-67MdCn 692710';
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
  margin-right: 10px;
  font-size: 14px;
}


.red{
  background: #b30000;
}

.green{
  background: #167F39;
}
#closemod{
  cursor:pointer;
}


.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
    animation class
   ========================================================================== */

.os-animation{
            opacity: 0;
}  
.os-animation.animated{
            opacity: 1;
}   


/* ==========================================================================
    Ajax class
   ========================================================================== */

#messageform{
}
.error_submit{
	display:block;
	padding:10px;
	background:#ef4036;
	color:#fff;
}
.success_submit{
	display:block;
	padding:40px 0 80px 0;
	font-size:22px
}




*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html{
  background-color: #fff;
}



body {
  font-size: 16px;
  color: #000 ;
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #000;
 -webkit-transition: color 0.2s ease-in; /*safari and chrome */
 -moz-transition: color 0.2s ease-in; /* firefox */
 -o-transition: color 0.2s ease-in; /* opera */
 transition: color 0.2s ease-in; /* opera */
}

a:hover, a:focus {
  color: #000;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100000;
}

.number{
  display: inline-block;
}


.number:hover{
    cursor: context-menu;
}


/* ============================================== FORM VALIDATION
*/

form{
  margin-top: 30px;
}

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
}

.parsley-errors-list {
  list-style:none;
  margin-top:-20px;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.test{ border: 1px solid #000}
.test2{ border: 1px solid #fff}

body, html {
    height: 100%;    
}

body{
	font-family: "azo-sans-web",sans-serif;
}

a.mPS2id-highlight, .menu_top li a:hover{
	color: #ea544e !important;
}

.regNow a.mPS2id-highlight { color:#fff !important; background:#ea544e;}

.row .row { margin-left:auto; margin-right:auto; max-width:100%;}
.m_w{ min-width:100% !important;}
.pos_rel{ position: relative;}

.column_padding_left{padding-left: 0;}
.column_padding_right{padding-right: 0;}
.wrapper{
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: block; overflow: hidden;
}

#menu_left{
	background: #1d1f29;
	color: #fff;
	width: 15%; min-height:100%;
	float: left;
	text-align: center;
	padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position:fixed;
}


#content{
	float:right;
	width:84%;
	padding-right: 5%; clear:both;
}
#menu_rigth{
	width: 5%;
	float: left;
	padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}


/************************   header  *******/
.container_head{
	position: relative;
	padding-bottom:0.9375rem;
}
.header_title{
	position:absolute; 
	width:50%; 
	z-index:99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: width 0.2s ease-in; /*safari and chrome */
 -moz-transition: width 0.2s ease-in; /* firefox */
 -o-transition: width 0.2s ease-in; /* opera */
 transition: width 0.2s ease-in; /* opera */
}

.logo{ margin-top: 60px;}

.wrap_box_top{
	position:fixed; bottom: 2%;left: 3%;
}

/***********************************  menu   *******/

.menu_top_mobile{
	display:none;
}
.menu_top_desk{
	display:block;
}
.menu_top{
	/*margin: 75px 0;*/
	margin: 40% 0;
	list-style: none;
	
}

.menu_top li {padding: 5% 0;}
.menu_top li a {
	color: #fff;
	text-transform: uppercase;
	font-family: "azo-sans-web",sans-serif;
	font-weight: 700;
	letter-spacing:3px;
}

.wrap_btn_left_bar{
	margin: 60% 0 0 0;
}
.wrap_disclaimer, .wrap_disclaimer a{
	color: #fff;
	text-transform: uppercase;
}

.wrap_disclaimer p { 
	padding: 10px 0; 
	line-height: 0.5;
	margin-left: -5px;
}

.line_height_c{
	line-height: 1.6 !important;
}

/************************************	Menu right side *********/
.right_menu{
	list-style: none;
}

.right_menu li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #e8e9ea;
	margin-left: auto;
	margin-right: auto;
}
.right_menu::before{ 
	 content: url(../img/top_img.png);
}

.right_menu::after{ 
	 content: url(../img/bottom_img.png);
}


/*******************************************   dot menu test  **********/
.nav_dot_wrap {
	position: fixed;
	right: 10px;
	top: 32%;
	
}

/**/
.dot_list::before{
	content: url(../img/top_img.png);
}
.dot_list::after{
	content: url(../img/bottom_img.png);
}
.dot_list li{
	
}
#dot-nav{    
	right: 10px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	z-index: 999;
}

#dot-nav ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#dot-nav li {
	position: relative;
	background-color: #e8e9ea;
	border:3px solid #e8e9ea;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	padding: 5px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 36px;
	width: 10px;
	vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
	background-color: #1d1f29;
}

#dot-nav a {
	outline: 0;
	vertical-align:top;
	/*margin: 0px 0px 0px 25px;*/
	margin: 25px;
	position: relative;
	top:-5px;
	left:-20px;
}


.has-tip {
	display: block;
}

title {
	 background-color: #8e44ad; 
    color: #f5f5f5; 
    border: 1px solid #8e44ad; 
}



/************************************    content   ***************/
.cgi { padding-top:0.9375rem;}

/***** sections ****/

.section_white{
	background:#fff;
	color:#1d1f29;
}
.section_white strong{
	font-weight:500;
}
.section_white h1{
	font-size:36px;
	font-weight:bold;
	-webkit-transition: all 0.2s ease-in; /*safari and chrome */
 -moz-transition: all 0.2s ease-in; /* firefox */
 -o-transition: all 0.2s ease-in; /* opera */
 transition: all 0.2s ease-in; /* opera */
	font-family: "azo-sans-web",sans-serif;
}


.section_white{
	position:static;
	display:block;
	text-align:center;
	padding:55px 0;
}

.section_white h1{
	text-transform:uppercase;
	padding: 0 0 28px 0;
}
.block_text{
	margin: 32px 0;
}


.block_text p:last-of-type{
	margin-bottom: 0;
}

/*******************************************************************   effect image  *****************/

.gallery_photo i {
    background: rgba(0, 0, 0, 0.6) url("../img/logo-Bricklane.png") no-repeat scroll center center;
    display: block;
    font-weight: normal;
    height: 100%;
	width:100%;
   	left:0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(0px) translateX(0px) scale(0.25);
    transition: all 0.35s ease 0s;
	z-index:50;
    
		
}
.gallery_photo:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 1;
    filter: alpha(opacity=100); 
	
}
.relative_b{
	display:block;
	position:relative;
}
.img_full{
	width:100%;
}
/************************** btn **************/

.team {padding:0 0 55px 0;}

.box_team{ padding: 50px 0;}

.box_team h4{
	font-size: 18px;
	margin: 30px 0 22px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.box_team p{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.section_register{
	background: #f4f4f4;
	min-width: 100%;
	margin-left: -30px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section_register h3{
	color: #e9544e;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "azo-sans-web",sans-serif;
}
h3.register_now{
	color: #e9544e;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "azo-sans-web",sans-serif;
}
.section_register h4{
	color: #e9544e;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "azo-sans-web",sans-serif;
	line-height:1;

}


.section_register .form_call{
	font-size: 32px;
	text-transform: uppercase;
}



.regNow_small{
  text-align: center;
}

.regNow_small a{
 color: #ea544e;
 background-image: url('../img/submit.png');
 background-position: center center;
 background-repeat: no-repeat;
 font-family: "azo-sans-web",sans-serif;
 font-style: normal;
 display: block;
 font-weight: 500;
 -webkit-transition: all 0.25s ease-in; /*safari and chrome */
 -moz-transition: all 0.25s ease-in; /* firefox */
 -o-transition: all 0.25s ease-in; /* opera */
 transition: all 0.25s ease-in; /* opera */
 margin: auto;
 width: 159px;
  height: 63px;
 line-height: 65px;
 font-size: 26px;
 text-transform:uppercase;
}

.regNow_small a:hover{
  background-color: #ea544e;
  color: #fff;
}


.regNow{
  text-align: center;

}

.regNow a{
 color: #ea544e;
 background-image: url('../img/regNow.png');
 background-position: center center;
 background-repeat: no-repeat;
 font-family: "azo-sans-web",sans-serif;
 font-style: normal;
 display: block;
 font-weight: 500;
 -webkit-transition: all 0.25s ease-in; /*safari and chrome */
 -moz-transition: all 0.25s ease-in; /* firefox */
 -o-transition: all 0.25s ease-in; /* opera */
 transition: all 0.25s ease-in; /* opera */

 width: 170px;
 height: 53px;
 line-height: 50px;
 font-size: 18px;
 text-transform:uppercase;
 letter-spacing:1px;
 
}

.regNow a:hover{
  background-color: #ea544e;
  color: #fff;
}

.enquire_img:hover{
	
}


#formSubmit{
  color: #ea544e;
  background-color: #f4f4f4;
  background-image: url('../img/submit.png');
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "azo-sans-web",sans-serif;
  font-style: normal;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in; /*safari and chrome */
  -moz-transition: all 0.25s ease-in; /* firefox */
  -o-transition: all 0.25s ease-in; /* opera */
  transition: all 0.25s ease-in; /* opera */
  margin: auto;
  width: 159px;
  height: 63px;
  line-height: 55px;
  font-size: 26px;
  margin-bottom: 0.5rem;
}


#formSubmit:hover{
  background-color: #ea544e;
  color: #fff;
}


.wrap_btn_submit{
	text-align: center;
	margin: 60px 0;
}


/****************************    FORM CSS ******************/

#error{ text-align:center; padding:10px; background:#a41320; color:#fff;
    width: 100%;margin-right:auto; margin-left:auto; margin-bottom:20px; margin-top:20px;}
.close_err{ float:right; cursor:pointer;}


.wrap_disclaimer{
	font-size: 11px;
	margin-top:10%
}

label{
	text-align: left;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #1d1f29;
    margin: 0 0 2rem;
    font-family: inherit;
    font-size: 1rem;
    color: #1d1f29;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #1d1f29;
    background: #f4f4f4;
    outline: none;
    box-shadow: 0 0 5px #f4f4f4;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select {
    -moz-appearance: none;
    background-color: #f4f4f4;
	background-image: none;
    /*background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb(51, 51, 51)\"></polygon></svg>");*/
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    border: 1px solid #1d1f29;
    border-radius: 0;
    color: #1d1f29;
    font-family: inherit;
    font-size: 1rem;
    height: 2.4375rem;
    line-height: normal;
    margin: 0 0 2rem;
    padding: 0.5rem;
	letter-spacing: 2px;
}

#top_form{
	padding-top: 55px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #1d1f29; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #1d1f29; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #1d1f29; }

input::placeholder,
textarea::placeholder {
  color: #1d1f29; }

.selected{
	color: #1d1f29;
}
placeholder{
	color: #1d1f29;
}


/* 
  hack to change the yellow background that add chrome to my inputs
  
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	background-color:#f4f4f4 !important;
    transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1f29 !important;
  letter-spacing: 2px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #1d1f29 !important;
  letter-spacing: 2px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #1d1f29 !important;
  letter-spacing: 2px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #1d1f29 !important;
  letter-spacing: 2px;
}

.response{
	font-size: 10px;
}

.privacy{
	text-align: center;
}
.privacy a{
	text-decoration:underline;
}

.disclaimer{
	margin-top:10px;
	text-transform:capitalize;
}
.disclaimer a{
	text-decoration:underline;
}

/*******************  footer   ****************************/

.logo_rare{
	text-align: center;
	margin-top: 40px;
	font-size: 10px;
	text-transform: capitalize;
}

.menu_title{
	display:none;
}
#modal_disclaimer{ margin-top:40%; padding-top:10%;z-index:9999999999; }

/* ============================================== GLOBAL
*/








/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 

   .section_white h1 {
    font-size: 28px;
}

.columns{
	padding-right:0;
	padding-left:0;
}
form .columns{
	padding-left:0.9375rem;
	padding-right:0.9375rem;
}
.section_white {
    padding: 35px 0;
}
.box_team p {
    width: 100%;

}
.section_register h3 {

    font-size: 22px;

}

.section_register h4{
	font-size: 18px;

}
.section_register .form_call {
    font-size: 22px;
}

.wrap_btn_submit {
     margin: 10px 0 30px;
}

#modal_disclaimer{padding-top:10%;z-index:9999999999; width:100%; }
#modal_disclaimer p{ font-size:12px}

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    

}



@media only screen and (max-width: 1024px) {
	.box_team {
    padding: 50px 0 0 0;
}
	
	.menu_top_mobile{
	display:block;
	}
	.menu_top_desk{
	display:none;
	}
    .menu_title{
	display:block;
	padding-top:7%;
	padding-right:20px;
	padding-left:0;
	padding-bottom:0;
	float:right;
}
.menu_top li {padding: 10px 0; display:list-item}
.menu_top li a {
	letter-spacing:2px;
	font-size:15px;
}
.menu_top{

	margin: 0 0 40px 0 ;
    list-style: none;
}

.logo{ margin: 10px;
    float: left;
    width: 20%; display:block; clear:both;
	}
.menu_top li {display:list-item; text-align:center;}
#content{
	padding-top:17%;
}


/**************   text   ***************/
.block_text {
    margin: 32px 0;
}

h3.register_now{
	font-size: 36px;

}



}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
	.menu_top li {
		padding: 0 8px; 
		display:inline-block
	}
	.logo{
	margin: 10px;
    float: left;
    width: 10%;
	}
	.menu_top{

	margin: 40px 0 0 0 ;
    list-style: none;
}
#content{
	padding-top:7%;
}

}

@media only screen and (max-width: 1300px) {
	
	
   #menu_left{
	background: #1d1f29;
	color: #fff;
	width: 100%; min-height:0;
	float: none;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	
}


.menu_top li a {
	letter-spacing:2px;
	font-size:15px;
}

.hide_view { display:none;}

#content{
	float:none;
	width:100%;
	padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  
	 clear:both;
}
/***************** register ************/
.section_register {
    background: #f4f4f4;
    min-width: 100%;
	margin-right:-0.9375rem;
	margin-left:-0.9375rem;
}
.logo_rare {
    text-align: center;
    margin-top: 30px;
}
}


@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	.wrap_btn_left_bar {
    margin: 60% 0 0 -10%;
	}
	.wrap_disclaimer {
    margin-left: -20%;
}
}


@media only screen and (max-width: 1500px) {
}



/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   .section_register h4{
	font-size: 18px;

}
}

@media only screen and (max-width: 641px) and (orientation: landscape) {
	.menu_top li {
    padding: 3px 0;
	}
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
	
	.box_team p {
    width: 100%;
}
   
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) {
   .logo {
    width: 15%;
}
#content {
    padding-top: 13%;
}
.menu_title {
 
    padding-top: 5%;

}
}


/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
