﻿@font-face {
    font-family: 'GE-regular';
    src: url('../Fonts/GE_Flow_Regular.eot');
    src: local('?'), url('../Fonts/GE_Flow_Regular.woff') format('woff'), url('../Fonts/GE_Flow_Regular.ttf') format('truetype'), url('../Fonts/GE_Flow_Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE-bold';
    src: url('../Fonts/GE_Flow_Bold.eot');
    src: local('?'), url('../Fonts/GE_Flow_Bold.woff') format('woff'), url('../Fonts/GE_Flow_Bold.ttf') format('truetype'), url('../Fonts/GE_Flow_Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*===================================== 
	-- general layout --
=====================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
    list-style: none;
    -ms-text-shadow: none;
    text-shadow: none;
}

body {
    font-family: 'GE-regular';
    direction: rtl;
    font-size: 20px;
}

#s4-bodyContainer {
    padding-bottom: 0;
    color: #585859;
}

#s4-workspace #s4-bodyContainer #contentBox {
    min-width: 230px;
}

.ms-webpartzone-cell {
    margin-bottom: 0;
}

.inner-content {
    background-color: #fff;
    z-index: 100;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .inner-content.open {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
        overflow-x: hidden;
    }

#s4-workspace {
    font-family: 'GE-regular', Tahoma sans-serif;
    direction: rtl;
    font-size: 20px;
    overflow-x: hidden;
}

    #s4-workspace.editmode {
        overflow: auto;
    }

#MSOTlPn_MainTD {
    font-family: "segoe ui";
    font-size: 14px;
    vertical-align: top;
}

.dfwp-column {
    margin-right: 0;
}

::selection {
    background: #b0853b;
    color: #fff;
}

/* Safari */
::-moz-selection {
    background: #b0853b;
    color: #fff;
}
/* Firefox */
:-moz-placeholder, .form-control::-moz-placeholder {
    color: #d1d1d1;
}

::-webkit-input-placeholder, .form-control:::-webkit-input-placeholder {
    color: #d1d1d1;
}

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #d1d1d1;
}

a, a:hover, a:link, a:active, a:focus, a:visited {
    outline: none;
    text-decoration: none;
    color: inherit;
    text-decoration: inherit;
}


h1, h2, h3, h4, h5 {
    font-family: 'GE-bold';
    font-weight: normal;
    line-height: normal;
}

input, textarea, select, .form-control {
    font-family: Tahoma, Arial, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    color: #767676;
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

    .form-control:focus {
        outline: none;
        border-color: transparent;
        box-shadow: 0 0 3px 0px rgba(161,161,161, 0.8);
    }

    textarea, textarea.form-control {
        resize: vertical;
        min-height: 150px;
        width: 100%;
    }

.btn {
    background-color: #a50b0a;
    font-family: 'GE-regular';
    padding: 5px 15px;
    color: #fff !important;
    cursor: pointer;
    border: 0;
    line-height: 24px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:hover, .btn:focus {
        background-color: #616060;
        color: #fff;
    }

.displayStyle{
	display:none
}

/*===================================== 
	-- common styles --
=====================================*/

.displayNone {
    display: none;
}

.autoMargin {
    margin: 0 auto;
}

.removeSidePadding {
    padding-left: 0;
    padding-right: 0;
}


.transisionAll * {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.removeTransision * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.posRelative {
    position: relative;
}

.bordered {
    border: 1px solid #d7d7d7;
}

.bordered-raduis {
    border-radius: 5px;
}
*[data-animation]{
	opacity:0;
}
*[data-animation].animated{

}
/************************************************/
.main_nav {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    font-size: 0.8em;
    margin-bottom: 0;
    z-index: 10;
}
.main_nav .navbar-header{
	height:73px;
}
.navbar-left * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-collapse {
    float: right;
}

.main_nav .left, .main_nav .right {
    background-color: #d3a556;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.main_nav .right {
    background-color: #192535;
    left: 0;
    right: auto;
}

.navbar > .container .navbar-brand {
    color: #fff;
    float: right;
    font-family: "GE-bold";
    height: auto;
    padding: 7px 0;
    margin-left: 45px;
    font-size: 1.2em;
}

    .navbar > .container .navbar-brand:hover {
        color: #fff;
    }

    .navbar > .container .navbar-brand > span {
        display: block;
        font-size: 0.8em;
        text-align: center;
    }
    .navbar > .container .navbar-brand > .date{
	font-size:0.55em;
}

.navbar-default .navbar-brand:hover {
    color: #e2e2e2;
}

.navbar-nav {
    background-color: #192535;
    border-left: 0;
}

    .navbar-nav, .navbar-nav li {
        float: right;
        border-left: 1px solid #343e44;
        position: relative;
    }

        .navbar-nav li:last-child {
            border: 0 none;
        }

        .navbar-nav ul {
            display: inline;
        }

.navbar-default .navbar-nav li a {
    /*padding: 25px 20px 24px;*/
    padding: 25px 13px 21px;
    border-bottom: 4px solid #192535 !important;
    color: #fff;
    margin-left: 0 !important;
}

    .navbar-default .navbar-nav li a span {
        background-image: none !important;
        padding: 0 !important;
    }

    .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.selected > a {
        background-color: #323942;
        color: #fff !important;
        border-bottom: 4px solid #d1a150 !important;
    }

.navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.navbar-toggle.open .icon-bar:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggle.open .icon-bar:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        position: relative;
    }


.navbar-nav li:hover ul.dynamic {
    visibility: visible;
    opacity: 1;
    top: 70px !important;
}

.navbar-default ul.dynamic {
    background-color: #2b2e31;
    border: 0 none;
    border-top: 3px solid #d1a150;
    box-shadow: none;
    opacity: 0;
    padding: 0;
    right: -2px !important;
    top: 80px;
    visibility: hidden;
    width: 275px !important;
    z-index: 1000;
}

    .navbar-default ul.dynamic li {
        width: 100%;
        border-left: 0;
    }

        .navbar-default ul.dynamic li a {
            border-bottom: 1px solid #414345 !important;
            padding: 15px;
        }

            .navbar-default ul.dynamic li a:hover {
                background-color: #d3a556;
                border-bottom: 1px solid #414345 !important;
            }

.search-icon, .navbar-left a {
    border-right: 1px solid #323c43;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 73px;
    line-height: 73px;
    padding-left: 15px;
    padding-right: 15px;
}

    .search-icon.close:before {
        content: "×";
        color: #fff;
        font-size: 20px;
    }

.navbar-collapse {
    position: relative;
}

.search-box {
    background-color: #2b2f32;
    color: #fff;
    height: 85px;
    left: 0;
    position: absolute;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

    .search-box.open {
        opacity: 1;
        visibility: visible;
        left: 60px;
    }

    .search-box .ms-srch-sb {
        border: 0 none;
        width: 100%;
    }

        .search-box .ms-srch-sb .ms-textSmall {
            border-bottom: 1px solid #d3a556;
            border-radius: 0;
            color: #fff;
            display: block;
            font-size: 12px;
            height: 40px;
            margin: 20px auto 0;
            padding: 10px;
            width: 90%;
        }

        .search-box .ms-srch-sb .ms-srch-sb-searchLink {
            height: 30px;
            left: 20px;
            margin: 0;
            position: absolute;
            top: 30px;
            width: 30px;
            text-align: center;
        }

            .search-box .ms-srch-sb .ms-srch-sb-searchLink:hover {
                background-color: transparent;
            }

            .search-box .ms-srch-sb .ms-srch-sb-searchLink:before {
                content: "\f002";
                font-family: "FontAwesome";
            }

            .search-box .ms-srch-sb .ms-srch-sb-searchLink img {
                display: none;
            }

.navbar-left a {
    font-size: 20px;
    border-right: 0;
}


.kingBanner{
margin-top: 15px;
/*
	background:url("/Style Library/Images/banner-img.png") no-repeat center center;	
	position: absolute;
	width: 626px;
	height: 410px;*/
}

.main-banner .slick-dots{
	bottom:5px;
	direction:ltr;
	width:auto;
	display:none;
	right:20px;
} 
.main-banner .slick-dots li {
	width:40px;
	height:37px;
	margin:0 3px 0 0;
	cursor:default;
	float:right;
}
.main-banner .slick-dots li button{
	width:40px;
	height:40px;
	cursor:default;
}
.main-banner .slick-dots li button:before{
	background:url("/Style Library/Images/All_flags.png") no-repeat right 0;
	width:40px;
	height:40px;
	padding:0;
	opacity:0.8;
	font-size:0;
}
.main-banner .slick-dots li.slick-active:after{
	border: 3px solid rgba(41,60,85,0.8);
	content: ".";
	font-size: 0;
	height: 28px;
	position: absolute;
	top: 5px;
	width: 28px;
	right: 6px;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	border-radius: 2px;
}
.main-banner .slick-dots li.slick-active button:before{
	opacity:1;
}
.main-banner .slick-dots li:nth-child(2) button:before{
	background-position: -178px 0;
}
.main-banner .slick-dots li:nth-child(3) button:before{
	background-position:-133px 0;
}

.main-banner .slick-dots li:nth-child(4) button:before{
	background-position: -89px 0;
}

.main-banner .slick-dots li:nth-child(5) button:before{
	background-position:-43px 0;
}

.main-banner .slick-dots li:nth-child(6) button:before{
	background-position:0 0;
}

.main-banner {
    position: relative;
    height: 555px;
}

    .main-banner .img-responsive {
        margin: auto;
        max-width: 100%;
    }

.home-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index:-1;
}

    .home-slider .slick-list {
        height: 555px;
    }

.slick-loading {
    background: url("/Style Library/Images/ajax-loader.gif") repeat center center rgba(0, 0, 0, 0);
}

.home-slider .bg {
    background: url("/Style Library/Images/banner1.jpg") no-repeat center bottom;
    width: 100%;
    height: 555px;
}

.home-slider .bg2 {
    background: url("/Style Library/Images/banner2.jpg") no-repeat center bottom;
}

.bannerBG {
    background: url("/Style Library/banner1.jpg") no-repeat center top;
    position: absolute;
    width: 100%;
    height: 100%;
    /*animation: 10s linear 0s normal none infinite running sliderScale;*/
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    animation: 10s alternate infinite ease-in-out cf3FadeInOut;
    -webkit-animation: 10s alternate 5s infinite ease-in-out cf3FadeInOut;
    z-index: 1;
    /*animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;*/
}

.bannerBG2 {
    background: url("/Style Library/banner2.jpg") no-repeat center top;
    position: absolute;
    width: 100%;
    height: 100%;
}


@keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



@-o-keyframes cf3FadeInOut {
    0%;

{
    opacity: 1;
}

45% {
    opacity: 1;
}

55% {
    opacity: 0;
}

100% {
    opacity: 0;
}

}

@-moz-keyframes cf3FadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.rombas {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 5px;
    position: absolute;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    top: 0;
    z-index: -1;
}

    .rombas > div {
        background-color: rgba(255,255,255,0.9);
        width: 100%;
        height: 100%;
        border-radius: inherit;
    }

.sponser-logo {
	border-radius: 8px;
	height: 110px;
	margin-right: 50px;
	margin-top: 40px;
	padding-top: 16px;
	position: relative;
	text-align: center;
	width: 110px;
	z-index: 1;
}
.sponser-logo.petLogo {
  left: 95px;
  position: absolute;
  top: 97px;
}
.sponser-logo.petLogo .img-responsive{
	margin-left: 6px;
	margin-top: -8px;
	width:auto;
	}
/*new banner styles*/
.main.sponser-logo{
	border-radius: 15px;
	height: 160px;
	margin: 40px auto 0;
	padding: 0;
	right: 15px;
	width: 160px;
	z-index: 2;
}

.main.sponser-logo .rombas > div{
	overflow:hidden;
}
.main.sponser-logo img{
	left: 32px;
	position: relative;
	top: -24px;
	-moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	width: 203px;
}

.main.main-logo{
	height: 240px;
	margin: -25px 0 0 0;
	width: 240px;
	z-index: 1;
	position: absolute;
	top: 160px;
	left: -340px;
}
.side-socials{
	position: absolute;
	left: 0;
	top: 38%;
}
.side-socials a{
	background-color: #192535;
	width: 45px;
	height: 48px;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	display: inline-block;
	line-height: 49px;
	float:left;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.side-socials li {
	float:left;
	width:100%
}

.side-socials .fb{
	background-color: #263a54;
}
.side-socials .inst{
	background-color: #384f6c;
}
.side-socials a:hover{
	background-color:#29aae3;
	width:55px;
}
.side-socials .fb:hover{
	background-color: #3b5a9b;
}

.side-socials .inst:hover{
	background-color: #517fa4;
}

.main.main-logo .rombas{
	background-color: rgba(48,45,43,0.25);
	left:0;
	border-radius:20px;
}
.main.main-logo hgroup{
	margin: 55px 0 0;
	right: 0;
	width: 100%;
}
.banner-footer{
	margin-top:240px;
}
/*./new banner styles*/

    .sponser-logo .img-responsive {
        display: inline;
        margin-top:5px;
    }

.pull-left .sponser-logo {
    float: left;
}

.main-logo {
    border-radius: 25px;
    color: #fff;
    float: left;
    height: 400px;
    margin-left: 140px;
    margin-top: -75px;
    position: relative;
    text-align: center;
    width: 400px;
    z-index: 5;
}

    /*    .main-logo .rombas img {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 35px;
        margin-top: 115px;
    }
    */

    .main-logo .rombas img {
        -moz-transform: rotate(-44deg);
        -webkit-transform: rotate(-41deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-42deg);
        margin-left: 35px;
        margin-top: 99px;
    }


    .main-logo .rombas {
        background-color: rgba(214, 162, 74, 0.8);
        border: 0 none;
        left: -30px;
        padding: 3px;
        border-radius: 35px;
    }

        .main-logo .rombas > div {
            background-color: rgba(48, 45, 43, 0.3);
            border: 3px solid #d3a556;
            overflow: hidden;
        }

    .main-logo hgroup {
        margin: 133px auto;
        position: absolute;
        right: -20px;
        width: 280px;
    }

    .main-logo h1 {
        color: #fff;
        font-size: 0.75em;
        font-weight: normal;
        margin: 10px 0;
        font-family: GE-regular;
    }
    .main-logo h1.k {
font-family:"GE-bold";
font-size:0.85em	
}
    
    .main-logo h1 span {
	  font-size: 0.8em;
	}

    .main-logo h2 {
        color: #fff;
        font-size: 0.63em;
        font-weight: normal;
        padding: 0 20px;
        font-family: GE-regular;
    }

.date-rombas {
	border-radius: 8px;
	color: #fff;
	float: left;
	height: 110px;
	padding-top: 17px;
	position: relative;
	right: -67px;
	text-align: center;
	width: 110px;
	z-index: 5;
}

    .date-rombas .rombas {
        border: 0 none;
        padding: 0;
        border-radius: 15px;
    }

        .date-rombas .rombas > div {
            background-color: rgba(45,54,65,0.9);
        }

    .date-rombas hgroup {
        padding: 0 20px;
        font-size: 16px;
    }

        .date-rombas hgroup h1, .date-rombas hgroup h2, .date-rombas hgroup h3 {
            font-family: Arial;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.8em;
        }

        .date-rombas hgroup h2 {
            border-top: 1px solid #fff;
            font-size: 1.3em;
        }

        .date-rombas hgroup h3 {
            font-size: 1em;
        }

.social-logo {
    height: 130px;
    position: relative;
    text-align: center;
    width: 130px;
    z-index: 10;
    padding-top: 32px;
    border-radius: 8px;
    right: -15px;
}

    .social-logo .rombas {
        border-color: rgba(255,255,255,0.4);
        border-radius: 10px;
        padding: 3px;
    }

        .social-logo .rombas > div {
            background-color: rgba(45,54,65,0.8);
        }

    .social-logo div {
        padding: 0 20px;
    }

    .social-logo h3 {
        color: #fff;
        font-size: 0.6em;
        margin-bottom: 10px;
        padding-top: 15px;
        white-space: nowrap;
    }

    .social-logo a {
        color: #fff;
        margin: 0 3px;
    }

        .social-logo a:hover {
            color: #d3a556;
        }

.gotoBottom {
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 40px;
    color: #fff !important;
    cursor: pointer;
    font-size: 32px;
    height: 52px;
    line-height: 55px;
    margin-right: 180px;
    position: absolute;
    text-align: center;
    width: 52px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .gotoBottom:hover {
        background-color: rgba(255,255,255,0.3);
        margin-top: 10px;
    }

.banner-links {
    margin-top: 45px;
}

    .banner-links li {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff;
        padding: 0 0 0 1px;
    }

        .banner-links li:hover {
            margin-top: -5px;
        }

            .banner-links li:hover h1 {
                text-shadow: 1px 1px rgba(108, 108, 108, 0.6);
            }

        .banner-links li:after {
            background-color: rgba(255,255,255,0.8);
            content: "";
            display: block;
            height: 3px;
            margin-top: 2px;
            width: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .banner-links li:hover:after {
            width: 100%;
        }

        .banner-links li a {
            background: url("/Style Library/Images/icons.png") no-repeat scroll 220px -300px #d3a556;
            display: block;
            padding: 0.5em 3.7em 0.5em 0.7em;
        }

        .banner-links li:nth-child(2) a {
            background-position: 220px -148px;
            background-color: #192535;
        }

        .banner-links li:nth-child(3) a {
            background-position: 220px 15px;
            background-color: #293c55;
        }

    .banner-links h1 {
        font-size: 1em;
    }

    .banner-links span {
        font-size: 0.7em;
    }

.fixed-left-nav {
    background-color: #2b2e31;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 10;
    color: #fff;
    font-size: 0.75em;
    padding-top: 3.8em;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    box-shadow: inset -4px 0 31px rgba(0,0,0,0.5);
}



    .fixed-left-nav li a {
        display: block;
        padding: 0.7em 2em;
        margin-bottom: 2px;
    }

        .fixed-left-nav li a:hover, .fixed-left-nav li a.active {
            background-color: #d3a556;
        }


/* Marquee */
.marquee-news {
    background-color: #192535;
    color: #fff;
    font-size: 0.7em;
    z-index:1000;
}

    .marquee-news .row {
        margin-bottom: 0;
    }

    .marquee-news .news-carousel {
        margin: 0;
    }

    .marquee-news .news-slider {
        padding: 0;
        margin: 0;
        direction: ltr;
    }

    .marquee-news h2 {
        font-size: 1.3em;
        padding: 0.5em 0;
        height: 43px;
        line-height: 1.5;
        color:#FECA42;
    }

        .marquee-news h2 i {
            margin-left: 0.5em;
        }

    .marquee-news .date {
        background-color: #293c55;
        padding: 0.8em 0;
        text-align: center;
        height: 43px;
        direction: rtl;
    }

    .marquee-news .slick-next, .marquee-news .slick-prev, .marquee-news .controls {
        margin: 0;
        top: 0;
        width: 7%;
        left: -7%;
        background-color: #293c55;
        padding: 0.8em 0;
        text-align: center;
        height: 43px;
    }

        .marquee-news .slick-prev:hover, .marquee-news .slick-next:hover {
            background-color: #d3a556;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .marquee-news .slick-prev:before {
            content: "\f105";
            font-family: "FontAwesome";
        }

        .marquee-news .slick-next:before {
            content: "\f104";
            font-family: "FontAwesome";
        }

        .marquee-news .slick-prev:hover:before {
            margin-left: 1em;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .marquee-news .slick-next:hover:before {
            margin-right: 1em;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .marquee-news .slick-next {
        left: -14%;
    }

    .marquee-news .news {
        padding: 0.8em;
        text-align: right;
    }

    .marquee-news .controls {
        cursor: pointer;
        font-size: 2.1em;
        line-height: 1.5;
        padding: 0;
        color: #8b8b8b;
    }

        .marquee-news .controls:hover {
            color: #fff;
        }

            .marquee-news .controls:hover i {
                margin-left: 1em;
            }

        .marquee-news .controls:last-child:hover i {
            margin-left: 0;
            margin-right: 1em;
        }



/* About Section */
.main-about {
    background: url("/Style Library/Images/big-pttrn.jpg") no-repeat left bottom;
    height: 390px;
}

    .main-about hgroup {
        margin-top: 4em;
    }

    .main-about h1 {
        color: #070707;
        font-size: 1em;
        margin: 13px 0;
    }

    .main-about h2 {
        color: #d3a556;
        font-size: 0.9em;
    }

        .main-about h2 span {
            font-size: 0.7em;
            color: #9d9d9d;
        }

    .main-about p {
        color: #3b434d;
        font-size: 0.8em;
        margin-top: 0.5em;
        text-align: justify;
    }
    .main-about .link-download{
		font-size:0.9em;
}
.no-r-padding{
	padding-right:0;
}
   /* .main-about .image {
        border-radius: 25px;
        height: 270px;
        margin-right: 70px;
        margin-top: 65px;
        position: relative;
        text-align: center;
        width: 270px;
        z-index: 10;
    }*/
    .main-about .image {
	  	border-radius: 25px;
		height: 180px;
		margin-right: 11px;
		margin-top: 5em;
		position: relative;
		text-align: center;
		width: 180px;
		z-index: 10;	
	}
.main-about .rombas > div .minster-img{
	margin-right: -30px;
	margin-top: -10px;
	 -moz-transform: rotate(-45deg) scale(1.2);
     -webkit-transform: rotate(-45deg) scale(1.2);
     -o-transform: rotate(-45deg) scale(1.2);
     -ms-transform: rotate(-45deg) scale(1.2);
	transform: rotate(-45deg) scale(1.2);
	width: 130%;
}
    .main-about .rombas {
        padding: 5px;
    }
    .main-about .col-lg-6:first-child .rombas{
	border-color:#EFEFEF;
}

        .main-about .rombas > div {
            overflow: hidden;
            border: 4px solid #fff;
        }

            .main-about .rombas > div a {
                display: block;
            }

            .main-about .rombas > div img {
                -moz-transform: rotate(-45deg) scale(1.4);
                -webkit-transform: rotate(-45deg) scale(1.4);
                -o-transform: rotate(-45deg) scale(1.4);
                -ms-transform: rotate(-45deg) scale(1.4);
                transform: rotate(-45deg) scale(1.4);
                min-width: 100%;
                height: auto;
                margin: 0;
            }


.main-related-sections {
    background-color: #192535;
    padding: 4em 0;
}
.main-related-sections img{
	width:100%;
}

    .main-related-sections figure {
        color: #fff;
        position: relative;
        height: 475px;
        overflow: hidden;
    }

        .main-related-sections figure h1 {
            position: absolute;
            bottom: 2.2em;
            font-size: 1.2em;
            padding: 0 1em;
            left: 0;
            width: 50%;
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

.orangeRombus {
    background-color: #d3a556;
    border-radius: 4px;
    display: block;
    height: 35px;
    padding: 5px;
    width: 35px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
}

    .orangeRombus > * {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.main-related-sections figure h1 i {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0.7em;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 0;
}

    .main-related-sections figure h1 i:before {
        font-size: 20px;
    }

.main-related-sections figure h1 a {
    display: block;
}

.main-related-sections .bg {
    background: none repeat scroll 0 0 #233144;
    bottom: 0;
    position: absolute;
    right: -140px;
    top: 0;
    /*transform: skewX(-30deg) translateX(100%);
    -moz-transform: skewX(-30deg) translateX(100%);
    -webkit-transform: skewX(-30deg) translateX(100%);
    -o-transform: skewX(-30deg) translateX(100%);*/
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    opacity: 0;
    width: 350px;
}

.main-related-sections figure:hover .bg {
    /*transform: skewX(-30deg) translateX(0);
    -moz-transform: skewX(-30deg) translateX(0);
    -webkit-transform: skewX(-30deg) translateX(0);
    -o-transform: skewX(-30deg) translateX(0);*/
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    opacity: 1;
}

.MSIE9 .main-related-sections .bg {
    background: url("/Style Library/Images/IE-BG.png") no-repeat scroll right bottom transparent;
    transform: translateX(0) skewX(0) !important;
    -moz-transform: translateX(0) skewX(0) !important;
    -webkit-transform: translateX(0) skewX(0) !important;
    -o-transform: translateX(0) skewX(0) !important;
}

.MSIE9 .main-related-sections figure:hover .bg {
    right: 0;
}

.main-related-sections figcaption {
    bottom: 2.2em;
    position: absolute;
    right: 1.5em;
    width: 215px;
}


    .main-related-sections figcaption h2 {
        font-size: 2em;
        margin-bottom: 0.6em;
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        opacity: 0;
    }

        .main-related-sections figcaption h2 span {
            display: block;
            font-size: 0.8em;
            font-family: 'GE-regular';
        }

    .main-related-sections figcaption p {
        font-size: 0.75em;
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        opacity: 0;
    }


.main-related-sections figure:hover h2, .main-related-sections figure:hover p {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-related-sections figure:hover p {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-related-sections figure:hover .img-responsive {
    /* opacity: 0.5;*/
    transform: translate3d(0,0,10deg);
    -webkit-transform: translate3d(0,0,10deg);
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}

.main-related-sections figure:hover h1 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: auto;
}

.main-related-sections figure:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transition-duration: 2s;
    -moz-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
}



#session-table .ribbon {
    display: none;
}

#session-table .s4-wpcell-plain {
    margin-bottom: 0;
}

.main-table {
    background-color: #d0a965;
    color: #fff;
    position: relative;
    /*overflow:hidden;
    height:700px;
    padding-bottom: 4em;*/
}

    .main-table.fixedTable .left {
        margin-right: 360px;
    }

    .main-table .absoluteLeft {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 60%;
    }

    .main-table .main-title {
        font-size: 2.5em;
        margin-bottom: 1em;
        color: #fff;
    }

    .main-table .days {
        padding-left: 0;
        padding-top: 4em;
        margin-left: -1px;
    }

    .main-table .left {
        padding: 0;
        /*position: absolute;
    right: 0;
    top: 0; 
        padding-top: 4em;
       margin: 0 -15px;
        opacity:0;
        visibility:hidden;*/
    }
    .ramatan-logo{
		float: left;
		margin-bottom: 25px;
		margin-top: 5px;
		text-align: center !important;
		width: 100%;
		}
	.ramatan-logo img{
		display: inline-block;
		width: 215px;
		height:100px;
		position:relative;
		top:7px;
	}
    .main-table .details .detail .job {
        cursor: text;
		display: inline;
		font-size: 0.85em;
		margin-right: 10px;
    }
	.main-table .details .detail .dash{
		margin:0 5px;
	}
	.main-table .details .detail .detailed-detailed{
		position: relative;
		top: -23px;
	}
	.main-table .details .detail .detailed-detailed li:first-child:before{
	
}
    .main-table .details .detail li:before {
        color: #d1a150;
        content: "●";
        float: right;
        margin-left: 5px;
    }

    .main-table .details .detail li {
        display: inline-block;
        width: 100%;
        margin-bottom:15px;
    }

#session-table.main-table .left {
    height: 670px;
}
.main-table .row{
	margin:0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d1a150 !important;
  width:9px !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:9px !important;
	background-color: rgba(0, 0, 0, 0.2) !important
}
.container .mCSB_scrollTools .mCSB_buttonUp, .container .mCSB_scrollTools .mCSB_buttonDown, .container .mCSB_scrollTools .mCSB_buttonLeft, .container .mCSB_scrollTools .mCSB_buttonRight,
#loadPopup .mCSB_scrollTools .mCSB_buttonUp, #loadPopup .mCSB_scrollTools .mCSB_buttonDown, #loadPopup .mCSB_scrollTools .mCSB_buttonLeft, #loadPopup .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url("/Style Library/Images/mCSB_buttons.png") !important;
	background-color: #e2e2e2;
  opacity:1;
}
#loadPopup .mCSB_scrollTools .mCSB_buttonUp, #loadPopup .mCSB_scrollTools .mCSB_buttonDown, #loadPopup .mCSB_scrollTools .mCSB_buttonLeft, #loadPopup .mCSB_scrollTools .mCSB_buttonRight {
	background-color:#ffd384;
}
.ps-scrollbar-y-rail {
    margin: 10px 0;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #d1a150 !important;
}

.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6 !important;
}

.main-table .container {
    position: relative;
}
.main-table .PF, .main-table .PS{
	
}
.main-table .left .tab-content {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

#session-table .left .tab-pane {
    height: 670px;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

#session-table .ps-scrollbar-y-rail {
opacity:0.9;
	background-color:#d8d8d8;
    /*height: 665px !important;
    right: 739px !important;
    
	display:block;*/
}

#session-table .absoluteR {
	background-color: #d1a150;
	bottom: 0;
	color: #d1a150;
	display: block;
	position: absolute;
	right: 300px;
	top: 0;
	width: 200px;
	}

.main-table .absoluteR {
    display: none;
}

.tableInHome .main-table .left {
    height: 600px;
    overflow: auto;
}

.main-table .left.active {
    opacity: 1;
    visibility: visible;
}

.main-table .nav-tabs > li {
    width: 100%;
}

    .main-table .days h2, .main-table .nav-tabs > li > a {
        background-color: #d9b370;
        font-size: 0.9em;
        margin-bottom: 10px;
        padding: 10px 0;
        cursor: pointer;
        font-family: 'GE-regular';
        position: relative;
        border-radius: 0;
        border: 0 !important;
    }

        .main-table .days h2:before, .main-table .nav-tabs > li > a:before {
            background: inherit;
            content: "";
            height: 100%;
            position: absolute;
            right: -1000px;
            top: 0;
            width: 1000px;
        }

.main-table .days .inst {
    background-color: transparent;
    color: #fafac7;
    font-size: 1.4em;
    margin-top: 3em;
    cursor: text;
}

.main-table .nav-tabs {
    border-bottom: 0;
}

.main-table .days p {
    font-size: 0.75em;
    margin-bottom: 10em;
    width: 90%;
}

.main-table .days h2.active, .main-table .days h2:hover, .main-table .nav-tabs > li.active > a, .main-table .nav-tabs > li > a:hover {
    background-color: #d1a150;
    font-family: 'GE-Bold';
    color: #fff;
}

.main-table .left hgroup {
    margin-top: 2em;
}

.main-table .left h5 {
    font-family: 'GE-regular';
    font-size: 1.2em;
    color: #fafac7;
}

.main-table .left hgroup h1 {
    font-family: Arial;
    font-size: 6em;
    color: #fff;
    font-weight: bold;
}

.main-table .left .row {
    display: table;
    width: 100%;
}

.main-table .duration {
	background-color: #d1a150;
	border-bottom: 1px solid #edc884;
	color: #fafac7;
	display: table-cell;
	float: none;
	font-family: tahoma;
	font-size: 0.8em;
	padding: 15px 0;
	width: 175px;
	vertical-align:middle;
	text-align:center;
	direction:ltr;
	}
    .main-table .duration span {
        direction: ltr;
    }

    .main-table .duration p {
        font-family: "GE-bold";
    }

    .main-table .duration.header, .main-table .details.header {
        border-bottom: 0 none;
        padding: 0.7em 1.5em;
    }

.main-table .details {
border-bottom: 1px solid #d5d3e0;
color: #585859;
background-color: #fff;
float: none;
display: table-cell;
font-size: 0.8em;
position: relative;
padding-bottom: 20px;
padding-top: 20px;
width: 638px;
}

.editmode .main-table .details:after {
    display: none;
}

.main-table .details .detail {
    margin-top: 15px;
}

    .main-table .details .detail .orange, .main-table .details .detail a:hover {
        color: #d1a150;
    }

    .main-table .details .detail a {
        margin-right: 10px;
        color: #143969;
        text-decoration: underline;
        font-family: "ge-bold";
        font-size: 0.9em;
        cursor: pointer;
    }

.main-table .details img {
    float: right;
    height: 100px;
    margin-left: 15px;
    width: 100px;
}

.main-table .details .speakerContainer {
    display: inline-block;
    width: 100%;
}

.main-table .details .speaker {
    margin-top: 15px;
    display: inline-block;
    width: 50%;
}

    .main-table .details .speaker .ttl {
        color: #d3a556;
    }

.main-table .details .title {
    font-family: "GE-bold";
}
.main-table .details.bg{
	background-color: #f2f2f2;
}

    .main-table .details .title.in, .main-table .details .title:hover {
        /*color:#d3a556;*/
    }

.main-table .rBG:before {
    background-color: inherit;
    bottom: -1px;
    content: "";
    left: -1000px;
    position: absolute;
    top: 0;
    width: 1000px;
}
/*.main-table .details .title.in:before{
	content:"\f0d7";
}
.main-table .details .title.notClickable{
	cursor:text;
	color:#585859;
}
.main-table .details .title.notClickable:before{
	display:none;
}*/
.main-table .details.header {
    vertical-align: bottom;
}

    .main-table .details.header h1 {
        padding-bottom: 1em;
        font-size: 2.5em;
        font-family: 'GE-regular';
    }

.main-table .leftSide {
    padding: 0;
    position: relative;
}

.main-table .rBG {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 517px;
}

.main-table .lBG {
    background-color: #fff;
    position: absolute;
    /*height: 700px;*/
    right: 479px;
    left: 0;
}



.main-news {
    background-color: #192535;
    color: #fff;
    padding-top: 2.5em;
}

    .main-news .container-fluid {
        padding: 0;
    }

    .main-news h1 {
        font-size: 2.5em;
        margin-bottom: 0.8em;
    }

    .main-news .news-block {
        height: 405px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

/* .main-news .news-block:hover img {
            transform: scale3d(1.1, 1.1, 1);
            -moz-transform: scale3d(1.1, 1.1, 1);
            -webkit-transform: scale3d(1.1, 1.1, 1);
            -o-transform: scale3d(1.1, 1.1, 1);
            transition-duration: 2s;
            -moz-transition-duration: 2s;
            -webkit-transition-duration: 2s;
            -o-transition-duration: 2s;
        }

        .main-news .news-block:hover .day {
            background-color: #d3a556;
        }

        .main-news .news-block:hover .date {
            background-color: #192535;
        }*/

.grad-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor:pointer;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-9 */
}

.main-news .grad-overlay {
    -webkit-box-shadow: inset 2px 3px 84px #121314;
    -moz-box-shadow: inset 2px 3px 84px #121314;
    box-shadow: inset 2px 3px 84px #121314;
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.87), rgba(0,0,0,.22));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.87), rgba(0,0,0,.22));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.87), rgba(0,0,0,.22));
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.87), rgba(0,0,0,.22));
    background-image: linear-gradient(to top, rgba(0,0,0,.87), rgba(0,0,0,.22));
    opacity: 0.5;
    z-index: 1;
}

.news-block:hover .grad-overlay {
    opacity: 0.7;
}

.grad-overlay, .main-related-sections .bg {
    font-size: 0;
}

.main-news .date {
    position: absolute;
    top: 1.5em;
    left: 0.5em;
    background-color: #d3a556;
    font-size: 0.75em;
    padding-right: 1.4em;
}

.main-news .day {
    background-color: #192535;
    font-size: 1.6em;
    height: 40px;
    position: absolute;
    right: -1em;
    top: -0.1em;
    width: 40px;
}

    .main-news .day > span {
        display: block;
        font-family: "Century Gothic";
        line-height: 29px;
        text-align: center;
    }

.main-news .month {
    padding: 0.5em 1em;
    display: inline-block;
    direction: ltr;
}

.main-news img {
    position: relative;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    min-width: 100%;
}
.main-news.main-sponsers{
	padding-top:0;
}
.main-news.main-sponsers img{
	min-width:10%;
}

.col-md-3.news-block > figcaption {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .col-md-3.news-block > figcaption:before {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
        transition: transform 0.6s ease 0s;
        width: 100%;
    }

/*.col-md-3.news-block:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
*/
.col-md-3.news-block:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}



.main-news h3 {
    position: absolute;
    padding: 0 1.5em 1.5em 1.5em;
    bottom: 0;
    color: #fff;
    font-size: 0.9em;
}
.main-sponsers .inner{
	/*padding-bottom: 1em;*/
	background: white;
	padding-top:30px
}
.main-sponsers .inner .right{
	border-bottom:1px solid #dadada;
	border-left:1px solid #dadada;
	height:140px;
}
.main-sponsers .inner .center {
	border-bottom:1px solid #dadada;
	border-left:0px solid #dadada;
	height:140px
}
.main-sponsers .inner .left1 {
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	height:140px
}

.main-sponsers .inner .left {
    margin-bottom: 35px;
    padding-top: 10px;
}
.main-sponsers .inner .title h1{
color:#d3a556;
margin-top:0
	
}
.main-sponsers h1{
	margin: 0.5em 0;
}
/*.main-sponsers .content {
    background: #fff;
}*/

.main-sponsers h4 {
    /*margin: 0px 0 45px;*/
    color: #8c8c8c;
    font-size: 0.85em;
}

.main-sponsers .center {
   /* background-color: #eee;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);*/
}

.main-sponsers .left {
    position: relative;
    /*background-color: #d8d8d8;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);*/
}

    .main-sponsers .left:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 500px;
        left: -500px;
        /*background-color: #d8d8d8;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
        background-image: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
        background-image: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
        background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);*/
    }

.main-sponsers .slick-slide {
    text-align: center;
}

.main-sponsers .sponser {
   display: inline-block;
/*	margin-bottom: 20px;*/
	width: 100%;}

.main-sponsers .right .sponser .item:nth-child(2) {
    /*clear: both;*/
}

.main-sponsers .sponser .item {
    clear: none;
    float:right;
}

    /*/.main-sponsers .sponser .item:nth-child(3n+1) {
        clear: both;
    }*/
.sponser .item {
    padding-left: 20px;
}
.main-sponsers .sponser img {
}

.main-sponsers button {
    color: #cfcfcf;
    height: 44px;
    margin-top: -30px;
}

.main-sponsers .slick-prev:before {
    color: #cfcfcf;
    font-size: 40px;
    content: "\f105";
    font-family: "FontAwesome";
}

.main-sponsers .slick-next:before {
    color: #cfcfcf;
    font-size: 40px;
    content: "\f104";
    font-family: "FontAwesome";
}

.categoriesBlock {
    background-color: #c99946;
    display: block;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

    .categoriesBlock:hover {
        background-color: #192535;
    }

    .categoriesBlock .details {
        padding: 30px;
        background-color: rgba(0,0,0,0.15);
    }

    .categoriesBlock .img {
        height: 210px;
    }

        .categoriesBlock .img img {
            display: block;
            margin: auto;
            padding-top: 35px;
        }

    .categoriesBlock h2 {
        color: #fff;
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .categoriesBlock p {
        color: #fff;
        font-size: 0.85em;
    }
.col-md-6:last-child a.link-download{
	display:none;
}
a.link-download {
	color: #d3a556;
	display: block;
	font-family: "ge-regular";
	font-size: 1.1em;
	margin-top: 1em;
	position: relative;
	text-decoration: underline;
}

    a.link-download i {
        color: #fff;
        margin-left: 10px;
        position: relative;
        text-align: center;
        width: 46px;
        z-index: 10;
    }

        a.link-download i {
            padding-top: 3px;
            font-size:0;
        }

        a.link-download i:after {
            background-color: #d1a657;
            border-radius: 5px;
            content: "";
            height: 35px;
            position: absolute;
            right: 6px;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 35px;
            z-index: -1;
            top: -5px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        a.link-download i:before{
			font-size: 18px;
			line-height: 1.1;
		}

    a.link-download:hover i:after {
        background-color: #ae8539;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

/*===================================== 
	-- site map --
=====================================*/

.toc-layout-main > ul > .level-section {
    clear: none;
    float: right;
    height: 360px;
    width: 33.333%;
}

.toc-layout-main .level-section > ul > li {
    margin-left: 0;
    margin-right: 0;
}

.level-band {
    background-color: transparent;
    color: #d3a556;
    float: right;
    font-family: "ge-bold";
}

    .level-band .headertitle-band a {
        color: inherit;
        font-size: 1.7em;
        font-weight: normal;
    }

.level-section .level-section .level-band a {
    color: #696969;
    font-size: 14px;
}

    .level-section .level-section .level-band a:before {
        color: #d3a556;
        content: "";
        float: right;
        font-family: FontAwesome;
        font-size: 7px;
        margin: 10px 0 0 10px;
    }

.level-section .level-section .level-band:after {
    display: none;
}

ul ul .level-band {
    background-color: transparent;
}

    ul ul .level-band a {
        color: #000;
        font-weight: normal !important;
    }

.level-bullet {
    background-image: none;
    margin-left: 0 !important;
    margin-right: 0.5em !important;
}
/*===================================== 
	-- / site map --
=====================================*/

/*===================================== 
	-- Registration --
=====================================*/


.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
    text-align: right !important;
    direction: rtl !important;
}

.GridFooterMain {
    background-color: #e1e1e1;
    border: 0px solid #34444c;
	border-top: 1px solid #34444c;
    direction: rtl;
    height: 35px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
}

.GridFooterTD {
    color: #000 !important;
    font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: bold;
    padding-right: 10px;
    width: 17%;
}


.GridFooterDD {
    width: 22%;
    color: #000 !important;
    font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: bold;
    padding-right: 10px;
    width: 17%;
}

    .GridFooterDD span {
        padding-left: 5px;
    }

.GridFooterTD {
    color: #000 !important;
    font-family: tahoma !important;
    font-size: 11px !important;
    font-weight: bold;
    padding-right: 10px;
    width: 17%;
}



.GridFooterPager {
    text-align: left;
}

    .GridFooterPager input {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 5px;
        box-shadow: none;
        color: #767676;
        display: inline;
        font-family: Tahoma,Arial,sans-serif;
        font-size: 14px;
        vertical-align: middle;
    }

.GridFooterDD select {
    display: inline;
}

/*===================================== 
	-- / Registration --
=====================================*/


.header-for-responsive {
    display: none;
}


.breadcrumbContainer {
    margin-bottom: 40px;
}


/******************************************************************** 
    				    START: List Of NEWS Style 
********************************************************************/
.ListOfTitle-container {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 15px 0;
}

    .ListOfTitle-container h3 {
        padding-bottom: 10px;
    }

        .ListOfTitle-container h3 a {
            font-size: 1.1em;
            padding-bottom: 15px;
        }

    .ListOfTitle-container .ListOfTitle-img {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        height: 180px;
    }

        .ListOfTitle-container .ListOfTitle-img img {
            width: 100%;
        }

        .ListOfTitle-container .ListOfTitle-img a:hover .caption-shadow {
        }

    .ListOfTitle-container .caption-shadow {
        background-image: linear-gradient(to top, rgba(1, 1, 1, 0.87) 10%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 77%);
        bottom: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10;
    }

        .ListOfTitle-container .caption-shadow span {
            border: 1px solid white;
            border-radius: 50%;
            bottom: 14px;
            height: 20px;
            position: absolute;
            right: 14px;
            width: 20px;
        }

        .ListOfTitle-container .caption-shadow:before {
            background: none repeat scroll 0 0 #d3a557;
            border-radius: 5px;
            bottom: 7px;
            color: white;
            content: "";
            display: block;
            font-family: FontAwesome;
            font-size: 19px;
            font-weight: bold;
            height: 35px;
            line-height: 35px;
            position: absolute;
            right: 7px;
            text-align: center;
            width: 35px;
        }

    .ListOfTitle-container h5 {
        font-size: 14px;
        color: #aaaaaa;
        padding-bottom: 15px;
    }

    .ListOfTitle-container h6 {
        font-size: 0.8em;
        color: #202020;
        padding-bottom: 20px;
        line-height: 1.5;
    }

.moreNews {
    color: #d3a556!important;
    font-size: 0.9em;
}

.moreNewsDiv {
    padding: 10px 0 25px 18px;
}

.ListOfTitle-hr {
    border-color: #dbdbdb;
    margin: 30px 0 30px 0;
    display: none;
}


/**/

/******************************************************************** 
    				    START: Full Details Style 
********************************************************************/
.fullDetails {
    background: white;
}

    .fullDetails .border {
        background: white;
        float: right;
    }

    .fullDetails .DetailsTitle {
        font-size: 1.1em;
        color: black;
        padding-bottom: 25px;
        padding-top: 30px;
        margin-right: 15px;
    }

    .fullDetails .pageHeaderContainer {
        border-bottom: 1px solid #D1D1D1;
    }

    .fullDetails .DetailsDate {
        font-size: 0.75em;
        color: #000;
        padding-bottom: 25px;
    }

    .fullDetails .DetailsImg img {
        max-width: 100%;
        height: auto;
        overflow: hidden;
        width: 100% \9; /* IE9 Style */
    }

    .fullDetails .DetailsContent {
        padding-bottom: 70px;
    }

        .fullDetails .DetailsContent p, .fullDetails .DetailsContent div {
            font-size: 16px;
            text-align: justify;
            line-height: 2;
        }

    .fullDetails .DetailSubTitle {
        color: #bf1e2e;
        font-size: 20px;
        padding-bottom: 25px;
    }
/**/

/******************************************************************** 
    				    START: Pager Style 
********************************************************************/
.CQWPPager {
    margin-bottom: 40px;
}

.CQWPPager, .ms-srch-result #Paging {
    text-align: center;
    direction: rtl;
}

    .CQWPPager a, .CQWPPager strong, .ms-srch-result #PagingSelf a, .ms-srch-result #PagingLink a, #PagingImageLink {
        background-color: #ebebeb;
        border-radius: 5px;
        color: #d3a557;
        display: inline-block;
        font-size: 11px;
        font-weight: normal;
        height: 30px;
        padding-top: 7px;
        text-align: center;
        width: 28px;
    }

#PagingImageLink {
    display: inline-block !important;
    width: auto;
}

    #PagingImageLink a {
        background-color: transparent;
        border: none;
        display: inline-block;
        line-height: 10px;
        width: 100%;
    }

    #PagingImageLink span {
        display: none;
    }

.CQWPPager strong, .CQWPPager a:hover {
    background-color: #d3a557;
    color: #fff;
}

.CQWPPager .paging-prevBtn, .CQWPPager .paging-nxtBtn {
    font-size: 0;
    height: 30px;
    margin-top: 1px;
    padding: 5px 10px 0;
    width: auto;
}

    .CQWPPager .paging-prevBtn:after, #PageLinkPrev:after {
        content: "السابق";
        font-size: 13px;
    }

    .CQWPPager .paging-nxtBtn:after, #PageLinkNext:after {
        content: "التالي";
        font-size: 13px;
    }
/**/

/******************************************************************** 
    				    START: Categoris Style 
********************************************************************/

.Categoris-container {
    padding-bottom: 0;
    margin: 0 0 0 0;
}

    .Categoris-container .CategorisTitle {
        background: #283339;
        padding: 50px 25px 20px 25px;
        margin-top: 40px;
        min-height: 425px;
    }

        .Categoris-container .CategorisTitle:after {
            color: #283339;
            content: "";
            display: block;
            font-family: FontAwesome;
            font-size: 80px;
            left: -25px;
            position: absolute;
            top: 13px;
            z-index: 1;
        }

    .Categoris-container h3 {
        color: white;
        border-bottom: 1px solid #d3a556;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

        .Categoris-container h3 a {
            font-size: 1.1em;
            padding-bottom: 15px;
        }

    .Categoris-container h5 {
        font-size: 0.7em;
        color: white;
        padding-bottom: 25px;
    }

    .Categoris-container h6 {
        font-size: 16px;
        color: white;
        padding-bottom: 65px;
        line-height: 2;
        min-height: 210px;
    }

    .Categoris-container .moreNewsDiv {
        border-bottom: 1px solid #d3a556;
        padding-bottom: 20px;
    }

    .Categoris-container .moreNews span:last-child {
        color: #d3a556;
        display: block;
        float: right;
        font-size: 1.15em;
        padding: 0 55px 0 0;
        text-decoration: underline;
    }

    .Categoris-container .moreNews:before {
        background: none repeat scroll 0 0 #d3a557;
        border-radius: 5px;
        bottom: 35px;
        color: white;
        display: block;
        font-size: 19px;
        font-weight: bold;
        height: 35px;
        line-height: 35px;
        position: absolute;
        right: 25px;
        text-align: center;
        width: 35px;
        content: "";
        -moz-transform: rotate(48deg);
        -webkit-transform: rotate(48deg);
        -o-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        transform: rotate(48deg);
    }

    .Categoris-container .moreNews span:first-child:before {
        border: 1px solid white;
        border-radius: 50%;
        bottom: 42px;
        height: 20px;
        position: absolute;
        right: 32px;
        width: 20px;
        content: "";
    }

    .Categoris-container .moreNews span:before {
        bottom: 47px;
        height: 20px;
        position: absolute;
        right: 39px;
        width: 20px;
        content: "";
        color: white;
        font-size: 20px;
        font-family: FontAwesome;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }


.moreNewsDiv {
    padding: 10px 0 25px 18px;
}

.Categoris-container .ListOfTitle-img {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    height: 420px;
    background: #d3a557;
}

    .Categoris-container .ListOfTitle-img img {
        width: 100%;
        height: 420px;
    }

/**/

.CategoriLeft, .CategoriRight {
    border: 0px solid;
    height: auto;
    margin-bottom: 30px;
}

    .CategoriLeft .Categoris-container .CategorisTitle {
        background: #d3a557;
        padding: 50px 25px 20px 25px;
        margin-top: 40px;
        float: left;
    }

        .CategoriLeft .Categoris-container .CategorisTitle:after {
            display: none;
        }

        .CategoriLeft .Categoris-container .CategorisTitle:before {
            color: #d3a557;
            content: "";
            display: block;
            font-family: FontAwesome;
            font-size: 80px;
            right: -25px;
            position: absolute;
            top: 13px;
            z-index: 1;
        }

    .CategoriLeft .Categoris-container h3 {
        color: white;
        border-bottom: 1px solid white;
        padding-bottom: 20px;
    }

    .CategoriLeft .Categoris-container .moreNewsDiv {
        border-bottom: 1px solid white;
    }

    .CategoriLeft .Categoris-container .moreNews span:last-child {
        color: white;
    }

    .CategoriLeft .Categoris-container .moreNews:before {
        background: none repeat scroll 0 0 white;
    }

    .CategoriLeft .Categoris-container .moreNews span:first-child:before {
        border: 1px solid #d3a557;
    }

    .CategoriLeft .Categoris-container .moreNews span:before {
        color: #d3a557;
    }

    .CategoriLeft .Categoris-container .ListOfTitle-img {
        background: #283339;
    }


/******************************************************************** 
    				    START: Discussion Style 
********************************************************************/
.Discussion .DetailsTitle {
    border-top: 0px solid #d1d1d1;
    color: #585859;
    font-size: 1.5em;
    margin-right: 0px;
    padding-bottom: 25px;
    padding-top: 0;
}

.Discussion .DetailsDate {
    color: #d3a557;
    font-size: 1.5em;
    padding-bottom: 25px;
    word-wrap: break-word;
}

.Discussion-Page.speakers-page {
    background-color: #ab884f;
    padding: 20px;
    margin-top: 0;
}
.Discussion-Page.speakers-page .container{
	background:url("/Style Library/images/logo-watermark.png") no-repeat -10px bottom;
}
.Discussion-Page img {
    width: 100%;
}

.Discussion-Page .col-xs-3 {
    padding-left: 0px;
    padding-right: 0px;
}

.Discussion-Page .grad-overlay, .Discussion-Page .desc {
}

.Discussion-PageTitle {
    background: none repeat scroll 0 0 #283339;
    margin-top: 30px;
}

    .Discussion-PageTitle h1 {
        color: white;
        font-size: 1.35em;
        padding: 10px 0 10px 0;
    }

.Discussion-Page.speakers-page .speaker {
    width: 25%;
}
/**/




/******************************************************************** 
    				    START: Photo Library Style 
********************************************************************/
.html5gallery {
    width: 100% !important;
    border: 0px solid #bea660;
    overflow: hidden;
    height: 420px!important;
}

.html5gallery-container-0 {
    box-shadow: 0px!important;
    height: 435px!important;
}

.html5gallery-elem-img-0, .html5gallery-elem-0 {
    height: 100%!important;
}

.html5gallery-container-0, .html5gallery-box-0, .html5gallery-elem-0, .html5gallery-elem-image-0, .html5gallery-elem-img-0, .html5gallery-title-0 {
    width: 100% !important;
}

.html5gallery-box-0 {
    position: static!important;
    height: 362px!important;
}

.html5gallery-elem-image-0 {
    position: relative!important;
    left: 0px !important;
    display: block!important;
    height: auto!important;
    max-width: 100%!important;
}

.html5gallery-car-0 {
    left: 0 !important;
    overflow: hidden;
    position: relative !important;
    top: 0 !important;
    height: 70px!important;
}

.html5gallery-car-0 {
    background: none repeat scroll 0 0 rgba(49, 57, 59, 0.82)!important;
    width: 100%!important;
}

.html5gallery-right-0, .html5gallery-lightbox-0, .html5gallery-play-0 {
    left: 0px!important;
}

.html5gallery-right-0 {
    position: relative!important;
}

.html5gallery-car-mask-0, .html5gallery-car-list-0 {
    position: static!important;
    margin: 0 auto;
}

.marr111 .imp-list {
    border: 0 none;
}

.marr111 {
    margin-top: 50px;
}

.html5gallery-toolbox-0 {
    direction: rtl !important;
}

.html5gallery-lightbox-0 {
    background: none repeat scroll 0 0 transparent !important;
    margin: 0 auto;
    position: relative !important;
    top: 74px !important;
}

    .html5gallery-lightbox-0:before {
        color: white;
        content: "";
        font-family: "Glyphicons Halflings";
        font-size: 80px;
        position: relative;
    }
/* END: Photo Library Style  */

/******************************************************************** 
    				    START: Photo Library Style 
********************************************************************/
.html5gallery {
    width: 100% !important;
    border: 0px solid #bea660;
    overflow: hidden;
    height: 420px!important;
}

.html5gallery-container-1 {
    background: transparent!important;
    display: block;
    height: 420px!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%!important;
}

.html5gallery-elem-img-1, .html5gallery-elem-1, .html5gallery-elem-video-1 video, .html5gallery-elem-video-1 {
    height: 100%!important;
    width: 100%!important;
}

.html5gallery-elem-video-container-1 {
    height: 362px!important;
    width: 100%!important;
}

.html5gallery-container-1, .html5gallery-box-1, .html5gallery-elem-1, .html5gallery-elem-image-1, .html5gallery-elem-img-1, .html5gallery-title-1,
.html5gallery-title-text-1 {
    width: 100% !important;
}

.html5gallery-elem-image-1 {
    position: relative!important;
    left: 0px !important;
    display: block!important;
    height: auto!important;
    max-width: 100%!important;
}

.html5gallery-car-1 {
    left: 0 !important;
    overflow: hidden;
    position: relative !important;
    top: 0 !important;
    height: 70px!important;
}

.html5gallery-car-1 {
    background: none repeat scroll 0 0 rgba(49, 57, 59, 0.82)!important;
    width: 100%!important;
}

.html5gallery-right-1, .html5gallery-lightbox-1, .html5gallery-play-1 {
    left: 0px!important;
}

.html5gallery-right-1 {
    position: relative!important;
}

.html5gallery-car-mask-1, .html5gallery-car-list-1 {
    position: static!important;
    margin: 0 auto;
}

.marr111 .imp-list {
    border: 0 none;
}

.marr111 {
    margin-top: 50px;
}

.html5gallery-toolbox-1 {
    direction: rtl !important;
}

.html5gallery-lightbox-1 {
    background: none repeat scroll 0 0 transparent !important;
    margin: 0 auto;
    position: relative !important;
    top: 74px !important;
}

    .html5gallery-lightbox-1:before {
        color: white;
        content: "";
        font-family: "Glyphicons Halflings";
        font-size: 80px;
        position: relative;
    }

.html5gallery-box-1 {
    height: 362px !important;
    position: static !important;
    width: 100% !important;
}
/* END: Photo Library Style  */

/******************************************************************** 
    				    START: Library files  Style 
********************************************************************/

.ContainerSubPagesTwo .list-doc-item:nth-child(1) {
    background: #d4ab64;
}
.digitalLibraryWrapper{
	position:relative;
}
.digitalLibraryWrapper .right, .digitalLibraryWrapper .left{
	background-color: #d4ab64;
	height: 100%;
	position: absolute;
	right: 0;
	width: 50%;
}
.digitalLibraryWrapper .left{
	background-color:#c99946;
	left: 0;
	right: auto;
}
.digitalLibraryWrapper .CategoriRight{
	margin-bottom:0;
}

.ContainerSubPagesTwo .list-doc-item:nth-child(2) {
    background: #d3a556;
}

.ContainerSubPagesTwo .list-doc-item:nth-child(3) {
    background: #c99946;
}


.list-doc-item {
    border: 0px solid rgba(221, 183, 78, 0.3);
    float: right;
    margin: 0;
    min-height: 420px;
    padding: 10px;
    position: relative;
    width: 33.3%;
}

.adoc-link, .adoc-link:visited, .adoc-link, .adoc-link:hover {
    border-bottom: 0px solid;
    color: #ffffff!important;
    display: block;
    font-size: 26px;
    margin: 28px 0 0 0;
    padding: 10px 40px 10px 0;
}

    .adoc-link:hover {
        color: #999;
    }

.list-doc-date {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: auto;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
}

.more-doc-icon {
    background: url("/Style Library/Aseer/ASEERimages/all-Icons.png") no-repeat scroll -330px -42px #aa9256;
    display: none;
    float: right;
    height: 45px;
    position: absolute;
    top: 239px;
    width: 100%;
}

    .more-doc-icon:hover {
        background-color: rgba(221, 183, 78, 0.1);
        color: #beb499;
    }

.list-doc-Counter {
    border-radius: 3px;
    color: #c99946;
    display: block;
    font-size: 25px;
    height: 110px;
    line-height: 103px;
    margin: 60px 65px;
    position: relative;
    right: 55px;
    text-align: center;
    width: 110px;
    z-index: 10;
}

    .list-doc-Counter:before {
        background-color: #fff;
        border-radius: 10px;
        content: "";
        height: 110px;
        position: absolute;
        right: 0;
        top: 0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 110px;
        z-index: -1;
    }
/* END: Library files Style */
.imp-table.sponsers-table table th, .imp-table.sponsers-table table td{
    text-align: center;
    border-left:1px solid #bf9751;
    border-bottom:1px solid #bf9751;
}
.sponsers-table table {
    margin-bottom:20px;
}
.imp-table.sponsers-table table th.sub {
  font-size: 0.8em;
  padding: 10px;
}
.imp-table.sponsers-table table tr:nth-child(even) {
    background-color:#d2aa64;
}

/*===================================== 
	-- Media Queries --
=====================================*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.main-links {
    background-color: #192535;
    /*border-top: 2em solid #192535;*/
    color: #fff;
    position: relative;
}

    .main-links .right, .main-links .left {
        position: absolute;
        right: 0;
        width: 50%;
        background-color: #d4ab64;
        height: 100%;
    }

    .main-links .left {
        right: auto;
        left: 0;
        background-color: #c99946;
    }

    .main-links .eLibrary {
        background-color: #d4ab64;
        text-align: center;
        padding: 3em 1.5em;
        height: 280px;
    }

        .main-links .eLibrary h2 {
            position: relative;
        }

            .main-links .eLibrary h2:after {
                position: absolute;
                top: 110%;
                left: 0;
                width: 80%;
                left: 10%;
                height: 1px;
                background: #fff;
                content: '';
                opacity: 0;
                -webkit-transition: all 0.3s, -webkit-transform 0.3s;
                -moz-transition: all 0.3s, -moz-transform 0.3s;
                transition: all 0.3s, transform 0.3s;
                -webkit-transform: translateY(-10px);
                -moz-transform: translateY(-10px);
                transform: translateY(-10px);
            }

            .main-links .eLibrary h2:hover:after {
                height: 5px;
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                transform: translateY(0px);
            }

        .main-links .eLibrary a {
            background: url("/Style Library/Images/icons.png") no-repeat scroll 25px -435px;
            display: inline-block;
            padding-top: 3.6em;
        }

        .main-links .eLibrary:nth-child(2) {
            background-color: #d3a556;
        }

            .main-links .eLibrary:nth-child(2) a {
                background-position: 50px -580px;
            }

        .main-links .eLibrary:nth-child(3) {
            background-color: #c99946;
        }

            .main-links .eLibrary:nth-child(3) a {
                background-position: 13px -760px;
            }

.main-footer {
    background-color: #192535;
    padding: 2.5em;
    color: #fff;
}

    .main-footer h2 {
        font-size: 0.9em;
        color: #88909b;
    }
.main-footer h2 span {
  font-size: 0.9em;
}
    .main-footer .copyrights {
        padding-top: 5px;
        text-align: center;
        font-size: 0.82em;
    }

    .main-footer .socials {
        text-align: center;
        font-size: 1.4em;
    }

        .main-footer .socials a {
            margin-right: 25px;
        }

        .main-footer .socials i:hover, .navbar-left a:hover i, .navbar-left span:hover {
            color: #d3a556;
            text-shadow: 3px 1px 0 rgba(255,255,255,0.1);
            -webkit-text-shadow: 3px 1px 0 rgba(255,255,255,0.1);
        }
/* internal pages */

.internal-container {
    padding-top: 1.5em;
}

.internal-header {
    background: url("/Style%20Library/Images/inner-banner.jpg") no-repeat center 0;
    height: 205px;
    overflow: hidden;
}

    .internal-header .sponser-logo {
        margin-top: 40px;
    }

    .internal-header .main-logo {
        height: 500px;
        margin-left: 80px;
        margin-top: -20px;
        width: 500px;
    }

    .internal-header .main_title {
        font-size: 2em;
        margin-top: 100px;
        padding-left: 20px;
        padding-right: 80px;
    }

    .internal-header .date-rombas {
		height: 130px;
		margin: 65px 0 0 -110px;
		padding-top: 27px;
		width: 130px;    
		}
		.internal-header .date-rombas hgroup{
	font-size:18px;
}

.breadcrumbContainer {
    background-color: #192535;
    padding: 10px;
    font-size: 0.7em;
}

    .breadcrumbContainer .breadcrumb {
        background-color: transparent;
        color: #818992;
        padding: 0;
    }

        .breadcrumbContainer .breadcrumb span {
            margin-left: 10px;
        }

        .breadcrumbContainer .breadcrumb .current, .breadcrumbContainer .breadcrumb a:hover {
            color: #fff;
        }
/* speakers page */
.speakers-page {
    background-color: #21292e;
    margin-top: -40px;
    padding-bottom: 15px;
    padding-top: 5px;
}
.speakers-page .ttl {
  background-color: #324a58;
  font-family: "ge-bold";
  font-size: 17px;
  padding: 13px 23px;
}
.absImg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.eosl-tabs .tab-days, .eosl-tabs .tab-content {
    padding: 0;
    color: #fff;
}

    .eosl-tabs .tab-days li {
        background-color: #2c363c;
        color: #54636c;
        font-size: 1.1em;
        margin-bottom: 0.5em;
        position: relative;
        display: inline-block;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .eosl-tabs .tab-days li:hover, .eosl-tabs .tab-days li.active {
            background-color: #d3a556;
            color: #fff;
        }

        .eosl-tabs .tab-days li:before {
            background-color: inherit;
            content: "";
            height: 100%;
            position: absolute;
            right: -1000px;
            width: 1000px;
        }

        .eosl-tabs .tab-days li a {
            display: table;
            padding: 1.2em 0 1.2em 2.7em;
            width: 100%;
        }

    .eosl-tabs .tab-days .date {
        display: table-cell;
        font-size: 0.79em;
        padding-top: 5px;
        width: 18%;
    }

    .eosl-tabs .tab-days li label {
        display: table-cell;
        font-weight: normal;
        width: 50%;
        cursor: pointer;
    }

        .eosl-tabs .tab-days li label .hijry {
            display: none;
        }

    .eosl-tabs .tab-days .date span {
        float: right;
        margin-left: 5px;
    }

    .eosl-tabs .tab-days li.active label {
        font-size: 1.7em;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

        .eosl-tabs .tab-days li.active label .hijry {
            color: #fafac7;
            display: block;
            font-size: 0.4em;
        }

    .eosl-tabs .tab-days li.active a {
        padding: 0.5em 0 0.5em 1.5em;
    }

    .eosl-tabs .tab-days li.active .date {
        color: #fafac7;
        font-size: 1em;
        line-height: 0;
    }

        .eosl-tabs .tab-days li.active .date span {
            color: #fff;
            font-family: arial;
            font-size: 5em;
            font-weight: bold;
            line-height: 110px;
        }

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
}

.speakers-page .speaker {
    padding: 0;
    cursor: pointer;
    height: 350px;
    overflow: hidden;
    margin-bottom: 2px;
}

.Discussion-Page .speaker {
    cursor: default;
}

    .Discussion-Page .speaker .desc {
        cursor: text;
    }

.speakers-page .speaker:hover .absImg {
    opacity: 1;
    visibility: visible;
}

.speakers-page .speaker .grad-overlay {
    z-index: 2;
    /* background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.92), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.92), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.92), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.92), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,0));*/
}

.speakers-page .speaker .desc {
    position: absolute;
    bottom: 20px;
    right: 10px;
    left: 10px;
    z-index: 5;
}

.speakers-page .speaker h2 {
    font-size: 1em;
    color: #fff;
}

.speakers-page .speaker h3 {
    font-size: 1em;
    color: #d3a556;
    margin: 10px 0;
    font-family: 'GE-regular';
}

.speakers-page .speaker p {
    color: #cfa050;
    font-size: 0.7em;
}

#modalPopup .modal-dialog {
    width: 940px;
}

#modalPopup .modal-content {
	background-color: #d3a556;
	border: 0 none;
	border-radius: 10px;
	box-shadow: none;
	color: #fff;
	height: 500px;
	
	padding: 50px;
	
}
#loadPopup{
height: 100%;
font-size:16px;
line-height:1.8;
	/*bottom: 30px;
	left: 30px;
	overflow: hidden;
	position: absolute;
	right: 50px;
	top: 50px;*/
	}
#loadPopup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: none repeat scroll 0 0 #ffecb2 !important;
	color: #b79152 !important;
}
#loadPopup .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{
	background-color: #b79152 !important;
}

.speakerData h2, .speakerData h3 {
    font-size: 1em;
    margin-bottom: 0.7em;
}

.speakerData h3 {
    font-family: 'GE-regular';
    margin-bottom: 0.7em;
}

.speakerData .abstract {
    margin-top: 1.5em;
}

.speakerData p {
    font-size: 16px;
}

.speakerData .speaker-img {
    float: left;
    width: 230px;
    overflow: hidden;
    margin-right: 20px;
}

    .speakerData .speaker-img img {
        max-width: 100%;
    }

.modal-dialog .close {
    color: #fff;
    left: -30px;
    opacity: 1;
    position: absolute;
    top: 10px;
    z-index: 10;
    font-family: arial;
}

.two-columns h2 {
    color: #d3a556;
    font-size: 1.6em;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.two-columns p {
    font-size: 0.8em;
    margin-bottom: 20px;
}

.two-columns h5 {
    color: #d3a556;
    font-size: 0.85em;
    margin-bottom: 20px;
}

.two-columns .map iframe {
    height: 450px;
    width: 100%;
}

.two-columns .aside {
    background-color: #d3a556;
    position: relative;
    min-height: 980px;
}

    .two-columns .aside:after {
        background-color: inherit;
        bottom: 0;
        content: "";
        left: -1000px;
        position: absolute;
        top: 0;
        width: 1000px;
    }

    .two-columns .aside h2 {
        color: #fff;
    }

    .two-columns .aside p {
        color: #fafac7;
    }

.Categoris-container.digitalLibrary {
    margin: auto;
}

.imp-numbers {
    margin: 0 -15px;
}

    .imp-numbers .number {
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
        box-shadow: 0 0 5px rgba(0,0,0,.05);
        border: solid 1px rgba(213,213,213,.67);
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        height: 84px;
    }

    .imp-numbers .icon {
        background-color: #d3a556;
        color: #fff;
        height: 82px;
        padding-top: 6px;
    }

        .imp-numbers .icon i {
            background-color: #ba8843;
            border-radius: 5px;
            font-size: 0;
            height: 40px;
            line-height: 40px;
            margin: 15px 12px 0 0;
            text-align: center;
            width: 40px;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            .imp-numbers .icon i:before {
                font-size: 30px;
                -moz-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                display: block;
            }

    .imp-numbers.links .icon i, .imp-numbers.links .icon i:before {
        background-color: transparent;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .imp-numbers .details h2 {
        border-bottom: 1px solid rgba(213, 213, 213, 0.67);
        font-size: 1em;
        padding-bottom: 3px;
        padding-top: 5px;
    }

    .imp-numbers .details a {
        display: block;
        font-size: 1.3em;
        color: #d3a556;
        padding-bottom: 5px;
        font-family: arial;
        padding-top: 5px;
    }

    .imp-numbers.links .details h2 {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .imp-numbers.links .details a {
        color: #121111;
        font-family: "ge-regular";
        padding-top: 20px;
    }

.registration-page {
    background: url("/Style Library/Images/banner2.jpg") no-repeat scroll center top #21292e;
    position: relative;
    padding-bottom: 120px;
    display: inline-block;
    padding-top: 2.2em;
    width: 100%;
}

    .registration-page .container {
        position: relative;
        z-index: 10;
    }

.registration-overlay {
    background-image: -webkit-linear-gradient(bottom, #21292e, rgba(45,47,57,0));
    background-image: -moz-linear-gradient(bottom, #21292e, rgba(45,47,57,0));
    background-image: -o-linear-gradient(bottom, #21292e, rgba(45,47,57,0));
    background-image: -ms-linear-gradient(bottom, #21292e, rgba(45,47,57,0));
    background-image: linear-gradient(to top, #21292e, rgba(45,47,57,0));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.registration-page .title {
    color: #fff;
    margin-bottom: 1.2em;
    padding-right: 90px;
    position: relative;
}

    .registration-page .title:before {
        background: url("/Style Library/Images/icons.png") no-repeat scroll 0 -920px rgba(0, 0, 0, 0);
        content: "";
        height: 87px;
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
    }

    .registration-page .title h2 {
        font-size: 2em;
    }

    .registration-page .title h3 {
        font-size: 1.25em;
        font-family: "ge-regular";
    }

.registration-page .form-group {
    margin-bottom: 1em;
}

    .registration-page .form-group input, .registration-page .form-group select {
        background-color: #fff;
        width: 100%;
        border-radius: 0;
        border: 0;
        border-bottom: 4px solid #d3a556;
        font-family: "ge-regular";
        font-size: 0.7em;
        padding: 1em 1.2em;
        color: #5a5a5a;
    }
.registration-page .form-group .ttl{
	color: #fff;
	display: block;
	font-size: 0.7em;
	margin-bottom: 10px;
}
:-moz-placeholder, .form-control::-moz-placeholder {
    color: #d1d1d1;
}

::-webkit-input-placeholder, .form-control:::-webkit-input-placeholder {
    color: #d1d1d1;
}

:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #d1d1d1;
}


.registration-page .form-group .IsNotValid {
    background-color: #fee2e2;
    border: 1px solid #e40000;
    border-bottom: 4px solid #e40000;
    color: #ff0101;
}

.registration-page .radio-container {
    background-color: #fff;
    border-bottom: 4px solid #d3a556;
}

.registration-page .helpcontrol {
    color: #fff;
    display: block;
    font-size: 0.6em;
    margin-top: 3px;
    padding: 1px 5px;
}

.uploadInput input[type="submit"] {
    background-color: #d3a556;
    color: #fff;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 1;
}

    .uploadInput input[type="submit"]:hover {
        background-color: #2a353b;
    }

.registration-page .input-wrapper {
    position: relative;
    width: 200px;
    margin: 30px auto 0;
}

.registration-page .orangeRombus {
    border-radius: 10px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 36px;
    width: 80px;
}

.submit-row input {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    display: inline;
    font-family: "ge-regular";
    font-size: 1.1em;
    padding: 23px 0;
    position: relative;
    z-index: 10;
    outline: none !important;
    margin: 0;
    min-width: 50px;
    width: 150px;
}

    .submit-row input:hover {
        background-color: transparent;
    }

.registration-page .radio-container {
    background-color: #fff;
    border-bottom: 4px solid #d3a556;
    padding: 14px 16px;
    font-size: 0.8em;
    display: inline-block;
    width: 100%;
}

    .registration-page .radio-container table {
        display: inline;
        margin-right: 2em;
        float: right;
    }

    .registration-page .radio-container span {
        float: right;
    }

    .registration-page .radio-container .StarValidtar {
        float: left;
    }

    .registration-page .radio-container table label {
        font-weight: normal;
        margin-left: 2em;
    }

    .registration-page .radio-container table input {
        float: right;
        margin-left: 1em;
        width: auto;
    }

.registration-page .terms {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 0.85em;
	padding: 15px 0;
	position: relative;
}
.registration-page .hint{
	margin-top:20px;
	color: #fff;
	font-size: 0.85em;

}
.registration-page .hint a{
	text-decoration:underline;
}

    .registration-page .terms input {
        margin-left: 15px;
        display: inline;
        margin: 5px 15px;
    }

    .registration-page .terms label {
        font-weight: normal;
        display: inline-block;
        padding: 5px 15px;
    }

.alert {
    font-size: 0.9em;
    margin: 15px;
}

.alert-danger {
    color: #fff;
    background-color: #a81a1e;
    border-color: #d7221d;
}

.alert-success {
    color: #fff;
    background-color: #35a767;
    border-color: #2cce79;
}

.registration-page.contacts .title:before {
    display: none;
}

.registration-page.contacts .title {
    padding-right: 15px;
}

    .registration-page.contacts .title h2 {
        font-size: 1.6em;
        margin-bottom: 0.6em;
    }

    .registration-page.contacts .title h3 {
        font-size: 0.85em;
    }

.registration-page.contacts {
    background: none;
    padding-top: 0;
    padding-bottom: 40px;
}

    .registration-page.contacts .title h3 {
        color: #202020;
    }

    .registration-page.contacts .form-group input, .registration-page.contacts .form-group select, .registration-page.contacts .form-group textarea {
        border-top: 1px solid #dedede;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #d3a556;
        border-radius: 0;
    }

.captcha-img {
    border: 1px solid #dedede;
    text-align: center;
}

    .captcha-img img {
        position: relative;
        top: 4px;
    }

.contact-page .aside {
    min-height: 860px;
}

.contact-page .imp-numbers {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

    .contact-page .imp-numbers .icon {
        text-align: center;
    }

        .contact-page .imp-numbers .icon i {
            background-color: transparent;
        }

            .contact-page .imp-numbers .icon i.fa-mobile:before {
                font-size: 50px;
            }

            .contact-page .imp-numbers .icon i.glyphicon-send:before {
                margin-right: 9px;
            }

            .contact-page .imp-numbers .icon i:before {
                font-size: 32px;
            }

    .contact-page .imp-numbers h2 {
        font-size: 1.3em;
        margin: 0.2em 0;
    }

    .contact-page .imp-numbers a, .contact-page .imp-numbers span, .contact-page .imp-numbers p {
        color: #fafac7;
        font-family: Arial;
        margin-bottom: 0;
    }

    .contact-page .imp-numbers span {
        font-family: "ge-regular";
    }

    .contact-page .imp-numbers .orangeRombus {
        background-color: #ba8843;
        border-radius: 8px;
        height: 70px;
        position: absolute;
        right: 30px;
        width: 70px;
    }
/*===================================== 
	-- Directories --
=====================================*/
.imp-table, .grid-wrapper {
    color: #fff;
    margin-bottom: 50px;
}

    .imp-table .title, #contentBox .ms-webpart-titleText, .main-title,.ToggleMainContainer {
        color: #d3a556;
        font-family: "ge-bold";
        font-size: 1.6em;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .imp-table table, .grid-wrapper table {
        width: 100%;
        text-align: right;
        font-size:20px;
    }

        .imp-table table th, .imp-table table td, .grid-wrapper table th, .grid-wrapper table td {
            padding: 1em 1.5em;
            text-align: right;
        }

            .imp-table table th:last-child, .grid-wrapper table th:last-child {
                text-align: center;
            }

        .imp-table table thead, .grid-wrapper tr th {
            background-color: #34444c;
            font-size: 1.1em;
            font-weight: normal;
        }

    .imp-table tbody, .grid-wrapper tbody {
        background-color: #d1a55c;
        font-size: 0.8em;
    }

    .imp-table table td.col2, .grid-wrapper table tr td:nth-child(2) {
        background-color: #d2aa64;
    }

    .imp-table table td.col3, .grid-wrapper table tr td:nth-child(3) {
        background-color: #d3a95f;
        text-align: center;
    }

    .imp-table table tr:nth-child(even) td.col1, .grid-wrapper table tr:nth-child(even) td:nth-child(1) {
        background-color: #c99945;
    }

    .imp-table table tr:nth-child(even) td.col2, .grid-wrapper table tr:nth-child(even) td:nth-child(2) {
        background-color: #d0a459;
    }

    .imp-table table tr:nth-child(even) td.col3, .grid-wrappertable tr:nth-child(even) td:nth-child(3) {
        background-color: #cfa050;
    }

    .grid-wrapper a:hover {
        text-decoration: underline;
    }

    .grid-wrapper .GridFooterMain td {
        padding: 0.5em 2em;

    }

        .grid-wrapper .GridFooterMain td select {
            display: inline;
            margin-right: 1em;
        }
        
        .CommonGridViewDiv input[type="button"] {
    background: none repeat scroll 0 0 #34444c;
    border: 0 none;
    border-radius: 0;
    color: white;
    font-family:"GE-regular",Tahoma sans-serif;
    
}
/*===================================== 
	-- Bootstrap Customization --
=====================================*/

/*bootstrap customization to collapse menu on 992 breakpoint*/
@media (min-width: 768px) and (max-width:991px) {
    .navbar-header, .navbar-nav {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-header {
        margin-bottom: 0;
    }
}

/*===================================== 
	-- RTL Bootstrap --
=====================================*/


@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }

    .navbar-header {
        float: none;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }

    .navbar-header {
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }
}


/*===================================== 
	-- Media Queries --
=====================================*/
/*Mobiles and Tablets*/
@media (min-width: 320px) and (max-width:991px) {
    #s4-workspace {
        font-size: 15px;
    }
	[data-animation] {
	  opacity: 1;
	}
    .main_nav .right {
        background-color: #d3a556;
    }

    .navbar-default .navbar-toggle {
		background-color: #192535 !important;
		border-radius: 0;
		float: left;
		height: 40px;
		margin: 18px 0 0 7px;
		min-width: 20px;
		padding: 0 12px;    
		}

    .navbar > .container .navbar-brand {
        margin-right: 30px;
        padding: 10px 0;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .main_nav .container {
        padding: 0;
    }

    .navbar-default .navbar-collapse {
        background-color: #192535;
        border-top: 0 none;
        float: none;
        width:100%;
        margin: 0;
    }

    .navbar-nav, .navbar-nav li {
        float: none;
        display: block;
        border-left: 0;
        margin: 0;
    }
.main_nav.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        position: relative;
    }

    .main_nav .navbar-toggle .icon-bar:nth-child(3) {
        left: -90px;
        opacity: 0;
        visibility: hidden;
    }

    .main_nav .navbar-toggle .icon-bar:nth-child(2) {
        top: 7px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main_nav .navbar-toggle .icon-bar:nth-child(4) {
        top: -5px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main_nav .navbar-toggle.collapsed .icon-bar {
        left: 0;
        opacity: 1;
        top: auto;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        visibility: visible;
    }
    .navbar-nav, .nav-menu-inner {
        display: block;
    }

    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #343e44 !important;
        display: block;
        padding: 0.9em 0;
        position: relative;
    }

    .navbar-default .navbar-nav li .dynamic-children span:after {
        font-family: "FontAwesome";
        content: "\f107";
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .navbar-default ul.dynamic {
        display: none;
        position: static;
        width: 100% !important;
    }

    .navbar-nav li:hover ul.dynamic {
        display: block;
    }

    .navbar-default .navbar-nav li a:hover {
        border-bottom: 1px solid #343e44 !important;
    }

    .search-box {
        height: auto;
        margin-bottom: 15px;
        opacity: 1;
        padding-bottom: 5px;
        position: static;
        visibility: visible;
        width: 100%;
    }

    .navbar-default .navbar-collapse .navbar-left, .main-table .absoluteLeft, .main-table .absoluteR,
    .main-table .days h2:before, .main-table .nav-tabs > li > a:before, .main-table .days .inst, .main-table .days p,
    .col-md-3.news-block > figcaption:before, .main-sponsers .left:after, .internal-header .row {
        display: none;
    }

    .search-box .ms-srch-sb .ms-textSmall {
        margin-top: 10px;
    }

    .search-box .ms-srch-sb .ms-srch-sb-searchLink {
        top: 20px;
    }

    .main-about {
        height: auto;
        padding-bottom: 3.5em;
    }

    .main-related-sections figure img, .main-news img {
        width: 100%;
    }

    .main-table .days {
        padding: 2em 0;
    }

    .main-table .left {
        padding: 0;
    }

    .main-table .nav-tabs > li {
        /*width: 33%;*/
        float: right;
        text-align: center;
    }

        .main-table .nav-tabs > li a {
            padding: 0.5em 1em;
        }

    .main-table .row {
        margin: 0;
    }

    #session-table .left .tab-pane {
        overflow: auto;
        position: static;
    }

    .main-news .container-fluid {
        padding: 0 15px;
    }

    .main-news .news-block {
        display: inline-block;
        margin-bottom: 1em;
    }

    .main-news h1 {
        padding: 0 15px;
    }

    .main-sponsers h4 {
        display: inline-block;
        width: 100%;
    }

    .container > .navbar-header {
        margin-left: 0;
    }

    #modalPopup .modal-dialog {
        width: auto;
    }

    .main-news .date {
        padding-right: 2em;
    }

    .Categoris-container .CategorisTitle {
        min-height: 10px;
        padding: 15px;
    }

    .Categoris-container h6 {
        min-height: 10px;
        padding-bottom: 2em;
    }

    .Categoris-container h3 a {
        font-size: 0.8em;
    }

    .Categoris-container .ListOfTitle-img img, .Categoris-container .ListOfTitle-img {
        height: auto;
    }

    .header-for-responsive {
        display: block;
        margin: auto;
        text-align: center;
        width: 140px;
    }

    .fullDetails .DetailsTitle, .fullDetails .DetailsDate, .fullDetails .DetailsContent {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .imp-numbers .icon i {
        display: block;
        margin: 15px auto 0;
    }

    .imp-numbers .details h2 {
        padding-bottom: 8px;
        padding-top: 10px;
    }

    .imp-numbers.links .details a {
        padding-top: 0;
    }

    .categoriesBlock {
        margin-bottom: 1em;
    }

    .contact-page .ms-webpart-zone, .contact-page .ms-webpart-cell-vertical, .contact-page .ms-webpart-chrome-vertical {
        display: block;
    }

    .contact-page .imp-numbers .orangeRombus {
        display: none;
    }

    .imp-numbers .icon i {
        margin: 8px auto 0;
    }

    .two-columns .aside:after {
        display: none;
    }
    .main-sponsers .inner .right{
	height:auto;
}
#session-table .absoluteR{
	display:none;
}
.main-table .duration{
	width:30%;
}
#modalPopup .modal-content{
	padding:50px 22px;
}
}

/*Mobiles only*/
@media (min-width: 320px) and (max-width:766px) {
    .marquee-news h2 {
        line-height: 2;
    }

    .marquee-news .date {
        height: auto;
        line-height: 3;
    }

    .marquee-news .clock {
        background-color: #b98a39;
    }

    .main-related-sections figure {
        height: auto;
        margin-bottom: 1em;
    }
    .marquee-news h2{
	color:#fff;
}
.kingBanner img{
	width: 55%;
}
.side-socials{
	top:3%;
}
.sponser-logo.petLogo .img-responsive {
width: 60%;}
.side-socials a{
	font-size: 1em;
	height: 38px;
	line-height: 41px;
	width: 35px;
}
.sponser-logo:last-child {
  float: right;
  position: absolute;
  right: 0;
}
.sponser-logo.petLogo {
  margin: 130px auto 0;
  position: static;
}
    .main-related-sections figcaption, .main-related-sections .bg {
        display: none;
    }

    .main-table .left hgroup h1 {
        font-size: 4.6em;
    }

    .main-table .details.header h1 {
        margin-top: 1.6em;
    }

    .main-table .duration span {
        float: none;
        margin: 0;
        text-align: center;
        display: block;
    }

    .main-table .details .detail a {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .main-news .news-block {
        height: auto;
    }

        .main-news .news-block img {
            display: block;
        }

    .main-footer {
        padding: 2.5em 0;
        text-align: center;
    }

        .main-footer .copyrights {
            margin: 1em 0 2em;
        }

    .main-links .eLibrary {
        height: 270px;
    }

    .gotoBottom, .banner-footer {
        display: none;
    }

    .internal-header {
        background: url("/Style Library/Images/inner-banner_480.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
        height: 87px;
    }

        .internal-header .main_title {
            color: #fff;
            display: table-cell;
            font-size: 1.5em;
            height: 87px;
            margin: auto;
            padding: 0;
            text-align: center;
            vertical-align: middle;
            width: 140px;
        }

    .Categoris-container .CategorisTitle:after, .CategoriLeft .Categoris-container .CategorisTitle:before {
        bottom: -60px;
        content: "";
        left: 30px;
        top: auto;
    }

    .CategoriLeft .Categoris-container .CategorisTitle:before {
        left: auto;
        right: 30px;
    }

    .CategoriLeft .Categoris-container .CategorisTitle {
        float: none;
    }

    .Discussion-Page.speakers-page .speaker {
        width: 100%;
    }

    .speakers-page .speaker .desc {
        font-size: 18px;
    }

    .eosl-tabs .tab-days li.active a {
        padding: 0.5em 1.5em;
    }

    .eosl-tabs .tab-days li a {
        padding: 1.2em 2.7em 1.2em 2.7em;
    }

    .speakers-page .speaker {
        width: 80%;
        margin: auto;
    }

    .main-logo {
        float: none;
        height: 240px;
        margin: -45px auto auto;
        width: 240px;
        display:none;
    }
    .main.main-logo {
	  	height: 170px;
		margin-right: 30px;
		width: 170px;
		margin-top:-20px;
	}
	.main.main-logo hgroup{
	margin:0;
	top:45px;
}

.main-table .duration.header, .main-table .details.header{
	padding-right:5px;
	padding-left:5px;
}
.home-slider .slick-list{
	height:445px;
}

    .sponser-logo {
        margin: 198px 20px 0;
    }

    .main-banner {
        height: 430px;
    }

    .home-slider .bg {
        height: 470px;
    }

    .sponser-logo .rombas {
        padding: 2px;
    }

    .pull-right .sponser-logo .img-responsive {
        margin: -5px 0 0 0;
        max-width: 70px;
    }

    .date-rombas {
        float: none;
        margin: 70px auto 0;
    }

        .date-rombas hgroup {
            font-size: 16px;
        }

    .pull-left .sponser-logo {
        padding-top: 17px;
    }

    .main-logo .rombas {
        left: 0;
        border-radius: inherit;
    }

        .main-logo .rombas > div {
            border: 5px solid #d3a556;
        }

        .main-logo .rombas img {
            float: left;
            margin-left: 8px;
            margin-top: 89px;
            width: 200px;
        }

    .main-logo hgroup {
        position: absolute;
        right: -23px;
        top: 78px;
        width: 180px;
        margin: 0;
    }

    .main-logo h1 {
        font-size: 0.85em;
        margin: 5px 0;
    }

    .sponser-logo {
		height: 80px;
		margin: 50px 30px 0 10px;
		width: 80px;    
		}
    .main.sponser-logo{
		border-radius: 10px;
		height: 100px;
		margin: 30px 50px 0;
		width: 100px;
		}
		.main.sponser-logo img {
		  left: 18px;
		max-width: 130px;
		top: -19px;
		}
        .sponser-logo img {
            max-width: 50px;
        }

    .ListOfTitle-container h3 a {
        font-size: 0.8em;
    }

    .ListOfTitle-container h3 {
        padding-top: 10px;
    }

    .list-doc-item {
        width: 100%;
    }

    .adoc-link, .adoc-link:visited, .adoc-link, .adoc-link:hover {
        padding-right: 0;
        text-align: center;
    }

    .contact-page .aside {
        min-height: 10px;
    }

    /* Baqer Start */
    .main-banner > div:first-child img {
        margin: auto;
        max-width: 100%;
        height: 500px;
    }
    /* Baqer End */


}

/*Tablets only*/
@media (min-width: 767px) and (max-width:991px) {
    #s4-workspace {
        font-size: 16px;
    }

    .marquee-news .clock {
        background-color: transparent;
    }

    .main-related-sections figure {
        margin-bottom: 1em;
    }

    .main-news .news-block img {
        height: 100%;
        width: auto;
    }

    .internal-header {
        background: url("/Style Library/Images/inner-banner_980.jpg") no-repeat scroll center 0 rgba(0, 0, 0, 0);
        height: 178px;
        display: table;
        width: 100%;
    }

        .internal-header .main_title {
            color: #fff;
            font-size: 2em;
            margin: auto;
            padding: 0;
            text-align: center;
            display: table-cell;
            height: 178px;
            vertical-align: middle;
        }

    .Categoris-container .ListOfTitle-img, .Categoris-container .CategorisTitle, .CategoriLeft .Categoris-container .CategorisTitle {
        height: 260px;
        margin-top: 0;
    }

    .Categoris-container h6 {
        display: none;
    }

    .Categoris-container .moreNewsDiv {
        border-bottom: 1px solid #d3a556;
        bottom: 20px;
        left: 15px;
        padding-bottom: 20px;
        position: absolute;
        right: 15px;
    }

    .Categoris-container .moreNews:before {
        bottom: 15px;
        right: 5px;
    }

    .Categoris-container .moreNews span:first-child:before {
        bottom: 23px;
        right: 12px;
    }

    .Categoris-container .moreNews span:before {
        bottom: 27px;
        right: 20px;
    }

    .main_nav .container {
        width: 100%;
        padding: 0;
    }

    .CategoriLeft .Categoris-container .CategorisTitle {
        padding-top: 1em;
    }

    .header-for-responsive, .internal-header .main_title {
        width: 200px;
    }

    .Discussion-Page.speakers-page .speaker {
        width: 50%;
    }

    .speakers-page .speaker .desc {
        font-size: 20px;
    }

    .main-logo {
        float: none;
        margin: -70px auto 0;
    }

    .sponser-logo {
        margin-top: 200px;
        margin-right: 30px;
    }

    .pull-left .sponser-logo {
        margin-left: 30px;
        margin-right: 0;
    }

    .date-rombas {
        float: none;
        margin: 0 30% 0 0;
    }

    .social-logo {
        display: none;
    }

    .main-banner, .home-slider .bg {
        /*  height: 585px;  
  height: 555px;  */
    }


        /* Baqer Start */

        .main-banner > div:first-child img {
            margin: auto;
            max-width: 100%;
            height: 430px;
        }
        .sponser-logo .img-responsive{
	margin-top:0;
}

    .banner-links {
        margin-top: 31px;
    }

    /* Baqer End */

    .gotoBottom {
        display: none;
    }


    .banner-links li a {
        background-position: 170px -305px;
        padding-right: 4.5em;
    }

    .banner-links li:nth-child(2) a {
        background-position: 170px -151px;
    }

    .banner-links li:nth-child(3) a {
        background-position: 175px 8px;
    }

    .list-doc-Counter:before {
        display: none;
    }

    .list-doc-Counter {
        color: #fff;
        margin: auto;
        right: 0;
    }
    .main.sponser-logo{
		height: 130px;
		margin-right: 60px;
		right: 0;
		width: 130px;		
		}
	.main.sponser-logo img{
	width: 170px;
}
		.main.main-logo{
			height: 210px;
			margin-right: 20px;
			width: 205px;
		}
		.col-md-9 .sponser-logo {
  margin: -100px 30px 0 30px ;
}
.banner-footer{
	margin:0;
}
.marquee-news {
	margin-top:40px;
}
.banner-links {
margin-top: 130px !important;
}
}


/* IPAD LandScape {*/
@media (min-width: 770px) and (max-width:1224px) {

    /* @media (max-width : 1224px) {  */

    /* Baqer Start */
    .main-banner > div:first-child img {
        margin: auto;
        max-width: 100%;
        height: 700px;
    }

    .banner-links {
        margin-top: 31px;
    }

        .banner-links li a {
            background: url("/Style Library/Images/icons.png") no-repeat scroll 183px -306px #d3a556;
            display: block;
            padding: 0.5em 2.7em 0.5em 0.7em;
        }

        .banner-links li:nth-child(2) a {
            background-position: 185px -151px;
            background-color: #192535;
        }

        .banner-links li:nth-child(3) a {
            background-position: 191px 9px;
            background-color: #293c55;
        }

    .main-logo {
        margin-top: -96px;
    }

    /* Baqer End */


}




/* 1280{*/
@media (max-width : 1280px) {
    /* Baqer Start */
    /* Baqer Start */
    .main-banner > div:first-child img {
        margin: auto;
        max-width: 100%;
        height: 700px;
    }

    .banner-links {
        margin-top: 41px;
    }

    /* Baqer End */

[data-animation] {
	  opacity: 1;
	}

}




.switch-colors {
    height: 20px;
    left: 30px;
    position: absolute;
    top: 28px;
    width: 40px;
}

    .switch-colors > .gold, .switch-colors > .orange {
        background-color: #d3a556;
        width: 50%;
        float: left;
        height: 100%;
        border-right: 1px solid;
        cursor: pointer;
    }

    .switch-colors > .gold {
        background-color: #d3a556;
    }


/* ModalPopUp Style */

/* set color of overlay */
.ms-dlgOverlay {
    background: #fff;
}

/* set rounded corners */
.ms-dlgContent, .ms-dlgBorder, .ms-dlgTitle {
    -webkit-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #d3a556;
}
/* give both divs a 1px border to erase strange padding */
.ms-dlgBorder, .ms-dlgContent {
}
/* add a drop shadow to the outermost div */
.ms-dlgBorder {
    -webkit-box-shadow: 3px 3px 10px -3px #333;
    box-shadow: 3px 3px 10px -3px #333;
}

/* take away borders and then
add back in a bottom border to separate title from ribbon */
.ms-dlgTitle {
    border: none;
    border-bottom: 0px solid #fff;
}
/* color text of title of modal */
.ms-dlgTitleText {
    color: #fff;
    display: none;
}

.ms-dlgTitleBtns {
    margin-left: -3px !important;
}


/*preloader style*/

.preloader {
    height: 40px;
    left: 45%;
    position: absolute;
    top: 45%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
}

    .preloader span {
        display: block;
        bottom: 0px;
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
    }

        .preloader span:nth-child(1) {
            -webkit-animation: preloader_1 1.5s infinite ease-in-out;
            -moz-animation: preloader_1 1.5s infinite ease-in-out;
            -ms-animation: preloader_1 1.5s infinite ease-in-out;
            animation: preloader_1 1.5s infinite ease-in-out;
        }

        .preloader span:nth-child(2) {
            left: 40px;
            -webkit-animation: preloader_2 1.5s infinite ease-in-out;
            -moz-animation: preloader_2 1.5s infinite ease-in-out;
            -ms-animation: preloader_2 1.5s infinite ease-in-out;
            animation: preloader_2 1.5s infinite ease-in-out;
        }

        .preloader span:nth-child(3) {
            top: 0px;
            -webkit-animation: preloader_3 1.5s infinite ease-in-out;
            -moz-animation: preloader_3 1.5s infinite ease-in-out;
            -ms-animation: preloader_3 1.5s infinite ease-in-out;
            animation: preloader_3 1.5s infinite ease-in-out;
        }

        .preloader span:nth-child(4) {
            top: 0px;
            left: 40px;
            -webkit-animation: preloader_4 1.5s infinite ease-in-out;
            -moz-animation: preloader_4 1.5s infinite ease-in-out;
            -ms-animation: preloader_4 1.5s infinite ease-in-out;
            animation: preloader_4 1.5s infinite ease-in-out;
        }

@-webkit-keyframes preloader_1 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #192535;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_3 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}


@-webkit-keyframes preloader_4 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #293c55;
    }

    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_1 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -moz-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_2 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -moz-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #192535;
    }

    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_3 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -moz-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_4 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -moz-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #293c55;
    }

    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_1 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -ms-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_2 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -ms-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #192535;
    }

    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_3 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -ms-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #d3a556;
    }

    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_4 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }

    50% {
        -ms-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #293c55;
    }

    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-keyframes preloader_1 {
    0%;

{
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}

50% {
    -transform: translateX(-20px) translateY(-10px) rotate(-180deg);
    border-radius: 20px;
    background: #d3a556;
}

80% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}

100% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}

}

@-keyframes preloader_2 {
    0%;

{
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}

50% {
    -transform: translateX(20px) translateY(-10px) rotate(180deg);
    border-radius: 20px;
    background: #192535;
}

80% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}

100% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}

}

@-keyframes preloader_3 {
    0%;

{
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}

50% {
    -transform: translateX(-20px) translateY(10px) rotate(-180deg);
    border-radius: 20px;
    background: #d3a556;
}

80% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}

100% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}

}


@-keyframes preloader_4 {
    0%;

{
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}

50% {
    -transform: translateX(20px) translateY(10px) rotate(180deg);
    border-radius: 20px;
    background: #293c55;
}

80% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}

100% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}
}
@media (min-width: 992px) and (max-width:1199px) {
	.main-about{
		height:auto;
		padding-bottom:30px;
	}
}