﻿/* ==========================================================================
   960px - 12 columns - 20px gutter 
   ========================================================================== */

/* Layout */ 
[class*="grid-"] { float: right; display: inline; margin-right: 10px; margin-left: 10px; } 


h2.title{
	text-align: right;
}
h2.title span {
	margin-right:15px;
}

/* Nested elements */ 
.alpha { margin-right: 0px !important;} 
.omega { margin-left: 0px !important;} 

.parent-column {  
   	text-align: right; 
}



/* Header */ 
.sct-head-top-menu {
	background: none;
	position: absolute;
	left: 0;
	right:auto;
	top: 0;
}


.sct-head-logo {
	float: right;
	margin: 10px 0px 10px 0px;
}



/* Slider */ 
.infoBlock {
  left: 10%;
  right: auto;
  direction:rtl;
}


.newsSlider .infoBlock {
  left: 0;
}


.infoBlock h4 {
	text-align:right;
}

.infoBlock p {
	text-align:right;
}

.infoBlock p a {
	float:left;
}



/* Search box */ 
 .sct-head-form-wrapper {
	margin-right: 0px;
	margin-top: -5px;
	margin-left: 0px;
	float: right;
}


.sct-head-form-wrapper  .sct-head-form {
	float: right;
	margin-right: 0;
}


.sct-head-form-wrapper .ms-sbplain{
	padding: 0 0 0 2px;
	left: 32px;
	right:auto;
}

.sct-head-form-wrapper .sct-head-form  a
{
	left: 0px;
	right:auto;
}


/* Sections icons */ 

.sct-head-extras {
	left: 0;
	right:auto;
}


.sct-top-menu{
	left: 0;
	right:auto;
}

.sct-sections-menu li{
	margin-right:10px;
	margin-left:0px;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item{
	float: left;

}


/* Main Menu */

.sct-head-main-menu {

	float: right;
	margin-top: 15px;
}

.sct-main-menu-item{
    float: right;
}

.dropdown_fullwidth{
	direction:rtl;
}

.megamenu .col_one_sixth,
.megamenu .col_one_fifth,
.megamenu .col_one_quarter,
.megamenu .col_one_third,
.megamenu .col_two_fifths,
.megamenu .col_half,
.megamenu .col_three_fifths,
.megamenu .col_two_thirds,
.megamenu .col_three_quarters,
.megamenu .col_four_fifths,
.megamenu .col_five_sixths,
.megamenu .col_full {
	float: right;
	margin-right: 2%;
	margin-left: auto;
	
}

.megamenu p, .megamenu ul, .megamenu li, .megamenu h2, .megamenu h3 {
	text-align:right;
	font-family: "HelveticaNeueLTW20-Roma";
}

.megamenu > li {
	float:right;
}





/* Content Page */

.article-text ul ,ol{
	margin-right:50px;
}

.article-text ul  li p{
	margin:0px;
}

/* Newsletter */

.sct-newsletter .tile-space {
	float: right;
}	
	
.sct-newsletter-heading {
	font-size: 1.6em;
	padding: .2em 1.8em .2em 0;
	background-position: right 50%;
}

.sct-newsletter-subscribe {
	margin-right: 2em;
}

/* Footer */






.sct-footercontact {

	float: right;
}

.sct-footerimage {
	float: right;
	border-left: solid 1px #d8d9da;
	border-right: none;

}



.footercontact {
	float: right;
}

.sct-copyright {
	float: right;
	padding-right: .9em;
	padding-left: 0;
}

.sct-lastupdate {
	float: left;
	padding-right: .9em;
	padding-left: 0;
}


.sct-footerfontlinks {
	float: left;
}


.sct-footerlists {
}

.sct-footercolumn {
	float: right;
	border-right: solid 1px #d8d9da;
	border-left: none;
}

#news-slider h2{
                font-family: HelveticaNeueLTW20-Roma;
                font-size:1.2em;
                line-height:1.2em;
}

#events-slider h3,#ads-slider h3{
                font-family: HelveticaNeueLTW20-Roma;
                font-size:1em;
}

.sct-footercolumn h2 span{
                font-family: HelveticaNeueLTW20-Roma;
                font-size:0.6em;
}

.articlepreview-header,.press{
                font-family: HelveticaNeueLTW20-Roma;
                font-size:1em;
}

.sct-footercolumn  a{

	font-size:12px;
	text-decoration:none;
	color:#888;
}

.sct-footercolumn  a:hover{
	color:#333;
}


.sct-categorylinks-list{
	margin:0 3em 0 0;

}

/* News */

.nivo-prevNav {
	right:0px;
	left:auto;
}
.nivo-nextNav {
	left:0px;
	right:auto;

}


/* Events */


.owl-carousel .owl-item h3{
	direction:rtl;
	padding-left:10px;

}
.owl-carousel .owl-item p{
	direction:rtl;
	padding-left:10px;
}





@media (max-width: 480px) {
	.sct-head-logo{
		margin:5px;
	}
	
	.infoBlock{
		left:0;
	}
	
	.nivoSlider{height:auto;}
	.nivo-caption p{display:none;}
	
	.sct-newsletter-heading{
		font-size: 1.8em;
		padding: .1em ;
		width:220px;
	}
	
	.sct-newsletter .tile-space{
		float:none
	}
	h2.title{
		width:95%;
	}
	.sct-footerlists{
		padding :0px;
	}
	
	.sct-footercolumn{
		display:none;
	}
	
	.sct-copyright{
		float:none;
		text-align:center;
	}
	
	.sct-lastupdate{
		padding :5px;
		text-align:center;
		float:none;
	}
	
	.sct-categorylinks-list{
		width:80%;
	}	
	.sct-newsletter-subscribe{
		margin:10px 0px;
	}
	
	
}

