

/* ----------------------------------------------------
	 GENERAL STYLES
------------------------------------------------------- */


html {
	border: 20px solid #eceeef;
}

body {
	background-color: #fff;
}

p {
	font-size: 1.1em;
    font-family: 'Oxygen', sans-serif;	
	color: #333;
	line-height: 1.7em;		
}

a { 
    color: #f64747;
	text-decoration: none; 
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

a:hover {
	text-decoration: none;
	color: #f75f5f;
}

.title h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 27px;
}

.hr {
	border-bottom: 2px solid #f64747;
	display: block;
	width: 30px;
	margin: auto;
	margin-bottom: 40px;
}

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

.padding-bottom {
	padding-bottom: 17px;
}

.btn {
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 15px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif;       
	font-weight: 400;
	letter-spacing: 0.2em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom:10px;
	margin-top:10px;
}

.orange-btn {
	color: black;
	background-color: transparent;
    border: 2px solid #f64747;
}

.orange-btn:hover {
	color: #333;
	background-color: transparent;
	border-color: black;	
}

.action-btn {
	color: black;
	background-color: transparent;
    border: 2px solid black;
}

.action-btn:hover {
	color: #333;
	background-color: transparent;
	border-color: #404040;	
}

img {
	max-width: 100%;	
	height: auto;
}

.brand {
	display: none;
}

.navbar-default .navbar-brand {
        margin: 0;
        padding: 10px 12px 14px;
        text-align: center;
		font-family: 'Ubuntu', sans-serif;       
		font-size: 1.7em;
        font-weight: 400;
        line-height: normal;
        color: #889a9b;
		text-transform: lowercase;
		margin-top: 38px;
}

/* ----------------------------------------------------
	 Navigation
------------------------------------------------------- */


.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-toggle {
    margin-top: 38px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2A2A2A;
}

@media screen and (min-width:768px) {

.brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 14px;
        text-align: center;
		font-family: 'Roboto Light', sans-serif;       
		font-size: 3.5em;
        font-weight: 400;
        line-height: normal;
        color: #9E9E9E;
		text-transform: lowercase;
}

.turuncu{
	color: #F57C00;
}

.yesil{
	color: #558B2F;
}

.gri{
	color: #9E9E9E;
}

.navbar {
        border-radius: 0; 
		min-height: 0;
}

.navbar-header {
        display: none;
}

.navbar-default {
        border: none;
        background: #fff;
		margin-top: 16px;
}
	
.navbar-default .navbar-nav>li>a {
	    color: #2A2A2A;
	    font-family: 'Oxygen', sans-serif;
	    font-size: 1em;
	  	letter-spacing: 0.2em;
}

.navbar-default .navbar-nav>li>a:hover {
	   color: gray;
}

.nav>li>a {
        padding: 20px;
}

.navbar-nav>li>a {
        line-height: normal;
}

.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
}

}


/* ----------------------------------------------------
	INTRO WITH 3 IMAGES AND BIOGRAPHY
------------------------------------------------------- */

.bg-color-intro {
	background-color: #e3edee;
	padding: 25px 0px 10px 0px;
	margin-top: 36px;
	margin-bottom: 20px;
}


.space {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}


h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 42px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.media {
  position: relative;
}


.media-body {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: white;
  font-size: 1.3em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media-body:hover { opacity: 1; }

.media-body:after,
.media-body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}


.media-body:hover:after,
.media-body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


.media-body h2 {  
  color: white; 
  font-family: 'Ubuntu', sans-serif;
  margin-top: 90px;
}



/* ----------------------------------------------------
	 SERVICES STYLES
------------------------------------------------------- */

.bg-color-services {
	background-color: #e3edee;
	padding: 25px 0px 10px 0px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.top-services{
	margin-top: 60px;
	margin-bottom: 80px;
}

.services1 {
	margin-bottom: 32px;
	background-color: white;
    background-image:url(/web/20240302054555im_/http://www.quranradio.fm/images/pattern1.png);
	background-position: left top;
	background-repeat: repeat;
}

.services1-default {
	padding: 15px 15px;
	border: 2px solid #E9E9E9;
	border-radius: 0;
}

.services1-body h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.6em;
	margin-top: 25px;
	text-transform: uppercase;
}

.services1-body p {
	font-size: 1em;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #333;
	margin-top: 8px;
	margin-bottom: 23px;
	text-align: center;
	line-height: 1.6em;
}


/* ----------------------------------------------------
	 GALLERY STYLES
------------------------------------------------------- */

.bg-color-gallery {
	background-color: #e3edee;
	padding: 25px 0px 10px 0px;
	margin-top: 31px;
	margin-bottom: 80px;
}

.gallery-page-wrap {
    position: relative;
}

.gallery-page-wrap img {
    width: 100%;
}

.gallery-page-wrap .gallery-page-inner {
   top: 0;
   background: transparent;
   width: 100%;
   border-radius: 0;
   margin-bottom: 0;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin: 0 0;
   font-family: 'Oxygen', sans-serif;
   margin-bottom: 25px;
   font-size: 1.2em;
}


.gallery-page-wrap .gallery-page-inner a {
   color: #fff;
   font-size: 1em;
}

.gallery-page-wrap .gallery-page-inner a:hover {
	text-decoration: underline;
}

.gallery-page-wrap .gallery-page-inner p {
   color: #fff;
}

.gallery-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: #f64747;
   color: #fff;
   vertical-align: middle;
   -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;  
   padding: 30px;
}

.gallery-page-wrap .overlay .preview {
   bottom: 0;
   display: inline-block;
   height: 35px;
   line-height: 35px;
   border-radius: 0;
   background: transparent;
   text-align: center;
   color: #fff;
}

.gallery-page-wrap:hover .overlay {
   opacity: 1;
}

.img-gallery {
   margin-bottom: 32px;
}


/* ----------------------------------------------------
	 PRICING TABLES STYLES
------------------------------------------------------- */

.bg-color-pricing {
	background-color: #e3edee;
	padding: 25px 0px 10px 0px;
	margin-top: 48px;
	margin-bottom: 80px;
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 0;
    background: #fff;
    border: 2px solid #E9E9E9;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
	color: #333;
    border-top: 1px solid #f5f5f5;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    padding: 15px;
    font-size: 1.1em;
    line-height: 1.6em;
    background: transparent;
    margin-bottom: 30px;
    border-bottom: 2px solid #E9E9E9;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	background-image:url(/web/20240302054555im_/http://www.quranradio.fm/images/pattern1.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	color: #2A2A2A;
}

.flat .plan li > strong {
	color: #2A2A2A;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured li.plan-name {
    background: #f64747;
	color: white;
	background-image:url(/web/20240302054555im_/http://www.quranradio.fm/images/pattern1.png);
	background-position: center top;
	background-repeat: repeat;
}
	
.action-btn {
	margin-bottom: 5px;
}


/* ----------------------------------------------------
	CONTACT STYLES
------------------------------------------------------- */

.bg-color-contact {
	background-color: #e3edee;
	padding: 25px 0px 10px 0px;
	margin-top: 80px;
	margin-bottom: 20px;
}

.top-contact {
	margin-top: 60px;
	margin-bottom: 33px;
}

h4 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.2em;
	color: #2A2A2A;
	line-height: 1.5em;
	margin-top: 42px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h4 span {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	letter-spacing: 0;
	color: #2A2A2A;
	line-height: 1.5em;
	display: block;
	margin-top: 9px;
	text-transform: none;
}

.contact-bottom {
	margin-top: 10px;
}

.contact-icons {
	margin-left: 6px;
}

/* ----------------------------------------------------
	FOOTER STYLES
------------------------------------------------------- */

#footer {
	position:relative;
	width: 100%;
	background: transparent;
	color: #b6b6b6;
	background-image:url(/web/20240302054555im_/http://www.quranradio.fm/images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

#footer h1 {
    margin-top: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;       
	font-size: 1.3em;
    font-weight: 400;
    line-height: normal;
    color: #889a9b;
    text-transform: lowercase;
}


/* ----------------------------------------------------
	 RESPONSIVE STYLES
------------------------------------------------------- */
.media:first-child {
    margin-top: 15px;
}

@media(max-width:1024px) {

.media-body h2 {  
  margin-top: 50px;      
}

}


@media(max-width:800px) {
	
html {
	position: relative;
	border: 5px solid #e4e7e9;
}


.col-xs-offset-2 {
	margin-left: 0;
	width: 99%;
}

.media-body h2 {  
  margin-top: 30px;      
}

}

@media(max-width:600px) {
	
.media-body h2 {  
  margin-top: 110px;      
}

}


@media(max-width:400px) {
	
.media-body h2 {  
  margin-top: 40px;      
}

}
