﻿body {
    margin: 0;
    padding: 0;
    font-family: "GESSTwoMedium-Medium";
    font-size: 12px;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Header {
    width: 100%;
    height: 163px;
    background-image: url(../Images/bg1.jpg);
    background-repeat: repeat-x;
    direction: rtl;
}

.HeaderIn {
    width: 1350px;
    margin: 0 auto;
}

.HeaderInTop {
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.HeaderInTopPart1 {
    width: 500px;
    height: 42px;
    float: right;
}

    .HeaderInTopPart1 ul li {
        float: right;
    }

        .HeaderInTopPart1 ul li a {
            display: block;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            margin-top: 5px;
            border-left: 1px solid #dddddf;
            border-right: 1px solid #9c9c9c;
            padding-left: 20px;
            padding-right: 20px;
            font-family: "GESSTwoLight-Light";
        }

            .HeaderInTopPart1 ul li a:hover {
                color: #FFF;
            }

        .HeaderInTopPart1 ul li:first-child a {
            border-right: 0;
        }

        .HeaderInTopPart1 ul li:last-child a {
            border-left: 0;
            font-family: Arial;
        }

.HeaderInTopPart2 {
    width: 200px;
    height: 42px;
    float: right;
    text-align: center;
    padding-top: 5px;
}

    .HeaderInTopPart2 a {
        padding: 2px;
    }

.HeaderInTopPart3 {
    width: 304px;
    height: 42px;
    float: left;
    background-image: url(../Images/header-icons.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
}

.HeaderInMid {
    width: 100%;
    height: 73px;
    overflow: hidden;
    padding-right: 20px;
    padding-top: 5px;
}

.HeaderInBot {
    width: 100%;
    height: 43px;
    background-image: url(../ImagesNew/menu_bgar.png);
    background-repeat: no-repeat;
}

.HeaderInBotPart1 {
    width: 955px;
    height: 43px;
    float: right;
}

    .HeaderInBotPart1 > ul > li {
        float: right;
    }

        .HeaderInBotPart1 > ul > li:first-child a {
            width: 80px !important;
            padding: 0 !important;
        }

        .HeaderInBotPart1 > ul > li > a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            height: 43px;
            line-height: 43px;
            white-space: nowrap;
            font-size: 14px;
        }

        .HeaderInBotPart1 > ul > li:hover ul {
            display: block;
        }

        .HeaderInBotPart1 > ul > li > ul {
            position: absolute;
            z-index: 9999;
            min-width: 200px;
            height: 300px;
            border-radius: 10px;
            padding-top: 10px;
            background-image: url(../Images//arrow-up.png);
            background-repeat: no-repeat;
            background-position: right top;
            display: none;
        }

            .HeaderInBotPart1 > ul > li > ul > li:first-child a {
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .HeaderInBotPart1 > ul > li > ul > li:last-child a {
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                border-bottom: 0;
            }

            .HeaderInBotPart1 > ul > li > ul > li > a {
                display: block;
                width: 100%;
                height: 43px;
                line-height: 43px;
                background-color: #949494;
                border-bottom: 1px solid #FFF;
                color: #FFF;
                padding-right: 10px;
                padding-left: 10px;
                font-size: 14px;
            }

                .HeaderInBotPart1 > ul > li > ul > li > a:hover {
                    background-color: #ed1b24;
                }

                .HeaderInBotPart1 > ul > li > ul > li > a > span {
                    display: none;
                }

.HeaderInBotPart2 {
    width: 191px;
    height: 43px;
    float: left;
}

.HeaderInBotPart2_1 {
    width: 30px;
    height: 32px;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.HeaderInBotPart2_2 {
    width: 120px;
    height: 32px;
    float: left;
    margin-top: 6px;
}

    .HeaderInBotPart2_2 input {
        margin-top: 3px;
        padding: 4px;
        border: 0;
        background-color: #949494;
        color: #FFF;
        outline: none !important;
    }

.Main {
    width: 100%;
    background-image: url(../Images/bg2.jpg);
    background-repeat: repeat-x;
}

.MainContent {
    width: 1350px;
    margin: 0 auto;
    padding-top: 20px;
}

.buttonRed {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #D00;
    color: #FFF;
    font-family: "GESSTwoLight-Light";
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    cursor: pointer;
}

    .buttonRed:hover {
        background-color: #dbdbdb;
        color: #000;
    }

.buttonGrey {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #dbdbdb;
    color: #000;
    font-family: "GESSTwoLight-Light";
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    cursor: pointer;
}

    .buttonGrey:hover {
        background-color: #D00;
        color: #FFF;
    }

.Footer {
    width: 100%;
    height: 295px;
    background-image: url(../Images/footer-bg.jpg);
    background-repeat: repeat-x;
}

.FooterIn {
    width: 1350px;
    margin: 0 auto;
    padding-top: 30px;
    direction: rtl;
}

.FooterHeader {
    font-size: 14px;
    color: #484848;
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: bold;
}

.FooterPart1 {
    width: 100%;
    height: 223px;
}

.FooterPart1_1 {
    width: 910px;
    height: 224px;
    float: right;
	padding-top: 30px;
}

.FooterPart1_1_Part {
    width: 230px;
    float: right;
}

    .FooterPart1_1_Part ul li {
        height:25px;
    }

.FooterPart1_3 {
    width: 195px;
    height: auto;
    float: left;
    text-align: left;
}

    .FooterPart1_3 a {        
        margin-right: 15px;
        margin-left: 0px;
		display: inline-block;
    }

.FooterPart2 {
	width: 100%;
	margin-top: 15px;
	height: auto;
	font-size: 13px;
	font-family: "GESSTwoLight-Light";
	overflow: hidden;
	background: #7e7e7e;
	display: inline-block;
}

    .FooterPart2 span, .FooterPart1_3 span {
        font-family: Arial;
        direction: ltr;
        margin-right: 5px;
    }

.FooterPart2_1 {
    width: 550px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    float: right;
}

    .FooterPart2_1 ul {
        margin-top: 14px;
    }

        .FooterPart2_1 ul li {
            float: right;
        }

            .FooterPart2_1 ul li a {
                display: block;
                padding-left: 15px;
                padding-right: 15px;
                font-family: "GESSTwoLight-Light";
                font-size: 11px;
                line-height: 22px;
                color: #FFF;
                border-left: 1px solid #FFF;
            }

            .FooterPart2_1 ul li:first-child a {
                padding-right: 0px;
            }
            
            .FooterPart2_1 ul li:last-child a {
                border-left: 0;
            }

.FooterPart2_2 {
    width: 800px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    float: left;
    text-align: center;
}

.FooterPart2_3 {
    width: 249px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    float: right;
    text-align: left;
}

.Acc {
    /*width: 20px;
    height: 42px;*/
  opacity: 0.5;
float: left;
margin-right: 10px;
display: block;
margin-top: 5px;
}

.contactUS {
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 8px #CCC inset;
    color: #666;
    font-weight: normal !important;
    font-family: "GESSTwoMedium-Medium";
    border: 1px solid #999;
}

.Date {
    color: #949494;
    direction: rtl;
}

.fontSizeMinus, .fontSizePlus {
    font-family: Arial; 
    direction: ltr;
    color: #ffffff;
    font-size: 18px;
    cursor:pointer;

}
.fontSizeMinus {
    font-size: 16px;
    margin-top: 7px;
}

.addthis_sharing_toolbox{
       position: absolute;
    top: 224px;
}

.container{ width:1350px; margin:0px auto;}
.right_div{ float:left; margin-right:100px;}

#toTop {
	width: 40px;
	background: #D00;
	text-align: center;
	padding: 0px;
	border-radius: 3px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: #000;
	font-weight: bold;
	z-index: 999999;
	line-height: 50px;
	transition: transform .5s;
	height: 40px;
	font-weight: bold;
}
#toTop a i {
	font-size: 28px;
	color: #fff;
}
.rsbtn_left.rsimg.rspart {
	padding-left: 50px;
	padding-top: 20px;
	display: block;
}


.dropbtn {
  color: #484848;
  padding: 15px 0px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  float: right;
  margin-left: 36px;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 35px;
  background-color: #949494;
  border-radius: 10px;
  min-width: 330px;
  box-shadow:0px -1px 10px 0px rgba(0,0,0,0.3);
  z-index: 1;
}
.dropup-content ul::after{ position:absolute; content:''; border-left:10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #949494; bottom:-10px; right:18px;}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color:#fff;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #ed1b24;}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

.dropup-content ul  li:first-child a {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.dropup-content ul  li:last-child a {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


