/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */




/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 13px "myriad_prolight", "Droid Arabic Kufi" ,"Droid Arabic Kufi", Helvetica, Arial, sans-serif;
		color: #302F2C;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-family: "myriad_prolight", "Droid Arabic Kufi", Helvetica, Arial, sans-serif;
		font-weight: regular;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit;}
	h1 { font-size: 46px; line-height: 46px; margin-bottom: 40px;}
	h2 { font-size: 32px; line-height: 30px; margin-bottom: 40px; }
	h3 { font-size: 28px; line-height: 26px; margin-bottom: 40px;}
	h4 { font-size: 30px; line-height: 20px; margin-bottom: 30px; }
	h5 { font-size: 24px; line-height: 24px; margin-bottom:30px;}
	h6 { font-size: 16px; line-height: 16px; }
	
	span,div,a,p,li,em,strong{font-family: "myriad_prolight", "Droid Arabic Kufi", Helvetica, Arial, sans-serif!important;}
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

/* #Buttons
================================================== */

	.button,a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  background: #D91C5C; /* Old browsers */
	  border: 1px solid transparent;
	  color: #ffffff;
	  display: inline-block;
	  text-decoration: none;
	  cursor: pointer;
	  margin: 0px;
	  height:36px;
	  padding:0px 7px;
   	  font-family: "Droid Arabic Kufi","Droid Arabic Naskh","Alef","Roboto","alchemist_oe_regularregular","myriad_prolight"!important;
	  font-size:16px;
	  line-height:36px;
	  text-transform:uppercase;
	  -webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		min-width:140px;
	  }

	a:hover .button,.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background: transparent; /* Old browsers */
		color:#302F2C;
		border:1px solid #302F2C;
}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background: #302F2C; /* Old browsers */
 }
 
 	.button.button_reg,
	button.button_reg,
	input[type="submit"].button_reg,
	input[type="reset"].button_reg,
	input[type="button"].button_reg {
		background: #EFEBE4;
		color:#838280;
		border:1px solid #838280;
		}
		
 	.button.button_reg:hover,
	button.button_reg:hover,
	input[type="submit"].button_reg:hover,
	input[type="reset"].button_reg:hover,
	input[type="button"].button_reg:hover {
		background: #EFEBE4; /* Old browsers */
		color:#D91C5C;
		border:1px solid #D91C5C;
		}
 	.button.button_reg:hover .icon{border-right:1px solid #871628;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		box-sizing: border-box;
		}
		
	.button.width60,
	button.width60{
		width: calc((100% / 4) - 15px);
		box-sizing: border-box;
		margin-right:20px;
		text-align:center;    
		box-sizing: border-box;
		margin-right: 20px;
		}
	.button.width60:last-child,
	button.width60:last-child{
		margin-right:0px;
		}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	.button span{display:inline-block; width:auto!important;}
	
	.button-lg{padding:5px 10px;}
	
	
	
	
	
	
	::-webkit-input-placeholder {
	   color: #838280;
	}
	
	:-moz-placeholder { /* Firefox 18- */
	   color: #838280;  
	}
	
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #838280;  
	}
	
	:-ms-input-placeholder {  
	   color: #838280;  
	}
	
	:focus::-webkit-input-placeholder {
	   color: #D91C5C;
	}
	
	:focus:-moz-placeholder { /* Firefox 18- */
	   color: #D91C5C;  
	}
	
	:focus::-moz-placeholder {  /* Firefox 19+ */
	   color: #D91C5C;  
	}
	
	:focus:-ms-input-placeholder {  
	   color: #D91C5C;  
	}


/* #Forms
================================================== */

	form {
		}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border:0px;
		padding: 5px;
		outline: none;
		color: #888;
		margin: 0;
		max-width: 100%;
		display: inline-block;
		background:#41515B;
		font-family: "myriad_prolight", "Droid Arabic Kufi", Helvetica, Arial, sans-serif; font-size:16px;
		-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
		line-height:36px;
		height:36px;
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
 		color: #D91C5C;
		}
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
	}
	select {
		width: 220px; }
	
		
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #302F2C; }
		
		
	input[type=checkbox] {
	width: 15px;
	height: 15px;
	opacity: 1;
	float:right;
	position:relative;
	border:0px;
	margin:3px;
	padding:0px;
	display:none;
	}
	input[type=checkbox]+label::before {
	display: inline-block;
	right: 0;
	content: '';
	width: 17px;
	height: 16px;
	text-align: center;
	padding-right:0px;
	margin: 0px 0px 0px 6px;
	border:1px solid rgba(239,235,228,1);
	position:relative;
	font-size:14px;
	line-height:18px;
	content:'';
	vertical-align:middle;
		border-radius:3px;
	}
	input[type=checkbox]:checked + label::before {
	content:"\f00c";
	font-family: 'FontAwesome';
	}
	
	
	
	
	.footer_down input[type="text"]{
		background-color:transparent;
		display:block;
		border:1px solid #EFEBE4;
		color:#EFEBE4;
		border-radius:3px;
		width:100%;
		margin-bottom:10px;
		
		}
	.footer_down input[type="text"]:focus{ border:1px solid #D91C5C;}
		
	.footer_down ::-webkit-input-placeholder {
	   color: #EFEBE4;
	}
	
	.footer_down :-moz-placeholder { /* Firefox 18- */
	   color: #EFEBE4; 
	}
	
	.footer_down ::-moz-placeholder {  /* Firefox 19+ */
	   color: #EFEBE4;  
	}
	
	.footer_down :-ms-input-placeholder {  
	   color: #EFEBE4;  
	}
	
	.footer_down :focus::-webkit-input-placeholder {
	   color: #D91C5C;
	}
	
	.footer_down :focus:-moz-placeholder { /* Firefox 18- */
	   color: #D91C5C;  
	}
	
	.footer_down :focus::-moz-placeholder {  /* Firefox 19+ */
	   color: #D91C5C;  
	}
	
	.footer_down :focus:-ms-input-placeholder {  
	   color: #D91C5C;  
	}

		
	
	
/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	margin-top:10px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	padding: 10px 10px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 1px solid #fbc4c4;
	padding: 10px 10px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	padding: 10px 10px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 1px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}

.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
	padding: 0px 14px;
	position: absolute;
	left: 20;
	top: 20px;
	display: block;
	height: 8px;
	weight: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}



/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


	@media only screen and (max-width: 1160px) {
	body{font-size:12px;}
	h1 { font-size: 40px; line-height: 46px; margin-bottom: 20px;}
	h2 { font-size: 26px; line-height: 40px; margin-bottom: 20px; }
	h3 { font-size: 22px; line-height: 26px; margin-bottom: 20px;}
	h4 { font-size: 24px; line-height: 20px; margin-bottom: 15px; }
	h5 { font-size: 20px; line-height: 24px; margin-bottom:15px;}
	h6 { font-size: 16px; line-height: 16px; }
	
	.button,a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"],.footer_down input[type="text"]{
	  height:24px;
	  font-size:12px;
	  line-height:24px;
	  min-width:100px;
	  }
	
	
		}
		
	@media only screen and (min-width: 960px) and (max-width: 1160px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body{font-size:11px;}
	h1 { font-size: 36px; line-height: 46px; margin-bottom: 20px;}
	h2 { font-size: 21px; line-height: 40px; margin-bottom: 20px; }
	h3 { font-size: 19px; line-height: 26px; margin-bottom: 20px;}
	h4 { font-size: 20px; line-height: 20px; margin-bottom: 15px; }
	h5 { font-size: 17px; line-height: 24px; margin-bottom:15px;}
	h6 { font-size: 16px; line-height: 16px; }
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	h1 { font-size: 35px; line-height: 46px; margin-bottom: 20px;}
	h2 { font-size: 26px; line-height: 40px; margin-bottom: 20px; }
	h3 { font-size: 22px; line-height: 26px; margin-bottom: 20px;}
	h4 { font-size: 24px; line-height: 20px; margin-bottom: 15px; }
	h5 { font-size: 20px; line-height: 24px; margin-bottom:15px;}
	h6 { font-size: 16px; line-height: 16px; }

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		

		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		

		
		}