@import "../css/ar/reset.css";

@import "../css/ar/skeleton.css";

@import "../css/ar/superfish.css";

article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video
	{
	display: block
}

mark,rp,rt,ruby,summary,time {
	display: inline
}
/* Global properties ======================================================== */
html {
	width: 100%
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #444;
	min-width: 960px;
	background: #fff;
	-webkit-text-size-adjust: none;
}

@font-face {
	font-family: "GE";
	font-style: normal;
	font-weight: normal;
	src: url("../Fonts/ge_ss_two_light-webfont.eot?#iefix")
		format("embedded-opentype"),
		url("../Fonts/ge_ss_two_light-webfont.woff") format("woff"),
		url("../Fonts/ge_ss_two_light-webfont.ttf") format("truetype"),
		url("../Fonts/ge_ss_two_light-webfont.svg#ge_ss_two_lightregular")
		format("svg");
}

@font-face {
	font-family: "GE_medium";
	font-style: normal;
	font-weight: normal;
	src: url("../Fonts/ge_ss_two_medium.eot?#iefix")
		format("embedded-opentype"), url("../Fonts/ge_ss_two_medium.woff")
		format("woff"), url("../Fonts/ge_ss_two_medium.ttf")
		format("truetype"),
		url("../Fonts/ge_ss_two_medium.svg#ge_ss_two_lightregular")
		format("svg");
}
/*********************************fonts*************************************/
.reg {
	text-transform: uppercase
}

.f_left {
	float: left
}

.f_right {
	float: right
}

.align_right {
	text-align: right
}

.align_center {
	text-align: center
}

.it {
	font-style: italic
}

.let {
	letter-spacing: -1px
}
/*********************************CLASSES**********************************/
.m_bottom_zero {
	margin-bottom: 0 !important;
}

.m_left_zero {
	margin-left: 0 !important;
}

.p_bottom_zero {
	padding-bottom: 0 !important;
}

.p_left_zero {
	padding-left: 0 !important;
}

.clear {
	clear: both;
	width: 100%;
	line-height: 0;
	font-size: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.extra_wrapper {
	overflow: hidden;
}

.container {
	width: 100%
}

.extra_last,.last {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.extra_last {
	border: none !important;
	background: none !important;
}

.bg_none {
	background: none !important;
}

.bd_n {
	border: none !important;
}
/*==================================== Links ======================================================== */
a {
	color: #8b8b8b;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

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

.buttons {
	background: #0055A0;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 16px;
	box-shadow: 0px 2px 2px #888;
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
	transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.buttons:hover {
	background: #4891DC;
	color: #fff;
}

.button1 {
	display: inline-block;
	padding: 6px 20px;
	margin: 10px 0 0 0;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background: url('../Images/button1.png') repeat-x #404040;
	text-transform: uppercase;
	border-radius: 4px;
}

.button1:hover {
	background: url('../Images/button1_h2.png') repeat-x;
	z-index: 1;
	color: #fff;
}
/*********************************Displays*************************************/
.block {
	display: block;
}

.inline-block {
	display: inline-block;
}
/*********************************header*************************************/
.header {
	padding: 0;
	height: 145px;
	background: url('../Images/header.png') repeat-x #4891DC;
}

.header h1 {
	width: 117px;
	float: right;
	height: 122px;
	background: url(../Images/logo2.png) 0 0 no-repeat;
	margin-top: 8px;
	box-shadow: 0px 0px 10px #fff;
}

.header_top span {
	display: block;
	text-align: right;
	font-family: "GE", Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 22px;
	text-shadow: 0 2px 2px #4891dc;
	line-height: 30px;
	color: #fff;
}

.header_top span dd {
	display: block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	text-shadow: 0 2px 2px #4891dc;
	line-height: 40px;
	color: #fff;
}

.header_top .ar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	padding-top: 20px;
	font-weight: 100;
}

.header_top {
	margin-top: 0;
	overflow: hidden;
}

.social {
	overflow: hidden;
	float: left;
	padding: 5px 0px 0;
	display: block;
}

.social a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-left: 4px;
}

.social a:first-child {
	margin: 0 0 0 0;
}

.social a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social a:hover img {
	margin-top: -32px;
}

.search {
	position: relative;
	float: left;
	width: 250px;
	height: 40px;
	margin: 7px 20px;
}

#search {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}

#search input {
	float: right;
	background: none;
	border: none;
	margin: 0;
	padding: 6px 10px 6px 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	width: 200px;
}

#search a {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	background: url('../Images/search_but.png') no-repeat;
}

#search a:hover {
	background-position: 0 -29px;
}

.top {
	position: relative;
	height: 3px;
	width: 100%;
	background: #0055A0
}

.top-nav {
	position: relative;
	z-index: 11;
	padding: 0;
	box-shadow: 0px 1px 5px #000;
}

.top-nav ul {
	float: left;
	height: 35px;
}

.top-nav li {
	display: block;
	float: right;
	height: 35px;
	margin-right: 20px;
}

.top-nav li a {
	display: block;
	height: 35px;
	line-height: 20px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.top-nav li a:first-child {
	margin: 0 0 0 0;
}

.top-nav li a:hover {
	color: #444;
}
/*================================>> slider box <<========================================*/
.slider_box {
	padding: 0;
	background: url('../Images/slider_bg.png') repeat-x #eee;
	overflow: hidden;
	position: relative;
	z-index: 1;
	clear: both;
}

.header_box {
	margin: 0;
	padding: 13px 0px 0;
	position: relative;
}
/*********************************content*************************************/
#content {
	padding: 0 0px 20px 0px;
	clear: both;
	background: #fff;
}

.cont_pad {
	padding: 10px 0 0 !important;
}

.cont_pad1 {
	padding: 70px 0 46px !important;
}
/*===============================>> Paragraphs <<=============================*/
.maxheight {
	height: 134px;
}

p {
	margin-bottom: 20px
}

.p2 {
	margin-bottom: 18px;
}

.p3 {
	margin-bottom: 7px;
}

.p4 {
	margin-bottom: 22px;
}
/*================================>> LISTS <<========================================*/
.list1 {
	padding: 10px 18px;
	width: 40%;
	float: left;
	list-style: none;
}

.list1 li {
	border-bottom: 1px dotted #403b36;
	padding-bottom: 0px;
	list-style: none;
}

.list1 li.last {
	border-bottom: none;
}

.list1 a {
	line-height: 32px;
	color: #403b36;
}

.list1 a:hover {
	color: #0055A0;
}

.list2 {
	padding: 10px 18px;
	width: 40%;
	float: left;
}

.list2 li {
	border-bottom: 1px dotted #403b36;
	padding-bottom: 0px;
	list-style: none;
}

.list2 li.last {
	border-bottom: none;
}

.list2 a {
	line-height: 32px;
	color: #403b36;
}

.list2 a:hover {
	color: #0055A0;
}

.faculties div {
	width: 180px;
	height: 210px;
	padding: 0px;
	margin-bottom: 10px;
	background: #eee;
}

.faculties img {
	width: 180px;
	height: 180px;
	margin: 0;
}

.faculties .text {
	line-height: 28px;
	font-family: "GE_medium", Tahoma, Helvetica, sans-serif;
	padding: 5px;
	font-size: 15px;
	color: #0055A0;
}

.faculties img:hover {
	opacity: 0.8;
}

.row {
	margin-bottom: 10px;
}
/*================================>> H <<========================================*/
h2,h3,h4 {
	font-weight: normal;
	font-family: "GE", Tahoma, Helvetica, sans-serif;
	margin-bottom: 15px;
	line-height: 32px;
	color: #555555;
	letter-spacing: 0;
}

h2 {
	font-size: 21px;
}

h4 {
	color: #747474;
}

h4 a {
	color: #555555;
}

h2.ind {
	margin-bottom: 26px;
}

h2.ind1 {
	margin-bottom: 27px;
}

h2.ind2 {
	margin: 20px 0 6px;
	border-bottom: solid 3px #4991DC;
}

h2.ind3 {
	margin-bottom: 32px;
}

h2.ind4 {
	margin-bottom: 30px;
}
/*================================>> GOOGLE FONTS  <<========================================*/
.title1,.title2,.news2 .title,.os,h2,h3 {
	font-family: "GE", Arial, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	color: #0055A0
}
/*================================>> hovers <<========================================*/
.button1 em,.button em,a.img_wrap,.footer a,.sf-menu a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*********************************page_1*************************************/
.ext_list>li,.ext_box {
	overflow: hidden;
}

.ext_list>li>figure,.ext_box>figure {
	float: right;
	margin-left: 10px;
}

.ext_list>li>div,.ext_box>div {
	overflow: hidden;
}

.news2 .title {
	background: url('../Images/news2_title2.png') repeat-x #fff;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 12px 0 12px 12px;
}

.news2 .title span {
	font-size: 16px;
	line-height: 19px;
	color: #7c7c7c;
	display: block;
	margin-bottom: -9px;
}

.news2 .text {
	background: url('../Images/news2_text2.png') repeat-x #f0f0f0;
	padding: 16px 17px 17px;
	border-radius: 0 0 4px 4px;
}

.link1 {
	color: #0055A0;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 18px;
}

.link1:hover {
	color: #555;
}

.welcome {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin: 40px 0 41px;
	padding: 34px 0 35px;
}

.welcome .title1 {
	font-size: 16px;
	line-height: 19px;
	color: #d1d1d1;
	margin-bottom: -3px
}

.welcome .title2 {
	font-size: 28px;
	line-height: 34px;
	color: #555555;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.welcome .buttons strong {
	display: inline-block;
	font-weight: normal;
	padding: 17px 6px 0;
}

.f_14,.f_14 a,a.f_14 {
	font-size: 14px;
	line-height: 22px;
	color: #424242;
}

a.f_14:hover,.f_14 a:hover {
	color: #727272;
}

.news2_list {
	margin-bottom: 11px;
}

.list-menu {
	float: left;
	background: #f0f0f0;
	border-radius: 4px;
	position: relative;
	width: 100%;
	clear: both;
}

.img_wrap {
	border: 4px solid #d5d5d5;
	display: inline-block;
	background: #D5D5D5;
}

.img_wrap,.img_wrap img {
	border-radius: 4px;
}

a.img_wrap:hover {
	border-color: #4c4c4c;
}

.branches {
	
}

.branches>li {
	
}

.branches .title {
	font-weight: bold;
	color: #555;
	padding-top: 1px;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
}

.branches a {
	color: #777;
}

.branches a:hover {
	color: #555;
}

.links_list {
	text-transform: none;
}

.links_list a {
	color: #9d9d9d;
	text-decoration: underline;
}

.links_list li.current a,.links_list li a:hover {
	color: #555;
}

/*********************************page_2*************************************/
.news-list-box {
	position: relative;
	margin: 0;
}

.news_list {
	position: relative;
	margin: 0;
	list-style: none;
}

.news_list>li {
	overflow: hidden;
	height: 110px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	list-style: none;
}

.img-style {
	float: right;
	margin: 0 0 10px 20px;
}

.news_list>li>figure {
	float: right;
	margin-left: 10px;
	max-height: 100px;
	list-style: none;
}

.news_list>li>div {
	overflow: hidden;
	list-style: none;
}

.box {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 44px;
	margin-bottom: 41px;
}

.m_bot1 {
	margin-bottom: 24px;
}

.m_bot2 {
	margin-bottom: 9px;
}

.team_box {
	
}

.team {
	background: #e6e6e6;
	padding: 10px 10px 15px;
	width: 175px;
	border-radius: 4px;
	float: left;
	margin-left: 22px;
}

.team img {
	margin-bottom: 9px;
}

.team_box .team:first-child {
	margin-left: 0;
}
/*********************************page_3*************************************/
.stripe {
	height: 1px;
	background: #ebebeb;
	margin: 40px 5px;
}

.stripe1 {
	height: 1px;
	background: #ebebeb;
	margin: 43px 5px 40px;
}

.s_overview {
	
}

.s_overview>li {
	margin-bottom: 26px;
}

.s_overview>li>div {
	
}

.s_overview>li>div p {
	margin-bottom: 10px;
}

.s_overview>li>figure {
	margin: 1px 20px 0 0;
}
/*********************************page_4*************************************/
.solution {
	background: #e6e6e6;
	border-radius: 5px;
	padding: 10px 10px 20px;
}

.solution>a {
	display: block;
	margin-bottom: 13px;
}
/*********************************page_5*************************************/
.more {
	color: #0055A0;
	padding-top: 10px;
	display: block -webkit-transition:  all 0.5s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Contact form */
#contact-form {
	padding: 1px 0 0 0;
}

.success {
	width: 246px;
	padding: 10px;
}

textarea,input {
	margin: 0;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	color: #8f8f8f;
	padding: 9px 13px;
	outline: none;
	position: relative;
	font-family: Tahoma, Helvetica, sans-serif;
	background: #fff;
}

input {
	width: 319px;
	float: right;
}

textarea {
	overflow: auto;
	width: 340px;
	height: 231px;
	resize: none;
	float: right;
	margin: 0 0 0 0;
}

label {
	display: inline-block;
	min-height: 46px;
	overflow: hidden;
}

label.message {
	display: block;
	padding-bottom: 0;
}

.buttons {
	margin-left: 8px;
	cursor: pointer;
}

.error,.empty,.success {
	display: none;
}

.error,.empty {
	text-align: left;
	color: red;
	font-size: 11px;
	float: left;
	line-height: 18px;
}

.buttons2 {
	overflow: hidden;
	text-align: right;
	position: relative;
	clear: both;
	padding-top: 24px;
}

.buttons2 a {
	cursor: pointer;
	margin-top: 0;
	text-align: center;
}

.buttons-wrapper {
	padding: 30px 0 0 36px;
	text-align: right;
}

.buttons-wrapper span {
	margin-right: 8px;
}

.buttons-wrapper a {
	min-width: 51px;
	text-align: center;
}

.map_wrapper {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

#map_canvas {
	width: 100%;
	height: 279px;
}

.adress {
	
}

.adress span {
	display: inline-block;
	width: 74px;
}

.adress dt {
	margin-bottom: 22px;
}

.demo {
	color: #424242;
	text-decoration: underline;
}

.demo:hover {
	text-decoration: none;
}
/****************************footer************************/
.footer {
	padding: 0;
	background: #0055A0;
	line-height: 50px;
	height: 50px;
	margin: 0;
}

.footer .privacy,.footer .privacy span {
	color: #fff;
}

.footer .privacy span {
	padding: 0 10px;
	line-height: 50px
}

.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

/*****carousel style*****/
.carousel-box {
	width: 100%;
	/* height:232px; */
	position: relative;
}

#carousel li {
	width: 100% !important;
	height: 86px !important;
	padding: 5px 0 10px;
	border-bottom: dotted 2px #ccc;
}

#carousel li a {
	color: #0055A0;
}

#carousel li .time {
	color: #444;
	font-size: 11px;
	text-decoration: none;
}

.jCarouselLite {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

#prev,#next {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #F00;
	z-index: 99 !important;
	text-indent: -5000px;
	top: -40px !important;
}

#next {
	background: url(../Images/control-buttons2.png) 0px 0px no-repeat;
	left: 50px !important;
}

#prev {
	background: url(../Images/control-buttons2.png) -32px 0px no-repeat;
	left: 5px !important;
}

#next:hover {
	background-position: 0px -32px;
}

#prev:hover {
	background-position: -32px -32px;
}
/*****carousel2 style*****/
.carousel-box2 {
	width: 100%;
	height: auto;
	position: relative;
}

#carousel2 li {
	width: 100% !important;
	height: 100px !important;
	padding: 5px 0 10px;
	border-bottom: dotted 2px #ccc;
}

#carousel2 li a {
	color: #0055A0;
}

#carousel2 li .time {
	color: #444;
	font-size: 11px;
	text-decoration: none;
}

.jCarouselLite2 {
	width: 100%;
	height: 351px;
	overflow: hidden;
}

#prev2,#next2 {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #F00;
	z-index: 9999 !important;
	text-indent: -5000px;
	top: -40px !important;
}

#next2 {
	background: url(../Images/control-buttons2.png) 0 0 no-repeat;
	left: 50px !important;
}

#prev2 {
	background: url(../Images/control-buttons2.png) -32px 0 no-repeat;
	left: 5px !important;
}

#next2:hover {
	background-position: 0px -32px;
}

#prev2:hover {
	background-position: -32px -32px;
}

.carousel-box3 {
	width: 380px;
	position: relative;
	height: 251px;
}

#carousel3 li {
	width: 380px !important;
	height: 251px !important;
	padding: 0;
}

#carousel3 li a {
	color: #0055A0;
}

.jCarouselLite3 {
	width: 380px;;
	height: 251px;
	overflow: hidden;
}

#prev3,#next3 {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #F00;
	z-index: 9999 !important;
	text-indent: -5000px;
	top: -40px !important;
}

#next3 {
	background: url(../Images/control-buttons2h.png) 0px 0px no-repeat;
	left: 5px !important;
}

#prev3 {
	background: url(../Images/control-buttons2h.png) -32px 0px no-repeat;
	left: 50px !important;
}

#next3:hover {
	background-position: 0px -32px;
}

#prev3:hover {
	background-position: -32px -32px;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	.flexslider {
		height: 332px;
	}
	.flexslider .title2 {
		font-size: 75px;
	}
	.testimonial {
		overflow: hidden;
	}
	.testimonial blockquote {
		width: 84%;
		float: none;
	}
	.testimonial blockquote:after {
		display: none;
	}
	.testimonial figure {
		float: none;
		margin-top: 10px;
	}
	#search input {
		width: 100px;
	}
	.team {
		margin-left: 10px;
		width: 140px;
	}
	.team img {
		width: 100%;
	}
	.m_bot1 {
		margin-bottom: 20px;
	}
	.img_wrap img {
		width: 100%;
	}
	textarea {
		width: 340px;
	}
	.privacy span {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	.privacy span {
		display: inline;
	}
	.flexslider {
		height: 184px;
	}
	.header .call {
		float: none;
		clear: both;
	}
	#content img:not (.no-res ),img:not (.no-res ) {
		width: 100%;
	}
	.sf-menu,#search {
		float: none;
	}
	#search {
		margin: 15px 15px 0;
	}
	.flexslider .title1 {
		font-size: 30px;
		line-height: 36px;
		color: #7c7c7c;
		text-transform: uppercase;
		font-weight: 800;
		letter-spacing: -1px;
	}
	.flexslider .title2 {
		font-size: 40px;
		letter-spacing: 0px;
		line-height: 75px;
		margin-top: -18px;
	}
	.flexslider .text {
		display: none;
	}
	.slider_box {
		padding-top: 150px;
	}
	.flexslider .banner {
		padding-top: 15px;
	}
	.flex-direction-nav a {
		top: 64%;
	}
	.welcome .title2 {
		font-size: 22px;
		line-height: 27px;
	}
	.testimonial figure {
		float: right;
		margin-top: 0;
	}
	.testimonial blockquote {
		width: 60%;
		float: left;
	}
	.testimonial blockquote:after {
		display: block;
	}
	#search input {
		width: 200px;
	}
	.header_box {
		margin: 0;
		width: 100%;
	}
	#content {
		padding-top: 160px;
	}
	.cont_pad1 {
		padding-top: 160px !important;
	}
	.team {
		width: 400px;
		margin: 0 0 20px !important;
	}
	.team_box.m_bot1 {
		margin-bottom: 0;
	}
	.m_bot2 {
		margin-bottom: 30px;
	}
	.img_wrap {
		display: block;
	}
	textarea,input {
		width: 340px;
	}
}

@media only screen and (max-width: 479px) {
	body {
		min-width: 300px;
	}
	.flexslider {
		height: 131px;
	}
	.testimonial blockquote {
		width: 50%;
	}
	.flexslider .banner {
		padding-top: 0;
	}
	.flexslider .title1 {
		
	}
	.flex-direction-nav a {
		top: 60%;
	}
	.flexslider .title2 {
		font-size: 29px;
		letter-spacing: 0px;
		line-height: 36px;
		margin-top: 0;
	}
	#search input {
		width: 200px;
	}
	.team {
		width: 280px;
	}
	.s_overview>li>figure {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.s_overview .img_wrap img {
		border-radius: 0;
	}
	textarea,input {
		width: 271px;
	}
	#accordion1 {
		width: 100%;
	}
}