html {
  scroll-behavior: smooth;
}

body{
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	color: #000000;  
	font-weight: 400; 
	font-family: 'Assistant';
	font-size: 16px;
	line-height:30px;
	direction:rtl;
}

.Roboto {font-family: 'Roboto';}

._ltr { direction:ltr !important; text-align: left;}

li { margin-bottom: 10px;}
figure {padding:0; margin:0;}
iframe {
	display:block;
	margin:0px auto;
	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
table, td, tr { padding:0px 0px 0px 0px !important; margin: 0px auto; border-collapse:collapse !important; border:none !important; border-spacing:0px 0px !important;}
img { 
    display:block;
	padding:0px;
	margin:0px;
	
}
.TextAlign {text-align: right;}
address {text-decoration: none; font-style: normal; }
abbr {text-decoration: none; font-style: normal; }

.HideBullets {list-style:none;}




.Chk {width: 20px; height: 20px; border-radius: 5px;}

.NoCursor {cursor: default;}

.Pic { border:1px #aeaeae solid; }

.Hand { cursor:pointer;}
.NoBorder { border:none;}
.DInline { display:inline-block;}
.DBlock { display:block;}

ul,ol {margin-right: 20px; margin-left: 20px;}


 a:focus.Close div, a:hover.Close div {
  outline: solid 1px #e1e1e1;
  line-height: inherit;
 }
	

.CloseDiv {display: inline-block; width: 40px; height: 40px; margin: 10px; }
.CloseDiv:after { content:'\2715'; font-size: 36px; color: #ffffff;}


.Line { height:2px; background-color:#f58120;}
.LineX { height:20px; background-color:#f1f1f2;}

.Topic {
  background-image: url(../pics/topic.png);
	 background-position: center center;
	 background-size: contain;
		background-repeat: no-repeat;
		
		display: inline;
		float: right;
		margin: 15px;
		
		text-align: center;
		
}

.Topics a div {color:#ffffff; font-size: 40px; font-weight: 500;}
/*.Topics a:focus div {outline: solid 1px #e1e1e1;} */

.Topics {
  position: absolute;
		z-index: 20;
		width: 100%;
		height: auto;
		text-align: center;
		top: 50vh;
}
.Topics_In {
 width: auto;
	display: inline-block;
	float: none;
}

.Banner {
    width:100%; 
	   text-align:center;
	   display:inline-block;
	
	
	height: calc(80vh - 150px);
    height: -o-calc(80vh - 150px);
    height: -webkit-calc(80vh - 150px);
    height: -moz-calc(80vh - 150px);
	
	
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
	
	background-color: #000000;
	margin-top: -10px;
	margin-bottom: -10px;

	overflow: hidden;
}


@-moz-keyframes spin { 
  0%   { -moz-transform: rotate(35deg); }
	 100% { -moz-transform: rotate(0deg); } 
	}
@-webkit-keyframes spin { 
  0%   { -webkit-transform: rotate(15deg); } 
		100% { -webkit-transform: rotate(0deg); } 
	}
@keyframes spin { 
 0%   { -webkit-transform: rotate(35deg); transform:rotate(35deg); }
	100% { -webkit-transform: rotate(0deg); transform:rotate(0deg); } 
}

.TextAlignCenter {text-align: center;}

.Content {
	width:990px;
	text-align:center;
	display:inline-block;
}

.Content600 {
	width:600px;
	text-align:center;
	display:inline-block;
}
p {direction: rtl !important;}

.TextDiv {
 display:inline-block;
	float: left;
	width: 300px;
	text-align: right;
	line-height: 18px;
}
.MapDiv {
 display:inline-block;
	float: right;
	width: 650px;
}

.Full {
	width:100%;
	min-width: 760px;
	text-align:center;
	display:inline-block;
	margin: 0px;
	padding: 0px;
}

.HeaderSep {
 height: 40px;
 height: 40px;
	display: inline-block;
}
.Header_Outer {
    width:100%; 
	text-align:center;
	display:inline-block;
	height: 49px;
	position: absolute;
	z-index: 100000;
	background-image: url('/pics/header.png');
	top:95px;
	left:0;
	right: 0;
	
	overflow: hidden;
}
.Header {
  width:990px;
  display:inline-block;
  line-height: 49px;
}


.Header_OuterX {
 width:100%; 
	text-align:center;
	display:inline-block;
	height: 49px;
	position: fixed;
	z-index: 100000;
	background-image: url('/pics/header.png');
	top:0;
	left:0;
	right: 0;
	
	overflow: hidden;
}
.HeaderX {
  width:90%;
  display:inline-block;
  line-height: 70px;
}
.LogoBg {
 height: 95px;
	display: inline-block;
	float: none;
}


.FooterSep {
 height: 70px;
}
.Footer {font-size: 16px;}


.Access {
 display: inline-block;
	float: right;
	height: 49px;
	color: #ffffff;
	
}

.ProjectBox {
 display: inline-block;
	width: 450px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
	
	margin-bottom: 40px;
}
.ProjectBigBox {
 display: inline-block;
	width: 990px;
	
	float: none;
	
}
.ProjectTitleDiv {
  display: inline-block;
		float: right;
		margin-top: -10px;
}

.ProjectSmallImage {
 display: inline-block;
	width: 450px;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	outline: 3px #f58120 solid;
}
.ProjectSmallImage:hover {outline: 1px #f58120 solid;}

.ProjectBigImage {
 display: inline-block;
	width: 990px;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	outline: 3px #f58120 solid;
}
.ProjectBigImage:hover {outline: 1px #f58120 solid;}

.ProjectSmallText {
 height: 60px;
	overflow: hidden;
	text-align: right;
	line-height: 18px;
}
.ProjectBigText {
 height: 60px;
	overflow: hidden;
	text-align: right;
	line-height: 18px;
}

a.ProjectLink div {
 display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	line-height: 25px;
	background-color: #181d62;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	/*border-radius: 35px;*/
	
	float: left;
}
a.ProjectLink_ div {margin-left:5px;}
a:hover.ProjectLink div, a:focus.ProjectLink div {
 
	background-color: #f58120;
	
}

.ProjectFullImageDiv {
 display: inline-block;
	float: left;
	width: 600px;
}
.ProjectFullImage {
 display: block;
	width: inherit;
	outline: 3px #f58120 solid;
}
.ProjectFullText {
 display: inline-block;
	float: right;
	width: 350px;
	text-align: right;
}

a.SubmitButton div {
 display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
	background-color: #f58120;
	color: #ffffff;
	/*border-radius: 35px; */
	float: none;
}
a:hover.SubmitButton div, a:focus.SubmitButton div {
 
	background-color: #181d62;
	
}



.BannerTopic1 {
  background-color: #181d62;
		color: #ffffff;
		line-height: 50px;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: none;
		margin-top: 20px;
		font-size: 24px;
		font-weight: 500;
}

.BannerTopic2 {
  background-color: #181d62;
		color: #ffffff;
		line-height: 50px;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: none;
		margin-top: 10px;
		margin-right: 60px;
		font-size: 24px;
		font-weight: 500;
}

.BannerTopic3 {
  background-color: #181d62;
		color: #ffffff;
		line-height: 50px;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: none;
		margin-top: 10px;
		margin-right: 120px;
		font-size: 24px;
		font-weight: 500;
		
}
.BannerTopics {
 display: inline-block;
	float: right;
	text-align: right;
	width: inherit;
}

.MenuDiv {
  display: inline-block;
  float:none;
		height: 49px;
		/*background-image: url('/pics/button.png');*/
}

.Logo2Div {
  display: inline-block;
  float:left;
		height: 49px;
		width: 78px;
		background-image: url('/pics/logo2x.png'); 
		background-repeat: no-repeat;
		background-position: center center;
}
.Logo2Div:hover {
  
		background-image: url('/pics/logo2.png'); 
		
}

.AccPng {
 width: 40px;
	height: 49px;
	display: inline-block;
	background-image: url('/pics/acc.png'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: right;
}
.AccPng:hover {
 width: 40px;
	height: 49px;
	display: inline-block;
	background-image: url('/pics/accOver.png'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: right;
}

.LogoInline {
  display: inline-block;
  float:left;
		height: 49px;
		width: inherit;
		background-image: url('/pics/logo1.png'); 
		background-repeat: no-repeat;
		background-position: center center;
}

.LogoDiv {
  display:inline-block;
  float: none;
		margin-top: 10px;
  
}

a.MainMenuButton div {
 display: inline-block;
	height: 49px;
	line-height: 49px;
	
	padding-left: 30px;
	padding-right: 30px;
	color:#ffffff;
	font-weight: 500;
	margin: 0;
}

a:hover.MainMenuButton div, a:focus.MainMenuButton div,a:hover.ProjectButton div, a:focus.ProjectButton div {
 display: inline-block;
	height: 49px;
	line-height: 49px;
	/*background-image: url('/pics/buttonOver.png');*/
	background-image: url('/pics/buttonSelected.png');
	padding-left: 30px;
	padding-right: 30px;
	color:#ffffff;
	font-weight: 500;
	margin: 0;
}

a.MainMenuButtonSelected div {
 display: inline-block;
	height: 49px;
	line-height: 49px;
	background-image: url('/pics/buttonSelected.png');
	padding-left: 30px;
	padding-right: 30px;
	color:#ffffff;
	font-weight: 500;
	margin: 0;
}
a.ProjectButton div{
  display: inline-block;
	height: 49px;
	line-height: 49px;
	background-image: url('/pics/buttonX.png');
	padding-left: 30px;
	padding-right: 30px;
	color:#ffffff;
	font-weight: 500;
	margin: 0;
}
a.ProjectButtonSelected div{
  display: inline-block;
	height: 49px;
	line-height: 49px;
	background-image: url('/pics/header.png');
	padding-left: 30px;
	padding-right: 30px;
	color:#ffffff;
	font-weight: 500;
	margin: 0;
}

a.FooterButton div {
 display: inline-block;
	height: 30px;
	line-height: 30px;
	float:none;
	padding-left: 30px;
	padding-right: 30px;
	color:#181d62;
	font-weight: 500;
}

a:hover.FooterButton div, a:focus.FooterButton div {
 display: inline-block;
	height: 30px;
	line-height: 30px;
	float:none;
	padding-left: 30px;
	padding-right: 30px;
	color:#f58120;
	font-weight: 500;
}

a.AccessMinus div{
  display: inline-block;
		float:none;
		padding-left: 5px;
	 padding-right: 5px;
	 color:#ffffff;
	 font-weight: 500;
}
a.AccessPlus div{
  display: inline-block;
		float:none;
		padding-left: 5px;
	 padding-right: 5px;
	 color:#ffffff;
	 font-weight: 500;
		font-size: 24px;
}

.ContentSep { height: 30px;}

.ContentText {
  display: inline-block;
  float: right;
  width: 55%;
  margin-left: 5%;
  text-align: right;
}

.ContentSmallText {
  display: inline-block;
  float: none;
  width: 100%;
  
  text-align: right;
}

.ContentImage {
  display: inline-block;
  float: left;
  width: 35%;
  margin-right: 5%;
}

.ContentImageImage {
  width: 100%;
}
.ContentImageImageSmall {
  width: 22%;
		display: inline-block;
		float: right;
		margin: 5px;
}
.SmallPicDiv {display: inline-block; float: right; border: 1px #e1e1e1 solid;}


.BoldText {
 font-weight: 500;
	font-size: 20px;
}

a.Button div {
 line-height: 40px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	background-color: #e81c23;
	
	text-align: center;
	
	
	border-radius: 20px;
}
a:hover.Button div {
 box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
	line-height: 40px;
	height: 40px;
	
	color: #ffffff;
	background-color: #000000;
	
	text-align: center;
	margin-top: 0;
	display: inline-block;
	border-radius: 20px;
}
a:focus.Button div {
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
		line-height: 40px;
	height: 40px;
	
	color: #ffffff;
	background-color: #000000;
	
	text-align: center;
	margin-top: 0;
	display: inline-block;
	border-radius: 20px;
}

.Block {
 display: inline-block;
	width: 890px;
	background-color: #f1f1f2;
	border-radius: 90px;
	min-height: 91px;
}
.Icon1 {
 display: inline-block;
	float: right;
	background-image: url('/pics/clock.png');
	width: 90px;
	height: 91px;
	
}
.Icon2 {
 display: inline-block;
	float: right;
	background-image: url('/pics/stamp.png');
	width: 90px;
	height: 91px;
	
}
.Icon3 {
 display: inline-block;
	float: right;
	background-image: url('/pics/location.png');
	width: 90px;
	height: 91px;
	
}
.ContentSection {
 display: inline-block;
	float: left;
	width: 700px;
	margin-left: 70px;
	color: #181d62;
}
.ContentSection h1, .ContentSection h2 {
 color: #181d62;
	text-align: right;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: -10px;
	font-weight: 400;
}
.ContentSection p {
 text-align: right;
	line-height: 18px;
	color: #000000;
	
}

.SideButtons {
 position: fixed;
	right: 40px;
	bottom: 40px;
	display: inline-block;
	width: 100px;
}

.Icon4 {
 display: inline-block;
	float: right;
	background-image: url('/pics/up.png');
	width: 90px;
	height: 91px;	
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #181d62;
}
.Icon4:hover {background-image: url('/pics/upOver.png'); color: #f58120;}

.Icon5 {
 display: inline-block;
	float: right;
	background-image: url('/pics/chat.png');
	width: 90px;
	height: 91px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #181d62;
}
.Icon5:hover {background-image: url('/pics/chatOver.png'); color: #f58120;}
.Icon5 div, .Icon4 div { margin-top: 55px; font-weight: 400;}

.Icon24 {
 display: inline-block;
	float: none;
	background-image: url('/pics/24.png');
	width: 90px;
	height: 91px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #181d62;
	margin-top: 15px;
}

.RightButton {
 display: inline-block;
	float: right;
	
	background-image: url('/pics/right.png');
	width: 133px;
	height: 25px;
	
	background-repeat: no-repeat;
	background-position: center right;
	text-align: left;
	color: #181d62;
}
.RightButton:hover {background-image: url('/pics/rightOver.png'); color: #f58120;}

.LeftButton {
 display: inline-block;
	float: left;
	background-image: url('/pics/left.png');
	width: 120px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center left;
	text-align: right;
	color: #181d62;
}
.LeftButton:hover {background-image: url('/pics/leftOver.png'); color: #f58120;}




.FormTopic {width: 100%; text-align: center; display: block; margin-bottom: 15px;}
.FormDiv1 {
  display: inline-block;
		float: right;
		width: 200px;
}
.FormDiv2 {
  display: inline-block;
		float: right;
		width: 600px;
		margin-right: 30px;
}
.FormDiv3 {
  display: inline-block;
		float: left;
		width: 100px;
}
.FormTopicTextBox {
  width: 100%;
		max-width: 350px;
		height: 35px;
		font-family: 'Assistant';
		font-weight: 500;
		border: 0;
		background-color: #f1f1f2;
		border-radius: 15px;
		margin-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
}
.FormTopicTextBox_ {
  width: 100%;
		max-width: 350px;
		height: 35px;
		font-family: 'Assistant';
		font-weight: 500;
	 border: 0;
		background-color: #ff0000;
		border-radius: 15px;
		margin-bottom: 8px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
}
.FormTopicTextBox2 {
  width: 100%;
		max-width: 100%;
		height: 120px;
		max-height: 120px;
		font-family: 'Assistant';
		font-weight: 500;
		border-radius: 15px;
		background-color: #f1f1f2;
		border: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
}


.FormTopicTextBox:focus, .FormTopicTextBox_:focus, .FormTopicTextBox2:focus {
 outline: outset;
}

.FormTopicTable {width: 100%;}


	 
.SepTop3 { height:3px;}	 
.SepTop10 { height:10px;}
.SepTop20 { height:20px;}
.SepTop40 { height:40px;}
.SepTop120 { height:120px;}

.Sep5 {width:5px;}
.Sep10 {width:10px;}
.Sep20 {width:20px;}

.MarginX {margin-right: 10px; margin-left: 10px;}

.Title { color:#000000; font-size:20px; line-height:22px; margin-top: 0; margin-bottom: 3px;}
.Title_ { color:#000000; font-size:26px; line-height:30px; text-align: center;}
h2 {font-size:18px; line-height:24px;}
h3 {font-size:16px; line-height:20px;}



.GalleryImage {
	   width:100%;
	   max-height: calc(100vh - 70px);
    max-height: -o-calc(100vh - 70px);
    max-height: -webkit-calc(100vh - 70px);
    max-height: -moz-calc(100vh - 70px);
	}
.PopupHolder {
	 text-align:center;
	 margin-left:auto;
  margin-right:auto;
	 position: fixed;
  display:block;
  z-index:190
}
.GalleryWindow {
 
 display:inline-block;
 
 width: 100%;
 height:100vh;
 background-color:#000000;
 background-color:rgba(0,0,0,0.8);
 
 overflow:hidden;
 text-align:center;	
	position: fixed;
	z-index: 20;
}

.GalleryWindow_In {
 
 /*width: 96vw;
 height:100vh;
	display:inline-block;
 
 margin-left:auto; 
 margin-right:auto;
	text-align:center;*/
}

.GalleryBigImagesHolder {
 width:auto;
	height: auto;
	position: fixed;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}
.GalleryPopupTable {
 width:auto;
	height: auto;
	max-width: 700px;
	min-width: 700px;
 min-height: 250px;
	
	max-height: 70vh;
	background-color: #ffffff;
 
	overflow: auto;
	
	top:120px;
	position: fixed;
	display: block;
	float: none;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}
.GalleryPopupTable2 {
 width:auto;
	height: auto;
	max-width: 700px;
	min-width: 700px;
 
	
	max-height: 70vh;
	background-color: #ffffff;
 
	overflow: auto;
	
	top:120px;
	position: fixed;
	float: none;
	display: block;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}

.GalleryPopupContent {display: inline-block; width: inherit; text-align: center;}
.GalleryPopupContent2 {display: inline-block; width: inherit; text-align: right;}

.ImageBig {
  max-width: 90%;
		
		max-height: calc(100vh - 150px);
  max-height: -o-calc(100vh - 150px);
  max-height: -webkit-calc(100vh - 150px);
  max-height: -moz-calc(100vh - 40150px0px);
		display: inline-block;
		float: none;
}

#GalleryBigImages {
 width: 100%;
	text-align: center;
}

.PrevPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	
	left: 20px;

	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
	
}
.NextPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	right: 20px;
    
	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
}




.Hide {display:none;}
.Show1 {
	-webkit-animation: fadein 2s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s forwards; /* Firefox < 16 */
        -ms-animation: fadein 2s forwards; /* Internet Explorer */
         -o-animation: fadein 2s forwards; /* Opera < 12.1 */
            animation: fadein 2s forwards;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.Hide1 {
	-webkit-animation: fadeout 1.8s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 1.8s forwards; /* Firefox < 16 */
        -ms-animation: fadeout 1.8s forwards; /* Internet Explorer */
         -o-animation: fadeout 1.8s forwards; /* Opera < 12.1 */
            animation: fadeout 1.8s forwards;
}
@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

.Grow1 {
	-webkit-animation: gobig2 1s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: gobig2 1s forwards; /* Firefox < 16 */
        -ms-animation: gobig2 1s forwards; /* Internet Explorer */
         -o-animation: gobig2 1s forwards; /* Opera < 12.1 */
            animation: gobig2 1s forwards;
}

@keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Firefox < 16 */
@-moz-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Internet Explorer */
@-ms-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Opera < 12.1 */
@-o-keyframes gobig2 {
    from { transform:  rotate(0deg) scaleX(0) scaleY(0) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}






a:link {
	
	text-decoration: none;
	color: #000000;
}
a:visited {
	
	text-decoration: none;
	color: #000000;
}
a:hover {
	
	text-decoration: none;
	color: #f58120;
}
a:active {
	
	text-decoration: none;
	color: #000000;
}
a:focus {
	
	text-decoration: none;
	color: #f58120;
	outline: outset 1px #e1e1e1;
}
a {
	
	text-decoration: none;
	color: #000000;
}

a.FB span {
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #4d4e5c;
}
a.FB span b{
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #a90000;
}

a.Share_FB div {
  	cursor:pointer;
	  color: white; 
			background-color: #4965a0;
			background-image: url(/pics/facebook.png);
	width:40px;
	height:40px;
	line-height:40px;
	
	border-radius: 50%;
	
	display: inline-block;
	float: right;
	margin-left:4px;
	
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	}

a:hover.Share_FB div {
  	cursor:pointer;
	color: white; 
	background-color: #123b92;
	background-image: url(/pics/facebook.png);
	width:40px;
	height:40px;
	border-radius: 50%;
	display: inline-block;
	float: right;
	margin-left:4px;
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;

}


a.Share_GP div {
  	cursor:pointer;
	color: white; background-color: #e33b00;
	background-image: url(/pics/google.png);
	width:40px;
	height:40px;
	border-radius: 50%;
	line-height:40px;
	
	display: inline-block;
	float: right;
	margin-left:4px;
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	}

a:hover.Share_GP div {
  	cursor:pointer;
	color: white; background-color: #bb3201;
	background-image: url(/pics/google.png);
	
	width:40px;
	height:40px;
	border-radius: 50%;
	display: inline-block;
	float: right;
	margin-left:4px;
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;

}

a.Share_IN div {
  	cursor:pointer;
	color: white; background-color: #1d87bd;
	background-image: url(/pics/linkedin.png);
	width:40px;
	height:40px;
	
	border-radius: 50%;
	line-height:40px;
	display: inline-block;
	float: right;
	margin-left:4px;
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	}

a:hover.Share_IN div {
  	cursor:pointer;
	color: white; background-color: #055d8a;
	background-image: url(/pics/linkedin.png);
	
	width:40px;
	height:40px;
	border-radius: 50%;
	display: inline-block;
	float: right;
	margin-left:4px;
	text-shadow: none;
	-moz-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-webkit-transition: 
		background-color 700ms linear,
			   color 700ms linear;
	-o-transition: 
		background-color 1000ms linear,
			   color 700ms linear;
	transition: 
		background-color 1000ms linear,
			   color 700ms linear;

}

a:focus.Share_IN div, a:focus.Share_FB div, a:focus.Share_GP div, a:focus.FAQ div, a:focus.BUY div, a:focus.GAL div {
 outline: #e1e1e1 auto;
}


	
.GalleryTopicIn {
   
			
			display:inline-block;
	  width: 96%;
	  height: auto;
	  text-align: center;
			border: 4px solid #ffffff;
			
	  
			border-radius: 30px;
			overflow: hidden;
			
			-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75); 
 }
	.GalleryTopic2 {
   display:inline-block;
	  width: 19%;
	  height: auto;
	  text-align: center;
	  margin-bottom: 20px;
			
 }
	
.GalleryTopicIn2 {
   
			
			display:inline-block;
	  width: 96%;
	  height: auto;
	  text-align: center;
			border: 4px solid #ffffff;
			
	  
			border-radius: 10px;
			overflow: hidden;
			
			-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75); 
 }
	.GalleryTopicIn section figure img {
	  width: 100%;
	}
	
.GalleryTopicDesc {
	  height: 30px;
			line-height: 30px;
			font-size: 22px;
			text-align: center;
	  font-weight: 700;
			overflow: hidden;
			display: block;
			float: none;
			padding: 8px;
			background-color: #39393a;color: #ffffff;
	}
	.GalleryTopicDesc2 {
	  height: 20px;
			line-height: 20px;
			font-size: 16px;
			text-align: center;
	  font-weight: 300;
			overflow: hidden;
			display: block;
			float: none;
			padding: 8px;
			background-color: #39393a;color: #ffffff;
	}
	a:hover .GalleryTopicDesc, a:focus .GalleryTopicDesc, a:hover .GalleryTopicDesc2, a:focus .GalleryTopicDesc2 {background-color: #e81c23; color: #ffffff;}
	
	.GalleryFull {margin-top: 110px;}
	
	.GalleryFullDesc {display:inline-block; color:#ffffff;}
	
	
	
	
	.ArticleTopic {
   display:inline-block;
	  width: 33%;
	  height: auto;
	  text-align: center;
	  margin-bottom: 20px;
			
 }
	
.ArticleTopicIn {
   
			
			display:inline-block;
	  width: 96%;
	  height: auto;
	  text-align: center;
			border: 4px solid #ffffff;
			
	  
			border-radius: 30px;
			overflow: hidden;
			
			-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75); 
 }
	
	.ArticleTopicIn section figure img {
	  width: 100%;
	}
	
	.ArticleTopicDesc {
	  height: 60px;
			line-height: 30px;
			font-size: 16px;
			text-align: center;
	  font-weight: 300;
			overflow: hidden;
			display: block;
			float: none;
			padding: 8px;
			background-color: #ffffff;
			color: #39393a;
			
	}
	
	a:hover .ArticleTopicDesc, a:focus .ArticleTopicDesc {background-color: #39393a; color: #ffffff;}
	
	a .ArticleTopicRelated {text-align:right; width:100%; margin-bottom:5px;}
	
	
	
	
	.PopupWindow {
 
 display:inline-block;
 
 width: 100%;
 height:100vh;
 background-color:#000000;
 background-color:rgba(0,0,0,0.8);
 
 overflow:hidden;
 text-align:center;	
	position: fixed;
	z-index: 20000000000000000000000000000000000000000000000000;
}
.PopupContent {
 width:90%;
	height: 100vh;
	max-width: 1200px;
	
	display: inline-block;
	float: none;
	
	overflow-y: auto;
	
}


.GalleryTopic {
   display:inline-block;
	  width: 100%;
	  height: auto;
	  text-align: center;
	  
			
 }
	
	.GalleryImage {
 width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 90%;
	height: calc(100vh - 70px);
 height: -o-calc(100vh - 70px);
 height: -webkit-calc(100vh - 70px);
 height: -moz-calc(100vh - 70px);
	
}
.FloatRight {float: right; display: inline-block;}