﻿/*@import "https://fonts.googleapis.com/css?family=Raleway:400,500";*/
@font-face { font-family: "Greta Arabic"; src: url("font/greta_arabic_regular.woff"); } 

@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.6.3');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: "OPtima"; src: url("font/OPtima.ttf"); } 
@font-face { font-family: "PTSansCaption"; src: url("font/PTSansCaption.ttf"); } 



BODY
{
    font-size: 16px;
    color:#333333;
    font-family: "PTSansCaption","Greta Arabic";
    margin:0;
    background-color:#bfbfbf;
}
TD
{
    font-size: 16px;
	font-family: "PTSansCaption","Greta Arabic";
}
Body.PopBody
{
	background-color: white;
	margin: 0;
	padding: 5px;
	background-image: none;
}
A
{
    COLOR: #e52a3b;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: black;
    TEXT-DECORATION: underline;
}
#MainTable
{
	height: 100%;
	background-color:White;
}
#Header
{
}
#InHeader
{
    
	position: relative;
	overflow:hidden;
	background:url(../header_full.jpg) no-repeat 0 0;
	background-size: contain;
}
#InHeader .PageLogo 
{

    position:absolute;
    overflow:hidden;
    text-align: center;
}
#InHeader .PageLogo img { width:auto;height:auto;max-height:100%;max-width:100%;  }

#InHeader .MetaDescription
{
	color:white;
	position:absolute;
	
    overflow:hidden;
    white-space:normal;
    text-align:left;
    font-family:"PTSansCaption","Greta Arabic";
}
#InHeader .MetaKeyword
{
	color:white;
	position:absolute;
	
    overflow:hidden;
    white-space:normal;
    text-align:left;
    font-weight:bold;
    font-family:"PTSansCaption","Greta Arabic";
}
#InHeader .TopContactAndViber 
{
	color:white;
	position:absolute;
	
    overflow:hidden;
    white-space:normal;
    text-align:center;
    font-family:"PTSansCaption","Greta Arabic";
    
}
#InHeader .TopSocial 
{

	color:white;
	position:absolute;
    overflow:hidden;
}
#InHeader .TopSocial a
{
    display:block;
    margin-right:3px;
    margin-left:3px;
    float:left;
}
#InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover 
{
    color:#edf515;
    
    font-weight:normal;
}
#InHeader .TopContactAndViber .Phone
{
    color:White;
    font-weight:bold;
}
.TopHeaderButtons
{
    position:absolute;
	left:110px;
	bottom:70px;
    overflow:hidden;
    width:38%;
    padding:5px 10px 5px 10px;
    
}
.TopHeaderButtons .OR
{
    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafaf8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    color:#444;
    height:46px;
    width:46px;
    text-align:center;
    
    line-height: 46px;
    
    position:absolute;
    left:46%;
    bottom:10px;
	z-index:999;
}

.TopHeaderButtons .Btn
{
    border-radius: 40px;
    color: white;
    display: inline-block;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    height:40px;
    line-height:40px;
    text-align:center;
    width: 43%;
    padding:10px 24px 10px 10px;
}

.TopHeaderButtons .PrimaryBtn 
{
    
    background-color: #e52a3b;
    border:1px solid #e52a3b;
}

.TopHeaderButtons .PrimaryBtn:hover 
{
    background-color: #243441;
    border: 1px solid white;
}

.TopHeaderButtons .SecondaryBtn 
{
    background-color: #243441;
    border: 1px solid #243441;
    padding-right:10px !important;
    padding-left:24px !important;
}
.TopHeaderButtons .SecondaryBtn:hover 
{
    background-color: #e52a3b;
    border:1px solid white;
}



/***********************************/
#RightHeader
{
    background: url(../RHeader.jpg) no-repeat 0 0;
    width:679px;
    height:225px;
}
#LeftHeader
{
    width:325px;
    height:225px;
}
.FullWidHht
{
	width: 100%;
	height: 100%;
}
.TickerCell
{
    padding-left:50px;
    padding-right:50px;
    height:44px;
    background-color:white;
}
#TemplateRotator
{
    width:325px;
    height:225px;
}
#Top
{
    height:5px;
    background-color:white;
}
/*********************** Main Menu *******************/
.MenuArea 
{
    position:absolute;
}
.Bold a
{
    font-weight:bolder !important;
}
.MainMenu
{
    text-align:center;
    font-size:16px;
}
.MainMenu A
{
    font-size:16px;
    font-weight:500;
    text-decoration: none;
	color:#edf5f6;
	text-transform:capitalize;
	display:block;
	
	
	transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
	
}
.MainMenu A:hover
{
    text-decoration: none;
    color:#e52a3b;
    background-color:White;
    
    
}

.ActiveMainMenu
{
    text-align:center;
    font-size:16px;
}
.ActiveMainMenu A
{
    font-size:16px;
    font-weight:500;
    text-decoration: none;
	color:#e52a3b;
	text-transform:capitalize;
	background-color:White;
	display:block;
}
.ActiveMainMenu A:hover
{
    text-decoration: none;
    color:#e52a3b;
    background-color:White;
}


ul#MobileMenu
{ 
    margin:16px;
    padding:0;
    overflow:hidden;
    
}
.SubMenuBold li 
{
    font-weight:bolder;
    float:right;
}
ul#MobileMenu li
{   
     height:34px;
     margin-right:2px;
     margin-left:9px;
     margin-bottom:5px;
}
ul#MobileMenu li.MobileMenuBlue
{ 
    background-color:#103852 !important;
    border:1px solid #103852 !important;
}
ul#MobileMenu li a
{
    color:#727272;
    text-decoration: none;
    white-space:normal;
    display:block;
    height:30px;
    line-height:20px;
    padding-left:10px;
    display:block;
    text-decoration:none;
    line-height:30px;
    font-size:17px;
    overflow:hidden;
    font-weight: 500;
}
ul#MobileMenu li a:hover
{
     background:url(../blt.jpg) no-repeat 0 -14px;
     text-decoration:none;
     color:white; 
}
/******************* Footer Area ***************************/
#FooterCell 
{

	font-size: 14px;
    COLOR: #727272;
    text-align: center;
    
    background-color:#303030;
}
#FooterCell A
{
    color:#727272;
	text-decoration: none;
	
}
#FooterCell A:hover
{
    color:white;
	text-decoration: none;
}
#FooterCell .FootersocialBox a 
{
    background-color: #727272;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: right;
    height: 25px;
    margin: 0 5px 0 5px;
    padding-top: 3px;
    text-align: center;
    width: 25px;
    text-align: center;
    
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
#FooterCell .FootersocialBox a:hover
{
    background-color: Black;
}
#FooterCell .FootersocialBox a i, #FooterCell .FootersocialBox a em
{
    line-height: 22px;
}
.Copyright
{

    
    
}
.FooterBlock
{
	font-size: 16px;
    COLOR: #727272;
    height:230px;
    background-color:#181818;
    overflow:hidden;
}
/***** sub menu ****/
.FooterMenu 
{
    height:210px;
    line-height:20px;
    
    width:200px;
    
    margin-top:0px;
    overflow:hidden;
}

.FooterTitle
{
    font-size:22px;
    line-height:30px;
    height:30px;
    color:White;
    margin-bottom:5px;
}
.SubMenu
{
    margin:0 0 0 10px;
    padding:0;
    list-style-type:none;
    
}
.SubMenu li
{
    margin-bottom:5px;
    white-space:normal;
    
}
.SubMenu li A {
    color:#727272;
    text-decoration: none;
	white-space:normal;
	display:block;
	
	height:20px;
	line-height:20px;
	
	
}
.SubMenu A:hover
{
    text-decoration: none;
    color:white;
}
/*************************/
.ContactInfo {
    height:190px;
    line-height:20px;
    
    width:240px;
    
    margin-top:20px;
    overflow:hidden;
    font-size:14px;
}
.ContactInfo a 
{
    color: #727272;
}
.ContactInfo a:hover
 {
    color: white;
}
.ContactInfo .Address
{   

    background:url(../contact_sprite.jpg) no-repeat 0 0;
    padding-left:20px;
    text-decoration:none;
    line-height:20px;
    
}
.ContactInfo .TextIndent20
{
    padding-left:20px;
}

/*************************/
.FooterForm
{
    height:380px;
    line-height:20px;
    float:left;
    width:500px;
    margin-left:70px;
    margin-top:20px;
    overflow:hidden;
}
.FooterForm .Formfield
{
    width:100%;
    background-color:#181818 !important;
    color:white !important;
    padding:5px;
    border-radius: 5px;
}
.FooterForm .captcha-div .Formfield
{
    float:left;
    width:50px !important;
    padding:2px;
}
.FooterForm .FormButton
{
    margin:15px;
    /*padding:0;*/
    width: 48%;
}
/***************** Body Area ****************************/
#BodyArea
{
	height: 100%;
	width: 100%;
	padding:0 0 10px 0;
	background-color:white;
}
#SideCell
{
    height:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
}
.SideDiv
{
    margin-bottom:8px;
}

/*************************************/
.HomePage .UserBodyCell
{
	
    padding-top:0;
    padding-left:0;
    padding-bottom:0;
    padding-right:0;
    width:100%;
    height:100%;
}
.InnerPage .UserBodyCell
{
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
    padding-right:10px;
    width:100%;
    height:100%;
}
#Container
{
}
.BodyCell
{
	background:white none;
	padding:5px;
}
.BodyDiv
{
	margin-bottom: 5px;
}

#HeadCell
{
    
	color:#243441;
	overflow:hidden;
}
#HeadCell div#Text
{
    white-space:normal;
    color:White;
    padding-right:60px; padding-left:60px;
}
#HeadCell div#Text a
{
    color:White;
    font-size:20px;
}
.HeadCell2
{
    color: #0a090a;
    font-family: "PTSansCaption","Greta Arabic";
    font-size: 15px;
    font-weight: bolder;
    padding-top:5px;
    margin-bottom:4px;
}
.HeadCell2 A
{
    color: #0a090a;
    font-family: "PTSansCaption","Greta Arabic";
    font-size: 15px;
    font-weight: bolder;
}
.HeadCell A
{
    font-family:"PTSansCaption","Greta Arabic";
	font-size: 18px;
	color: #0a090a;
}
.HeadCell A:hover
{
	color: black;
	text-decoration: none;
}
#frm1
{
    line-height:20px;
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    overflow:hidden;
    border:4px solid silver;
    border-radius: 5px;
    
}
#frm1 .Formfield
{
    width:178px;
    color:black !important;
    padding:5px;
    border-radius: 5px;
    border:1px solid silver;
}

.Formfield
{
	border:1px solid #525050;
    FONT-SIZE: 14px;
    background-color:white;
    color:black;
    line-height:22px;
}
.FormField100
{
	width:270px;
	border: #9c9e9c 1px solid;
    FONT-SIZE: 12px;
    FONT-FAMILY: Tahoma;
    background-color:white;
    color:black;
}
/*
.formButton
{
	border:Gray 1px solid;
    
    FONT-FAMILY: "Raleway";
	background:gray;
	color:white;
	font-weight:bolder;
	padding:2px 5px 2px 5px;
	cursor:pointer;
	-moz-border-radius: 4px;
    border-radius: 4px;
}
*/
.FormButton
{
    border-radius: 4px;
    color: white;
    display: inline-block;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    height:60px;
    line-height:60px;
    text-align:center;
    padding:0 20px 0 20px;
    background-color: #e52a3b;
    border:1px solid #e52a3b;
    font-size:16px;
    cursor: pointer;
}
.formButton:hover, .FormButton:hover
{
    background-color: #243441;
    border: 1px solid white;
    color:White;
    text-decoration:none;
}
.FormNote{
	color:#313131;
	font-size:11px;
}

Label.error {
	color:red;
	padding-right:2px;
}
.MSGSuccess
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    background-color:#dbf0df;
    border:1px solid #a0cd6a;
    color:Black;
    font-size:12px;
    width:40%
}
.AdminEmail
{
    color:#626262;
	font-size:11px;
	padding-right:2px;
	font-weight:normal;
	font-family:Tahoma;
}
A.LinkButton , A.LinkButton:hover
{
	color: black !important;
	text-decoration:none;
	border: black 1px solid;
	font-size: 14px;
	font-weight: bold;
	font-family: "PTSansCaption","Greta Arabic";
	background:url(../HF.jpg) repeat-x 0 0;
	padding:2px 4px 2px 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
}
.HLine
{
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-top:1px dashed silver;
    line-height:1px;
    height:1px;
    padding:1px;
    margin:1px;
    display:block;
    clear:both;
}
.RevAlignDiv
{
    text-align:left;
}
.AlignNewsPic
{
    float:right;
    border:1px solid #1c1b1b;
}

/*************** Frames *****************/
.m1
{
    background:url(../menuframe.png) no-repeat 0 0;
    width:17px;
    height:54px;
}
.m3
{
    background:url(../menuframe.png) no-repeat 0 -108px;
    width:17px;
    height:54px;
}
.MenuFrame
{
    background:url(../menuframe.png) repeat-x 0 -54px;
	width:100%;
	height:54px;
	line-height:54px;
	color:Black;
}

/**********************************************/
.BF11
{
	background:url(../bf.png) no-repeat -5px 0;
	width:5px;
	height:5px;
}
.BF12
{
	background-color:#ecebeb;
	width:100%;
	height:5px;
}
.BF13
{
	background:url(../bf.png) no-repeat 0 0;
	width:5px;
	height:5px;
}
.BF21
{
	background-color:#ecebeb;
	width:5px;
	height:100%;
}
.BF23
{
	background-color:#ecebeb;
	width:5px;
	height:100%;
}
.BF31
{
	background:url(../bf.png) no-repeat -5px -5px;
	width:5px;
	height:5px;
}
.BF32
{
	background-color:#ecebeb;
	width:100%;
	height:5px;
}
.BF33
{
	background:url(../bf.png) no-repeat 0 -5px;
	width:5px;
	height:5px;
}
.BodyFrame
{
	padding:5px;
	background-color: #ecebeb;
	width:100%;
	height:100%;
}
.BodyFrame A,.BodyFrame A:hover
{
	color:#282828;
}
.BodyHeadFrame
{
    border:1px solid black;
    height:30px;
    line-height:30px;
    color:Black;
    padding:0 5px 0 5px;
    font-size:16px;
    font-weight:bolder;
}
.BodyHeadFrame A, .BodyHeadFrame A:hover
{
    color:Black;
    font-size:16px;
}
.HeadFrame
{
    height:30px;
    color:#b60e0b;
    font-size:20px;
}
.HeadFrame a
{
    outline:0;
    color:#b60e0b;
    font-size:20px;
    
}
/**********/
.SideHead
{
    height:35px;
    line-height:35px;
    color:white;
    font-size:20px;
    background-color:#e93c2c;
    padding-right:10px;
    padding-left:10px;
}
.SideHead a,.SideHead a:hover
{
    outline:0;
    color:white;
    font-size:20px;
    font-weight:bolder;
    text-decoration:none;
    
}
/**************.Net Fixed********************/
#ShareBox
{
	width: 155px;
	margin-top:7px;
	margin-bottom:3px;
}
#ShareBox Iframe{
	margin:0 2px 0 0;
}
div.FanBox {
	height: 65px;
	width: 205px;
	overflow: hidden;
}
div.FanBox iframe{
	width:205px;
	height:305px;
	overflow:hidden;
	margin:-2px -5px 0 0;
}


div.LoginBox
{
	overflow:hidden;
	margin:10px;
}
.SocialBox
{
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    
}
.SocialBox a
{
	display: block;
	float: left;
	
}
.SocialBox a img
{
    /*width:20px;
    height:20px;*/
}

/***************** Captcha ******************/
.captcha-div
{
 margin:2px;
}
.captcha-div label{
 line-height: 22px;
 display:block;
 float:left;
 margin:1px;
}
.captcha-div img{
 margin:1px;
 display:block;
 border:gray 1px solid;
 float:left;
 height: 31px;
 width: 70px;
 border-radius: 4px;
}
/*.captcha-div input{
 margin:1px;
 line-height: 20px;
 border:gray 1px solid;
 height:20px;
 display:block;
 float:left;
 width:40px;
}*/
.captcha-div span{
display:block;
clear:both;
}

/***************** Member ******************/
div.MemberLink{
	float:right;
	margin-right:15px;
}
/************** Static Member Frame DO NOT REMOVE ***********************/
.MemberFrameTable
{
    display: inline-block;
    float:right;
}
.MF11
{
	background:url(../members/memberframe.png) no-repeat -11px 0;
	width:11px;
	height:43px;
}
.MF12
{
	background:url(../members/memberframe12.jpg) repeat-x 0 0;
	width:100%;
	height:43px;
	padding-right:15px;
	text-align:right;
}
.MF13
{
	background:url(../members/memberframe.png) no-repeat 0 0;
	width:11px;
	height:43px;
}

.MF21
{
    border-right:1px solid #e1e0e0;
	background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	height:100%;
	font-size:1px;
}
.MF23
{
    border-left:1px solid #e1e0e0;
	background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	height:100%;
	font-size:1px;
}
.MF31
{
	background:url(../members/memberframe.png) no-repeat -11px -43px;
	width:11px;
	height:11px;
}
.MF32
{
	background-color:#e1e0e0;
	width:100%;
	height:11px;
}
.MF33
{
	background:url(../members/memberframe.png) no-repeat 0 -43px;
	width:11px;
	height:11px;
}
.MemberFrame
{
    background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	padding:5px;
	width:100%;
	height:100%;
}
.MemberFrame A,.MemberFrame A:hover
{
	color:#282828;
}
.MFHeader
{
    background:white url(../members/memberframeheader.jpg) repeat-x 0 0;
    float:right;
    width:7px;
    height:43px;
}
.MemberFrameHeader
{
    background:white url(../members/memberframeheaderbg.jpg) repeat-x 0 bottom;
    float:right;
    height:43px;
    line-height:43px;
    color:#8c0008;
    text-align:center;
    padding:0 10px 0 10px;
    font-size:18px;
}
.MF12 .HeadDiv
{
    height:43px;
    overflow:hidden;
}
.MemberFrameHeader A, .MemberFrameHeader A:hover
{
    color:#8c0008;
    font-size:18px;
    text-decoration:none;
}
.MemberFrameHeader2
{
    color:#103852;
    padding:0 10px 0 2px;
    font-size:12px;
    font-weight:bolder;
    height:43px;
    line-height:62px;
    vertical-align:bottom;
    float: right;
}
.MemberAreaCls
{
    width:auto;
}
.ShareAreaCls
{
    width:0;
}
.SPDiv
{
    float:right;
    width:20px;
    height:100px;
}
/**********/
/*********** Container Box ******************/
#Header div.LoginBoxBlock {
	float:left;
	width:390px;
	height:28px;
	margin-left:5px;
}
/*********** Page *****************/
div.MemberLoginPage{
	width:400px;
	margin:0 auto;
}
div.MemberLoginPage div {
	padding:4px;
}
div.MemberLoginPage .Facebook .button{
	
}
/**************** Both ************************/ 
div.MemberWelcomeBox
{
	overflow: hidden;
	position: relative;
	background-color:#637bad;
	height: 29px;
	width:172px;
	float:left;
}
div.MemberWelcomeBox a.Avatar {
	display: block;
	float:right;
	height: 29px;
	width: 29px;
	overflow:hidden;
}
div.MemberWelcomeBox a.Avatar img {
	border:none;
	width:29px;
	height:29px;
}

div.MemberWelcomeBox .Hello {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #637bad;
	margin-top: 0px;
	margin-right:31px;
	margin-bottom:0px;
	margin-left:15px;
	overflow: hidden;
	width:120px;
	color: white;
	line-height: 29px;
	height: 29px;
	font-size:11px;
}
div.MemberWelcomeBox .Area {
	
	overflow: hidden;
	width:12px;
	color: #637bad;
	height: 10px;
	font-size:1px;
	position:absolute;
	top:10px;
	left:3px;
    outline:0;
}
div.MemberWelcomeBox .Area A
{
    display:block;
    background:url(../Edit.png) no-repeat center center;
    width:10px;
    height:10px;
    outline:0;
    color: #637bad;
    text-decoration:none;
}
div.MemberWelcomeBox .Area A:hover
{
    color: #637bad;
    text-decoration:none;
}
DIV.MemberWelcomeBox A{
	color: #c1dff3;
}
DIV.MemberWelcomeBox A:hover{
	color: white;
	text-decoration: none;
}

div.MemberWelcomeBox .Area A img
{
    display:none;
}
div.MemberWelcomeBox .Logout
{
    width:80%;
    float:right;
    text-align:right;
    line-height:21px;
    height:21px;
    font-size:11px;
}
div.MemberWelcomeBox .Link a img, div.MemberWelcomeBox .Logout a img
{
    width:20px;
    float:right;
}

.LoginLink
{
    display:inline-block;
    width:110px;
    float:right;
}
.LoginLink a.RegularLogin , input.RegularLogin {
	display:inline-block;
	border:#736546 1px solid;
	height:24px;
	line-height:24px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	outline:0;
	white-space:nowrap;
	background:#91815e url('../members/UserIcon.png') no-repeat left center;
	-moz-border-radius: 5px;
    border-radius: 5px;
    width: 110px;
    text-align: right;
    margin-left:auto;
    margin-right:auto;
    font-family:arial;
    font-size:12px;
    cursor:pointer;
    text-indent:2px;
}


/**************************** FBLoginButton **/
A.FBLoginButton
{
	border: #637bad 1px solid;
	display: block;
	font-weight: bold;
	background: #637bad url(../members/fbicon.png) no-repeat left center;
	filter: alpha(opacity=95);
	color: white; /*text-indent: -28px;*/
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	outline: 0;
	opacity: 0.95;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:110px;
	font-family: Arial;
	font-size:10px;
	text-align:right;
	text-indent:2px;
}
A.FBLoginButton:hover
{
	border: #6c83b4 1px solid;
	filter: alpha(opacity=100);
	color: white;
	text-decoration: none;
	opacity: 1;
}
/************** New Membership Module Login page ************* 26 - 10 -2013 *******/

.AdminEmail {
    color: #626262;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    padding-right: 2px;
}
div.Forgot
{
    text-align:left;
    font-size:90%;
}
.RegisterCell
{
    width:40%;
    border-left:2px solid gray;
}
.LoginCell
{
    width:40%;
    border-right:2px solid gray;
}
.SPCell
{
    width:8%;
    border-left:2px solid gray;
    border-right:2px solid gray;
}

div.LoginImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:0px;
}
div.RegisterImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:25px;
}
div.RegisterInfo
{
    line-height:28px;
}
.RegisterCell div.LoginBox
{
    float:right !important;
    margin-bottom:4px;
}
.RegisterCell div.LoginLink
{
    float:right !important;
    margin-bottom:4px;
}
.MemberRowLine
{
    border-top:2px solid gray;
} 
.LoginCell .FBLoginButton , .RegisterCell .FBLoginButton
{
    font-family:arial;
    font-size:15px;
    text-align:center;
}
.LoginCell .LoginLink a.RegularLogin, .LoginCell  input.RegularLogin , .RegisterCell .LoginLink a.RegularLogin, .RegisterCell  input.RegularLogin
{
    width:175px;
    text-align:center;
}
div.MemberLoginBox label {
	width:100px;
	display:block;
	float:right;
	font-size:15px;
}
/***** End of New Membership Module update 26-10-2013 *********/ 

.AdminEmail {
    color: #626262;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    padding-right: 2px;
}
div.Forgot
{
    text-align:left;
    font-size:90%;
}
.RegisterCell
{
    width:40%;
    border-left:2px solid gray;
}
.LoginCell
{
    width:40%;
    border-right:2px solid gray;
}
.SPCell
{
    width:8%;
    border-left:2px solid gray;
    border-right:2px solid gray;
}

div.LoginImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:0px;
}
div.RegisterImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:25px;
}
div.RegisterInfo
{
    line-height:28px;
}
.RegisterCell div.LoginBox
{
    float:right !important;
    margin-bottom:4px;
}
.RegisterCell div.LoginLink
{
    float:left !important;
    margin-bottom:4px;
}
.MemberRowLine
{
    border-top:2px solid gray;
} 
.LoginCell .FBLoginButton , .RegisterCell .FBLoginButton
{
    font-family:"PTSansCaption","Greta Arabic";
    font-size:15px;
    text-align:center;
}
.LoginCell .LoginLink a.RegularLogin, .LoginCell  input.RegularLogin , .RegisterCell .LoginLink a.RegularLogin, .RegisterCell  input.RegularLogin
{
    width:175px;
    text-align:center;
}
div.MemberLoginBox label {
	width:100px;
	display:block;
	float:left;
	font-size:15px;
	white-space:nowrap;
}
/***** End of New Membership Module update 26-10-2013 *********/ 

/*************  Ticker *********************/
div#NewsTicker
{
	padding-left:5px;
	padding-right:5px;
    height:30px;
}
#newsList
{
	list-style-type:none;
	padding:0;
	margin:0;
}
#newsList li A
{
	color:#400206;
	text-decoration:none;
	font-size:15px;
}
#newsList li A:hover
{
	color:black;
	text-decoration:underline;
	
}
#NewsArea
{
	width:750px;
	overflow:hidden;
	white-space:nowrap;
	line-height:30px;
	float:right;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}
#NewsTitle
{
	float:right;
	color:#bb1121;
	white-space:nowrap;
	font-size:15px;
	line-height:26px;
	margin:2px;
	padding:0 4px 0 4px;
}
/**************Home css******************/
/*
#TopAudio {
	width:440px;
	height:150px;
	background:url('../footerbg.jpg') no-repeat;
	float:left;
}
#TopAudio span{
	display:block;
	margin:20px;
}

#TopEventsArea{
	float:left;
	width:440px;
    height:144px;
    margin:10px 0 0 0;
	overflow:hidden;
}
#TopEventsArea a{
	display:block;
	margin:2px 0 2px 0;
	padding:0 4px 0 4px;
	height:23px;
	overflow:hidden;
	line-height:25px;
	text-decoration:none;
	background:#fff;
}
#TopEventsArea a:hover{
	background:#FCE9D2;
}


#VideoGalleryArea{
	width:180px;
	height:360px;
	overflow:hidden;
	float:right;
}
#PhotoGalleryArea{
	width:180px;
	height:360px;
	overflow:hidden;
	float:right;
	margin-right:5px;
	margin-left:5px;
}
#PollArea{
	width:210px;
	height:230px;
	overflow:hidden;
	float:right;
	margin:0 0 10px 10px;
}
#PollArea .More{
	clear:both;
}	
#PollArea .More a{
	display:block;
	margin:5px;
	float:left;
	
}

#TopAds {
	margin:10px 0 10px 0;
	overflow:hidden;
}
#TopAds img{
	float:right;
	margin:0 3px 0 2px;
}

#TopCommentsArea{
	width:350px;
	float:left;
}	
*/
/********** Comments on home Page ************/
/*
.CommentFrame{
    clear: both;
    height: 50px;
    margin-bottom: 3px;
    overflow:hidden;
    background-color:#f2f9ff;
}
.CommentFrame a.avatar
{
	text-decoration:none;
	border:silver 1px solid;
	float:right;
	display:block;
	width:50px;
	margin:0 0 0 3px;
}
.CommentFrame img{
	border:none;
	margin:0;
	padding:0;
	width:50px;
	height:50px;
}
.CommentFrame a.Comments
{
     background-color:#fff;
     display:block;
     height:50px;
     color:black;
     text-decoration:none;
}
.CommentFrame a.Comments:hover
{
     background-color:#FCE9D2;
     text-decoration:none;
     height:50px;
}
.CommentFrame .Title
{
    display:block;
    font-size:11px;
    margin-bottom:3px;
    padding-top:4px;
}
.CommentFrame .Desc
{
    display:block;
    font-size:11px;
}
*/
/******************** News Tabs ************/
/*
#TopNewsArea{
	background:#eee;
	width:500px;
	height:305px;
	overflow:hidden;
	float:right;
	margin:0 0 5px 5px;
}
#TopNewsArea .Tabs{
	height:24px;
	background:#0C0C0D url(../menu.jpg) repeat-x 0 0;
	margin:5px;
	border:#756F6F 1px solid;
}
#TopNewsArea .Tabs a{
	background:#3A3A3A;
	color:white;
	display:block;
	float:right;
	outline:none;
	line-height:24px;
	padding:0 8px;
	margin:0 2px 0 0;
	text-decoration:none;
}
#TopNewsArea .Tabs a:hover{
	background:#1B1B1C;
}
#TopNewsArea .Tabs a.active,#TopNewsArea a.tab-link-active{
	background:#1B1B1C;
}

#TopNewsArea .tab-content{
	padding:0 5px;
}

#TopNewsArea div.NewsDiv{
	 height:80px;
	 overflow:hidden;
	 margin: 0 0 5px;
	 background:#fefefe;
	 padding:2px;
}
#TopNewsArea div.NewsDiv img{
	width:75px;
	height:75px;
}
*/
/**********************************/
/********* HomeBlock **************/
.PaddingDiv
{
    padding:10px;

}
.BulletLink
{
    background:url(../blt_EN.png) no-repeat left 0;
    height:42px;
    line-height:51px;
    padding-left:58px;
    margin-left:3px;
    margin-bottom:10px;
    font-size:160%;
    color:#e93c2c;
}
/***********************/
.LatestNewsArea
{
    margin-left: 5px;
    
}
.RightLine
{
    border-right:1px dashed silver;
}
a.NewsDetail
{
    display: block;
    overflow: hidden;
    height:95px;
    color:#282828;
    width:305px;
    float:right;
}
a.NewsDetail:hover
{
    text-decoration: none;
    color:Black;
}
.NewsDetail .Title
{
    font-family: "PTSansCaption","Greta Arabic";
    font-size: 15px;
    font-weight: bolder;
    display: block;
    height:110px;
    float: right;
    display:block;
    width:195px;
}
.NewsDetail img
{
    width: 100px;
    height: 75px;
    float: right;
    margin: 3px;
    border: 1px solid gray;
}
.NewsDetail .Title span
{
    text-decoration:underline;
    color:#FF0000;
    font-weight:normal;
    display:block;
    padding-right:2px;
}
.NewsDetail:hover .Title span
{
    color:Black;
}
/**************************/
/*********************************************/
/******************************************************************/

.RegisterLeft .FormField
{
    height:22px;
    line-height:22px;
    border:1px solid #f7e7e6;
    font-size:14px;
}
.RegisterLeft .TextArea
{
    line-height:18px;
    border:1px solid #f7e7e6;
    font-size:14px;
    height:60px;
}
.PartyTable
{
    background-color:#f4f4f4;
}
.RegisterLeft input[type='radio']
{
    margin-right: 10px;
}
.TextBlock
{
    font-size:18px;
}
.JoinFirst
{
    margin-right:auto;
    margin-left:auto;
}

#TitleMessage
{
    color:#434343;
}
.MiddleTitle
{
    color:Red;
    text-decoration:underline;
    text-align:center;
}
.HomeFormIMG { width:509px; }
.HomeRight { width:40%;float:right; }
.HomeLeft { width:59%;float:left; }
#frm1 table
{
    background-color:#f5f8f9;
    border:1px solid #ccd9df;
}
/*************************************************/
/*************** Live Box *******************/
.LiveBox
{
    margin-left:3px;
    margin-right:3px;
    overflow:hidden; 
    
}
.LiveBox .LiveDiv
{
    border-bottom:1px solid #eeeeee;
    
    line-height:21px;
    clear:both;
    /*margin-bottom:3px;*/
    overflow:hidden;
    position:relative;
}

.LiveBox .LiveDiv .Content 
{
    position:absolute;
    top:0;
    left:0;
    
    /*margin-bottom:3px;*/
    overflow:hidden;
    line-height:20px;
    z-index:997;
    
}
.LiveBox .Margin
{
    line-height:3px;
    height:3px;
}
.LiveBox a.News
{
    font-size:12px;
    font-family:Tahoma;
    font-weight:normal;
    color:#8C0008;
    white-space: normal !important;
}
.LiveBox a.News:hover
{
    color:black;
    text-decoration:none;
}
.LiveBox a.Source:hover
{
    text-decoration:none;
}
.LiveBox a.Source img
{
    border:0;
    width:40px;
    margin-right:3px;
    font-size:9px;
}
.LiveBox .Date
{
    font-size:11px;
    font-family:Tahoma;
    color:Gray;
    display:inline-block;
    overflow:hidden;
    width:108px;
    direction:rtl;
    height: 13px;
    text-align:left;
    line-height: 14px;
}
/*************/
.RowLine
{
    height:15px;
    line-height:15px;
    clear:both;
}
.SubTitle
{
    background:url(../blt2_EN.png) no-repeat left 0;
    line-height:32px;
    padding-left:35px;
    margin-left:3px;
    margin-bottom:5px;
    font-size:110%;
    color:#e93c2c;
}
.MemberName , .Position {font-size:90% }
/**********************************************/
.option_btn {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: -2px;
    text-align: center;
    top: 170px;
    width: 45px;
    z-index: 9998; /* hidden when the mobile menu active */
}
.option_btn a { 
    display: block;
}
.option_btn i {
    color: #e52a3b;
    font-size: 18px;
    line-height: 40px !important;
}

#option_wrapper {
    background-color: #fff;
    
    border: 1px solid #e1e1e1;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
    color: #222;
    font-size: 13px;
    height: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
    position: fixed;
    right: -290px;
    top: 0;
    width: 280px;
    z-index: 99;
}
#option_wrapper .InnerWrapper
{
    text-align:center;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
}
a.NewsOffer
{
    width:235px;
    height:180px;
    display:block;
    background-color: black;
    
    overflow: hidden;
    margin-bottom:15px;
    position:relative;
    
}
a.NewsOffer:hover
{
    
}
a.NewsOffer img
{
    position: absolute;
    top: 0;
    width:233px;
    height:178px;
    left: 0;
    
    border:1px solid gray;
    opacity:1;
    
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    
    z-index:9999;
    
}
a.NewsOffer:hover img
{
    opacity:0.2;
}
a.NewsOffer span
{
    position: absolute;
    top: 30;
    width:233px;
    height:178px;
    left: 0;
    vertical-align:middle;
    text-align:center;
    font-size:28px;
    line-height:43px;
    color:White;
    overflow:hidden;
    z-index:999;
}
/************************ Icons Font Awesome ( fontawesome ) *******************************/
.ProcessItem a i::before, .ProcessItem a em::before
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
em
{
    font-style: normal !important;
}
i.fa, em.fa 
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  
    
}
.fa-desktop:before {
  content: "\f108";
}
.fa-th:before {
  content: "\f00a";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-star:before {
  content: "\f005";
}
.fa-user:before {
  content: "\f007";
}
.fa-lock:before {
  content: "\f023";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-bar-chart:before {
  content: "\f080";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-print:before {
  content: "\f02f";
}
.fa-phone:before {
  content: "\f095";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-cog:before {
  content: "\f013";
}
.fa-comment:before{content:"\f075"}
.fa-globe:before{content:"\f0ac"}
.fa-group:before{content:"\f0c0"}
.fa-check:before{content:"\f00c"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-gear:before,.fa-cog:before{content:"\f013"}

/* ############### Home Page ################## */
.Container .RoundButtons 
{
    overflow:hidden;
    
    margin:20px 0 5px 0 !important;
    position:relative;
}

.RoundButtons .OR {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fafaf8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    color:#444;
    height:40px;
    width:40px;
    text-align:center;
    line-height: 40px;
    position:absolute;
    left:44%;
    bottom:10px;
	z-index:999;
}

.RoundButtons .Btn{
    border-radius: 30px;
    color: white;
    display: inline-block;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    height:30px;
    line-height:30px;
    text-align:center;
    width: 40%;
    padding-top:10px;
    
    padding-bottom:10px;
    
}

.RoundButtons .PrimaryBtn {
    
    background-color: #e52a3b;
    border:1px solid #e52a3b;
}

.RoundButtons .PrimaryBtn:hover {
    background-color: #243441;
    border: 1px solid white;
    text-decoration:none;
}

.RoundButtons .SecondaryBtn {
    background-color: #243441;
    border: 1px solid #243441;
}
.RoundButtons .SecondaryBtn:hover {
    background-color: #e52a3b;
    border:1px solid white;
    text-decoration:none;
}
/**************************************/
h1, h2, h3, h4, h5, h6
{
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}
.FontHeading
{
    font-size:22px;
    line-height:30px !important;
    
}
.FontRed
{
    color:#e52a3b;
}
.Container ul
{
    list-style:none;
    padding:0;
    margin:10px;
    
}
.Container ul li
{
    line-height:30px;
    margin-bottom:10px;
}
.Container
{
    overflow:hidden;
}
.Container .Column11 {
    
    overflow:hidden;
    text-align:center;
    

}
.Container h1
{
    font-size: 50px;
    
}
.Container h3
{
    font-size: 24px;
    color:#171c24;
    text-align:center;
    
}
.Container h4 
{

    color:#171c24;
    text-transform: uppercase;
    text-align:center;
    
}
.Container P
{
    line-height:24px;
    overflow:hidden;
}
.Container h3.gray
{
    color:Gray !important;
}

.SubTitle 
{
    font-size:16px;
     
}
.Container .Column11 .OurProcessBlock 
{
    
    background-size: contain !important;
    
    margin-bottom: 55px;
    
}
.Container .Column11 .OurProcessBlock .ProcessItem 
{
    padding-right:10px;
    padding-left:10px;
    text-align: center;
    
    vertical-align:top;
    color: #8a8a8a;
    
}
.Container .Column11 .OurProcessBlock .ProcessItem a, .Container .Column11 .OurProcessBlock .ProcessItem a:hover
{
    text-decoration:none;
    color: #8a8a8a;
}
.Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {
    background-color:White;
    border:2px solid #f4f3f3;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
    clear: both;
    

    display: inline-block;
    
    transition-delay: 0s;
    transition-duration: 0.33s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    position: relative;
}

.Container .Column11 .OurProcessBlock .ProcessItem a:hover i, .Container .Column11 .OurProcessBlock .ProcessItem a:hover em
{
    border-color: #e52a3b;
    color: #e52a3b;
}
.Container .Column11 .OurProcessBlock .ProcessItem P
{
    margin:0 15px 15px 15px;
    text-align:center;
    color: #8a8a8a;
    
}
/*******************************************************/
.Container .Column12 
{

    overflow:hidden;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
}


/***************************** Row 2 **************************************/
.Container .Column21 
{
    overflow:hidden;
}
.Container .Column22 
{
    
    overflow:hidden;
    padding-right:15px;
    padding-left:15px;
    
    /*min-height: 521px;*/
    /*background:url(../websitedesign.png) no-repeat 0 0;
    background-size:contain;*/
}
.Container .Column22 img
{
    width:100%;
}
.Container .Column21 .fa
{
    background-color: #e52a3b;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.Container .Column21 P
{
    margin:0 0 15px 0px;
}
/***************************** Row 3 **************************************/
.Container .Column31
{
    float:left;
    width:47%;
    overflow:hidden;
    padding-right:15px;
    padding-left:15px;
    
    min-height: 605px;
    background:url(../crm.png) no-repeat 0 0;
    background-size:contain;
}
.Container .Column32
{
    float:right;
    width:47%;
    overflow:hidden;
    padding-right:15px;
    padding-left:15px;
    padding-bottom:30px;

}

.Container .Column32 .fa
{
    background-color: #e52a3b;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.Container .Column32 P
{
    margin:0 0 15px 0px;
}
/*###################### Degital Marketing #########################*/
.LargeCenterHeader
{
    color:#817b7c;
    font-weight:bolder;
    text-align:center;
    padding:0;
    margin:15px;
    font-size:28px;
}
.CenterSubHeader
{
    color:#817b7c;
    text-align:center;
    padding:0;
    margin:0 20px 25px 20px;
    font-size:18px;
}
.DegitalMarketing
{
    overflow:hidden;
}
.DegitalMarketing .MarketingBlock {
    background-size: contain;
    overflow:hidden;
    
    
}

.DegitalMarketing .MarketingBlock .ProcessItem {
    
    
    color: #8a8a8a;
    padding-right:16px;
    padding-left:16px;
    
    
}
.WideProcessItem
{
    overflow:hidden;
    clear:both;
    margin:20px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#eef0f1;
}
.WideProcessItem span.Title, .WideProcessItem p
{
    color: #010000;
    font-family: "PTSansCaption","Greta Arabic";
    display: block;
}
.SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper 
{
    overflow:hidden;
    display:block;
    position:relative;
}
.SeoImgWrapper {background-color:#f6a335;}
.SocialImgWrapper {background-color:#22568a;}
.OnlineAdvImgWrapper {background-color:#dc202c;}

.SeoImgWrapper img, .SocialImgWrapper img, .OnlineAdvImgWrapper img
{
    transform:translate(-50%,-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    
}
.DegitalMarketing .MarketingBlock .ProcessItem span.Title 
{
    color: #010000;
    background-color:#eef0f1;
    
    display:block;
    
    
    
    font-family:"PTSansCaption","Greta Arabic";
    text-align: center;
}
.DegitalMarketing .MarketingBlock .ProcessItem P 
{
    
    color: #010000;
    background-color:#eef0f1;
    margin:0 !important;
    font-family:"PTSansCaption","Greta Arabic";
    /*text-align: left;*/
}
/* ##################### Webdesign #########################*/
.DegitalMarketing .RoundButtons 
{
    overflow:hidden;
    width:500px;
    margin:5px auto 5px auto;
    position:relative;
}
.DesignWebsite
{
     margin:20px 80px 55px 80px;
}
.DesignWebsite .fa
{
    background-color: #e52a3b;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.DesignWebsite ul
{
    list-style:none;
}

.DesignWebsite ul li {
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
}
/****************** Order Form **************************/
.OrderNowForm 
{

    overflow:hidden;
    background:url(../Order.jpg) no-repeat left center;
    
}
.OrderNowForm td
{
    width:50%;
}
.OrderNowForm .Formfield
{
    width:100%;
    color:black !important;
    padding:5px;
    border-radius: 5px;
    border:1px solid silver;
}
.OrderNowForm select.FormField
{
    width:49.5%;
    color:#525050;
}
.OrderNowForm select.FormField option
{
    color:#525050;
}
.OrderNowForm .captcha-div .Formfield 
{
    float:left;
    
    padding:5px 2px 5px 2px;
    
}
.OrderNowForm .FormButton
{
    margin:15px;
    width: 90%;
}
/*********************/
/*###################### Mobile app #####################*/
.text-center
{
    text-align:center;
}
.col-md-9 {
    padding-left: 0px;
    padding-right: 0px;
    
    min-height: 1px;
    position: relative;
}
.col-md-4 
{
    min-height: 1px;
    
    position: relative;
}
.col-md-3 { 
    
    min-height: 1px;
   
    position: relative;
}
.col-md-1, .col-md-2, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.MobileApp p {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.icons p.icon {
    background-color: #e52a3b;
    border:1px solid #e52a3b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    margin-top: 18px;
    padding-left: 5px;
    padding-top: 22px;
    text-align: center;
    width: 70px;
}
.icons p.icon em {
    line-height:36px;
}@charset "utf-8";

/** Pre Hidden class ***/
/********** Hide larger than S1 (1300 and more) **********/
@media only screen and (min-width:1300px)
{
    .PreClearFix1 { display:none; }
}
/********** Hide larger than S2 (996 and more) **********/
@media only screen and (min-width:997px)
{
    .PreClearFix12 { display:none; }
}
/********** Hide larger than S3 (768 and more) **********/
@media only screen and (min-width:768px)
{
    .PreClearFixS123 { display:none; }
}

/********** Hide larger than S4 (480 and more) **********/
@media only screen and (min-width:480px)
{
    .PreClearFixS1234 { display:none; }
}
/*******************************************************************/
/* Removed forever (if less than normal size)  */
@media only screen and (max-width:1299px)
{
    .ClearFix { display:none; }
}
/* Removed forever (if less than 995 size)  */
@media only screen and (max-width:996px)
{
    .ClearFixS2 { display:none; }
}
/* Removed forever (if less than 767 size)  */
@media only screen and (max-width:767px)
{
    .ClearFixS3 { display:none; }
}
/* Removed forever (if less than 479 size)  */
@media only screen and (max-width:479px)
{
    .ClearFixS4 { display:none; }
}
/************************************************/

@media only screen and (min-width:1300px)
{


    #MainTable { width: 1313px;}
    #InHeader { width:1313px;height:455px; }
    .MenuArea {top:10px; right:10px; width:930px;height:35px; line-height:35px;}

    #InHeader .MetaDescription {height:40px;line-height:40px; font-size:26px; width:460px; left:120px; bottom:77px;}
    #InHeader .MetaKeyword {height:50px;line-height:50px; font-size:38px; width:460px;left:120px; bottom:125px;}

    .MainMenu, .ActiveMainMenu {padding-right:5px;padding-left:5px;height:35px; line-height:35px; } 
    .MainMenu a, .ActiveMainMenu a {border-radius: 10px; padding-right:7px;padding-left:7px;height:35px; line-height:35px; } 

    .Container { width:1140px; margin-left:auto;margin-right:auto;}


    #HeadCell {height:22px;line-height:22px; font-size:20px; width:800px;font-weight: 500;}
    #NewsPage .LargeThumbnail img { max-width: 600px; }
    .SocialBox {width: 210px; }
    .SocialBox a { margin-left: 10px; }
    
    #FooterCell {height:55px;line-height:55px; }
    .FootersocialBox { margin-right:20%;width:15%; margin-top:15px; float:right; }
    #InHeader .PageLogo {width:40%;height:65%;bottom:65px;right:100px;}
    #InHeader .TopContactAndViber {left:26px;bottom:10px;width:460px; }
    #InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover, #InHeader .TopContactAndViber .Phone { font-size:18px; }
    #InHeader .TopSocial {right:10px;bottom:10px;width:210px;height:45px; }
    .Copyright{ height:55px;line-height:55px;width:65%;float:left; }
    
    /****** Home Page ********/
    .Container h4 {margin:35px 0 15px 0; font-size:17px; }
    .LargeHeader {font-size: 30px; margin-top:20px;}
    .Container .Column11 .OurProcessBlock {padding:44px 40px 0 40px; background:url(../ourprocess.png) no-repeat 0 0; }
    .Container .Column11 .OurProcessBlock .ProcessItem { display:table-cell; }
    .Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {width: 120px; height: 120px;font-size: 32px; }
     .Container .Column11 {width:72%; padding-right:15px; padding-left:15px; }
     .Container .Column12 {width:22%;}
     .Container .Column21 {width:47%;padding:0 15px 30px 15px; }
     .Container .Column22 {width:47%; }
     .SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper { width:345px;height:300px; }
     .DegitalMarketing .MarketingBlock .ProcessItem {width:345px; display:table-cell;}
     .DegitalMarketing .MarketingBlock { margin:20px 80px 0 80px; }
     .DegitalMarketing .MarketingBlock .ProcessItem span.Title {height:65px;line-height:30px;font-size:22px;padding:10px 20px 0 20px; }
     .DegitalMarketing .MarketingBlock .ProcessItem P {font-size:18px;line-height:28px;padding:20px; }
     
     .WideProcessItem span.Title {line-height:30px;font-size:22px;padding:10px 20px 0 20px; }
     .WideProcessItem P {font-size:18px;line-height:28px;padding:5px 10px 10px 20px; }
     
     .col-md-3 {float: left; width: 25%;padding-left: 15px; padding-right: 15px; }
     .col-md-4 { width: 30%;float: left;padding-left: 15px; padding-right: 15px; }
     .col-md-9 {float: left; width: 64%; }
     
     .Container .MarketingBlock {margin:20px 0 20px 0 !important;}
     
     .OrderNowForm { padding:10px 10px 10px 200px; line-height:20px; width:500px; margin:30px auto 0 auto;border:4px solid silver; border-radius: 5px; }
     .OrderNowForm .captcha-div .Formfield {width:165px !important; }
     .Customers {background: url("../Customers.png") no-repeat center 30px; background-size: contain; min-height: 325px; padding-top: 160px;}
     .Customers #tabs {margin-bottom:25px;}
     .Container .RoundButtons {width:75%; }
     
}

@media only screen and (max-width:1299px) and (min-width:997px)
{
    #MainTable { width: 980px;}
    #InHeader { width:980px;height:340px; }
    .MenuArea {top:10px; right:10px; width:750px;height:35px; line-height:35px;}

    #InHeader .MetaDescription {bottom: 60px;font-size: 22px;height: 30px;left: 95px;line-height: 30px;width: 390px;}
    #InHeader .MetaKeyword {bottom: 90px;font-size: 30px;height: 40px;left: 95px;line-height: 40px;width: 390px;}

    .MainMenu, .ActiveMainMenu {padding-right:3px;padding-left:3px;height:35px; line-height:35px; } 
    .MainMenu a, .ActiveMainMenu a {border-radius: 6px; padding-right:3px;padding-left:3px;height:35px; line-height:35px;font-size:14px !important; } 

    .Container { width:940px; margin-left:auto;margin-right:auto;}


    #HeadCell {height:22px;line-height:22px; font-size:20px; width:800px;font-weight: 500;}
    #NewsPage .LargeThumbnail img { max-width: 600px; }
    .SocialBox {width: 210px; }
    .SocialBox a { margin-left: 10px;  }
    
    #FooterCell {height:55px;line-height:55px; }
    .FootersocialBox { margin-right:20%;width:15%; margin-top:15px; float:right; }
    #InHeader .PageLogo {width:40%;height:65%;bottom:65px;right:100px;}
    #InHeader .TopContactAndViber {left:26px;bottom:10px;width:460px; }
    #InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover, #InHeader .TopContactAndViber .Phone { font-size:18px; }
    #InHeader .TopSocial {right:10px;bottom:10px;width:210px;height:45px; }
    .Copyright{ height:55px;line-height:55px;width:65%;float:left; }
    
    /****** Home Page ********/
    .Container h4 {margin:35px 0 15px 0; font-size:17px; }
    .LargeHeader {font-size: 25px; margin-top:20px;}
    .Container .Column11 .OurProcessBlock {padding:44px 35px 0 15px;background:url(../ourprocess.png) no-repeat 0 10px; }
    .Container .Column11 .OurProcessBlock .ProcessItem { display:table-cell; }
    .Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {width: 100px; height: 100px;font-size: 32px; }
    .Container .Column11 {width:71%; padding-right:15px; padding-left:15px; }
    .Container .Column12 {width:22%;}
    .Container .Column21 {width:47%;padding:0 15px 30px 15px; }
    .Container .Column22 {width:46%; }
    .SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper { width:280px;height:230px; }
    .DegitalMarketing .MarketingBlock .ProcessItem {width:300px;display:table-cell; }
    .DegitalMarketing .MarketingBlock { margin:20px 10px 0 10px; }
    .SeoImgWrapper img, .SocialImgWrapper img, .OnlineAdvImgWrapper img { max-width:215px;max-height:165px; }
    .DegitalMarketing .MarketingBlock .ProcessItem span.Title {height:65px;line-height:30px;font-size:22px;padding:10px 20px 0 20px; }
    .DegitalMarketing .MarketingBlock .ProcessItem P {font-size:16px;line-height:28px;padding:20px; }
    
    .WideProcessItem span.Title {line-height:30px;font-size:22px;padding:10px 20px 0 20px; }
    .WideProcessItem P {font-size:16px;line-height:28px;padding:5px 10px 10px 20px; }
     
     .col-md-3 {float: left; width: 28%; padding-left: 10px; padding-right: 10px; }
     .col-md-4 { width: 30%;float: left;padding-left: 15px; padding-right: 15px; }
     .col-md-9 { float: left; width: 64%; }
    
    .Container .MarketingBlock {margin:20px 0 20px 0 !important;}
     
    .OrderNowForm { padding:10px 10px 10px 200px; line-height:20px; width:500px; margin:30px auto 0 auto;border:4px solid silver; border-radius: 5px; }
    .OrderNowForm .captcha-div .Formfield {width:165px !important; }
    .Customers {background: url("../Customers.png") no-repeat center 30px; background-size: contain; min-height: 325px; padding-top: 160px;}
    .Customers #tabs {margin-bottom:25px;}
    .Container .RoundButtons {width:89%; }
    
    
}

@media only screen and (max-width:996px) and (min-width:768px)
{
    
    body {} 
    #MainTable { width: 750px;}
    #InHeader { width:750px;height:260px; }
    .MenuArea {top:5px; right:5px; width:740px;height:30px; line-height:30px;}

    #InHeader .MetaDescription {bottom: 40px;font-size: 14px;height: 30px;left: 10px;line-height: 30px;width: 350px; }
    #InHeader .MetaKeyword {bottom: 65px;font-size: 16px;height: 35px;left: 10px;line-height: 35px;width: 400px;}

    .MainMenu, .ActiveMainMenu {padding-right:3px;padding-left:3px; height:30px; line-height:30px; } 
    .MainMenu a, .ActiveMainMenu a {border-radius: 6px; padding-right:3px;padding-left:3px; height:30px; line-height:30px;Font-size:14px !important; } 

    .Container { width:730px; margin-left:auto;margin-right:auto;}


    #HeadCell {height:22px;line-height:22px; font-size:20px; width:550px;font-weight: 500;}
    #NewsPage .LargeThumbnail img { max-width: 600px; }
    .SocialBox {width: 210px; }
    .SocialBox a { margin-left: 10px;  }
    
    #FooterCell {height:55px;line-height:55px; }
    .FootersocialBox { margin-right:10%;width:20%; margin-top:15px; float:right; }
    #InHeader .PageLogo {width:40%;height:57%;bottom:65px;right:30px;}
    #InHeader .TopContactAndViber {left:5px;bottom:5px;width:325px; }
    #InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover, #InHeader .TopContactAndViber .Phone { font-size:15px; }
    #InHeader .TopContactAndViber img { height:30px }
    #InHeader .TopSocial {right:10px;bottom:10px;width:145px;height:30px; }
    #InHeader .TopSocial img { height:30px; }
    .Copyright{ height:55px;line-height:55px;width:65%;float:left; }
    
    /****** Home Page ********/
    .Container h4 {margin:20px 0 15px 0; font-size:17px; }
    .LargeHeader {font-size: 25px; margin-top:20px;}
    .Container .Column11 .OurProcessBlock {margin-top: 20px; padding:25px 15px 35px 15px;background:url(../ourprocessvertical.png) no-repeat center center; }
    .Container .Column11 .OurProcessBlock .ProcessItem { display:block; }
    .Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {width: 100px; height: 100px;font-size: 32px; }
    .Container .Column11 .OurProcessBlock .ProcessItem h4, .Container .Column11 .OurProcessBlock .ProcessItem P {background-color:White;padding:5px 20px 5px 20px;}
    
    .Container .Column11 { padding-right:15px; padding-left:15px; }
    .Container .Column12 {margin-right:30px;margin-left:30px;}
    .Container .Column21 { padding:0 30px 30px 30px; }
    .Container .Column22 {display:none;  }
    .SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper {height:230px; }
    .DegitalMarketing .MarketingBlock .ProcessItem {display:block; margin-bottom:30px; }
    .DegitalMarketing .MarketingBlock { margin:20px 30px 0 30px; }
    .SeoImgWrapper img, .SocialImgWrapper img, .OnlineAdvImgWrapper img { max-width:215px;max-height:165px; }
    .DegitalMarketing .MarketingBlock .ProcessItem span.Title {height:30px;line-height:30px;font-size:22px;padding:10px 20px 10px 20px; }
    .DegitalMarketing .MarketingBlock .ProcessItem P {font-size:16px;line-height:28px;padding:20px; }
    
    .WideProcessItem span.Title {line-height:30px;font-size:22px;padding:10px 20px 0 20px; }
    .WideProcessItem P {font-size:16px;line-height:28px;padding:5px 10px 10px 20px; }
    
     .col-md-3 { margin-top:20px; text-align:center; float: left; width: 28%;  padding-left: 10px; padding-right: 10px;}
     .col-md-4 {padding-left: 70px; padding-right: 70px;overflow:hidden; }
     .col-md-9 {float: right; width: 64%; }
     
     .Container .MarketingBlock {margin:20px 45px 20px 45px !important;}
     
     .OrderNowForm { padding:10px 10px 10px 130px; line-height:20px; width:500px; margin:30px auto 0 auto;border:4px solid silver; border-radius: 5px; background-size:130px;}
     .OrderNowForm .captcha-div .Formfield {width:165px !important; }
     .Customers {background: url("../Customers.png") no-repeat center 8px; background-size: contain; min-height: 240px; padding-top: 160px;}
     .Customers #tabs {margin-bottom:15px;}
     .col-md-4 img { height:300px; }
     .mobile-b { overflow:hidden; }
     
     .Container .RoundButtons {width:59%; }
}
	
@media only screen and (max-width:767px) and (min-width:480px)
{
    
    
    body {} 
    #MainTable { width: 460px;}
    
    #InHeader { width:460px;height:160px; }
    .MenuArea {top:5px; right:0; width:460px;height:30px; line-height:30px;}

    #InHeader .MetaDescription {bottom: 44px;font-size: 16px;height: 30px;left: 150px;line-height: 30px;width: 270px;}
    #InHeader .MetaKeyword {bottom: 77px;font-size: 18px;height: 35px;left: 150px;line-height: 35px;width: 270px;}

    .MainMenu, .ActiveMainMenu {padding-right:0px;padding-left:0px; height:30px; line-height:30px;font-size:11px !important; } 
    .MainMenu a, .ActiveMainMenu a {border-radius: 6px; padding-right:3px;padding-left:3px; height:30px; line-height:30px;font-size:11px !important; } 

    .Container { width:440px; margin-left:auto;margin-right:auto;}


    #HeadCell {height:auto;line-height:22px; font-size:20px;font-weight: 500;float:none !important;}
    #NewsPage .LargeThumbnail img { max-width: 600px; }
    .SocialBox {width: 210px; }
    .SocialBox a { margin-left: 10px;  }
    
    #FooterCell {height:75px;line-height:35px; }
    .FootersocialBox { margin-top:0;margin-right:10px; }
    #InHeader .PageLogo {display:none;}
    #InHeader .TopContactAndViber {left:2px;bottom:10px;width:300px; }
    #InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover, #InHeader .TopContactAndViber .Phone { font-size:14px; }
    #InHeader .TopContactAndViber img { height:25px }
    #InHeader .TopSocial {right:10px;bottom:10px;width:125px;height:25px; }
    #InHeader .TopSocial img { height:25px; }
    .Copyright{ height:35px;line-height:35px;}
    
    
    
    
    
    /****** Home Page ********/
    .Container h4 {margin:20px 0 15px 0; font-size:17px; }
    .LargeHeader {font-size: 25px; margin-top:20px;}
    .Container .Column11 .OurProcessBlock {margin-top: 20px; padding:25px 15px 35px 15px;background:url(../ourprocessvertical.png) no-repeat center center; }
    .Container .Column11 .OurProcessBlock .ProcessItem { display:block; }
    .Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {width: 100px; height: 100px;font-size: 32px; }
    .Container .Column11 .OurProcessBlock .ProcessItem h4, .Container .Column11 .OurProcessBlock .ProcessItem P {background-color:White;padding:5px 20px 5px 20px;}
    
    .Container .Column11 { padding-right:15px; padding-left:15px; }
    .Container .Column12 {margin-right:30px;margin-left:30px;}
    .Container .Column21 { padding:0 0 30px 0; }
    .Container .Column22 {display:none;  }
    .SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper {height:230px; }
    .DegitalMarketing .MarketingBlock .ProcessItem {display:block; margin-bottom:30px; }
    .DegitalMarketing .MarketingBlock { margin:20px 30px 0 30px; }
    .SeoImgWrapper img, .SocialImgWrapper img, .OnlineAdvImgWrapper img { max-width:215px;max-height:165px; }
    .DegitalMarketing .MarketingBlock .ProcessItem span.Title {line-height:30px;font-size:20px;padding:10px; }
    .DegitalMarketing .MarketingBlock .ProcessItem P {font-size:16px;line-height:28px;padding:20px; }
    
    .WideProcessItem span.Title {line-height:30px;font-size:20px;padding:10px 10px 0 10px; }
    .WideProcessItem P {font-size:16px;line-height:28px;padding:5px 10px 10px 20px; }
    
     .col-md-3 { margin-top:20px; text-align:center; float: left; width: 28%;  padding-left: 10px; padding-right: 10px;}
     .col-md-4 {padding-left: 10px; padding-right: 10px;overflow:hidden; }
     .col-md-9 {float: right; width: 64%; }
     
     .Container .MarketingBlock {margin:20px 15px 20px 15px !important;}
     
     .OrderNowForm { padding:5px; line-height:20px; width:414px; margin:30px auto 0 auto;border:2px solid silver; border-radius: 5px; background:none !important;}
     .OrderNowForm .captcha-div .Formfield {width:122px !important; }
     .Customers {background: url("../Customers.png") no-repeat center 8px; background-size: contain; min-height: 240px; padding-top: 160px;}
     .Customers #tabs {margin-bottom:15px;}
     .col-md-4 img { height:300px; }
     .mobile-b { overflow:hidden; }
     
     
     #frm1 input.Formfield { width:110px !important;padding:0 !important; }
     #frm1 { width: 365px !important; }
    .captcha-div img { height: 21px !important; }
}
	

@media only screen and (max-width:479px)
{
    
    /*===============> working here ------------- */
    body {} 
    #MainTable { width: 320px;}
    #InHeader { width:320px;height:160px; background-size: 483px 185px !important; }
    .MenuArea {top:5px; right:0; width:320px;height:30px; line-height:30px;}

    #InHeader .MetaKeyword {bottom: 80px;font-size: 15px;height: 35px;left: 139px;line-height: 35px;width: 180px;}
    #InHeader .MetaDescription {bottom: 59px;font-size: 12px;height: 30px;left: 150px;line-height: 30px;width: 168px;}

    .MainMenu, .ActiveMainMenu {padding-right:0px;padding-left:0px; height:30px; line-height:30px;font-size:11px !important; } 
    .MainMenu a, .ActiveMainMenu a {border-radius: 6px; padding-right:3px;padding-left:3px; height:30px; line-height:30px;font-size:11px !important; } 

    .Container { width:300px; margin-left:auto;margin-right:auto;}


    #HeadCell {height:auto;line-height:22px; font-size:20px;font-weight: 500;float:none !important;}
    #NewsPage .LargeThumbnail img { max-width: 600px; }
    .SocialBox {width: 210px; }
    .SocialBox a { margin-left: 10px;  }
    
    #FooterCell {height:75px;line-height:35px; font-size:10px !important;}
    .FootersocialBox { margin-top:0;margin-right:auto; margin-left:auto; width:140px; overflow :hidden; }
    .FooterMenu, .ContactInfo { margin:10px !important; }
    
    #InHeader .PageLogo {display:none;}
    #InHeader .TopContactAndViber {left:2px;bottom:3px;width:300px; }
    #InHeader .TopContactAndViber .contact, #InHeader .TopContactAndViber .contact a,#InHeader .TopContactAndViber .contact a:hover, #InHeader .TopContactAndViber .Phone { font-size:14px; }
    #InHeader .TopContactAndViber img { height:25px }
    #InHeader .TopSocial {bottom: 33px;height: 25px;right: 21px;width: 125px; }
    #InHeader .TopSocial img { height:25px; }
    .Copyright{ height:35px;line-height:35px;}
    
    
    
    
    
    /****** Home Page ********/
    .Container h4 {margin:10px 0 5px 0; font-size:17px; }
    .LargeHeader {font-size: 21px; margin-top:20px;margin-bottom:10px;}
    .Container .Column11 .OurProcessBlock {margin-top: 20px; padding:25px 0 25px 0;background:url(../ourprocessvertical.png) no-repeat center center;margin-bottom:25px !important; }
    .Container .Column11 .OurProcessBlock .ProcessItem { display:block;margin-bottom:10px; }
    .Container .Column11 .OurProcessBlock .ProcessItem a i, .Container .Column11 .OurProcessBlock .ProcessItem a em {width: 60px; height: 60px;font-size: 22px; }
    .Container .Column11 .OurProcessBlock .ProcessItem h4, .Container .Column11 .OurProcessBlock .ProcessItem P {background-color:White;padding:5px 0 5px 0;}
    
    .Container .Column11 { padding-right:0; padding-left:0; }
    .Container .Column12 {margin-right:10px;margin-left:10px;}
    .Container .Column21 { padding:0 0 30px 0; }
    .Container .Column22 {display:none;  }
    .Container h1 {font-size:30px !important; }
    .Container ul li {font-size:14px; }
    .RoundButtons .OR {display:none !important;}
    .RoundButtons .Btn { width:85% !important;margin-bottom:10px; }
    
    .SeoImgWrapper, .SocialImgWrapper, .OnlineAdvImgWrapper {height:230px; }
    .DegitalMarketing .MarketingBlock .ProcessItem {display:block; margin-bottom:30px;padding:9 !important; }
    .DegitalMarketing .MarketingBlock { margin:20px 0 0 0; }
    .SeoImgWrapper img, .SocialImgWrapper img, .OnlineAdvImgWrapper img { max-width:215px;max-height:165px; }
    .DegitalMarketing .MarketingBlock .ProcessItem span.Title {line-height:30px;font-size:20px;padding:10px; }
    .DegitalMarketing .MarketingBlock .ProcessItem P {font-size:16px;line-height:28px;padding:20px; }
    
    .WideProcessItem span.Title {line-height:30px;font-size:20px;padding:10px 10px 0 10px; }
    .WideProcessItem P {font-size:16px;line-height:28px;padding:5px 10px 10px 20px; }
    
     .col-md-3 { margin-top:20px; text-align:center; float: left; width: 28%;  padding-left: 10px; padding-right: 10px;}
     .col-md-4 {padding-left: 10px; padding-right: 10px;overflow:hidden; }
     .col-md-9 {float: right; width: 64%; }
     
     .Container .MarketingBlock {margin:20px 0 20px 0 !important;}
     
     .OrderNowForm { padding:5px; line-height:20px; width:285px; margin:30px auto 0 auto;border:2px solid silver; border-radius: 5px; background:none !important;}
     .OrderNowForm .captcha-div .Formfield {width:122px !important; }
     .Customers {background: url("../Customers.png") no-repeat center 8px; background-size: contain; min-height: 240px; padding-top: 112px;}
     .Customers #tabs {margin-bottom:15px;}
     .col-md-4 img { height:170px; }
     .mobile-b { overflow:hidden; }
     
     
     #frm1 input.Formfield { width:88px !important;padding:0 !important; }
     #frm1 { width: 291px !important; }
     #frm1 td {font-size:12px; }
     .OrderNowForm select.FormField { width:48.5% !important; }
    .captcha-div img { height: 21px !important; }
}

body { direction:ltr; }
#HeadCell { float:Left; }
#ShareBox { float:Right; }
.FooterMenu {float:Left;margin-Left:100px; }
.SubMenu li A {background:url(../blt_EN.jpg) no-repeat Left 0;padding-Left:10px; }
.SubMenu A:hover{ background:url(../blt_EN.jpg) no-repeat Left -20px; }
.ContactInfo {margin-Left:100px;float:Left; }

@media only screen and (min-width:997px)
{
    .Container .Column11 { float:Left; }
    .Container .Column12 {float:Right; }
    .Container .Column21 {float:Left; }
    .Container .Column22 { float:Right; }
}
.RoundButtons .Btn{ padding-Right:25px;padding-Left:10px; }

.flex-btn { Left:10px !important;Right:auto !important; } 

ul#MobileMenu li a {background:url(../blt_EN.jpg) no-repeat Left 6px; }