/* Import fonts */
/*@import url(http://fonts.googleapis.com/css?family=byekan:400,100,300,500,700,900);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/

/* ======================================================================================
    GENERAL STYLE
========================================================================================*/
body {
    font-family: 'byekan', sans-serif;
	/*font-family: 'byekan', sans-serif;*/
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
}

.container { position: relative; z-index: 1;}
img { border: 0; }
h1, h2, h3, h4, h5 { font-family: 'byekan', sans-serif; text-transform: uppercase; margin: 0; padding: 0; }
h2 { font-size: 2em; margin-bottom: 2px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.34) }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; text-transform: none; }
ul { list-style-type: none; }
p { margin: 20px 0; font-size: 110%; font-weight: 100;direction:rtl;}
.section-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.our_color { color: #f5503b; }
.inner-title { font-family: 'byekan', sans-serif; font-size: 1.5em; font-weight: 300; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.34) }
#separate { margin-top: 70px;}

div.title { margin: 0 auto; position: relative; display: inline-block; }

section { /*padding-top: 98px;*/ }
.noPaddingTop { padding-top:0 !important; }
@font-face {
	font-family: 'byekan';
	src: url('/Contents/fonts/web_Yekan.ttf') format('truetype'), url('/Contents/fonts/web_Yekan.eot?#') format('eot'), url('/Contents/fonts/web_Yekan.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*link*/
a { outline: none; color: #f5503b; }
a:hover { text-decoration: none; color: #f5503b }

/*form*/
input, textarea, submit, button { outline: none; }

/*============== SHORTCODE ======================*/
/*button*/
.button-color { 
	background-color: #f5503b;
	border: 1px solid white;
	padding: 7px 30px;
	line-height: 17px;
	margin: 10px 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.875em
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.button-color:hover { background: #f83b2c; }
.button-none {
	background: transparent; 
	border: 1px solid white;
	padding: 7px 30px;
	margin: 0 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.875em
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
	font-weight: 200;
}
.button-none:hover {
	background-color: #fff;
	color: #332d26;
}

/*medium button*/
.medium-btn { background: #332d26; padding: 10px 50px; -webkit-transition: 0.5s; transition: 0.5s; }
.medium-btn:hover { background: #f5503b; }

blockquote { border: none; font-style: italic; font-size: 1.2em; padding: 0 40px; }

/*===================== Responsive shortcode ===========================*/
/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.button-color { width: 100%; margin: 5px 0; }
	.button-none  { width: 100%; margin: 5px 0; }
}


/* ======================================================================================
	NAVIGATION STYLE 
========================================================================================*/
.navbar {
	background: none;
	filter: none;
	border: none;
	box-shadow: none;
	background-color: rgb(37,194,184);
	height: 60px;
	color: none;
}
.navbar .navbar-header { height: 60px; padding: 10px 0px; }
.navbar ul li {
	height: 60px;
	padding: 0px 0px;
	margin: 0;
	color: #FFF;
}

.navbar-default .navbar-nav > li > a { 
	height: 60px; 
	color: rgb(201,255,246); 
	text-transform: uppercase; 
	font-size: 14px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
	outline: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: rgb(184,9,27); border-bottom: 2px solid rgb(184,9,27);}

.navbar-default .navbar-nav > li.currentClass a { color: rgb(184,9,27); border-bottom: 2px solid rgb(184,9,27); }


/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navbar-collapse {
		margin: 0px;
		background: rgb(30,158,150);
		padding: 5px 30px;
		border: none;
	}
	.navbar ul li { padding: 5px; height: 40px;}
	.navbar-default .navbar-nav > li > a { height: 40px; }
	.navbar-default .navbar-nav > li > a:hover { border: none; background: rgb(61,191,135); }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}




