/*
 * Author: Surajit Kayal
 * URL: http://webmagix.co.in
 *
 * Project Name: ALTAYYAR CENTER FOR STUDIES
 * Version: 1.0
 */
 
/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Sanchez); 
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=PT+Sans); 

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/* OVERALL ASPECT */
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: "Droid Arabic Kufi", serif;
}
th {
    text-align: right;
}
p, .field-items, .field-item.even, .field-item.odd {
    font-size: 0.96em; 
    line-height: 26px; 
    padding: 5px;
    text-align: justify;
}

span.date-display-single {
	margin-right: 5px;
	color: #999;
	font-size: 0.80em;
}
iframe {max-width: 100%;}
/* if you want to hide the arrow */
a.menu:after, .dropdown-toggle:after {
  content: none;
}

body {
	background-color: #eeeeee;
	background: url(../img/main-body-bg.png) repeat;
    font-family: 'Droid Arabic Kufi', serif,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    webkit-text-stroke: -15px;
    /*-text-shadow: 0 0 1px rgba(0,0,0,0.3); */
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
    margin-top: 0;
}


ul.navbar-nav {
	margin-right: 50px;
}

#block-system-main-menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#block-system-main-menu ul li
{
    display: block;
    position: relative;
    float: right;
}

#block-system-main-menu li ul
{
		display: none;
		z-index: 999;
}

#block-system-main-menu ul li a 
{
    display: block;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    margin-left: 1px;
    white-space: nowrap;
}

#block-system-main-menu ul li a:hover 
{
    /* background: #617F8A; */
}
#block-system-main-menu li:hover ul 
{
    display: block;
    position: absolute;
}

l#block-system-main-menu i:hover li
{
    float: none;
    font-size: 11px;
}

#block-system-main-menu li:hover a 
{
    background: #A0BD64;
}
#block-system-main-menu li:hover li {
	margin-right: 75px;
	width: 200px;
}
#block-system-main-menu li:hover li a:hover 
{
    background: #748b45;
}






.container {
    /* max-width: 1000px; */
    max-width: 1040px;
}

.container.main-body {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	background: #fff;
	-moz-box-shadow: 0 4px 4px 3px #888;
	-webkit-box-shadow: 0 4px 4px 3px #888;
	box-shadow: 0 4px 4px 3px #888;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "droid-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #333;
}

/* top header */

#top-header {
	background: #f7f7f7;
	padding:15px 0;
}

#top-header .mini-menu {
	padding: 0;
	margin: 0;
}

#top-header .mini-menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#top-header .mini-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100px;
    margin-top: -10px !important;
    padding: 5px 0 !important;
	float: right;
}

#top-header .mini-menu li:hover {
	background: #ebe9e9;
}

#top-header .mini-menu li a, #top-header .mini-menu li a:hover {
	font-size: 0.82em;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#top-header .mini-menu .last.leaf a  {
    font-family: "Open Sans",sans-serif;
	font-size: 0.78em;
}
/* main menu */

#top-menu {
	background: #D1ED94;
	padding-top: 10px;
	padding-bottom: 13px;
	margin-top: 20px;
	border-bottom: 5px solid #253504;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {    
	#top-menu {
		padding-top: 13px;
	}      
}

@media screen and

#top-menu #nav {
	padding: 0;
	margin: -15px;
}

#top-menu ul.menu {
	margin-right: -75px;
}
	
#top-menu li {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu li a {
	color: #253504;
	font-size: 0.82em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 26px;
}

#top-menu li a:hover {
	background: #A0BD64;
	color: #fff;
}

#top-menu li a.active {
	background: #A0BD64;
	color: #fff;
}

.navbar-toggle {
    background: #473f3f;
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 10px;
    padding: 10px;
}

.navbar-toggle:hover {
	background: #292c38;
}

.navbar-toggle .icon-bar {
	background: #bef053;
}	

#logo {
	float: none;
	margin: 20px 41px 40px;
}

#aya {
	float: none;
	margin-bottom: 25px;
}

#banner_01, #banner_02, #banner_03 {
	margin-bottom: 10px;
}

#banner_01 img:hover, #banner_02 img:hover, #banner_03 img:hover {
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}

.left-panel #block-menu-menu-side-menu {
    margin-left: 5px;
    margin-right: 30px;
	margin-top: 20px;
}

.left-panel #block-menu-menu-side-menu .menu {
	list-style: none;
	padding: 0;
}

.left-panel #block-menu-menu-side-menu .menu li {
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom:15px;
	margin-bottom: 10px;
}

.left-panel #block-menu-menu-side-menu .menu li a {
	color: #494949;
	border-right: 8px solid #e4e4e4;
	padding:5px 10px;
	text-decoration: none;
}

.left-panel #block-menu-menu-side-menu .menu li a:hover {
	border-right: 8px solid #a7de30;
	padding:5px 10px;
	text-decoration: none;
}

ul li.leaf {
	list-style-image: none !important;
	list-style: none;
	margin: 0;
}

/* slide-show */
#views_slideshow_cycle_main_home_slider-block  {
	margin-bottom: 30px;
}

#views_slideshow_cycle_main_home_slider-block .views-field.views-field-field-home-slider-photo .field-content img {
	height: 320px;
	max-width: 696px;
}

#block-views-home-slider-block .views-field.views-field-body .field-content {
	background: url(../img/trans.png) repeat;
	color: #fff;
	font-size: 1em;
    line-height: 22px;
    margin-right: 246px;
    margin-top: -55px;
    max-width: 450px;
    padding: 0px 15px;
    position: relative;
}

/* left panel*/

.left-panel {
	border: 0px solid red;
	margin: 0;
	max-width: 30%;
}

.left-panel .region-sidebar {
	border: 0px solid red;
	margin-right: -15px;
}



.left-panel .region-sidebar .views-field-title {
	background: url(../img/arr-1.png) top right no-repeat;
	margin: 10px 5px;
}

.left-panel .region-sidebar .views-field-title span {
	padding-right: 20px;
	display: block;
}

.left-panel .region-sidebar .field-content a {
	color: #505152;
	text-decoration: none;
}

.left-panel .region-sidebar .field-content a:hover {
	color: #888;
	text-decoration: none;
}

.left-panel .region-sidebar .more-link {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

.left-panel .region-sidebar .more-link a {
	font-size: 0.78em;
	color: #fb7f3c;
	background: #f7f6f6;
	border: 1px solid #dbdbdb;
	text-transform: uppercase;
	padding: 5px 15px;
	text-decoration: none;
}

.left-panel .region-sidebar .more-link a:hover {
	color: #fb7f3c;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}

.left-panel #side_social_network {
	overflow: hidden;
}

.left-panel #side_social_network img {
	float: right;
	margin-left: 10px;
}

.left-panel #side_social_network img:hover {
	opacity: 0.5;
}



/* right panel */
.right-panel {
	border: 0;
	margin: 0;
	min-width: 70%;
}

.right-panel .region-home-content {
	border: 0;
	margin-left: 0;
}


#block-views-news-block .views-field-field-new-photo, 
#block-views-projects-block .views-field-field-project-photo {
    float: right;
    width: 115px;
}
#block-views-news-block .views-field-field-new-photo img, 
#block-views-projects-block .views-field-field-project-photo img {
    padding: 1px;
    border: 1px solid #E6E6E6;
}
#block-views-news-block .views-field-title, 
#block-views-projects-block .views-field-title {
    float: right;
    width: 185px;
}
#block-views-news-block .views-field-title .np_title, 
#block-views-projects-block .views-field-title .np_title{
    margin-top: 5px;
}


.right-panel .region-home-content #block-views-news-block,
.right-panel .region-home-content #block-views-projects-block
{
	border-right: 4px solid #a7de30;
	background: #f9f9f9;
	margin: 5px 0;
	width: 50%;
    float: right;
    margin-bottom: 15px;
}

.right-panel .region-home-content #block-views-news-block .more-link,
.right-panel .region-home-content #block-views-projects-block .more-link {
    clear: both;
}

.right-panel .region-home-content #block-views-news-block .views-row,
.right-panel .region-home-content #block-views-projects-block .views-row {
    width: 95% !important;
    /*float: right;*/
}


.right-panel .region-home-content #block-views-news-block .content,
.right-panel .region-home-content #block-views-projects-block .content{
    height: 350px;    
}

.right-panel .region-home-content #block-views-news-block {
	border-right: 4px solid #a7de30;
	background: #f9f9f9;
	margin-right: 0;
}

.right-panel .region-home-content #block-views-projects-block {
	border-right: 4px solid #a7de30;
	background: #f9f9f9;
	margin-left: 0;
}

.right-panel .region-home-content #block-views-news-block h2,
.right-panel .region-home-content #block-views-projects-block h2
{
	background: none;
	color: #457b09;
	border-bottom: 1px solid #c9c9c9;
	text-transform: uppercase;
	font-size: 0.96em;
	font-weight: 700;
	padding: 10px;
	margin: 10px;
	margin-bottom: 5px;
	font-family: "Droid Arabic Kufi", serif;
}


.right-panel .region-home-content #block-views-news-block .content,
.right-panel .region-home-content #block-views-projects-block .content
{
	border: 0px solid red;
	overflow: hidden;
	padding: 10px;
	padding-bottom: 0;
}

.right-panel .region-home-content #block-views-news-block span.date-display-single,
.right-panel .region-home-content #block-views-projects-block span.date-display-single
{
	margin-right:0
	font-size: 0.8em !important;
}

.right-panel .region-home-content #block-views-publications-block .view-content img {
	border: 5px solid #f2f2f2;
	max-width: 99%;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

.right-panel .region-home-content #block-views-publications-block .view-content img:hover {
	border: 5px solid #605d5b;
	max-width: 99%;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.right-panel .region-home-content #block-views-news-block .views-row,
.right-panel .region-home-content #block-views-projects-block .views-row
{
    border: 0px solid #FF0000;
    display: inline-block;
	margin: 0;
	overflow: hidden;
	padding-bottom: 5px;
	text-align: right;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	width:100%;
}

.right-panel .region-home-content #block-views-publications-block-1 .views-row:hover,
.right-panel .region-home-content #block-custom-most-ordered-publication .views-row:hover, 
.right-panel .region-home-content #block-views-videos-block .view-footer .view-content .views-row:hover
{
	background: #ecf0f1;
}

.right-panel .region-home-content #block-views-videos-block .view-content .views-row {
    border: 0px solid blue;
    display: inline-block;
    width: 100%;
	margin: 0;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
}

.right-panel .region-home-content #block-views-videos-block .view-content .views-row iframe {
	max-width: 100%;
}

.right-panel .region-home-content #block-views-publications-block .views-field-title,
.right-panel .region-home-content #block-views-publications-block-1 .views-field-title,
.right-panel .region-home-content #block-custom-most-ordered-publication .views-field,
.right-panel .region-home-content #block-views-videos-block .views-field-title,
.right-panel .region-home-content #block-views-publications-block .views-field-nothing {
	padding: 10px 0;
	text-align: center;
}

.right-panel .region-home-content #block-views-publications-block .views-field-title a,
.right-panel .region-home-content #block-views-publications-block-1 .views-field-title a,
.right-panel .region-home-content #block-custom-most-ordered-publication .views-field a,
.right-panel .region-home-content #block-views-videos-block .views-field-title a,
.right-panel .region-home-content #block-views-news-block .views-field-title a,
.right-panel .region-home-content #block-views-projects-block .views-field-title a {
	color: #333;
	font-size: 0.82em;
	text-decoration: none;
}

.right-panel .region-home-content #block-views-publications-block .views-field-title a:hover,
.right-panel .region-home-content #block-views-publications-block-1 .views-field-title a:hover,
.right-panel .region-home-content #block-custom-most-ordered-publication .views-field a:hover,
.right-panel .region-home-content #block-views-videos-block .views-field-title a:hover,
.right-panel .region-home-content #block-views-news-block .views-field-title a:hover,
.right-panel .region-home-content #block-views-projects-block .views-field-title a:hover {
	color: #888;
	text-decoration: none;
}

.right-panel .region-home-content #block-views-publications-block .views-field-nothing a {
	font-size: 0.82em;
	text-decoration: none;
	color: #fff;
	background: #6d6b6a;
	border: 1px solid #6d6b6a;
	text-transform: uppercase;
	padding: 5px 15px;
}

.right-panel .region-home-content #block-views-publications-block .views-field-nothing a:hover {
	color: #444;
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
}


.right-panel .region-home-content .more-link {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 20px 10px 0;
}

.right-panel .region-home-content .more-link a {
	font-size: 0.72em;
	color: #fff;
	background: #457b09;
	border-right: 3px solid #68a920;
	text-transform: uppercase;
	padding: 5px 15px;
	text-decoration: none;
}

.right-panel .region-home-content .more-link a:hover {
	color: #fff;
	background: #6d6b6a;
	border-right: 3px solid #444;
	text-decoration: none;
}

/* inner pages */

.right-panel .node-title
{
	background: #f8f8f8;
	color: #528921;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 300;
	padding: 15px 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: "Droid Arabic Kufi", serif;
}

.right-panel.inner .view.view-member-page.view-id-member_page,
.right-panel.inner .content {
	border: 0px solid red;
	background: #fff;
	overflow: hidden;
	padding: 20px;
	min-height: 800px;
    text-align: justify;
    direction: rtl;
}

.right-panel.inner .content .clearfix {
    padding: 0px !important;    
}

.right-panel.inner #contact-site-form label,
.right-panel.inner #order-node-form label {
	display: block;
	font-size: 0.78em;
	color: #444;
	font-weight: 300;
}

.right-panel.inner #contact-site-form input,
.right-panel.inner #contact-site-form textarea,
.right-panel.inner #order-node-form input,
.right-panel.inner #order-node-form textarea,
.right-panel.inner #order-node-form select  {
	border: 1px solid #d9d9d9;
	font-size: 0.82em;
	padding: 0 5px;
}

.right-panel.inner #order-node-form input {
	/*min-width: 70%;*/
}

.right-panel.inner #contact-site-form .form-submit,
.right-panel.inner #order-node-form .form-submit {
	color: #fff;
	border: 1px solid #FB7F3C;
	background: #FB7F3C;
	font-size: 0.78em;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	margin-top: 30px;
	min-width: 0;
}

.right-panel.inner #contact-site-form .form-submit:hover,
.right-panel.inner #order-node-form .form-submit:hover {
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	color: #333;
}

.right-panel.inner #contact-site-form input:focus,
.right-panel.inner #contact-site-form textarea:focus,
.right-panel.inner #order-node-form input:focus,
.right-panel.inner #order-node-form textarea:focus{
	border: 1px solid #999;
}



.right-panel.inside .view.view-news.view-id-news .views-row,
.right-panel.inside .view.view-projects.view-id-projects .views-row {
	border-right: 3px solid #a7de30;
	background: #f9f9f9;
    float: right;
    margin: 0;
	margin-bottom: 20px;
	max-width: 100%;
	text-align: right;
	padding: 10px;
	padding-bottom: 15px;
	font-size: 0.82em;
}

.right-panel.inside .view.view-news.view-id-news .views-row:hover,
.right-panel.inside .view.view-projects.view-id-projects .views-row:hover {
	background: #fcfcfc;
	border-right: 3px solid #d9d9d9;
}

.right-panel.inside .view.view-news.view-id-news .views-row.views-row-last {
	margin-right: 0;
}

.right-panel.inside .view.view-news.view-id-news .views-field-title,
.right-panel.inside .view.view-projects.view-id-projects .views-field-title {
	font-weight: 700;
	border-bottom: 0px solid #dedede;
	margin-bottom: 0px;
	padding:5px 0;
    font-size: 12px;
}

.right-panel.inside .view.view-news.view-id-news .views-field-field-new-date,
.right-panel.inside .view.view-projects.view-id-projects .views-field-field-new-date {
    color: #B5B5B5; 
}

.right-panel.inside .view.view-news.view-id-news .views-field-title a,
.right-panel.inside .view.view-projects.view-id-projects .views-field-title a {
	color: #333;
	text-decoration: none;
}

.right-panel.inside .view.view-news.view-id-news .views-field-title a:hover,
.right-panel.inside .view.view-projects.view-id-projects .views-field-title a:hover {
	color: #a7de30;
	text-decoration: none;
}

.right-panel.inside .view.view-news.view-id-news .views-field-created,
.right-panel.inside .view.view-projects.view-id-projects .views-field-created {
	margin-bottom: 10px;
	font-size: 0.82em;
}

.right-panel.inside .view.view-news.view-id-news .views-field-body,
.right-panel.inside .view.view-projects.view-id-projects .views-field-body {
	padding: 10px 0;
}

.right-panel.inside .view.view-news.view-id-news .views-field-body .field-content,
.right-panel.inside .view.view-projects.view-id-projects .views-field-body .field-content {
	min-height: 70px;
}

.right-panel.inside .view.view-news.view-id-news .views-field-body,
.right-panel.inside .view.view-projects.view-id-projects .views-field-body {
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0;
    text-align: justify;
}

.right-panel.inside .view.view-news.view-id-news .views-field-view-node,
.right-panel.inside .view.view-projects.view-id-projects .views-field-view-node {
	text-align: left;
	margin-top: 5px;
	border-top: 1px solid #f2f1f1;
	padding-top: 15px;
}

.right-panel.inside .view.view-news.view-id-news .views-field-view-node a,
.right-panel.inside .view.view-projects.view-id-projects .views-field-view-node a {
    background: #457b09;
    color: #fff;
    font-size: 0.80em;
    padding: 5px 10px;
    text-transform: uppercase;
	text-decoration: none;
}

.right-panel.inside .view.view-news.view-id-news .views-field-view-node a:hover,
.right-panel.inside .view.view-projects.view-id-projects .views-field-view-node a:hover {
    background: #888;
    color: #fff;
	text-decoration: none;
}

.right-panel.inside .view.view-annual-report.view-id-annual_report .views-row,
.right-panel.inside .view.view-partner-reports.view-id-partner_reports .views-row {
	border-bottom: 1px solid #fff;
	background: #f7f7f7;
	margin-top: 20px;
	padding: 10px;
	border-right: 7px solid #38991e;
	padding-right: 20px;
}

.right-panel.inside .view.view-annual-report.view-id-annual_report .views-row:hover,
.right-panel.inside .view.view-partner-reports.view-id-partner_reports .views-row:hover {
	border-bottom: 1px solid #d9d9d9;
}

.right-panel.inside .view.view-annual-report.view-id-annual_report .views-row a,
.right-panel.inside .view.view-partner-reports.view-id-partner_reports .views-row a {
	color: #38991e;
	font-weight: 700;
	text-decoration: none;
}

.right-panel.inside .view.view-annual-report.view-id-annual_report .views-row a:hover,
.right-panel.inside .view.view-partner-reports.view-id-partner_reports .views-row a:hover {
	color: #444;
	font-weight: 700;
	text-decoration: none;
}

.right-panel .view.view-partners.view-id-partners .views-row {
	margin: 20px 0;
	overflow: hidden;
	padding: 10px 0;
    border: 0px solid red;
    height: 200px;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-field-partner-logo {
	width: 20%;
	display: block;
	text-align: center;
    float: right;
    width: 150px;
    height: 150px;
    border: 0px solid green;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-field-partner-logo img {
	border: 1px solid #f1f1f1;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-title,
.right-panel .view.view-partners.view-id-partners .views-row .views-field-body {
    /*display: block;
    margin-right: 160px;
    position: relative;
    top: -138px;*/
    width: 70%;
    float: right;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-title a {
	color: #38991e;
	font-weight: 700;
	text-decoration: none;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-title a:hover {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-body {
    font-size: 0.92em !important;
    line-height: 25px;
    padding: 10px 0;
    text-align: justify;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-view-node {
    border-top: 1px solid #e8e8e8;
    display: block;
    width: 100%;
	text-align: left;
	line-height: 30px;
	/*margin-top: -135px;*/
    float: right;
    clear: both;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-view-node a {
	color: #8ec32f;
	background: #e8e8e8;
    font-size: 0.82em;
    padding: 4px 15px;
	text-decoration: none;
}

.right-panel .view.view-partners.view-id-partners .views-row .views-field-view-node a:hover {
	color: #fff;
	background: #8ec32f;
	text-decoration: none;
}

.right-panel .content .field-items .field-item a {
    position: relative;
    top: -12px;
	color: #447b08;
	text-decoration: none;
}
.page-node-19449 .right-panel .content .field-items .field-item a {
	position: unset;
	top: unset;
	color: unset;
	text-decoration: none;
}

.right-panel .content .field-items .field-item a:hover {
	color: #111;
	text-decoration: none;
}

/* footer */

#footer-bg {
	margin-top: 40px;
	background: #f2fcdf;
	background-size: cover;
	height: 25px;
}

#footer-large {
    background: #f2fcdf;
    padding: 15px 0;
	padding-bottom: 30px;
	margin: 15px;
	margin-bottom: 0;
	margin-top: 60px;
}


#footer-large h2 {
    color: #393a3c;
    font-weight: 700;
    font-size: 0.86em;
    text-transform: uppercase;
	padding-bottom: 20px;
	margin-top: 20px;
	font-family: "Droid Arabic Kufi", serif;
}

#footer-large .google_map_field_display {
	border: 1px solid #fff;
	max-width: 100%;
}

#footer-large .google_map_field_display:hover {
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}

#footer-large p, #footer-large li {
    color: #393a3c;
    font-size: 0.80em;
    text-transform: none;
    line-height: 24px;
	text-transform: uppercase;
	margin-left: 0;
}

#footer-large p a, #footer-large .menu li a {
    color: #444;
}

#footer-large p a:hover, #footer-large .menu li a:hover {
    color: #6d775c;
	text-decoration: none;
}

#footer-large ul {padding: 0}
#footer-large ul li {list-style: none;}
#footer-large li a:hover {color: #111; text-decoration: underline;}

#footer_part {float: right;}

#copyright {
    background: #b5bfa3;
    padding: 15px;
    color: #fff;
    font-size: 0.78em;
	text-align: center;
	margin: 15px;
	margin-top: 0;
}

#copyright a {
    color: #fff;
    font-weight: bold;
}

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


#map img {
	border: 0px solid #fff;
	padding-right: 10px;
}

.region.region-content {
	font-size: 0.92em;
}

.region.region-content input  {
	border: 1px solid #d9d9d9;
	font-size: 0.82em;
	padding: 5px;
}

.region.region-content .form-submit {
	color: #fff;
	border: 1px solid #FB7F3C;
	background: #FB7F3C;
	font-size: 0.82em;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	margin-top: 30px;
	min-width: 0;
}

.region.region-content .form-submit:hover {
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	color: #333;
}

.region.region-content label {
	min-width: 140px;
	font-size: 0.88em;
}


#block-views-partners-block {
	overflow: hidden;
	background: #fafafa;
    margin-top: 25px;
    clear: both;
}

.views-field-field-partner-logo {
    border: 1px solid #fff;
    height: 100%;
	overflow: hidden;
    padding: 5px;
    width: 180px;
}

.views-field-field-partner-logo:hover {
	border: 1px solid #d9d9d9;    
}
#block-views-partners-block img:hover {
	overflow: hidden;
	/*border: 1px solid #d9d9d9;*/
}

#block-views-partners-block .views-field .views-field-field-partner-logo {
	overflow: hidden;
	border: 1px solid red;
}

#block-views-partners-block .jcarousel-skin-default .jcarousel-container-horizontal {
	width: 100%;
	min-height: 190px;
}

#block-views-partners-block .jcarousel-skin-default .jcarousel-item {
	width: 180px !important;
	height: 150px !important;
	border: 0px solid red !important;
    margin: 0 20px 0 0px;
}

#block-views-partners-block .jcarousel-skin-default .jcarousel-clip-horizontal {
	width: 100%;
}

#block-views-partners-block .jcarousel-skin-default .jcarousel-next-horizontal,
#block-views-partners-block .jcarousel-skin-default .jcarousel-prev-horizontal {
	top: 75px;
}

.socail_item {
    width: 45px;
    height: 45px;
    border: 0px solid red;
    float: right;
    margin: 0 0 10px 5px;
}

/* manager menu */
#manager_menu {
    height: 75px;
    background: #000;
    font-size: 13px;
    font-family: tahoma !important;
}
#manager_menu .manager_menu_item  {
    padding: 7px 10px;
    float: right;    
}
#manager_menu a {
    color: #fff;
}
#manager_menu a:hover {
    color: #99CC00;
    text-decoration: none;   
}


/* social links */
#block-custom-social {
	margin-right: 30px;
}

#block-custom-social .socail_item img {
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

#block-custom-social .socail_item img:hover {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#support_forms_links .one_link {
    margin: 10px;
    padding: 7px;
    width: 375px;
    border-right: 5px solid #5B9B06;
    background-color: #F0F0F0;
}
#support_forms_links .one_link a{
    color: #333333;
    text-decoration: none;
}
#support_forms_links .one_link a:hover{
    color: #5B9B06;
    text-decoration: none;
}

#annual_reports_link {
    width: 100%;
    text-align: left;
    padding: 5px 0 5px 15px;
}
#annual_reports_link a {
    color: #5B9B06;
    font-size: 13px;
}
#annual_reports_link a:hover {
    color: #FF9900;
    text-decoration: none;
}




.left-panel .region-sidebar #block-user-login,
.left-panel .region-sidebar #block-system-user-menu {
	padding: 5px 0;
	background: #f9f9f9;
	text-align: right;
	margin-right: 30px;
	border-right: 8px solid #d9d9d9;
	max-width: 277px;
}

.left-panel .region-sidebar #block-user-login .content,
.left-panel .region-sidebar #block-system-user-menu .content {
	padding: 10px;
	font-size: 0.82em;
	font-weight: 300;
	text-align: right;
}

.left-panel .region-sidebar #block-user-login h2,
.left-panel .region-sidebar #block-system-user-menu h2 {
    border-bottom: 1px solid #d9d9d9;
    font-family: "Droid Arabic Kufi";
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
}

.left-panel .region-sidebar #block-user-login .content .form-text {
	border: 1px solid #d9d9d9;
	padding: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {    
	.left-panel .region-sidebar #block-user-login .content .form-text {
		width: 150px;
	}      
}

.left-panel .region-sidebar #block-user-login .content .form-submit {
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-right: 4px solid #999999;
	background: #bdbdbd;
	padding: 10px 30px;
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
}

.left-panel .region-sidebar #block-user-login label {
	width: 81px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.75em;
	text-align: right !important;
	margin-left: 10px;
}

.left-panel .region-sidebar #block-user-login .content .form-submit:hover {
	background: #999999;
	border-right: 4px solid #999999;
}

.left-panel .region-sidebar #block-system-user-menu .menu {
	padding: 0 !important;
}

.left-panel .region-sidebar #block-user-login .item-list li,
.left-panel .region-sidebar #block-system-user-menu .menu li {
	text-align: right !important;
}

.left-panel .region-sidebar #block-user-login .item-list li a,
.left-panel .region-sidebar #block-system-user-menu .menu li a {
	color: #457b09;
	font-size: 0.82em;
	text-transform: uppercase;
	text-align: right !important;
}

.left-panel .region-sidebar #block-user-login .item-list li a:hover,
.left-panel .region-sidebar #block-system-user-menu .menu li a:hover {
	color: #333;
	text-decoration: none;
}


.form-item .description {
    font-size: 0.8em;
    padding-top: 10px;
	color: #457b09;
}


.right-panel .field.field-label-inline,
.right-panel .field.field-label-above {
	border-bottom: 1px solid #f8f8f8;
	font-size: 0.92em;
}

.right-panel .field.field-label-above .field-label {
	display: inline-block;
	font-size: 0.92em;
	/*min-width: 260px;*/
}

.right-panel .field.field-label-above .field-items {
	display: inline-block;
	font-size: 0.92em;
}

.right-panel .file > a {
    position: relative !important;
    top: 0 !important;
}

.right-panel .field.field-label-inline:hover,
.right-panel .field.field-label-above:hover {
	border-bottom: 1px solid #fff;
	background: #f8f8f8;
}

.right-panel .field.field-label-inline .field-label,
.right-panel .field-label-above {
	padding: 0 15px;
	margin: 0;
	line-height: 30px;
	/*min-width: 280px;*/
	font-size: 0.92em;
}

.right-panel .field.field-label-inline .field-items {
	padding: 0;
	margin: 0;
}


.right-panel .views-exposed-form {
	font-size: 0.88em;
	background: #fafbfb;
	padding-bottom: 10px;
}

.right-panel .views-exposed-form .views-exposed-widget.views-submit-button {
	margin-top: -10px;
}

.right-panel .views-exposed-form select {
	padding: 2px 10px;
	border: 1px solid #d9d9d9;
	min-width: 100px;
}

.right-panel .view.view-agent-forms-list .views-table,
.right-panel .field-items table {
	border: 1px solid #d9d9d9;
	width: 100%;
	margin-top: 30px;
	font-size: 0.88em;
}

.right-panel .field-items table {
	min-width: 240px !important;
}

.right-panel .view.view-agent-forms-list .views-table th {
	padding: 10px 5px;
	text-align: right !important;
	background: #fafbfb;
}

.right-panel .view.view-agent-forms-list .views-table td {
	padding: 5px;
	text-align: right !important;
}

.right-panel .view.view-agent-forms-list .views-table td a:hover {
	text-decoration: none;
	color: #000;
}

.region-sidebar #block-system-user-menu .content li a {
    font-size: 14px !important;
    line-height: 25px;
}
#user-login-form .item-list .first a {
    color: #FF771C !important;
}
#user-login-form .item-list li a {
    font-size: 14px !important;
     line-height: 25px !important;
}

.node-new .field-name-field-new-photo img, .node-project .field-name-field-project-photo img {
    padding: 2px;
    border: 2px solid #E4E4E4;
}


#block-views-news-block .view-id-news .views-row, 
#block-views-projects-block .view-id-projects .views-row {
    height: 85px !important;
}

.view-id-news .views-row, .view-id-projects .views-row {
    width: 695px;
    border: 0px solid red;
    height: 222px;
}
.view-id-news .views-row .views-field-body, .view-id-projects .views-row .views-field-body {
    border: 0px solid red;
    height: 110px;    
}
.view-id-news .views-field-field-new-photo, .view-id-projects .views-field-field-project-photo {
    width: 225px;
    float: right;
}
.view-id-news .views-field-field-new-date, .view-id-projects .views-field-field-project-date {
    font-size: 15px;
}

/* Print */ 
.node-form-01 .field, 
.node-form-02 .field, 
.node-form-03 .field, 
.node-form-04 .field, 
.node-form-05 .field, 
.node-form-06 .field, 
.node-form-07 .field, 
.node-form-08 .field, 
.node-form-09 .field, 
.node-form-10 .field, 
.node-form-11 .field
 { 
    border:  0px solid red;
    width: auto; 
    float: right;  
    margin: 0 0 0px 22px; 
}
.node-form-01 .field-collection-container  .field,
.node-form-02 .field-collection-container  .field,
.node-form-03 .field-collection-container  .field,
.node-form-04 .field-collection-container  .field,
.node-form-05 .field-collection-container  .field,
.node-form-06 .field-collection-container  .field,
.node-form-07 .field-collection-container  .field,
.node-form-08 .field-collection-container  .field,
.node-form-09 .field-collection-container  .field,
.node-form-10 .field-collection-container  .field,
.node-form-11 .field-collection-container  .field
 {
    width: 100%;
}
.node-form-01 .field-collection-container .field .field-items,
.node-form-02 .field-collection-container .field .field-items,
.node-form-03 .field-collection-container .field .field-items,
.node-form-04 .field-collection-container .field .field-items,
.node-form-05 .field-collection-container .field .field-items,
.node-form-06 .field-collection-container .field .field-items,
.node-form-07 .field-collection-container .field .field-items,
.node-form-08 .field-collection-container .field .field-items,
.node-form-09 .field-collection-container .field .field-items,
.node-form-10 .field-collection-container .field .field-items,
.node-form-11 .field-collection-container .field .field-items
 {
    clear: both;
}
.node-form-01 .field .field-label,
.node-form-02 .field .field-label,
.node-form-03 .field .field-label,
.node-form-04 .field .field-label,
.node-form-05 .field .field-label,
.node-form-06 .field .field-label,
.node-form-07 .field .field-label,
.node-form-08 .field .field-label,
.node-form-09 .field .field-label,
.node-form-10 .field .field-label,
.node-form-11 .field .field-label
 {
    border: 0px solid blue;
    width: auto;   
    background: #E3E3E3;
    text-align: left;
    padding: 0 7px 0 0!important; 
}
.node-form-01 .field .field-items,
.node-form-02 .field .field-items,
.node-form-03 .field .field-items,
.node-form-04 .field .field-items,
.node-form-05 .field .field-items,
.node-form-06 .field .field-items,
.node-form-07 .field .field-items,
.node-form-08 .field .field-items,
.node-form-09 .field .field-items,
.node-form-10 .field .field-items,
.node-form-11 .field .field-items
 {
    border:  0px solid green; 
    width: auto;      
}
.node-form-01 .field .entity-field-collection-item .field-label,
.node-form-02 .field .entity-field-collection-item .field-label,
.node-form-03 .field .entity-field-collection-item .field-label,
.node-form-04 .field .entity-field-collection-item .field-label,
.node-form-05 .field .entity-field-collection-item .field-label,
.node-form-06 .field .entity-field-collection-item .field-label,
.node-form-07 .field .entity-field-collection-item .field-label,
.node-form-08 .field .entity-field-collection-item .field-label,
.node-form-09 .field .entity-field-collection-item .field-label,
.node-form-10 .field .entity-field-collection-item .field-label,
.node-form-11 .field .entity-field-collection-item .field-label
 {
    border: 0px solid blue;
    width: auto !important;    
    background: #E3E3E3;
    text-align: left;
    padding: 0 7px 0 0!important; 
}
.node-form-01 .field .entity-field-collection-item .field-items,
.node-form-02 .field .entity-field-collection-item .field-items,
.node-form-03 .field .entity-field-collection-item .field-items,
.node-form-04 .field .entity-field-collection-item .field-items,
.node-form-05 .field .entity-field-collection-item .field-items,
.node-form-06 .field .entity-field-collection-item .field-items,
.node-form-07 .field .entity-field-collection-item .field-items,
.node-form-08 .field .entity-field-collection-item .field-items,
.node-form-09 .field .entity-field-collection-item .field-items,
.node-form-10 .field .entity-field-collection-item .field-items,
.node-form-11 .field .entity-field-collection-item .field-items
 {
    border:  0px solid green; 
    width: auto;
    clear: none;      
}
.node-form-01 .field-type-text-long,
.node-form-01 .field-type-file,
.node-form-02 .field-type-text-long,
.node-form-02 .field-type-file,
.node-form-03 .field-type-text-long,
.node-form-03 .field-type-file,
.node-form-04 .field-type-text-long,
.node-form-04 .field-type-file,
.node-form-05 .field-type-text-long,
.node-form-05 .field-type-file,
.node-form-06 .field-type-text-long,
.node-form-06 .field-type-file,
.node-form-07 .field-type-text-long,
.node-form-07 .field-type-file,
.node-form-08 .field-type-text-long,
.node-form-08 .field-type-file,
.node-form-09 .field-type-text-long,
.node-form-09 .field-type-file,
.node-form-10 .field-type-text-long,
.node-form-10 .field-type-file,
.node-form-11 .field-type-text-long,
.node-form-11 .field-type-file
{
    clear: both;
    width: 100%;   
}
.node-form-01 .field-type-text-long .field-items,
.node-form-01 .field-type-file .field-items, 
.node-form-02 .field-type-text-long .field-items,
.node-form-02 .field-type-file .field-items, 
.node-form-03 .field-type-text-long .field-items,
.node-form-03 .field-type-file .field-items, 
.node-form-04 .field-type-text-long .field-items,
.node-form-04 .field-type-file .field-items, 
.node-form-05 .field-type-text-long .field-items,
.node-form-05 .field-type-file .field-items, 
.node-form-06 .field-type-text-long .field-items,
.node-form-06 .field-type-file .field-items, 
.node-form-07 .field-type-text-long .field-items,
.node-form-07 .field-type-file .field-items, 
.node-form-08 .field-type-text-long .field-items,
.node-form-08 .field-type-file .field-items, 
.node-form-09 .field-type-text-long .field-items,
.node-form-09 .field-type-file .field-items, 
.node-form-10 .field-type-text-long .field-items,
.node-form-10 .field-type-file .field-items, 
.node-form-11 .field-type-text-long .field-items,
.node-form-11 .field-type-file .field-items 
{
    clear: both;
    width: 100%;   
}
/* Print */


.view-photo-album .views-row {
    clear: both;
    border: 0px solid blue;
    height: 115px;
}
.view-photo-album .views-field-field-album-photo {
    width: 150px;
    border: 0px solid red;
    float: right;
}
.view-photo-album .views-field-title {
    padding: 0 10px;
}
.view-photo-album .views-field-title {
    padding: 10px 0;
    font-size: 13px;
}
.view-photo-album .views-field-title a:hover{
    text-decoration: none;
}
.view-photo-album .views-field-body {
    font-size: 11px;
    color: #969696;
}
.view-photo-album .views-row img{
    padding: 3px;
    border: 1px solid #E6E6E6;
}
.view-photo-album .views-row img:hover{
    border: 1px solid #428BCA;
}


.my_form_container {
    border: 0px solid red;
    height: auto;  
    clear: both;
    overflow: hidden; 
    margin-bottom: 20px;
}
.myform_item {
    border: 0px solid blue;
    height: auto;   
    float: right; 
}
.myform_item .lable {
    border: 0px solid green;
    padding: 3px ;  
    margin: 3px; 
    height: 30px;
    background-color: #E4E4E4;    
    float: right; 
    width: auto; 
}
.myform_item .value {
    border: 0px solid #969696;
    padding: 3px;   
    margin: 3px;  
    height: 30px;   
    float: right; 
    width: auto; 
    margin-left: 15px;
}

.page-node-3 .field-name-body img {
	width: 100%;
}

@page {
  size: A4;
  margin: 0 75px;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }    
    
    #top-menu,
    #side-section,
    .left-panel,
    .field-name-field-attachement,
    #footer-large,
    #copyright,
    .region-manager-menu,
    .tabs,
    .action-links,
    .field-collection-view-links {
        display: none !important;
    }
    
    .right-panel {
        width: 100% !important;
        margin-top: 75px !important;
        margin-bottom: 75px !important;
    }
}

.mosque-icons {
    border-top: 1px solid #E8FFBD;
    margin-top: 15px;
    padding-top: 15px;
    margin-left: 25px;
}
.mosque-node-more {
    color: #969696;
}
.mosque-icons .icon {
    float: right !important;
    text-align: center;
    margin-top: 25px;
    padding-top: 10px;
}
.mosque-icons .icon a {
    text-decoration: none;
    display: block;  
}
.mosque-icons .icon .mos-i {
    font-size: 26px;
    color: #B8D885;   
}
.mosque-icons .icon .mos-t {
    font-size: 16px;  
    font-weight: bold; 
    color: #868686;
} 
.mosque-icons .icon .mos-t:hover {
    color: #B8D885;  
}

.form-required {
    color: red !important;
}

.mosque-link {
    margin: 12px;
}
.mosque-link a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold; 
    color: #F78C3D;   
}

.page-video .col-md-4 {
    float: right;
}
.page-video .view .views-field-title {
    height: 50px;
    overflow: hidden;
    padding-top: 5px;
}
.page-video .view .views-field-title a {
    text-decoration: none;   
    font-size: 13px; 
    color: #9AAA78;
    line-height: 24px; 
}
.page-video .view .views-field-title a:hover {
    color: #C0C0C0;
}


.page-events .view .views-row,
.page-sound .view .views-row {
    margin-bottom: 15px;
    border-bottom: 1px solid #DBE2BE;
    padding-bottom: 10px;
}
.page-events .view .views-field-title,
.page-sound .view .views-field-title {
    margin-bottom: 7px;   
}
.page-events .view .views-field-title a,
.page-sound .view .views-field-title a {
    text-decoration: none;   
    font-size: 13px;
    font-weight: bold; 
    color: #9AAA78;
    line-height: 24px; 
}
.page-events .view .views-field-title a:hover,
.page-sound .view .views-field-title a:hover {
    color: #B2D8C8;   
}
.page-events .view .views-field-field-event-cat,
.page-sound .view .views-field-field-event-cat {
    color: #C0C0C0;
    font-size: 12px;
}


.page-mosque-map .view-footer {
    margin-top: 25px;
}
.page-mosque-map .view-footer table th {
    color: #EBD8B1;
}
.page-mosque-map .view-footer table tr td {
    font-size: 13px;
    padding: 5px 10px;
}
.page-mosque-map .view-footer table tr {

}
.page-mosque-map .view-footer table tr td.views-field-title a {
    text-decoration: none;   
    font-size: 13px; 
    color: #9AAA78;
    line-height: 24px; 
    font-weight: bold;   
}
.page-mosque-map .view-footer table tr td.views-field-title a:hover {
    color: #FF9900;
}


.page-mosques .view-mosque-map .view-content {
    padding-top: 30px 0 !important;
}
.page-mosques .view-mosque-map .view-content .views-row {
    margin: 15px 0;
    padding: 15px;
}
.page-mosques .view-mosque-map .view-content .views-row:hover {
    background-color: #EDFFD8;   
}
.page-mosques .view-mosque-map .view-content .views-row-last {
    margin-bottom: 30px;
}
.page-mosques .view-mosque-map .view-content .views-row .views-field-field-mosque-logo {
    margin-bottom: 7px;
    text-align: center;
}
.page-mosques .view-mosque-map .view-content .views-row .views-field-title a {
    padding: 7px 0;
    color: #77916B; 
}
.page-mosques .view-mosque-map .view-content .views-row .views-field-title a:hover {
    text-decoration: none;
    color: #72B536;    
}




