body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'montserratblack';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratextra_bold';
    src: url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserrathairline';
    src: url('fonts/montserrat-hairline-webfont.woff2') format('woff2'),
         url('fonts/montserrat-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
font-family: 'montserratregular', sans-serif;
	 width:100%; 
	 height:100%; 

	 background-color: rgba(255,255,255,1);
 
}
.websiteContainer{ 
	 display:block; 
	 position:absolute; 
	 top:0px;  
	 width:100%; 
	 height:100%; 
	}
 
 

.popStyle{
	display: none;
}

.popStyleShown{
	display: block;
}





@media (max-width: 800px) {

}


 
.landingPage{ 
	display:table; 
	position:relative; 
	width:100%; 
	height:100%; 
	text-align:center; 
	overflow:hidden; 
}

.cycle-slideshow{ 
	display:table; 
	position:relative; 
	width:100% !important; 
	height:100% !important; 
	text-align:center;  
	overflow: hidden;	
}
.cycle-slideshow .homeSlide{ 
	display:block; 
	position:absolute; 
	width:100% !important; 
	height:100% !important;  
	background-repeat:no-repeat; 
	background-position:center; 
	background-size:cover;
	overflow: hidden; 
}
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	 box-sizing: border-box; 
	 overflow: hidden; 
}
.cycle-pager { 
    text-align: center; 
    width: 100%; 
    z-index: 500; 
    position: absolute;  
    overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; 
    font-size: 50px; 
    width: 16px; 
    height: 16px; 
    display: inline-block; 
    color: #ddd; 
    cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { 
	color: #D69746;
}
.cycle-pager > * { 
	cursor: pointer;
}
.cycle-caption { 
	position: absolute; 
	color: white; 
	bottom: 15px; 
	right: 15px; 
	z-index: 700; 
}
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    z-index: 600;
    background: black; 
    color: white; 
    padding: 15px; 
    opacity: .5;
}
.cycle-prev, .cycle-next { 
	position: absolute; 
	top: 50%;
	margin-top: -20px; 
	width: 20px; 
	z-index: 800; 
	height: 40px; 
	cursor: pointer; 
}
.cycle-prev { 
	left: 60px;  
	background-image:url(../imgs/left.png); 
	background-repeat:no-repeat; 
	background-position:center left; 
}
.cycle-next { 
	right: 60px; 
	background-image:url(../imgs/right.png); 
	background-repeat:no-repeat; 
	background-position:center right; 
}
.cycle-prev:hover, .cycle-next:hover { 
	opacity: .7; 
	filter: alpha(opacity=70) 
}
.disabled { 
	opacity: .5; 
	filter:alpha(opacity=50); 
}
.cycle-paused:after {
    content: 'Paused'; 
    color: white; 
    background: black; 
    padding: 10px;
    z-index: 500; 
    position: absolute; 
    top: 10px; 
    right: 10px;
    border-radius: 10px;
    opacity: .5; 
    filter: alpha(opacity=50);
}
.cycle-slideshow-inline{
	display:block;
	position:absolute;
	width:100%;
	height:400px;
	text-align:left;  
	overflow: hidden;
}
.cycle-slideshow-inline .homeSlide{
	 display:block; 
	 position:absolute; 
	 width:100% !important; 
	 height:400px;  
	 background-repeat:no-repeat; 
	 background-position:center; 
	 background-size:cover;
	overflow: hidden;
}
.banner{ display:block; position:relative; width:100%; height:auto; }
.insideBanner{ display:block; position:relative; width:100%; height:auto; }
.slideInfoContainer{ display:block; position:absolute; width:100%; height:100%;  z-index: 100;}
.inlineSlideInfoContainer1{ display:table; position:absolute; width:100%; height:100%; table-layout:fixed;   }
.inlineSlideInfoContainer2{ display:table-cell; position:relative; width:100%;  height:100%; vertical-align:middle; text-align: center;}
 
.iconContainer{ display:block; position:absolute; width:50px; height:100%;  z-index: 800;}
.inlineiconContainer1{ display:table; position:absolute; width:50px; height:100%; table-layout:fixed;   }
.inlineiconContainer2{ display:table-cell; position:relative; width:50px;  height:100%; vertical-align:middle; text-align: left;}
.bIcon img{ width: 50px; }
.bIconSplit{
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bannerTitle{ color:#FFFFFF; font-size:34px; line-height:34px; letter-spacing: 4px;   font-family: 'montserratlight'; text-transform: uppercase;}
@media (max-width: 700px) {
	.bannerTitle{ font-size:17px; line-height:22px;}
	.bIcon img{ width: 36px; display: block; }
	.bIconSplit{
		display: block;
		position: relative;
		width: 36px;
		height: 1px;
		background-color: #FFFFFF;
		margin-top: 10px;
		margin-bottom: 10px;
	} 
}

.nobg{
	background-color: none !important;
	background: none !important;
}

._menu{
	display: block;
	position: absolute;
	width: 100%;
	margin-top:40px;
	z-index: 1002;
	text-align: center;
}
/*MainMenu*/
 

.mainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.mainMenu li {}

.mainMenu li a,.dropbtn {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: left;
 
    margin-left: 30px;
    margin-top: 4px;
    padding-bottom: 5px;
    text-decoration: none;
}
.dropbtn {
    text-transform: uppercase;
}
.btnDisabled a{
 cursor: crosshair !important;
}


.btnSelected{
	color: #FFFFFF !important;
}

.mainMenu li a:hover, .dropdown:hover .dropbtn {
    color: #FFFFFF; 
}

.dropbtn{
	padding-bottom: 26px !important;
}
.dropbtn:hover span{
	padding-bottom: 3px;
	 background-image:url(../imgs/under.jpg);  background-repeat: repeat-x; background-position:center bottom;
	 color:#a2d4cb;
}


.btnSelected span{
	padding-bottom: 3px;
 color:#a2d4cb;
 background-image:url(../imgs/under.jpg);  background-repeat: repeat-x; background-position:center bottom;
}


 

.mainMenu li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none; 
    position: absolute;
    background-color: #0f0f19;
    width: auto !important;
    min-width: 240px;
    z-index: 1;
    padding-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;

}

.dropdown-content a {
     color: #FFFFFF;
    padding-left: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0px !important;
    font-size: 11px !important;
    line-height: 11px !important;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left !important;
    text-transform: uppercase;
    background-image:url(../imgs/sm_arr.png);  background-repeat:no-repeat; background-position:right center;
    
   
}

.dropdown-content a:hover {  }

.dropdown:hover .dropdown-content {
    display: block;
}


.pinkLocation{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	text-align: center;
}
.pinkBar{
	display: inline-block;
	position: relative;
	width: 50px;
	height:1px;
	background-color: #751A6C;
}

.openMobile{ display: none;}
.closeMobile{ display: none; }

@media (min-width: 901px){
.mainMenu{ display:inline-block !important;  }	
}

@media (max-width: 900px) {
 
.openMobile{ display: block; position:fixed; width:40px; height:40px; background-color:#FFF; background-image:url(../imgs/mopen.png);  background-repeat:no-repeat; background-position:center;  right:15px; top:32px; cursor:pointer; z-index:9999;}
.closeMobile{ display: none; position:fixed; width:40px; height:40px; background-color:#FFF; background-image:url(../imgs/mclose.png);  background-repeat:no-repeat; background-position:center; right:5px; top:5px; cursor:pointer; z-index:9999;}

._menu{
	margin-top:0px !important;
}
 .mainMenu{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	right:0px;
	margin-top:0px;
	top:0px;
	    background-color: #0f0f19;
	 vertical-align: top;
	 padding-top: 80px;
	 padding-bottom: 20px;
	 border-bottom: #000000 5px solid;
 } 

 .mainMenu ul{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    padding: 20px;
 } 

 .mainMenu li{
 	display: block;
 
 }

 .dropbtn{
	padding-bottom: 2px !important;
}

 .mainMenu li a,.dropbtn {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    padding:0px;
    margin: 0px;
    width: 100%;
    text-decoration: none;
}


.mainMenu li.dropdown {
    display: block;
    padding-bottom: 1px;
    position: relative;
    width: 100% !important;

}

.dropdown-content {
    display: block;
    position: relative !important;
    background-color: none;
    width: 100% !important;
    z-index: 1000;
    padding-bottom: 20px;
}


.dropdown-content a {
     color: #FFFFFF;
    padding-left: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin: 0px !important;
    font-size: 11px !important;
    line-height: 11px !important;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left !important;
    text-transform: uppercase;
    background-image:url(../imgs/sm_arr.png);  background-repeat:no-repeat; background-position:right center;
    
   
}

.pinkLocation{
	display: none;
}



}












.websiteFull{ 
	display:block; 
	position: absolute; 
	top:0px; 
	width:100%; 
	height:100%;
	min-height: 100%;  
}

.noBorder{ border:none !important;}
.blackBg{ background-color:#000;}
.whiteColor{ color:#ffffff !important;}
.greyBg{ background-color:#e9eae9;}
.aboutImage{ margin-top:-250px; display:inline-block;}

.aboutPanel{  
               display:block; 
			   position:relative; 
			   width:100%; 
			   height:auto; 
			   text-align:left; 
			   }
			   
 
				



.pageTemplate1{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }

 .pageTemplate2{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }

.pageTemplate3{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }
 .pageTemplate4{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }
 .pageTemplate5{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }
 .pageTemplate6{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }
 .pageTemplate7{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
 }

.insidePadding{
	padding: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.hungIt{
	position: fixed;
	display: block;
	width: 100%;
	top:0px;
	left:0px;
	z-index: 100;
}
@media (max-width: 900px) {
.hungIt{
	position: relative;
}

}

.limiter{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

.limiter1100{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 1100px;
}

.limiter1000{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 1000px;
}

.limiter900{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 900px;
}


.limiter800{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 800px;
}

.limiter750{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	max-width: 780px;
}


.limiter700{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 700px;
}

.limiter650{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 650px;
}

.limiter600{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 600px;
}

.limiter400{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 500px;
}

.insidePaddingContact{
	padding: 60px;
	padding-top: 180px;
}

.insidePadding2{
 
	padding-bottom: 50px;
}

.plans{
	display: inline-table;
	position: relative;
	width: 200px;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
	cursor: pointer;
}


.plans .col1{
	display: table-cell;
	position: relative;
	width: 52px;
	height:auto;
	vertical-align: top;
}

.plans .col2{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
	line-height: 30px;
	font-size: 12px;
}
.sublinks{
	background-color: #f5f4fa;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 30px;
}

.plans img{
	 filter: gray;  
    -webkit-filter: grayscale(1);  
    filter: grayscale(1); 
    transition: all 0.1s ease-out; 
}
.plans:hover img{
	 filter: none;  
    -webkit-filter: grayscale(0);  
    filter: grayscale(0); 
}

.imgo img{
	 filter: none;  
    -webkit-filter: grayscale(0);  
    filter: grayscale(0); 
    transition: all 0.1s ease-out; 
}
.imgo:hover img{
	 filter: none;  
    -webkit-filter: grayscale(0);  
    filter: grayscale(0); 
}



.sublink{    display:inline-block; font-family: 'montserratlight'; color: #1c1c1b; font-size:11px;  min-width: 100px; line-height:30px; padding:0px; padding-left: 20px; padding-right: 20px; text-transform: uppercase;     }
.sublink a{    display:block; position:relative;  min-width: 100px; color: #1c1c1b; font-size:11px; line-height:16px;  padding:0px; margin:0px;  text-decoration:none; }
.sublink a:hover{ color:#000000;  font-family: 'montserratsemi_bold';}
.sublink p{ margin:0px; padding:0px;  }


.sublinkSelected{    display:inline-block; font-family: 'montserratsemi_bold'; color: #1c1c1b; font-size:11px; min-width: 100px;  line-height:30px; padding:0px; padding-left: 20px; padding-right: 20px;  text-transform: uppercase;     }
.sublinkSelected a{     display:block; position:relative;  min-width: 100px;  color: #1c1c1b; font-size:11px; line-height:16px;  padding:0px; margin:0px;  text-decoration:none;  min-width: 100px;}
.sublinkSelected a:hover{ color:#000000;  }
.sublinkSelected p{ margin:0px; padding:0px;  }

.conceptTable{
	display: inline-table;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
}


.conceptCol1{
	display: table-cell;
	position: relative;
	width: 240px;
	height:auto;
	vertical-align: top;
	text-align: left;
}

.cconceptCol2{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
	text-align: left;
}

.conceptGap{
	display: table-cell;
	position: relative;
	width: 20px;
	height:auto;
	vertical-align: top;
	line-height: 30px;
	font-size: 12px;
}

@media (max-width: 900px) {

.conceptTable{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
}


.conceptCol1, .conceptCol2{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
}
 
.conceptGap{
	display: block;
	position: relative;
	width: 100%;
	height:20px;
	vertical-align: top;
}

}



.table1{
	display: inline-table;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
}

.table1 .col1{
	display: table-cell;
	position: relative;
	width: 200px;
	height:auto;
	vertical-align: top;

 
}

.table1 .gap{
	display: table-cell;
	position: relative;
	width: 50px;
	height:auto;
}

@media (max-width: 700px) {

 
 










	 .insidePadding{
		padding: 20px;
 
	}

	.insidePaddingContact{
		padding: 20px;
		padding-top: 180px;
		padding-right: 20px;
}

	.insidePadding2{
	 
		padding-bottom: 20px;
	}

	.table1{
		display: block;
		table-layout: auto;
	}

	.table1 .col1{
		display: block;
		position: relative;
		width: 100%;
	}

	.table1 .gap{
		display: block;
		position: relative;
		width: 100%;
		height:20px;
	}

}

.table1 .col2{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
	}


.table2{
	display: inline-table;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
}

.table2 .col1{
	display: table-cell;
	position: relative;
	width: 70%;
	height:auto;
	vertical-align: top;
	
}

.table2 .gap{
	display: table-cell;
	position: relative;
	width: 30px;
	height:auto;
 
}

.table2 .col2{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
	}

@media (max-width: 700px) {


	 .insidePadding{
		padding: 20px;
	}

	.insidePaddingContact{
		padding: 20px;
		padding-top: 100px;
		padding-right: 20px;
}



	.table2{
		display: block;
		position: relative;
		width: 100%;
		table-layout: auto;
	}

	.table2 .col1{
		display: block;
		position: relative;
		width: 100%;
	}

	.table2 .gap{
		display: block;
		position: relative;
		width: 100%;
		height:10px;
	 
	}

	.table2 .col2{
		display: block;
		position: relative;
		width: 100%;
	}

}


.pageTitle{
	color: #751A6C;
	font-weight: 700;
	font-size: 27px;
	line-height: 25px;
	text-transform: uppercase;
}

.pageSubmenu{
	padding-top: 20px;
}


.pageMenus{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 7px;  }
.pageMenus a{ display:inline-block; position:relative; color:#4C4C4E; font-size:17px; text-decoration:none; line-height:22px; width:auto; height:auto; }
.pageMenus a:hover{   color:#751A6C; 	
	                  background-image:url(../imgs/under.jpg); 
	                  background-repeat:no-repeat; 
	                  background-position:left bottom;}


.pageMenusSelected{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 7px;  }
.pageMenusSelected a{ display:inline-block; position:relative;  font-size:17px; text-decoration:none; line-height:22px; width:auto; height:auto;
                      color:#751A6C; 	
	                  background-image:url(../imgs/under.jpg); 
	                  background-repeat:no-repeat; 
	                  background-position:left bottom; }
.pageMenusSelected a:hover{}




.pageMain{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 7px; text-transform: uppercase;  }
.pageMain a{ display:inline-block; position:relative; color:#4C4C4E; font-size:20px; text-decoration:none; line-height:22px; width:auto; height:auto; }
.pageMain a:hover{   color:#751A6C;}


.pageMainSelected{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 7px;  text-transform: uppercase;  }
.pageMainSelected a{ display:inline-block; position:relative;  font-size:25px; text-decoration:none; line-height:25px; width:auto; height:auto;
                      color:#751A6C; 	
	                  }
.pageMainSelected a:hover{}

.gap1{
	display: block;
	position: relative;
	width: 100%;
	height: 10px;
}

.gap2{
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
}

.Icony{
	cursor: pointer;
}

.noPointer{
	cursor: default !important;
}

.Icony .Titley2{
	color: #1c1c1b;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 5px;
	 	padding-left: 10px;
 	padding-right: 10px;
	 font-family: 'montserratlight';
	 transition: all 0.1s ease-out;
}

.Icony .Titley{
	color: #1c1c1b;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 5px;
	 	padding-left: 10px;
 	padding-right: 10px;
	text-transform: uppercase;
	 font-family: 'montserratlight';
	 transition: all 0.1s ease-out;
}
.Icony .Imagey{
	 display: block;
	 position: relative;
	 width: 100%;
	 text-align: center;
	 filter: gray;  
    -webkit-filter: grayscale(1);  
    filter: grayscale(1); 
    transition: all 0.1s ease-out; 
}
.Icony .Imagey img{
	 display: inline-block;
	 position: relative;
}


.Icony:hover .Imagey{
	 -webkit-filter: grayscale(0);
    filter: none;
 }

.Icony:hover .Titley, .Icony:hover .Titley2{
	color: #317e96;
}

.mobileIT{ display: none;}

.iconsTable{
	display: inline-block;
	position: relative;
	width:auto;
	height:auto;
	text-align: center;
	vertical-align: top;
}

.contactItem{
	display: inline-block;
	position: relative;
	width:auto;
	height:auto;
	text-align: center;
 	min-width: 250px;
	padding-bottom: 10px;
	vertical-align: top;
}

.iconItem{
	display: inline-block;
	position: relative;
	width:auto;
	height:auto;
	text-align: center;
 	min-width: 180px;
	padding-bottom: 10px;
	vertical-align: top;
}
.tagLine{
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background-color: #B2B2B1;
	z-index: 10;
	bottom:0px;
	left: 50%;
	margin-left: -12px;

}
.grayLine{
	display: block;
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #dadad9
}
.blueLine{
	display: block;
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 1px;
	z-index: 600;
	background-color: #317e96
}

.strip{
	color: #727385;
	font-size: 11px;
	padding-left: 30px;
	letter-spacing: 2px;
	line-height: 36px;
	text-transform: uppercase;
	 font-family: 'montserratregular';
}


.sloganTitle{
	color: #616060;
	font-size: 9px;
	letter-spacing: 5px;
	text-transform: uppercase;
	 font-family: 'montserratregular';
}
 
.gapLine{
	background-color:#c6c6c5;
	display: block;
	position: relative;
	width: 100%;
	height: 1px; 
}
.sectionTitle{
	color: #1c1c1b;
	font-family: 'montserratlight';
	font-size: 23px;
	line-height: 23px;
}

.sectionTitle span{
 font-family: 'montserratsemi_bold';

}

.homeTitle{
		font-size: 26px;
	line-height: 28px;
}


.sectionMax{
		font-size: 19px;
	line-height: 20px;
}

.sectionTitleBig{
	color: #1c1c1b;
	font-family: 'montserratlight';
	font-size: 31px;
	line-height: 31px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.sectionTitleBig span{
 font-family: 'montserratsemi_bold';

}


.uppercaseThis{
	text-transform: uppercase;
}


.galleryTitle{
	color: #6f6f6e;
	font-family: 'montserratlight';
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	border: #c6c6c5 1px solid;
	padding: 5px;
}


.sectionText{    font-family: 'montserratlight'; color: #000000; font-size:12px;  line-height:22px; padding:0px; margin:0px;     }
.sectionText a{    color: #000000; font-size:12px; line-height:22px;  padding:0px; margin:0px;  text-decoration:none;}
.sectionText a:hover{ color:#000000;  }
.sectionText p{ margin:0px; padding:0px;  }


.contactText{    font-family: 'montserratlight'; color: #000000; font-size:11px;  line-height:16px; padding:0px; margin-top:10px;     }
.contactText a{    color: #000000; font-size:11px; line-height:16px;  padding:0px; margin:0px;  text-decoration:none;}
.contactText a:hover{ color:#000000;  }
.contactText p{ margin:0px; padding:0px;  }


.iconTextContainer{
	display: block;
	position: relative;
	width: 100%;
	min-height: 80px;
	padding-top: 20px;
}

.iconText{    display:none; position: relative; width:100%; text-align:center; font-family: 'montserratlight'; color: #1c1c1b; font-size:12px;  line-height:22px; padding:0px; margin:0px;     }
.iconText a{    color: #1c1c1b; font-size:12px; line-height:22px;  padding:0px; margin:0px;  text-decoration:none;}
.iconText a:hover{ color:#1c1c1b;  }
.iconText p{ margin:0px; padding:0px;  }


.locateMap{
    color: #727385;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'montserratlight';
    margin: 0px !important;
    font-size: 11px !important;
    line-height: 15px !important;
    text-decoration: none;
    display: inline-block;
    width: auto;
    text-align: center !important;
    padding-right: 30px;
    text-transform: uppercase;
    background-image:url(../imgs/sm_down.png);  background-repeat:no-repeat; background-position:right 4px;  
}

.locateMap:hover{
    color: #0087B6;
    background-image:url(../imgs/sm_down_2.png);
}


 

.sloganText{    color: #626366; font-size:14px; font-weight:700; line-height:16px; padding:0px; margin:0px;     }
.sloganText a{    color: #626366; font-size:14px; font-weight:700; line-height:16px;  padding:0px; margin:0px;  text-decoration:none;}
.sloganText a:hover{ color:#000000;  }
.sloganText p{ margin:0px; padding:0px;  }

.borderIt{
	border: #751A6C 2px solid;
}
.padIt{
	padding: 2px;
}

@media (max-width: 900px) {
.mobileIT{ display: block;}
.iconTextContainer{
	display: none;
}
.iconItem{
 
	margin-bottom: 20px;
}

}


.thumbContainer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	margin-left: -5px;
}

.newsContainer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: top;
	margin-top: -10px;
	margin-left: 10px;
}

.padThumb{
	padding: 5px;
}


.padNews{
	padding: 10px;
}
.inlineThumb{
	display: inline-block;
	position: relative;
	width: 16.66666%;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.inlinePDF{
	display: inline-block;
	position: relative;
	width: 20%;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.inlineNews{
	display: inline-block;
	position: relative;
	width: 33.333%;
	height: auto;
	text-align: left;
	vertical-align: top;
}

@media (max-width: 900px) {
	.thumbContainer{
	  margin-left: 0px;
     }
     .newsContainer{
	  margin: 0px;
     }
	.inlineThumb{
		width: 20%;
	}

		.inlinePDF{
		width: 33.33%;
	}		

	.inlineNews{
	width: 50%;
    }

}

@media (max-width: 700px) {
	.inlineThumb{
		width: 25%;
	}
}

@media (max-width: 600px) {
	.inlineThumb{
		width: 33.33%;
	}


}

@media (max-width: 500px) {
	.inlineThumb{
		width: 50%;
	}
			.inlinePDF{
		width: 50%;
	}	
	.inlineNews{
	width: 100%;
    }
}


.contactPage{
	display: table;
	position: relative;
	width: 100%;
	height:100% !important;
	text-align: left;
	table-layout: fixed;
	vertical-align: middle;
}

 
.contactPage .col1{
	display: table-cell;
	position: relative;
	width: 350px;
	height:100%;
	vertical-align: middle;
}

.contactPage .col2{
	display: table-cell;
	position: relative;
	width: auto;
	height:100%;
	vertical-align: middle;
}


.contactForm{
	background-color: #FFFFFF;
	margin-top: 10px;
}

.contactPad{
	padding: 10px;
	background-color: #FFFFFF;
}



.Form{  width:100%; vertical-align:top; margin-bottom:10px; display:inline-table; background-color: rgba(199,172,152,0.2);   }
.Form .fld{    display:block; width:100%; height:auto; line-height:20px; text-align:left; 
  background:none; border:none;  color:#000000; font-size: 13px; text-transform: uppercase;
  } 
 .Form .area{    display:block; width:100%; height:100px; line-height:20px; text-align:left; 
  background:none; border:none;  color:#000000; font-size: 13px; text-transform: uppercase;
  } 




.sendButton{ display: block; position: relative;   width:100%; height:auto; text-align:center; text-transform:uppercase;  
text-decoration:none; line-height:30px;  border: none; 
 color:#FFFFFF;   background-color:#751A6C;   
 }
.sendButton:hover{ color:#751A6C;  background-color: rgba(199,172,152,0.6);  }


#map{
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
}

@media (max-width: 600px) {

.contactPage{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	text-align: left;
	table-layout: auto;
	vertical-align: top;
}

 
.contactPage .col1{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
}

.contactPage .col2{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
}


#map{
	display: block;
	position: relative;
	width: 100%;
	height:400px;
	top:0px;
}



}









.newsTable{
	display: inline-table;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
	padding-top: 10px;
}

.newsTable .col1{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
	
}

.newsTable .gap{
	display: table-cell;
	position: relative;
	width: 20px;
	height:auto;
 
}

.newsTable .col2{
	display: table-cell;
	position: relative;
	width: 36px;
	height:auto;
	vertical-align: bottom;
	}

 



.videoIcon{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-top: 3px;  }
.videoIcon a{ 
	display:inline-block; 
	position:relative;
	width:30px; 
	height:30px; 
    background-image:url(../imgs/video.png); 
	background-repeat:no-repeat; 
	background-position:center center;}
.videoIcon a:hover{}


.imagesIcon{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-top: 3px;  }
.imagesIcon a{ 
	display:inline-block; 
	position:relative;
	width:30px; 
	height:30px; 
    background-image:url(../imgs/jpeg.png); 
	background-repeat:no-repeat; 
	background-position:center center;}
.imagesIcon a:hover{}

.pdfIcon{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-top: 3px;  }
.pdfIcon a{ 
	display:inline-block; 
	position:relative;
	width:30px; 
	height:30px; 
    background-image:url(../imgs/pdf.png); 
	background-repeat:no-repeat; 
	background-position:center center;}
.pdfIcon a:hover{}

.pdfTitle{ display:block; position:relative; width:100%; height:auto; vertical-align:top;   }
.pdfTitle a{ 
	display:inline-block; 
	position:relative;
	width:auto; 
	height:30px; 
		padding-left: 36px;
		color: #626366; font-size:12px; font-weight:700; line-height:30px;  
    background-image:url(../imgs/pdf.png); 
	background-repeat:no-repeat; 
	background-position:left center;}
.pdfTitle a:hover{}


.back{ display:block; position: absolute; width:15px; height:28px; margin-left: -30px;    }
.back a{ 
	display:inline-block; 
	position:relative;
	width:15px; 
	height:28px; 
    background-image:url(../imgs/back.png); 
	background-repeat:no-repeat; 
	background-position:center center;}
.back a:hover{}




.eventTable{
	display: inline-table;
	position: relative;
	width: 100%;
	height:auto;
	vertical-align: top;
	text-align: left;
	table-layout: fixed;
}
.eventTable .col1{
	display: table-cell;
	position: relative;
	width: 100px;
	height:auto;
	vertical-align: top;
	}

.eventTable .col2{
	display: table-cell;
	position: relative;
	width: auto;
	height:auto;
	vertical-align: top;
}
.eventTable .gap{
	display: table-cell;
	position: relative;
	width: 20px;
	height:auto;
 
}
 
.dash{
	display:block; 
	position:relative;
	width:100%; 
	height:2px; 
    background-image:url(../imgs/dash.png); 
	background-repeat:no-repeat; 
	background-position:left center;}
 

 
.vline{
	display:block; 
	position:relative;
	width:100%; 
	height:auto; 
    background-image:url(../imgs/vline.png); 
	background-repeat: repeat-y;
	background-position:left center;
	padding-top: 12px;
	padding-bottom: 12px;
}


.eventMenu{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 3px;  }
.eventMenu a{ display:inline-block; position:relative; color:#4C4C4E; text-indent: 20px; font-size:16px; text-decoration:none; line-height:19px; width:auto; height:auto; }
.eventMenu a:hover{   color:#751A6C; 	
	                  background-image:url(../imgs/dot.png); 
	                  background-repeat:no-repeat; 
	                  background-position:left center;}


.eventMenuSelected{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 3px;  }
.eventMenuSelected a{ display:inline-block; position:relative;  text-indent: 20px; font-size:16px; text-decoration:none; line-height:19px; width:auto; height:auto;
                      color:#751A6C; 	
	                  background-image:url(../imgs/dot.png); 
	                  background-repeat:no-repeat; 
	                  background-position:left center; }
.eventMenuSelected a:hover{}



.comment{
	display: block;
	position: fixed;
	z-index: 1000;
	bottom:2px;
	right:320px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 220px;
	height: auto;
	background-color: rgba(76,76,76,0.9);
 
}


.comment span{
	display: block;
	position: relative;
	z-index: 1000;
    background-image:url(../imgs/up.png); 
	background-repeat:no-repeat; 
	background-position:right center;
  
	color:#FFFFFF;  font-size:11px; text-decoration:none; line-height:18px;
	font-weight:500;
	text-transform: uppercase;	
	cursor: pointer;
}


.commentBox{
	display: none;
	position: fixed;
	z-index: 1001;
	bottom:2px;
	right:320px;
	width: 220px;
	height: auto;
 
}


 
.comment2{
	display: block;
	position: relative;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: auto;
	background-color: rgba(76,76,76,0.9);
 
}


.comment2 span{
	display: block;
	position: relative;
	z-index: 1000;
    background-image:url(../imgs/close.png); 
	background-repeat:no-repeat; 
	background-position:right center;
	 
	color:#FFFFFF;  font-size:11px; text-decoration:none; line-height:18px;
	font-weight:500;
	text-transform: uppercase;	
	cursor: pointer;
}

@media (max-width: 600px) {
.comment ,.commentBox{
	display: none;
}



.inlineSlideInfoContainer{   vertical-align:middle;}
}
























.langBar{
	display: block;
	position: absolute;
	width:auto;
	right: 10px;
	top:0px;
	z-index: 1000;
	vertical-align: top;
}
.langButton{
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 4px;
}
.langButton a{
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
/*    background-color: #FFFFFF;*/
    padding-left: 4px;
    padding-right: 4px;
}
.langButton  a:hover {
    color: #FFFFFF;
    background-color: #0f0f19;
}
.purple{
}
.purple a{
    color: #FFFFFF !important;
    background-color: #0f0f19 !important;

}
.purple  a:hover {
    color: #FFFFFF !important;
    background-color: #0f0f19 !important;
}






 

.header{
	display: block;
	position: absolute;
	width: 100%;
	height: 85px;
	z-index: 1000;
	background-color: #252630;
	top:0px;
}

.headerInside{
	display: block;
	position: relative;
	width: 100%;
	height: 85px;
	z-index: 1000;
}



.logo{ 
	display:block; 
	position:absolute; 
	width:85px; 
	height:85px;  
	z-index:9000;  
	text-align:left; 
	left:0px; top:0px;
	background-color: #FFFFFF;
}
.logo a{  
	display:inline-block; 
	position:relative; 
	width:85px; 
	height:85px;  
	background-image:url(../imgs/logo.png); 
	background-repeat:no-repeat; 
	background-position:center center; 
	background-size: 80% auto;
}
.logo a:hover{}


@media (max-width: 800px) {

.logo{ 
	display:block; 
	position:absolute; 
	width:65px; 
	height:65px;  
	z-index:9000;  
	text-align:left; 
	left:0px; top:0px;
	background-color: #FFFFFF;
}
.logo a{  
	display:inline-block; 
	position:relative; 
	width:65px; 
	height:65px;  
	background-image:url(../imgs/logo.png); 
	background-repeat:no-repeat; 
	background-position:center center; 
	background-size: 80% auto;
}
.logo a:hover{}
}


.footer{
	display: block;
	position: relative;
	width:100%;
	height: auto;
	z-index: 1000;
	background-color: #161723;	
	text-align: center;

}

.doha_logo_footer{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 40px;

}

.doha_logo_footer img{
	display: inline-block;
	position: relative;
}

.socialContainer{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: top;
	z-index: 12;
	padding-top: 20px;
		padding-bottom: 40px;
}

.social1{ 
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;
	margin-left: 15px; margin-right: 15px;
}
.social1 a{  
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;
	background-image:url(../imgs/facebook.png); 
	background-repeat:no-repeat; 
	background-position:center;
}
.social1 a:hover{
}
.social2{ 
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;
	margin-left: 15px; margin-right: 15px;
}
.social2 a{  
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;
	background-image:url(../imgs/instagram.png); 
	background-repeat:no-repeat; 
	background-position:center;
}
.social2 a:hover{
}
.social3{ 
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;
	margin-left: 15px; margin-right: 15px;
}
.social3 a{  
	display:inline-block; 
	position:relative; 
	width:44px; 
	height:44px;  
	background-image:url(../imgs/youtube.png); 
	background-repeat:no-repeat; 
	background-position:center;
}
.social3 a:hover{
}
 
.copyright{
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	background-color: #1c1c1b;
	padding-bottom: 20px;
	padding-top: 20px;
}

.copyrightText{
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 500px;
	color:#727385;
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 14px;
	font-size: 9px;
}

.copyrightText a{
	color:#FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

.copyrightText a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

.scrollTopContainer{
	display:none; 
	position:fixed; 
	width:100%; 
	height:20px;
	text-align: center;
	z-index: 1000;
	bottom:0px;
	 

}
.scrollTop{ 
	display:inline-block; 
	position:relative; 
	width:58px; 
	height:20px;
}
.scrollTop a{  
	display:inline-block; 
	position:relative; 
	width:58px; 
	height:20px;
	background-image:url(../imgs/scroll.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}
.scrollTop a:hover{
}




#map{
	display: block;
	position: relative;
	width: 100%; 
	height: 600px;
}

@media (max-width: 800px) {
#map{
	height: 400px;
}
	}





::-webkit-input-placeholder { /* Chrome */
 color:#1c1c1b;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#1c1c1b;
}
::-moz-placeholder { /* Firefox 19+ */
 color:#1c1c1b;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:#1c1c1b;
  opacity: 1;
}


.blackBG{
	background-color: #1c1c1b;

}

.careerFORMItem{  width:100%; vertical-align:top; margin-bottom:15px; margin-top: 15px; display:inline-table;  font-family: 'montserratlight'; text-align:left;  line-height:34px;    font-size:11px; }
.careerFORMItem .fld{    display:block; width:100%; height:30px;    line-height:34px;     font-size:11px; text-align:left; 
  background:none; border:none;  color:#000000;  border-bottom:#B4B4B3 1px solid; padding: 5px; } 
.careerFORMItem .area{  display:block; width:100%; height:120px;   font-family: 'montserratlight';   line-height:34px !important;    font-size:11px !important; text-align:left; 
  background:none; border:none;  resize:none; color:#000000 !important;    padding: 5px;   border:#B4B4B3 1px solid; } 
 .careerFORMItem .labelIt{  
 	display:block; 
 	width:100%;   
 	font-family: 'montserratlight';
 	line-height:22px !important;    
 	font-size:11px !important; 
 	text-align:left; 
    color:#000000 !important;      } 
 


 .button{
	display: inline-block;
	position: relative;
 }

 .button a{
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 27px;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-family: 'montserratlight';
	background-color: #1c1c1b;
}


.button a:hover{
	text-decoration: none;
	background-color: #0087b6;
 

}



.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
            background-image:url(../imgs/videoframe.jpg); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}


@media (max-width: 600px) {
	.fullscreen-bg__video {
		display: none;
	}
}


@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

.gradient{
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top:0px;
	table-layout: fixed;
}

.gradientCol{
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.scrollDownContainer{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 20;
	bottom:10px;
	text-align: center;
}

.scrollDown{
	display: inline-table;
	width: auto;
	height:auto;
	cursor: pointer;
}


.scrollDown .Col1{
	display: table-cell;
	width: auto;
	height:auto;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 40px;
	font-family: 'montserratlight';
}

.scrollDown .Col2{
	display: table-cell;
	width: auto;
	height:auto;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 40px;
	font-family: 'montserratlight';
}

.homePreview{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.homeImage{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.rolloverContainer{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.rolloverContainer:hover .rollover{
	 display: block;
}

.rollover{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.rollTable{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.rollCol{
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: left;
}

.padThis{
	padding:20px;
	display: inline-block;
}

._t1{
	display: block;
	color: #FFFFFF;
	line-height: 23px;
	font-size: 17px;
	font-family: 'montserratlight';
}

._t2{
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 12px;
	font-family: 'montserratlight';
}


.hb1{
	background-color: rgba(161,212,202,0.9);
}

.hb2{
	background-color: rgba(61,144,167,0.9);
}


.hb3{
	background-color: rgba(49,126,150,0.9);
}


.hb4{
	background-color: rgba(63,93,119,0.9);
}


.hb5{
	background-color: rgba(43,60,92,0.9);
}


.hide{
	display: none;
}

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}


.sub2{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 2px;  }
.sub2 a{ display:block; 
	     position:relative; 
	     color:#1c1c1b; 
	     font-size:11px; 
	     font-family: 'montserratlight';
	     text-decoration:none; 
	     line-height:30px; width:auto; height:auto;
	     background-image:url(../imgs/am.png);
	     background-repeat:no-repeat;
	     background-position:right center; 
	     padding-left: 10px;
	     padding-right: 10px;
	     text-align: left;
	 }
.sub2 a:hover{   
	color:#1c1c1b;
	background-color: rgba(61,144,167,0.5) }

.sub2Selected{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 2px;  }
.sub2Selected a{ display:block; 
	     position:relative; 
	     color:#1c1c1b; 
	     font-size:11px; 
	     font-family: 'montserratlight';
	     text-decoration:none; 
	     line-height:30px; width:auto; height:auto;
	     background-image:url(../imgs/am.png);
	     background-repeat:no-repeat;
	     background-position:right center; 
	     padding-left: 10px;
	     padding-right: 10px;
	     text-align: left;
	     background-color: rgba(61,144,167,0.5);
	 }
.sub2Selected a:hover{   
	color:#1c1c1b;
	background-color: rgba(61,144,167,0.5);}

.whatSub2{
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
padding-top: 30px;
}

.whatSub3{
	display: none;
	position: relative;
	width: 100%;
	height: auto;

	margin-left: -20px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.23);
padding-top: 30px;
}

@media (max-width: 600px) {
	.whatSub3{
		margin: 0px;
	}
}


 
.sub44{ display:block; 
	     position:relative; 
	     color:#1c1c1b; 
	     font-size:11px; 
	     font-family: 'montserratlight';
	     text-decoration:none; 
	     line-height:30px; width:auto; height:auto;
	  	     padding-left: 10px;
	     padding-right: 10px;
	     text-align: left;
	     margin-bottom: 2px;
	     cursor: pointer;
	 }
.sub44:hover{   
	color:#1c1c1b;
	background-color: rgba(61,144,167,0.5) }


.sub3{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 2px;  }
.sub3 a{ display:block; 
	     position:relative; 
	     color:#1c1c1b; 
	     font-size:11px; 
	     font-family: 'montserratlight';
	     text-decoration:none; 
	     line-height:30px; width:auto; height:auto;
	  	     padding-left: 10px;
	     padding-right: 10px;
	     text-align: left;
	 }
.sub3 a:hover{   
	color:#1c1c1b;
	background-color: rgba(61,144,167,0.5) }

.sub3Selected{ display:block; position:relative; width:100%; height:auto; vertical-align:top; padding-bottom: 2px;  }
.sub3Selected a{ display:block; 
	     position:relative; 
	     color:#1c1c1b; 
	     font-size:11px; 
	     font-family: 'montserratlight';
	     text-decoration:none; 
	     line-height:30px; width:auto; height:auto;
	     padding-left: 10px;
	     padding-right: 10px;
	     text-align: left;
	     background-color: rgba(61,144,167,0.5);
	 }
.sub3Selected a:hover{   
	color:#1c1c1b;
	background-color: rgba(61,144,167,0.5);}