@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
@font-face {
 font-family: GraCoRgAr_ie;
 src: url("../fonts/AR/GE Thameen Book.ttf") /* EOT file for IE */
}
@font-face {
 font-family: GraCoRgAr;
 src: url("../fonts/AR/GE Thameen Book.otf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: GraCoRg_ie;
 src: url("../fonts/EN/GraCoRg_1.eot");/* EOT file for IE */
}

@font-face {
 font-family: GraCoRg;
 src: url("../fonts/EN/GraCoRg_1.ttf") /* TTF file for CSS3 browsers */
}

#search:focus
{

    
    outline: none;	
}
html {
   height: 100%;
 
}

body {

       height: 100%;
    display: block;
    margin: 0;
    padding: 0;
  
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    position: relative;
 
}
.borderleft {
   background:linear-gradient(to top, #814a6c, #c3097e);
}

.brand_item_container
{
	
    width: 70%;
    float: left;
    height: 140px;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 30px;
    font-family: GraCoRgAr,GraCoRgAr_ie, sans-serif;
    border-radius:  100px 0px 0px 100px ;
    
	background: linear-gradient(to bottom, #909090 60%,#b4b4b4 40%);
    color: #9f9f9f
}
hr.style-one {
border: 0;
height: 3px;
position:relative;
width:92%;
background:rgba(0,0,0,0);
background-image: -webkit-linear-gradient(right, #a2a2a2, rgba(0,0,0,0));
background-image: -moz-linear-gradient(right, #a2a2a2, rgba(0,0,0,0));
background-image: -ms-linear-gradient(right, #a2a2a2, rgba(0,0,0,0));
background-image: -o-linear-gradient(right, #a2a2a2, rgba(0,0,0,0));
}
hr.style-two {
border: 0;
height: 4px;
position: relative;
margin-right: 40px;
width: 100%;
background: rgba(0,0,0,0);
background-image: -webkit-linear-gradient(right, #c8c8c8, rgba(0,0,0,0));
background-image: -moz-linear-gradient(right, #c8c8c8, rgba(0,0,0,0));
background-image: -ms-linear-gradient(right, #c8c8c8, rgba(0,0,0,0));
background-image: -o-linear-gradient(right, #c8c8c8, rgba(0,0,0,0));
}
.line-separator{


width:1px;

background:#717171;

border-right:1px solid #313030;

}
.seperator{
  
    border: 1px solid #b3b2b2;
	background-color:#b3b2b2;
   height: 30px;
   width:1px;
    position: relative;

	
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #737373;
	z-index:9999;
	font-size:16px;
	margin-left: 50px;
	width: 90%;
}

/* Float the list items side by side */
ul.topnav li {float: right;}

/* Style the links inside the list items */
.footerlinks
{
	    display: inline-block;
    color: #b3b2b2;
    text-align: center;
    padding: 12px 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	font-family: GraCoRgAr,GraCoRgAr_ie, sans-serif;
}
.footerlinks:hover
{
	    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 12px 6px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	font-family: GraCoRgAr,GraCoRgAr_ie, sans-serif;
}
ul.topnav li a {
    display: inline-block;
    color:#b3b2b2;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 23px;
	font-family: GraCoRgAr,GraCoRgAr_ie, sans-serif;
}

ul.topnav li.item a:hover {color: #fff;}
ul.topnav li.item1 a:hover {background-color: #737373;color: #fff;}
ul.topnav li.icon {display: none;}
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
    ul.topnav li.seperator {
  display:none;
  }
 
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
       ul.topnav .responsive li.seperator {
  display:none;
  }
  ul.topnav.responsive li.item {
    float: none;
    display: inline;
	font-size:16px;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
	font-size:15px;
  }

}
#bghome
{
	width: 100%;
    height: 100%;
    position: relative;
  display:inline-table;
    background: linear-gradient(top,#656565 70%,#656565 75%,#282828 100%);
    background-color: #1a82f7;
    /* background: url(images/linear_bg_2.png); */
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
    background: -webkit-linear-gradient(top,#656565 70%,#656565 75%,#282828 100%);
    background: -moz-linear-gradient(top,#656565 70%,#656565 75%,#282828 100%);
    background: -ms-linear-gradient(top,#656565 70%,#656565 75%,#282828 100%);
    background: -o-linear-gradient(top,#656565 70%,#656565 75%,#282828 100%);
     margin: 0px;
    padding: 0px;
    background-color: #050D3E;


    -webkit-font-smoothing: antialiased;
}
#outer
{
	width: 900px;
    margin: 0 auto;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
    background: -webkit-linear-gradient(top, #737373 20%, #656565 40%,#656565 80%,#2d2d2d 100%);
    background: -moz-linear-gradient(top, #737373, #656565);
    background: -ms-linear-gradient(top, #737373, #656565);
    background: -o-linear-gradient(top, #737373, #656565);
    background-color: #737373;


}
#header_content{
	    padding-left: 1.250em;
    padding-right: 20%;
    margin-bottom: 0.5em;
    position: relative;
    width: 44%;
	float:right;
}
.header{

 
	     max-width: 100em;
    width: 100%;
    /* display: inline-block; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
	  

}
.logo
{
    height: 72px;
    margin-top: 3em;
    /* position: relative; */
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
   
    float: right;
}
.en_lang{
	  color: #fff;
    margin-bottom: 6px;
    position: relative;
    font-size: 14px;
    float: right;
	font-family: GraCoRgAr,GraCoRgAr_ie,sans-serif;
}
.ar_lang
{
	   color: rgb(182, 182, 182);
    font-size: 15px;
    float: right;
	font-family: GraCoRgAr,GraCoRgAr_ie, sans-serif;
	width:100%;
}
/*======================= BACK TO TOP =======================*/
#back-top {
	position: fixed;
	bottom: 30px;
	z-index:9999;
	right:95%;
	width:42px;
	height:26px;
	background:url(../images/up-arrow.png)  0 0;
}
#back-top:hover {
	height:26px;
	background:url(../images/up-arrow.png) 0 26px;	
}

#language_swicth{
	float: right;
    width: 10%;
    height: 100%;
    position: relative;
    margin-top: 25px;
}
#language_swicth1{
	float: right;
    width: 10%;
    height: 100%;
    position: relative;
    margin-top: 25px;
    margin-right: -20px;
}
#language_swicth2{
	float: right;
    width: 10%;
    height: 100%;
    position: relative;
    margin-top: 25px;
    margin-right: 40px;
}
.Switch {
position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
    height: 40px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}
body.IE7 .Switch { width: 78px; }
.Switch span {
	display: inline-block;
	width: 35px;
}
.Switch span.On { color: #33d2da; }
.Switch .Toggle {
	position: absolute;
	top: 1px;
	width: 37px;
	height: 25px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	background: #fff;
	background: -moz-linear-gradient(top, #656565 0%, #656565 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #656565));
	background: -webkit-linear-gradient(top, #656565 0%, #656565 100%);
	background: -o-linear-gradient(top, #656565 0%, #656565 100%);
	background: -ms-linear-gradient(top, #656565 0%, #656565 100%);
	background: linear-gradient(top, #656565 0%, #656565 100%);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
	z-index: 999;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
}
.Switch.On .Toggle { left: 2%; }
.Switch.Off .Toggle { left: 54%; }
/* Round Switch */
.Switch.Round {
    padding: 0px 6px;
    border-radius: 66px;
    float: left;
    left: 32px;
}
body.IE7 .Switch.Round { width: 1px; }
.Switch.Round .Toggle {
    border-radius: 56px;
    width: 10px;
    height: 12px;
    left: 0px;
}
.Switch.Round.Off .Toggle {
top: 3%;
   
}
.Switch.Round.On .Toggle {     top: 65%;
    left: 0px;  background: #656565;}
.info {
	font-size: 1.2em;
	margin-bottom: 4px;
}
h3 { text-decoration: underline; }
pre {
	text-align: left;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	background: #F1F2F2;
	border: 1px solid #636363;
	font-size: 2em;
	margin-top: -10px;
	margin-bottom: 6px;
}
.syntaxhighlighter table, .syntaxhighlighter .container { font-size: 15px!important; }
.demo { padding-left: 30px; }


.syntaxhighlighter {
  background-color: #1b2426 !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #1b2426 !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #1b2426 !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #323e41 !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: #b9bdb6 !important;
}
.syntaxhighlighter table caption {
  color: #b9bdb6 !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #435a5f !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #435a5f !important;
  color: #1b2426 !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: #5ba1cf !important;
  background: black !important;
  border: 1px solid #435a5f !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: #5ba1cf !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: #5ce638 !important;
}
.syntaxhighlighter .toolbar {
  color: white !important;
  background: #435a5f !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: #e0e8ff !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #b9bdb6 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #878a85 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: #5ce638 !important;
}
.syntaxhighlighter .keyword {
  color: #5ba1cf !important;
}
.syntaxhighlighter .preprocessor {
  color: #435a5f !important;
}
.syntaxhighlighter .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter .value {
  color: #009900 !important;
}
.syntaxhighlighter .functions {
  color: #ffaa3e !important;
}
.syntaxhighlighter .constants {
  color: #e0e8ff !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #5ba1cf !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: #e0e8ff !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: white !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: #ffaa3e !important;
}
  .textbox { 
  background: #8e8e8e;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    border: none;
    padding: 7px 0px;
    width: 197px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 5px rgb( 0, 0, 0 );
    clear: both;
	float:right;
} 
 
.textbox:focus { 
 
  
    box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;	
}
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:360px;
	
	z-index:90;
	text-align:rigth; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:97% }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	right:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:right;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	right:0;
	top:0;
	height:100%;
	max-height:360px;
	max-width: 100%;
	vertical-align: top;
	border:1px solid #656565;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:360px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:360px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: right;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:right;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(../img/playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container1  .ws_bullets { 
	padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
	font:12px/20px 'Istok Web',Arial,Helvetica,sans-serif; 
	color:#FFFFFF;
	text-align:center;
	margin-left:4px;
	width:20px;
	height:20px;
	background: url(../img/bullet.png) left top;
	float: left; 
	position:relative;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;	
	color:#000000;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	background-size: 200%;
	position:absolute;
	top:50%;
	margin-top:-1.8em;
	z-index:60;
	width: 2.6em;	
	height: 3.6em;
	background-image: url(../img/arrows.png);
	background-size: 200%;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:0;
}
#wowslider-container1 a.ws_prev {
	left:0;	
	background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 2.1em;
    height: 3.6em;
    position: absolute;
    top: 50%;
	margin-top:-1.8em;
    left: 50%;
    z-index: 59;
}

#wowslider-container1 .ws_pause {
	background-size: 100% 200%;
    background-image: url(../img/pause.png);
}

#wowslider-container1 .ws_play {
	background-size: 100% 200%;
    background-image: url(../img/play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	right:50%;
}
#wowslider-container1  .ws_bullets div{
	right:-50%;
}
#wowslider-container1 .ws-title{
	position: absolute;
    font: 2.4em 'Istok Web',GraCoRgAr,GraCoRgAr_ie, sans-serif;
	top:0.2em;
	
	margin-right:0.5em;
	z-index: 50;
	
	text-transform:none;
	
	color:#953195;
	  text-align: center;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding:0.5em;
	padding-right:1.9em;

	border-radius:0 0.2em 0.2em 0; 
	-moz-border-radius:0 0.2em 0.2em 0;
	-webkit-border-radius:0 0.2em 0.2em 0;
	opacity:0.6;
	color:#953195;
	font-size:30px;	
	    font-weight: bold;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title p{
	display:inline-block;
	padding:0.5em;
	
	border-radius:0 0.2em 0.2em 0; 
	-moz-border-radius:0 0.2em 0.2em 0;
	-webkit-border-radius:0 0.2em 0.2em 0;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
	color:#953195;
	font-size:30px;	
	    font-weight: bold;
font-family: GraCorgAr, sans-serif;
}

#wowslider-container1 .ws-title div{
	display:block;
	
	font-size: 0.727em;
	background:#000000;
	color:#fff;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{right:-0%} 16.67%{right:-0%} 33.33%{right:-100%} 50%{right:-100%} 66.67%{right:-200%} 83.33%{right:-200%} }
@-moz-keyframes wsBasic{0%{right:-0%} 16.67%{right:-0%} 33.33%{right:-100%} 50%{right:-100%} 66.67%{right:-200%} 83.33%{right:-200%} }
@-webkit-keyframes wsBasic{0%{right:-0%} 16.67%{right:-0%} 33.33%{right:-100%} 50%{right:-100%} 66.67%{right:-200%} 83.33%{right:-200%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:25px;
	left:-43px;
	visibility:hidden;
	position:absolute;
    border: 3px solid #ffffff;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:85px;
	background-color:#ffffff;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:30px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
    border: 3px solid #ffffff;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-1px;
	left:43px;
	background:url(../img/triangle.png);
	width:15px;
	height:8px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}
#search{
	    border: 0px;
    background-color: transparent;
    width: 80%;
    height: 90%;
	float:right;
    margin-right: 20px;
    padding-right: 10px;
    border-right-width: 2px;
    border-style: solid;
    text-align: right;
    border-right-color: darkgrey;
}
@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}
[class^="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}


#social-sidebar {
	right: 0%;
    float: right;
    /* position: relative; */
    /* top: 55%; */
    list-style: none;
     display: none;
	position:fixed;
    margin: 0px;
    width: 50px;
    height: 0px;
    padding: 0px;
    top: calc(50% - 50px);
}

#social-sidebar li:first-child a { border-top-left-radius: 5px; }
#social-sidebar li:last-child a { border-bottom-left-radius: 5px; }

#social-sidebar a {
	background: rgba(0, 0, 0, .7);
	color: #c7057f;
  text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;  
	font-size: 24px;
	line-height: 50px;
	position: relative;
	text-align: center;
  cursor: pointer;
}

#social-sidebar a:hover span {
	right: 120%;
	opacity: 1;
	color: white;
}

#social-sidebar a span {
  font: 12px "Open Sans", sans-serif;
  text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, right .4s;
	top: 50%;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
  width: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {background: #00aced;}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {background: #3B5998;}

#social-sidebar a[class*="gplus"]:hover,
#social-sidebar a[class*="gplus"] span,
#social-sidebar a[class*="gplus"] span:before {background: #E34429;}

#social-sidebar a[class*="linkedin"]:hover,
#social-sidebar a[class*="linkedin"] span,
#social-sidebar a[class*="linkedin"] span:before {background: #0077B5;}

#social-sidebar a[class*="dropbox"]:hover,
#social-sidebar a[class*="dropbox"] span,
#social-sidebar a[class*="dropbox"] span:before {background: #8DC5F2;}

#social-sidebar a[class*="github"]:hover,
#social-sidebar a[class*="github"] span,
#social-sidebar a[class*="github"] span:before {background: #9C7A5B;}

#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {background: #6BB130;}

ul.OurPortfolio{    width:100%;
                    padding:0;
                    margin-right: -50px;
                    text-align:center;
                    margin-top: 1px;
                    direction: rtl;
}
ul.OurPortfolio li{    padding:0;
                       display:inline-block;
                       width:165px;
                       height:auto;
                       margin:25px 30px;
}
ul.OurPortfolio li a , ul.OurPortfolio li a:hover{    text-decoration:none;
}
ul.OurPortfolio li figure{    display:block;
}
figure .PortfolioBox{    width:155px;
                         height:155px;
                         overflow:hidden;
                         border:8px solid #814a6c;
                         border-radius:100px;
                         -webkit-box-shadow: 7px 4px 47px -17px rgba(0,0,0,0.4);
                         -moz-box-shadow: 7px 4px 47px -17px rgba(0,0,0,0.4);
                         -ms-box-shadow: 7px 4px 47px -17px rgba(0,0,0,0.4);
                         -o-box-shadow: 7px 4px 47px -17px rgba(0,0,0,0.4);
                         box-shadow: 7px 4px 47px -17px rgba(0,0,0,0.4);
                         -webkit-transition: all .2s ease-in-out;
}
ul.OurPortfolio li a:hover .PortfolioBox{    border:8px solid #ad7999;
                                             overflow:hidden;
                                             z-index:999;
}
.PortfolioBox img{    -webkit-transition: all .3s ease-in-out;
                      -moz-transition: all .3s ease-in-out;
                      -ms-transition: all .3s ease-in-out;
                      -o-transition: all .3s ease-in-out;
                      border-radius:100px;
                      width:100%;
                      height:100%;
}
ul.OurPortfolio li a:hover .PortfolioBox img{    /*-webkit-transform: scale(1.1);
z-index:0;
    */}
ul.OurPortfolio figcaption h4{    color:#e0e0e0;
                                    font-family: 'GraCoRg', sans-serif; 
                                     font-size:1.08em;
                                     text-align:center;
                                     margin-top:1px;
                                     margin-right:35px;
                                     text-transform:uppercase;
                                     width:100%;
                                     display: inline-table;
}

/*@media screen and (min-width:900px)  and (max-width: 1350px){
    pp {
        font-size: 0px;
    }
}*/
