﻿/*
IRAN Sans-serif fonts are considered a proprietary software. To gain
information about the laws regarding the use of these fonts, please
visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (LF3TA)
---------------------------------------------------------------------
*/
/***************************************************
List :
01- Import Font                          13- PrintVersion                                25- Video Player
02- Basic Style                          14- Footer                                      26- Mega Menu
03- Masterpage Layout                    15- Social Network                              27- Helper Classes
04- AdminBar                             16- Page Navigate                               28- Push Menu
05- Tools                                17- Forum                                       29- New Custom Styles
06- Date                                 18- Pager
07- HeaderLogo                           19- Box Styles
08- Sitemember                           20- Slider
09- Language                             21- Basic Style
10- Search                               22- Range Slider
11- SwitchBar                            23- Media Query
12- Menu                                 24- Effect

****************************************************/
/***************************************************
01- Import Font                   
***************************************************/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/Fonts/FontIcon.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/FontIcon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Fonts/FontIcon.woff') format('woff'), /* Pretty Modern Browsers */
    url('/Fonts/FontIcon.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'SDF';
    src: url('/Fonts/IRANSansUltraLight.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/IRANSansUltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Fonts/IRANSansUltraLight.woff') format('woff'), /* Pretty Modern Browsers */
    url('/Fonts/IRANSansUltraLight.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'SDF';
    src: url('/Fonts/IRANSansMedium.eot'); /* IE9 Compat Modes */
    src: url('/Fonts/IRANSansMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Fonts/IRANSansMedium.woff') format('woff'), /* Pretty Modern Browsers */
    url('/Fonts/IRANSansMedium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
}

@font-face {
    font-family: 'SDF Subsidiary';
    src: url('/Fonts/IranRegular.eot');
    src: url('/Fonts/IranRegular.eot?#iefix') format('embedded-opentype'), url('/Fonts/IranRegular.woff') format('woff'), url('/Fonts/IranRegular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SDF Subsidiary';
    src: url('/Fonts/IranBold.eot');
    src: url('/Fonts/IranBold.eot?#iefix') format('embedded-opentype'), url('/Fonts/IranBold.woff') format('woff'), url('/Fonts/IranBold.ttf') format('truetype');
    font-weight: bold;
}

/***************************************************
02- Basic Style                   
***************************************************/
body {
    direction: rtl;
    font-size: 14px;
    background: #fff;
    line-height: 1.6;
}

.popupBody {
    margin: 0;
    height: 100%;
    direction: rtl;
    background-image: none;
    background-color: #f3f3f3;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    /*margin: 1px 4px 0 !important;*/
}

.flag .RadComboBox_SAMPA {
    height: 24px !important;
    padding: 0 2px !important;
}

/******************** Editor Style ********************/
textarea.reTextArea {
    direction: ltr;
    padding: 10px;
}

/************ Start Of Heading Style *************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5 !important;
}

h1, .h1 {
    font-size: 17px;
    color: #5a6575;
}

h2, .h2 {
    font-size: 16px;
    color: #37648a;
}

h3, .h3 {
    font-size: 15px;
    color: #0964d5;
}

h4, .h4 {
    font-size: 14px;
    color: #cb750f;
}

h5, .h5 {
    font-size: 13px;
    color: #f50303;
}

h6, .h6 {
    font-size: 12px;
    color: #9c9b9b;
}
/************ End Of Heading Style *************/

/************ Start Of Link Style *************/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f50303;
    text-decoration: none;
    cursor: pointer;
}

a.content:link, a.content:visited, a.content:active {
    color: #5a6575;
    text-decoration: none;
}

a.content:hover {
    color: #f50303;
}
/************ End Of Link Style *************/
.lead {
    font-size: 13px !important;
    line-height: 1.5 !important;
}


.boxLastUpdate {
    text-align: left;
    color: #aaa;
    padding-top: 8px;
}

.content, .label {
    color: #000;
    text-decoration: none;
}
/************ Start Of General Style *************/
.shortcut:link, .shortcut:visited, .shortcut:active {
    color: #234BA3;
    text-decoration: none;
}

.shortcut:hover {
    color: #DD4B56;
    border-bottom: dotted 1px #DD4B56;
}

.caption {
    font-weight: bold;
}

.tableBorder {
    border: 1px solid #ddd;
    background-color: #e3e3e3;
}

.table-no-border.table-bordered.table {
    border: none !important
}

.table-no-border.table-bordered.table > tbody > tr > td,
.table-no-border.table-bordered.table > tbody > tr > th,
.table-no-border.table-bordered.table > tfoot > tr > td,
.table-no-border.table-bordered.table > tfoot > tr > th,
.table-no-border.table-bordered.table > thead > tr > td,
.table-no-border.table-bordered.table > thead > tr > th {
    border: 0 !important;
}

.schemaTable {
    display: table;
    margin: 10px auto;
}

.box {
    width: 175px;
    border: 1px solid #97AFC1;
}

.dottedTable {
    text-decoration: none;
    border: 1px dotted #c0c0c0;
    border-collapse: separate;
}

.dottedVLine {
    padding: 0 5px;
    background: url('/Components/General/Resources/Images/vdot.gif') repeat-y right 50%;
}

.dottedHLine {
    background: url('/Components/General/Resources/Images/hdot.gif') repeat-x 50% bottom;
    padding: 5px 0 10px 0;
}

.tools {
    color: #5a6575;
    font-size: .9em;
}

a.tools:link, a.tools:visited, a.tools:active {
    color: #5a6575;
    text-decoration: none;
}

a.tools:hover {
    color: #f50303;
    cursor: pointer;
}

.more {
    background-color: #26499A;
    border: #4D5154 1px solid;
    color: #fff;
    height: 18px;
    line-height: 15px;
    padding-right: 3px;
    padding-left: 3px;
}

a.more:link, a.more:visited, a.more:active {
    color: #fff;
}

a.more:hover {
    color: #b8c4e0;
}

.hint {
    color: #4D5154;
    text-align: justify;
}

.multiPage {
    min-height: 700px;
}

* html .multiPage {
    height: 700px;
}

.searchTable {
    border: #aaa 1px solid;
    background-color: #f3f3f3;
}

UL.generalStyle {
    list-style-image: url(/App_Themes/Watch-fa-IR/Images/SimpleBullet.gif);
}

li.generalStyle {
    list-style-image: url(/App_Themes/Watch-fa-IR/Images/SimpleBullet.gif);
}

.imageBorder {
    border: solid 1px transparent;
}

.generalTable {
    border: #aaa 1px dotted;
    background-color: #f3f3f3;
}

.briefDescription {
    text-decoration: none;
    line-height: 18px;
    color: #255995;
}

a.briefDescription:link, a.briefDescription:visited, a.briefDescription:active {
    color: #255995;
    text-decoration: none;
}

a.briefDescription:hover {
    color: #255995;
    border-bottom: 1px dotted #222;
}

.DockContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto !important;
    direction: rtl;
}

.RadDockZone {
    border-width: 0 !important;
}

.blackLabel {
    color: #000;
}

.goldLabel {
    color: #cfb456;
}

.whiteLabel {
    color: #444d54;
}

.blueLabel {
    color: #90b9d3;
}

.paymentTable {
    border: #000 1px solid;
    background-color: #f1f1f1;
}

.KimberlyGrid {
    border: 1px solid #768CA5;
    background: white;
    color: black;
    border-collapse: separate;
    border-spacing: 0;
}

.tableHeaderKimberly td {
    border: 1px solid;
    border-top-width: 0;
    background: 0 -2300px repeat-x #718CA1;
    border-color: #98ACBF #728BA1 #3D556C #455F77;
    color: White;
    border-collapse: separate;
    border-spacing: 1px;
}

.tableItemKimberly {
    background: url(/Components/Store/Resources/Images/FA/Cart/White/item-bg.png) repeat-x center bottom;
    background-color: white;
    color: #607280;
    text-indent: 0;
}

.tableItemKimberly td {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: white white white #DAE2E8;
    border-collapse: separate;
    border-spacing: 1px;
}

.tableAlternateItemKimberly {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #DAE2E8;
    color: #607280;
    text-indent: 0;
}

.tableAlternateItemKimberly td {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #DAE2E8;
    border-collapse: separate;
    border-spacing: 1px;
}

.roundedContainer {
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 2px #aaaaaa;
    background-color: #f3f3f3;
}

.autoHeight {
    height: auto !important;
}

.absent {
    display: none;
}

.table-striped > tbody > tr:nth-child(odd),
.table-striped > tbody > tr:hover {
    background: #eee !important;
}

.debug {
    direction: ltr;
    color: red;
}

/************ Start Of General Module *************/
.radio-list .radio {
    padding-right: 20px;
}

.radio-list .radio label {
    padding-right: 0;
}

.checkbox-list .checkbox {
    padding-right: 10px;
}

.checkbox-list .checkbox label {
    padding-right: 0px;
}

.spacer {
    height: 10px;
    display: block;
}

.btn-normal {
    width: 120px;
}

.btn-large {
    width: 180px;
}

.btn-remove {
    color: #a94442 !important;
}

.btns-box {
    margin-bottom: 16px;
}

dt, dd {
    line-height: 1.7;
}

.panel-light .panel-heading {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #FFFFFF 100%);
    background-repeat: repeat-x;
}


.panel-simple {
    border-color: #ddd;
    margin: 20px 0;
    padding: 10px;
}

.panel-simple .panel-heading {
    border-bottom: 3px solid #eaedf4;
    padding: 0 15px;
    font-weight: bold;
}

.panel-simple .panel-heading li {
    padding: 0 15px;
}

.panel-simple .panel-body .item {
    border-bottom: 1px solid #eaedf4;
    padding: 15px 5px;
}

.panel-simple .panel-body .item li {
    margin: .2em 0;
}

.panel-simple .panel-body .item:first-child {
    padding-top: 0;
}

.panel-simple .panel-body .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


.panel-search {
    /*margin-top: 5px;*/
    margin-bottom: 10px !important;
}

.panel-search > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}


.panel-search > .panel-heading span:before {
    content: "\e862";
    font: normal normal 0.8em/1 Glyphicons Halflings;
    color: #000;
    padding: 5px;
}

.panel-search > .panel-heading.collapsed span:before {
    content: "\e863";
}

.panel-search > .panel-heading h2 {
    font: normal normal 1.2em/1.2 SDF, Tahoma;
    margin: 0;
}

.panel-search > .panel-body {
    background-color: #fbfbfb;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-radius: 0;
    margin: 0;
    padding: 8px 10px;
}
/***************************************************
03- Masterpage Layout                   
***************************************************/
.generalMainWrap {
    margin-top: 20px;
}

.mainContentWrap > .container {
    background-color: #fff;
    padding: 15px;
}

.mainHeaderWrap {
    background: #fff url("/App_Themes/Watch-fa-IR/Images/header.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}

.headerBottom {
    background: #262c44;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px 5px 0 0;
}

.headerTop {
    padding:0;
}
/***************************************************
04- AdminBar                   
***************************************************/
.adminbarMain {
    margin-bottom: 32px;
}

.adminbar {
    direction: rtl;
    color: #ccc;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8020;
    background: #262c44;
    margin-bottom: 32px;
    font-size: 0.8em;
}

.adminbar .quicklinks {
    padding: 5px 8px;
}

.adminbar .quicklinks a {
    color: #eee;
    padding: 0 8px 0 7px;
    transition: color 500ms ease-in-out;
}

.adminbar .quicklinks a:hover {
    color: #2ea2cc;
}

.adminbar .quicklinks .glyphicon-sampa {
    font-size: 1.7em;
    padding-left: 6px;
}

.adminbar .quicklinks .glyphicon-stats {
    font-size: 1.4em;
    padding-left: 6px;
}

.adminbar .quicklinks .nav > li > a:hover,
.adminbar .quicklinks .nav > li > a:focus {
    background: none;
}

.adminbar .quicklinks .nav .myAccount img {
    border-radius: 15px;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background: url('/Components/SiteMember/Resources/Images/Avatar.png') no-repeat center center;
}

.adminbar .quicklinks ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/***************************************************
05- Tools                   
***************************************************/
.generalToolsBox {
    float: left;
    margin-top: 35px;
    margin-bottom: 15px;
}

.generalToolsBox > div {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    transition: all .4s;
}

    .generalToolsBox > div .glyphicon::before {
        color: #8a6b4f;
    }

.generalToolsBox > div:hover {

}

.generalToolsBox > div:hover a {
    color: #EAC8A3;
}

.generalToolsBox a {
   color: #8a6b4f;
    font-size: 15px;
    transition: color 1s;
}
/************ Start Of News Detail *************/
.newsDetailToolbox .glyphicon {
    padding: 0 2px;
}

.newsDetailToolbox .socialNetworkItemWrap a .glyphicon {
    padding: 0;
}
/************ Start Of Tell A Friend *************/
.tellafriendPage .formLabel {
    width: 110px;
}
/***************************************************
06- Date                   
***************************************************/
.generalCurrentDateTime {
    width: 100%;
    color: #fff;
    padding: 8px 0;
    float: right;
}

.datetimeSeparator {
    padding: 0 4px;
}
/***************************************************
07- HeaderLogo                   
***************************************************/
.mainLogo {
    text-align: center;
}

.sampaNew {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.mainLogo a {
    display: block;
}

.mainLogo a .glyphicon-logo {
    color: #58585A;
}

/***************************************************
08- Sitemember                   
***************************************************/

/***************************************************
09- Language                   
***************************************************/
.generalSelectLanguage {
    text-align: left;
    padding: 20px 0;
}

.generalSelectLanguage li {
    display: inline-block;
}

.generalSelectLanguage a {
    color: #ffffff;
}

.generalSelectLanguage a:after {
    content: "|";
    padding: 0 6px;
}

.generalSelectLanguage li:last-child a:after {
    content: none;
}
/***************************************************
10- Search                   
***************************************************/
.generalSearchBox .input-group {
    background: #394263;
    border-radius: 50px;
}

.generalSearchBox input {
    color: #8894b7;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
}

.generalSearchBox input:focus {
    color: #fff !important;
}

.generalSearchBox a {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin: 2px;
    background: #262c44;
    border-radius: 50% !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    text-shadow: none;
    font-size: 13px;
}

.generalSearchBox a:hover,
.generalSearchBox a:focus {
    background: #313854;
    color: #fff;
}


.searchtitle {
    color: #0000cc;
    text-decoration: none;
}

A.searchtitle:link {
    color: #0000cc;
    text-decoration: none;
}

A.searchtitle:visited, A.searchtitle:active {
    color: #551A8B;
    text-decoration: underline;
}

A.searchtitle:hover {
    color: #eb7629;
    text-decoration: underline;
    border-bottom: #eb7629 0 solid;
}

.searchhighlight {
    font-weight: bold;
}

.searchcounter {
    color: #000;
}

.searchaddress {
    font-size: .9em;
    color: #008000;
    text-decoration: none;
    direction: ltr;
    text-align: right;
}

A.searchaddress:link, A.address:visited, A.address:active {
    color: #008000;
    text-decoration: none;
}

A.searchaddress:hover {
    text-decoration: none;
}

.searchmoreresult {
    font-size: .95em;
}

A.searchmoreresult:link, A.address:visited, A.address:active {
    color: #8284CC;
    text-decoration: none;
}

A.searchmoreresult:hover {
    text-decoration: none;
}

.searchcontentlength {
    color: #8d8d8d;
}

.searchpagenumber {
    direction: ltr;
}

.searchpagenumber ul.pagination {
    padding: 0;
}

.searchpagenumber a.searchprevious::after {
    content: "\00BB";
}

.searchpagenumber a.searchnext::before {
    content: "\00AB";
}

/************ Start Of Search Style *************/
.ComponentSearchBoxWrap {
    margin: 0 auto 10px auto;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 2px #aaa;
    background-color: #fff;
}

.ComponentSearchBoxWrap .ccbswTop {
    background-color: #fff;
    border-radius: 5px;
}

.ComponentSearchBoxWrap .ccbswTop span.ccbswTextTitle {
    display: block;
    font-weight: bold;
    color: #ae1406;
    background-image: linear-gradient(rgb(255,255,255) 11%, rgb(250,250,250) 56%);
    background-color: #f3f3f3;
}

.ComponentSearchBoxWrap .ccbswMiddle {
}

.ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft {
}

.ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft .ccbswMiddleRight {
}

.ComponentSearchBoxWrap .ccbswMiddle .ccbswMiddleLeft .ccbswMiddleRight .ccbswMiddleContent {
    margin: 0;
    padding: 5px;
    background-image: linear-gradient(rgb(243,243,243) 18%, rgb(255,255,255) 59%);
    background-color: #f3f3f3;
}
/************ End Of Search Component *************/

/************ Start Search Module *************/
.moduleSearchResultWrap {
    border-top: 1px solid #DDDADA;
    border-bottom: 1px solid #DDDADA;
    margin: 5px 0;
    padding: 2px 5px;
    background-color: #F3F3F3;
    box-shadow: 0 2px 7px #DDD;
}

.moduleSearchResultWrap .searchHeaderLabel {
    float: right;
    font-style: italic;
    color: #6e6e6e;
}

.moduleSearchResultWrap .searchDetailsHeaderLabel {
    float: left;
    font-style: italic;
    color: #6e6e6e;
}

.moduleSearchWrap {
    background: url(/App_Themes/Watch-fa-IR/Images/ModuleSearch/ModuleSearch.png) no-repeat right top;
    height: 34px;
    padding: 0 6px 0 61px;
    position: relative;
}

    .moduleSearchWrap .bgImage {
        background: url(/App_Themes/Watch-fa-IR/Images/ModuleSearch/ModuleSearch.png) no-repeat;
    }

.moduleSearchWrap .txtSearchWrap {
    background-position: 0 -34px;
    background-repeat: repeat-x;
    height: 34px;
    direction: rtl;
}

.moduleSearchWrap .txtSearchWrap input {
    margin: 7px 0 0 0;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 0;
    background: none;
    color: black;
    outline: 0;
}

.moduleSearchWrap .dropDownWrap {
    position: absolute;
    right: 3px;
    top: 5px;
    overflow: hidden;
    background-position: right -68px;
    height: 23px;
    border-left: 1px solid #DDD;
    padding: 2px 8px;
}

.moduleSearchWrap .dropDownWrap span {
    display: inline-block;
}

.moduleSearchWrap .dropDownWrap .arrowDown {
    background-position: -81px -5px;
    width: 9px;
    margin: 0 11px 0 5px;
    height: 7px;
}

.moduleSearchWrap .dropDownWrap .moduleSearchSelect {
    opacity: 0;
    right: 0;
    top: 0;
    height: 29px;
    cursor: pointer;
    visibility: visible;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #DDD;
    color: black;
    background: none;
    outline: 0;
}

.moduleSearchWrap .moduleSearchSubmit {
    background-position: 0 0;
    width: 55px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-right: 6px;
}

.moduleSearchWrap .moduleSearchSubmit .btnSubmit {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: #fff;
    height: 34px;
    width: 39px;
    cursor: pointer;
    line-height: 18px;
}

.smallModuleSearchWrap {
    background: url(/App_Themes/Watch-fa-IR/Images/ModuleSearch/SmallModuleSearch.png) no-repeat right top;
    height: 22px;
    padding: 0 6px 0 27px;
    position: relative;
}

    .smallModuleSearchWrap .bgImage {
        background: url(/App_Themes/Watch-fa-IR/Images/ModuleSearch/SmallModuleSearch.png) no-repeat;
    }

.smallModuleSearchWrap .txtSearchWrap {
    background-position: 0 -22px;
    background-repeat: repeat-x;
    height: 22px;
    direction: rtl;
}

.smallModuleSearchWrap .txtSearchWrap input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 0;
    font-size: 9px;
    background: none;
    color: black;
    outline: 0;
    line-height: 16px;
}

.smallModuleSearchWrap .dropDownWrap {
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    background-position: right -44px;
    height: 17px;
    border-left: 1px solid #DDD;
    padding: 0 5px 0 3px;
}

.smallModuleSearchWrap .dropDownWrap span {
    display: inline-block;
    font-size: 9px;
    line-height: 17px;
    vertical-align: top;
    height: 15px;
}

.smallModuleSearchWrap .dropDownWrap .arrowDown {
    background-position: -33px 0;
    width: 7px;
    margin: 0;
}

.smallModuleSearchWrap .dropDownWrap .moduleSearchSelect {
    opacity: 0;
    z-index: 999999;
    right: 0;
    top: 0;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
    visibility: visible;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    color: black;
    background: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-size: auto;
    background-origin: padding-box;
    outline: 0;
    vertical-align: bottom;
}

.smallModuleSearchWrap .moduleSearchSubmit {
    background-position: 0 0;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-right: 6px;
}

.smallModuleSearchWrap .moduleSearchSubmit .btnSubmit {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: transparent;
    height: 22px;
    width: 21px;
    cursor: pointer;
}
/***************************************************
11- SwitchBar                   
***************************************************/
.mainSwitchbarWrap {
}

.generalSwitchBarWrap {
}

#generalSwitchBarWrapper {
    margin: 10px -15px 4px;
}

.switchBar {
    margin: 0 auto;
    line-height: 23px;
    color: #000;
    font-family: tahoma;
}

.switchBar a {
    color: #000;
    text-decoration: none;
    font-family: SDF;
    font-size: 12px;
}

.switchBar:hover {
    color: #111;
}

.switchBarSelected {
    color: #000;
}

    .switchBarSelected:link, .switchBarSelected:visited, .switchBarSelected:active {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

.switchBarSelected:hover {
    border-bottom: 1px dashed #998675;
}
/***************************************************
12- Menu                   
***************************************************/
.TopMenu {
    background: #fff;
}

.mainMenu {
}

.generalMenu {
}

.mainMenu .navbar-right > li > a {
    background: linear-gradient(to bottom, #f8f8f8, #e9e9e9) repeat scroll 0 0 #e9e9e9;
    border: 1px solid #dddddd;
}

.mainMenu .navbar-right > li.open > a,
.mainMenu .navbar-right > li.current > a {
    border: 1px solid #aaa;
    color: #f50303;
}

.mainMenu .navbar-right .dropdown-menu {
    background-clip: padding-box;
    background-color: #f8f8f8;
    border: 1px solid #aaa;
    box-shadow: none;
    font-size: 13px;
    padding: 0;
    border-radius: 0;
}

.mainMenu .dropdown-menu > li > a {
    padding: 12px 20px;
}

.menu3dmega > ul li > a i {
    margin-right: -10px;
    padding-left: 3px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.open > a,
.dropdown-menu > li.current > a {
    box-shadow: none;
}

.mainMenu ul li.menuCollapse ul {
    list-style: none;
    position: absolute;
    top: 36px;
    left: 0;
    padding: 0;
}

.mainMenu ul li.menuCollapse ul li {
    width: 100%;
}

.mainMenu ul li.menuCollapse ul li a {
    display: block;
    position: relative;
    padding: 6px 15px 8px;
    border-right: 1px solid #cccedb;
    border-bottom: none;
}

.mainMenu ul li.menuCollapse ul li:last-child a {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #cccedb;
}
/************ Start Of Horizontal Menu *************/
.navbar-right.sf-horizontal ul.dropdown-menu ul.dropdown-menu {
    top: auto !important;
}

.navbar-right.sf-horizontal > li {
    width: auto;
}

.navbar-right.sf-horizontal ul.dropdown-menu {
    left: auto !important;
    min-width: 100% !important;
    position: absolute;
    right: 0 !important;
    top: 100% !important;
}

.navbar-right.sf-horizontal ul ul.dropdown-menu {
    left: auto !important;
    min-width: 100% !important;
    position: absolute;
    right: 100% !important;
    top: 0 !important;
}

.navbar-right.sf-horizontal > li > a {
    padding: 10px 15px 10px 15px;
}

.navbar-right.sf-horizontal ul > li > a {
    padding: 10px 15px 10px 15px;
}

.mainMenu .navbar-right.sf-horizontal > li > a {
    background: linear-gradient(to bottom, #f8f8f8, #e9e9e9) repeat scroll 0 0 #e9e9e9;
    border: 1px solid #dddddd;
}

.navbar-right.sf-horizontal > li > a.has-submenu {
    padding: 10px 15px 10px 25px;
}

.has-submenu {
    position: relative;
}

.navbar-right.sf-horizontal .sub-arrow, .navbar-right.sf-horizontal .collapsible .sub-arrow {
    left: 10px;
    margin-left: 0 !important;
    margin-top: -2px;
    position: absolute !important;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    border-color: #58585A transparent transparent transparent !important;
}

.navbar-right.sf-horizontal a:hover .sub-arrow, .navbar-right.sf-horizontal .collapsible a:hover .sub-arrow {
    left: 10px;
    margin-left: 0 !important;
    margin-top: -2px;
    position: absolute !important;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    border-color: #F50303 transparent transparent transparent !important;
}

.navbar-right.sf-horizontal li ul li .sub-arrow, .navbar-right.sf-horizontal ul ul .collapsible .sub-arrow {
    border-color: transparent -moz-use-text-color transparent transparent !important;
    border-style: dashed solid dashed dashed !important;
    border-width: 4px !important;
    left: 10px;
    margin-left: 0 !important;
    margin-top: -2px;
    position: absolute !important;
    top: 50%;
    width: 0;
    height: 0;
}

.navbar-right.sf-horizontal li ul li a:hover .sub-arrow, .navbar-right.sf-horizontal ul ul .collapsible a:hover .sub-arrow {
    border-color: transparent #F50303 transparent transparent !important;
    border-style: dashed solid dashed dashed !important;
    border-width: 4px !important;
    left: 10px;
    margin-left: 0 !important;
    margin-top: -2px;
    position: absolute !important;
    top: 50%;
    width: 0;
    height: 0;
}

.sf-horizontal .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: right;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/************ Start Of MultiColumn Menu *************/
.multiColumnMenu .nav,
.multiColumnMenu .collapse,
.multiColumnMenu .dropup,
.multiColumnMenu .dropdown {
    position: static !important;
}

.multiColumnMenu .container {
    position: relative !important;
}

.multiColumnMenu .dropdown-menu {
    right: auto !important;
}

.multiColumnMenu .multiColumnMenu-content {
    padding: 5px 5px;
}

.multiColumnMenu .dropdown.multiColumnMenu-fw .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}

.multiColumnMenu ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (max-width:767px) {
    .dropdown-menu {
        width: 100%;
    }
}


.multiColumnMenu .dropdown-menu {
    top: auto;
}

.multiColumnMenu .navbar-nav {
    margin: 0;
}

.multiColumnMenu .navbar-collapse {
    max-height: 500px;
}

/************ Start Of Mega Menu *************/


/***************************************************
13- PrintVersion                   
***************************************************/
@media print {
    a:after {
        content: none !important;
    }
}
/***************************************************
14- Footer                   
***************************************************/
.mainFooterWrap {
    background: #ccc2b9;
}

.radcomCopyrightAndLogo {
    background: #ccc2b9;
    padding: 10px 15px;
    border-radius:  0;
}

.generalCopyright {
    color: #000000;
    font-size: 0.9em;
}

.generalCopyright a {
    color: #595d57;
}
.popupBody .generalCopyright {
    color: #000;
}
/*************** Genral Footer Links ***************/
.footerNav {
    margin-top: 45px;
}

.footerItem h4 a {
    color: #b7aba0;
    font-weight: bold;
    transition: all 400ms ease-in-out;
}

.footerItem a:hover {
    color: #ffffff;
}

.footerItem ul {
    padding: 0;
    position: relative;
}

.footerItem ul:before {
    content: "";
    width: 1px;
    height: 80%;
    background: #e0be8d;
    position: absolute;
    right: -15px;
    top: 30px;
}

.footerItem ul li {
    list-style: none;
}

.footerItem ul li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 4px 0;
    transition: all 400ms ease-in-out;
    position: relative;
}

.footerItem ul li a:hover {
    color: #fff;
    padding-right: 10px;
    color: #e0be8d;
}

/************ Start Of Linear Footer *************/
.linearFooter {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #515976;
}

.linearFooter ul {
    margin: 0;
    padding: 0;
}

.linearFooter li {
    display: inline-block;
    list-style: none;
    padding: 5px 0;
}

.linearFooter li:after {
    content: '●';
    display: inline-block;
    padding: 0 15px;
    color: #7582b1;
}

.linearFooter li:last-child:after {
    content: none;
}

.linearFooter li a {
    color: #fff;
    transition: .4s all;
}

.linearFooter li a:hover {
    color: #50c1e9;
}
/***************************************************
15- Social Network                   
***************************************************/
.socialNetworksWrapper {
    display: table;
    margin: 0 auto;
}

.socialNetworksWrapper li a {
    color: #b7aba0 !important;
}

.socialNetworksWrapper ul {
    padding: 0;
    margin-bottom: 27px;
}

.socialNetworksWrapper ul li {
    list-style: none;
    display: inline;
     margin: 0 5px;
}

.socialNetworksWrapper ul li a .glyphicon {
    font-size: 27px;
    color: #b7aba0 !important;
    transition: all 400ms ease-in-out;
}

.socialNetworksWrapper ul li a:hover .glyphicon {
    color: #fff !important;
}

.socialNetworkItemWrap {
}

.footerSocialNetwork {
    border-top: 2px solid #e0be8d;
        padding-top: 15px;
}


.socialNetworksWrapper .glyphicon-facebook:before {
    content: "\e887";
}

.socialNetworksWrapper .glyphicon-linkedIn:before {
    content: "\e892";
}

.socialNetworksWrapper .glyphicon-gplus:before {
    content: "\e888";
}

.socialNetworksWrapper .glyphicon-twitter:before {
    content: "\e886";
}
/***************************************************
16- Page Navigate                   
***************************************************/
.goToTop {
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: fixed;
    left: 3%;
    bottom: 6%;
    padding: 12px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 31px;
    transition: 1s;
    color: #ffffff;
    background-color: #E0BE8D;
    display: none;
}

.goToTop:hover {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.goToTop:hover {
    cursor: pointer;
}

.goToTop:after {
    content: '\E80F';
    display: block;
    transition: 0.6s;
    border-radius: 41px;
    font: normal 0.9em/27px 'Glyphicons Halflings';
    text-align: center;
    color: #fff;
}
/***************************************************
23- Media Query                   
***************************************************/
@media(min-width: 1200px) {
    .searchBoxB2BDropdown .searchBox .input-group .form-control {
        width: 514px !important;
    }
}
@media(max-width:1199px) {
    .panel-style6 .panelImageContainer {
        width: 80px !important;
        height: 80px !important;
    }
    .panel-style6 .panelImageContainer {
        margin-left: 5px !important;
    }
    .panel-style6 > .panel-heading a h2 {
        font-size: 20px !important;
    }
    .searchBoxB2BDropdown .searchBox .input-group .form-control {
        width: 414px !important;
    }
    .customMore .panel-style3  .moreTitle {
        width: 145px !important;
        padding: 5px 30px !important;
    }
    .panel-style3 > .panel-heading h1,
     .panel-style3 > .panel-heading > a > h1,
     .panel-style3 > .panel-heading h2,
     .panel-style3 > .panel-heading > a > h2,
     .panel-style3 > .panel-heading h3,
     .panel-style3 > .panel-heading > a > h3,
     .panel-style3 > .panel-heading h4,
     .panel-style3 > .panel-heading > a > h4,
     .panel-style3 > .panel-heading h5,
     .panel-style3 > .panel-heading > a > h5,
     .panel-style3 > .panel-heading h6,
     .panel-style3 > .panel-heading > a > h6,
     .panel-style3 > .panel-heading span:not(.glyphicon),
     .panel-style3 > .panel-heading > a > span:not(.glyphicon),
     .panel-style3 > .panel-heading p,
     .panel-style3 > .panel-heading > a > p {
        font-size: 17px !important;
    }
}
@media(max-width: 991px) {
    .homeAlbum .br-next,.homeAlbum .br-previous {
    height: 28px !important;
    width: 28px !important;
        background-size: cover !important;
}

    .mainHeaderWrap {
        background: #E4DFDA !important;
    }
    .thirdParallax .parallax {
        padding-top: 20px !important;
        padding-bottom: 0 !important;

    }
    .generalToolsBox {
    float: none;
    display: table;
    margin: 15px auto 15px;
}

    .searchBoxB2BDropdown {
        margin-bottom: 0 !important;
    }
    .menu3dmega > ul > li > a, .menu3dmega > ul > li > span {
        padding: 30px 15px !important;
    }
}
@media (max-width:767px) {
    .panel-style9 > .panel-heading h1, .panel-style9 > .panel-heading > a > h1, .panel-style9 > .panel-heading h2, .panel-style9 > .panel-heading > a > h2, .panel-style9 > .panel-heading h3, .panel-style9 > .panel-heading > a > h3, .panel-style9 > .panel-heading h4, .panel-style9 > .panel-heading > a > h4, .panel-style9 > .panel-heading h5, .panel-style9 > .panel-heading > a > h5, .panel-style9 > .panel-heading h6, .panel-style9 > .panel-heading > a > h6, .panel-style9 > .panel-heading span:not(.glyphicon), .panel-style9 > .panel-heading > a > span:not(.glyphicon), .panel-style9 > .panel-heading p, .panel-style9 > .panel-heading > a > p {
        padding: 25px 95px !important;
    }
    .panel-style2 > .panel-heading h1, .panel-style2 > .panel-heading > a > h1, .panel-style2 > .panel-heading h2, .panel-style2 > .panel-heading > a > h2, .panel-style2 > .panel-heading h3, .panel-style2 > .panel-heading > a > h3, .panel-style2 > .panel-heading h4, .panel-style2 > .panel-heading > a > h4, .panel-style2 > .panel-heading h5, .panel-style2 > .panel-heading > a > h5, .panel-style2 > .panel-heading h6, .panel-style2 > .panel-heading > a > h6, .panel-style2 > .panel-heading span:not(.glyphicon), .panel-style2 > .panel-heading > a > span:not(.glyphicon), .panel-style2 > .panel-heading p, .panel-style2 > .panel-heading > a > p {
        padding: 10px 60px !important;
    }
    .searchBoxB2BDropdown {
    margin-bottom: 5px !important;
        margin-top: 20px !important;
}
    .menu3dmega > ul > li > a, .menu3dmega > ul > li > span {
    padding: 10px 15px !important;
}
    .menuWrapper {
        background: #E4DFDA !important;
}
    .mainMenu {
        display: block !important;
    }
    .mainLogoImage {
        margin: 0 auto;
    }
    .collapsedColumn {
        border-bottom: 1px solid #505878;
    }

    .footerNav .collapsedColumn ul {
        display: none;
    }

    .footerNav .collapsedColumn h5 {
        position: relative;
        cursor: pointer;
    }

    .footerNav .collapsedColumn h5:after {
        content: '\e805';
        font-family: 'Glyphicons Halflings';
        position: absolute;
        color: #4FC1E9;
        left: 10px;
        font-size: 18px;
        top: -5px;
    }

    .footerNav .collapsedColumn h5.closed:after {
        content: '\e806';
    }

    .navbar-right.sf-horizontal li ul li .sub-arrow, .navbar-right.sf-horizontal ul ul .collapsible .sub-arrow {
        border-color: #58585a transparent transparent !important;
        border-style: solid !important;
        border-width: 5px 4px 0 !important;
        height: 0;
        left: 10px;
        margin-left: 0 !important;
        margin-top: -2px;
        position: absolute !important;
        top: 50%;
        width: 0;
    }

    .navbar-right.sf-horizontal li ul li a:hover .sub-arrow, .navbar-right.sf-horizontal ul ul .collapsible a:hover .sub-arrow {
        border-color: #f50303 transparent transparent !important;
        border-style: solid !important;
        border-width: 5px 4px 0 !important;
        height: 0;
        left: 10px;
        margin-left: 0 !important;
        margin-top: -2px;
        position: absolute !important;
        top: 50%;
        width: 0;
    }

    .mainHeaderWrap .glyphicon-responsive {
        font-size: 1.5em;
    }

    .mainLogo .h5 {
        font-size: 0.8em;
    }

    .mainLogo a .glyphicon-logo {
        font-size: 6em;
    }

    .mainSitememberWelcome {
        margin-bottom: 8px;
    }

    .mainSelectLanguage {
        margin-bottom: 8px;
    }

    .mainSearchBox .generalSearchBox .form-control {
        width: 150px !important;
        font-size: 0.8em;
        padding: 2px 6px 3px;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu {
        background-color: #f8f8f8;
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu .navbar {
        margin-bottom: 0;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu .navbar .navbar-toggle {
        background-color: #58585A;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu .navbar .navbar-toggle:hover .icon-bar {
        background-color: #F50303;
    }

    .mainNavigationWrap .mainSmallMenuWrap .mainMenu .navbar .navbar-nav {
        margin: 0;
    }

    .mainMenu .navbar-right .dropdown-menu {
        margin: 0 0 4px 0;
        border-top: none;
    }

    .goToTop {
        right: 35px;
    }

    .navbar-collapse {
        max-height: 170px;
        overflow-y: scroll;
    }

    .mainFooterWrap .container {
        overflow: hidden;
    }

    .siteMemberWelcomeWrap, .generalCurrentDateTime, .generalSelectLanguage, .radcomCopyrightAndLogo * {
        text-align: center;
        float: none !important;
    }
}

@media(max-width: 636px) {
    .searchBoxB2BDropdown .searchBox .input-group .form-control {
    width: 100% !important;
}
    .searchBoxB2BDropdown .btn-primary {
        border-radius: 0 8px 8px 0 !important;
    }
    .searchBoxB2BDropdown .searchBox .input-group .form-control {
        margin-right: 0 !important;
    }
}

@media(max-width: 413px) {
    .searchBoxB2BDropdown .btn-primary {
    border-radius: 8px !important;
}
    .searchBoxB2BDropdown .btn-primary {
        width: 100% !important;
    }
    .searchBoxB2BDropdown .selectButton, .searchBoxB2BDropdown .searchBox {
        width: 100% !important;
}
    .searchBoxB2BDropdown {
        display: block !important;
        position: static !important;
    }
}
@media(min-width: 768px) {
    .searchBoxB2BDropdown {
    margin-bottom: 35px !important;
}
    .navbar-right.sf-horizontal ul ul.dropdown-menu {
        left: auto !important;
        margin-top: -39.9px !important;
        min-width: 100% !important;
        position: absolute;
        right: 100% !important;
        top: 0 !important;
    }
}

@media(min-width: 992px) {
    .footerNav .footerItem:first-of-type h5, .footerNav .footerItem:nth-of-type(2) h5, .footerNav .footerItem:nth-of-type(5) h5 {
        border-top: 1px solid #E0BE8D;
        padding-top: 23px;
    }
}

@media(min-width: 1200px) {
}
/***************************************************
17- Forum                   
***************************************************/
#divForum {
    text-align: center;
}

.imgForum {
    background: url(/App_Themes/Watch-fa-IR/Images/Forum.png) no-repeat center top;
    width: 171px;
    height: 38px;
}
/***************************************************
18- Pager                   
***************************************************/
.col-centered {
    float: none;
    margin: 0 auto;
}

tr.pagerCustomGrid {
    background: #f0f3f6;
    background: linear-gradient(to bottom, #f0f3f6 0,#e0e3ea 100%);
    box-shadow: inset 0 0 0 1px #f9fafb;
}

.pagerCustomGrid td {
    padding: 0;
}

.pagerCustomGridTable {
    direction: ltr;
}

.pagerCustomGridTable td {
    padding: 6px;
}

.pagerCustomGridCountTable td {
    padding: 6px;
}

.pagerCustomGridNumbers {
    color: #2b3a4a;
    unicode-bidi: bidi-override;
    text-align: center;
}

.pagerCustomGridNumbers span {
    display: inline-block;
    min-width: 16px;
    height: 18px;
    padding: 0 2px;
    color: #5c6b89;
    vertical-align: middle;
}

a.pagerCustomGrid:link,
a.pagerCustomGrid:active,
a.pagerCustomGrid:visited,
a.pagerCustomGridNext,
a.pagerCustomGridPrev {
    display: inline-block;
    min-width: 16px;
    height: 18px;
    padding: 0 2px;
    border: 1px solid #5c6b89;
    border-radius: 3px;
    color: #5c6b89;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
}

a.pagerCustomGrid:hover,
a.pagerCustomGridNext:hover,
a.pagerCustomGridPrev:hover {
    background-color: #9ea5b3;
    color: #fff;
}

.pagerCustomGrid span {
    color: #373737;
    padding: 0 2px;
    height: 15px;
}

.pagerNumberText {
    text-decoration: none;
    line-height: 18px;
    color: #373737;
    direction: rtl;
    unicode-bidi: embed;
}

.pagerCellDir {
    direction: rtl;
}


.pagerCustomGridCell {
    direction: rtl;
    width: 110px;
    white-space: nowrap;
    text-align: left;
}

.pagerCustomGridCell .select {
    width: 55px;
}

.pagerCustomGridCellGoto {
    width: 110px;
    white-space: nowrap;
    text-align: right;
}

.pagerCustomGridCellGoto .textbox {
    width: 55px;
}

.pagerCustomGridTable {
    border: 1px solid #d0d6e0;
    box-shadow: 0 0 0 1px #fff;
}


/***************************************************
19- Box Styles                   
***************************************************/

/************ Start Of Tab Style *************/
/************ Tab style1 *************/
.tab-container-style1 {
    margin-bottom: 15px;
}

.tab-container-style1 .nav-tabs {
    padding: 8px  0 8px;
    border-radius: 0;
}

.tab-container-style1 .nav-tabs > li > a {
    color: #5c615b;
    border: none;
    font-size: 15px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.tab-container-style1 .nav-tabs > li > a:hover {
    border: none;
    background: none;
}

.tab-container-style1 .nav-tabs > li {
    border: 3px solid #a99f94;
        transition: all 300ms ease-in-out;
    margin-left: 10px;
}
.tab-container-style1 .nav-tabs > li.active {
    background: #a99f94;
}

.tab-container-style1 .nav-tabs > li.active > a,
.tab-container-style1 .nav-tabs > li.active > a:hover,
.tab-container-style1 .nav-tabs > li.active > a:focus {
    color: #fff;
    background: none;
    border: none;
    outline: none;
}
.tab-container-style1 .tab-content .tab-pane {
    padding: 15px;
        box-shadow: 0 0 20px #dbdbdb;
}
/************ Tab style2 *************/
.tab-container-style2 {
    margin-bottom: 15px;
}

.tab-container-style2 .nav-tabs {
    padding: 8px  0 8px;
    border-radius: 0;
}

.tab-container-style2 .nav-tabs > li > a {
    color: #5c615b;
    border: none;
    font-size: 26px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.tab-container-style2 .nav-tabs > li > a:hover {
    border: none;
    background: none;
}

.tab-container-style2 .nav-tabs > li {
    border: 3px solid #a99f94;
        transition: all 300ms ease-in-out;
    margin-left: 10px;
}
.tab-container-style2 .nav-tabs > li.active {
    background: #a99f94;
}

.tab-container-style2 .nav-tabs > li.active > a,
.tab-container-style2 .nav-tabs > li.active > a:hover,
.tab-container-style2 .nav-tabs > li.active > a:focus {
    color: #fff;
    background: none;
    border: none;
    outline: none;
}
.tab-container-style2 .tab-content .tab-pane {
    padding: 15px;
        box-shadow: 0 0 20px #dbdbdb;
}
/************ End Of Tab Style *************/

/************ End Of Tab Style *************/
/************ Start Of Box Style *************/
.accordion-toggle {
    cursor: pointer;
}

/************ Start Of Panel-style1 *************/
.panel-style1.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.panel-style1 > .panel-heading {
    background: none;
    border-radius: 0;
    border-bottom: 4px solid #a99f94;
}

.panel-style1 > .panel-heading .glyphicon {
    float: none !important;
    display: block;
    font-size: 22px;
    color: #a99f94;
    padding-bottom: 6px;
}

.text-center .panel-style1 > .panel-heading {
    text-align: center;
}

.panel-style1 > .panel-heading h1 , .panel-style1 > .panel-heading > a > h1,
.panel-style1 > .panel-heading h2 , .panel-style1 > .panel-heading > a > h2,
.panel-style1 > .panel-heading h3 , .panel-style1 > .panel-heading > a > h3,
.panel-style1 > .panel-heading h4 , .panel-style1 > .panel-heading > a > h4,
.panel-style1 > .panel-heading h5 , .panel-style1 > .panel-heading > a > h5,
.panel-style1 > .panel-heading h6 , .panel-style1 > .panel-heading > a > h6,
.panel-style1 > .panel-heading span:not(.glyphicon) , .panel-style1 > .panel-heading > a > span:not(.glyphicon),
.panel-style1 > .panel-heading p , .panel-style1 > .panel-heading > a > p{
    font: normal normal 18px/1.2 SDF, Tahoma;
    font-weight: bold;
    margin: 0;
    color: #5c615b;
    float: none !important;
}

.panel-style1 > .panel-body {
    background: none;
    border-radius: 0;
}
/************ Start Of Panel-Style2 *************/
.panel-style2.panel {
    background: #fefefd;
    background: linear-gradient(to bottom, #fefefd 0, #e9e7e4 100%);
    border: 1px solid #e5e5e3;
    border-radius: 0;
    box-shadow: none;
}

.panel-style2 > .panel-heading {
    background: none;
    border-radius: 0;
    padding: 0;

    
}
.panel-style2 > .panel-heading h2:before {
    content: "";
    position: absolute;
    width: 38%;
    height: 3px;
    display: table;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #c7b299;
}

.panel-style2 > .panel-heading h2:after {
    content: "";
    position: absolute;
    width: 38%;
    height: 3px;
    display: table;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background: #c7b299;
}
    .panel-style2 > .panel-heading h1, .panel-style2 > .panel-heading > a > h1,
    .panel-style2 > .panel-heading h2, .panel-style2 > .panel-heading > a > h2,
    .panel-style2 > .panel-heading h3, .panel-style2 > .panel-heading > a > h3,
    .panel-style2 > .panel-heading h4, .panel-style2 > .panel-heading > a > h4,
    .panel-style2 > .panel-heading h5, .panel-style2 > .panel-heading > a > h5,
    .panel-style2 > .panel-heading h6, .panel-style2 > .panel-heading > a > h6,
    .panel-style2 > .panel-heading span:not(.glyphicon), .panel-style2 > .panel-heading > a > span:not(.glyphicon),
    .panel-style2 > .panel-heading p, .panel-style2 > .panel-heading > a > p {
        font: normal normal 22px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #5c615b;
        float: none !important;
        padding: 10px 80px;
        border-left: 4px solid #c7b299;
        border-right: 4px solid #c7b299;
        border-top: 3px solid #c7b299;
        border-bottom: none;
        display: table;
        margin: 0 auto;
        position: relative;
    }

.panel-style2 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
}
/************ Start Of Panel-Style3 *************/
.panel-style3.panel {
    background: #fefefd;
    background: linear-gradient(to bottom, #fefefd 0, #e9e7e4 100%);
    border: 1px solid #e8e8e6;
    border-radius: 0;
    box-shadow: 0 0 1px #f7f7f5;
    position: relative
}

.panel-style3 > .panel-heading {
    background: none;
    border-radius: 0;
    text-align: center;
    text-align: center;
}

    .panel-style3 > .panel-heading h1, .panel-style3 > .panel-heading > a > h1,
    .panel-style3 > .panel-heading h2, .panel-style3 > .panel-heading > a > h2,
    .panel-style3 > .panel-heading h3, .panel-style3 > .panel-heading > a > h3,
    .panel-style3 > .panel-heading h4, .panel-style3 > .panel-heading > a > h4,
    .panel-style3 > .panel-heading h5, .panel-style3 > .panel-heading > a > h5,
    .panel-style3 > .panel-heading h6, .panel-style3 > .panel-heading > a > h6,
    .panel-style3 > .panel-heading span:not(.glyphicon), .panel-style3 > .panel-heading > a > span:not(.glyphicon),
    .panel-style3 > .panel-heading p, .panel-style3 > .panel-heading > a > p {
        font: normal normal 22px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #595252;
        float: none !important;
    }

.panel-style3 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
}

.customMore .panel-style3 .moreTitle {
    background: url("/App_Themes/Watch-fa-IR/Images/buton.png") repeat;
    border-radius: 10px;
    bottom: 20px;
    color: #867e7e;
    display: table;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 5px 40px;
    position: absolute;
    right: 0;
    width: 155px;
    transition: all 400ms ease-in-out;
}

.customMore .panel-style3 .moreTitle:hover {
    box-shadow: 0 3px 5px #bcbcbc;
    color: #c7b299;
}

.customMore .panel-style3 > .panel-body {
    padding-bottom: 70px;
}
.customMore.customPanelImage .panel-style3 > .panel-body {
    padding-bottom: 0;
}
.customPanelImage .panel-style3 > .panel-heading {
    float: right;
}
.customPanelImage .panelImageContainer {
    float: left;
}
.customPanelImage .panel-style3  .moreTitle {
    position: static;
    margin-top: 24px;
}
.customPanelImage .panel-style3 > .panel-heading {
    margin-top: 55px;
}
/************ Start Of Panel-Style4 *************/
.panel-style4.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-style4 > .panel-heading {
    background: none;
    border-radius: 0;
    text-align: center;
}

    .panel-style4 > .panel-heading h1, .panel-style4 > .panel-heading > a > h1,
    .panel-style4 > .panel-heading h2, .panel-style4 > .panel-heading > a > h2,
    .panel-style4 > .panel-heading h3, .panel-style4 > .panel-heading > a > h3,
    .panel-style4 > .panel-heading h4, .panel-style4 > .panel-heading > a > h4,
    .panel-style4 > .panel-heading h5, .panel-style4 > .panel-heading > a > h5,
    .panel-style4 > .panel-heading h6, .panel-style4 > .panel-heading > a > h6,
    .panel-style4 > .panel-heading span:not(.glyphicon), .panel-style4 > .panel-heading > a > span:not(.glyphicon),
    .panel-style4 > .panel-heading p, .panel-style4 > .panel-heading > a > p {
        font: normal normal 34px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #c7b299;
        float: none !important;
        text-shadow: 0 2px 3px #000000;
    }

.panel-style4 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
}

/************ Start Of Panel-style5 *************/
.panel-style5.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-style5 > .panel-heading {
    background: none;
    border-radius: 0;
    padding: 0;

    
}
.panel-style5 > .panel-heading h2:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 3px;
    display: table;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #c7b299;
}

.panel-style5 > .panel-heading h2:after {
    content: "";
    position: absolute;
    width: 33%;
    height: 3px;
    display: table;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background: #c7b299;
}

    .panel-style5 > .panel-heading h1, .panel-style5 > .panel-heading > a > h1,
    .panel-style5 > .panel-heading h2, .panel-style5 > .panel-heading > a > h2,
    .panel-style5 > .panel-heading h3, .panel-style5 > .panel-heading > a > h3,
    .panel-style5 > .panel-heading h4, .panel-style5 > .panel-heading > a > h4,
    .panel-style5 > .panel-heading h5, .panel-style5 > .panel-heading > a > h5,
    .panel-style5 > .panel-heading h6, .panel-style5 > .panel-heading > a > h6,
    .panel-style5 > .panel-heading span:not(.glyphicon), .panel-style5 > .panel-heading > a > span:not(.glyphicon),
    .panel-style5 > .panel-heading p, .panel-style5 > .panel-heading > a > p {
        font: normal normal 32px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #5c615b;
        float: none !important;
        padding: 15px 50px;
        border-left: 4px solid #c7b299;
        border-right: 4px solid #c7b299;
        border-top: 3px solid #c7b299;
        border-bottom: none;
        display: table;
        margin: 0 auto;
        position: relative;
    }

.panel-style5 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
    padding-top: 30px;
}
/************ Start Of Panel-style6 *************/
.panel-style6.panel {
    background:none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
    .panel-style6 > .panel-heading h1, .panel-style6 > .panel-heading > a > h1,
    .panel-style6 > .panel-heading h2, .panel-style6 > .panel-heading > a > h2,
    .panel-style6 > .panel-heading h3, .panel-style6 > .panel-heading > a > h3,
    .panel-style6 > .panel-heading h4, .panel-style6 > .panel-heading > a > h4,
    .panel-style6 > .panel-heading h5, .panel-style6 > .panel-heading > a > h5,
    .panel-style6 > .panel-heading h6, .panel-style6 > .panel-heading > a > h6,
    .panel-style6 > .panel-heading span:not(.glyphicon), .panel-style6 > .panel-heading > a > span:not(.glyphicon),
    .panel-style6 > .panel-heading p, .panel-style6 > .panel-heading > a > p   {
    font: normal normal 22px/1.2 SDF, Tahoma;
    font-weight: bold;
    margin: 0;
    color: #d2c2b5;
    float: none !important;
        padding-top: 25px;
    }

.panel-style6 > .panel-heading {
    background: none;
    border-radius: 0;
}

.panel-style6 > .panel-heading a h2{
        color: #d2c2b5;
    transition: all 400ms ease-in-out;
}

.panel-style6 > .panel-heading a:hover h2{
        color: #fff;
    transition: all 400ms ease-in-out;
}
.panel-style6 .panelImageContainer {
    float: right;
    margin-left: 30px;
}
.panel-style6 > .panel-body {
    background:none;
    border-radius: 0;
    border:none;
}
/************ Start Of Panel-style7 *************/
.panel-style7.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-style7 > .panel-heading {
    background: none;
    border-radius: 0;
    padding: 0;

    
}
.panel-style7 > .panel-heading h2:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    display: table;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #7c7063;
    box-shadow: 0 0 2px #c5b097;
}

.panel-style7 > .panel-heading h2:after {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    display: table;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background: #7c7063;
    box-shadow: 0 0 2px #c5b097;
}

    .panel-style7 > .panel-heading h1, .panel-style7 > .panel-heading > a > h1,
    .panel-style7 > .panel-heading h2, .panel-style7 > .panel-heading > a > h2,
    .panel-style7 > .panel-heading h3, .panel-style7 > .panel-heading > a > h3,
    .panel-style7 > .panel-heading h4, .panel-style7 > .panel-heading > a > h4,
    .panel-style7 > .panel-heading h5, .panel-style7 > .panel-heading > a > h5,
    .panel-style7 > .panel-heading h6, .panel-style7 > .panel-heading > a > h6,
    .panel-style7 > .panel-heading span:not(.glyphicon), .panel-style7 > .panel-heading > a > span:not(.glyphicon),
    .panel-style7 > .panel-heading p, .panel-style7 > .panel-heading > a > p {
        font: normal normal 26px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #5c615b;
        float: none !important;
        padding: 20px 50px;
        border-left: 4px solid #7c7063;
        border-right: 4px solid #7c7063;
        border-top: 4px solid #7c7063;
        border-bottom: none;
        display: table;
        margin: 0 auto;
        position: relative;
    }

.panel-style7 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
}
/************ Start Of Panel-style8 *************/
.panel-style8.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 35px;
}

.panel-style8 > .panel-heading {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 45px;
    
}
.panel-style8 > .panel-heading h2:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 4px;
    display: table;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #a99f94;
}

.panel-style8 > .panel-heading h2:after {
    content: "";
    position: absolute;
    width: 33%;
    height: 4px;
    display: table;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background: #a99f94;
}

    .panel-style8 > .panel-heading h1, .panel-style8 > .panel-heading > a > h1,
    .panel-style8 > .panel-heading h2, .panel-style8 > .panel-heading > a > h2,
    .panel-style8 > .panel-heading h3, .panel-style8 > .panel-heading > a > h3,
    .panel-style8 > .panel-heading h4, .panel-style8 > .panel-heading > a > h4,
    .panel-style8 > .panel-heading h5, .panel-style8 > .panel-heading > a > h5,
    .panel-style8 > .panel-heading h6, .panel-style8 > .panel-heading > a > h6,
    .panel-style8 > .panel-heading span:not(.glyphicon), .panel-style8 > .panel-heading > a > span:not(.glyphicon),
    .panel-style8 > .panel-heading p, .panel-style8 > .panel-heading > a > p {
        font: normal normal 26px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #5c615b;
        float: none !important;
        padding: 20px 50px;
        border: 4px solid #a99f94;
        border-bottom: none;
        display: table;
        margin: 0 auto;
        position: relative;
    }

.panel-style8 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 20px #dbdbdb;
    padding: 20px;
}

@media (min-width: 768px) {
     .panel-style8 > .panel-body > div:first-child {
        width: 750px;
}  
}
@media (min-width: 992px) {
      .panel-style8 > .panel-body > div:first-child {
        width: 970px;
}  
}
@media (min-width: 1200px) {
        .panel-style8 > .panel-body > div:first-child {
        width: 1170px;
}
}

.panel-style8 > .panel-body > div:first-child {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/************ Start Of Panel-style9 *************/
.panel-style9.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.panel-style9 > .panel-heading {
    background: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}


.panel-style9 > .panel-heading:before {
    background:#cbbdae;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
}

.panel-style9 > .panel-heading h2:before {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    display: table;
    right: 0;
    margin: 0 auto;
    bottom: 1px;
    background: #cbbdae;
}

.panel-style9 > .panel-heading h2:after {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    display: table;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    background: #cbbdae;
}

    .panel-style9 > .panel-heading h1, .panel-style9 > .panel-heading > a > h1,
    .panel-style9 > .panel-heading h2, .panel-style9 > .panel-heading > a > h2,
    .panel-style9 > .panel-heading h3, .panel-style9 > .panel-heading > a > h3,
    .panel-style9 > .panel-heading h4, .panel-style9 > .panel-heading > a > h4,
    .panel-style9 > .panel-heading h5, .panel-style9 > .panel-heading > a > h5,
    .panel-style9 > .panel-heading h6, .panel-style9 > .panel-heading > a > h6,
    .panel-style9 > .panel-heading span:not(.glyphicon), .panel-style9 > .panel-heading > a > span:not(.glyphicon),
    .panel-style9 > .panel-heading p, .panel-style9 > .panel-heading > a > p {
        font: normal normal 22px/1.2 SDF, Tahoma;
        font-weight: bold;
        margin: 0;
        color: #5c615b;
        float: none !important;
        padding: 25px 110px;
        border-left: 2px solid #cbbdae;
        border-right: 2px solid #cbbdae;
        border-top: 2px solid #cbbdae;
        border-bottom: none;
        display: table;
        position: relative;
        background: #fff;
    }

.panel-style9 > .panel-body {
    background: none;
    border-radius: 0;
    border: none;
}
@media (min-width: 768px) {
      .containerPanel .panel-style9 {
        width: 750px;
}  
}
@media (min-width: 992px) {
      .containerPanel .panel-style9  {
        width: 970px;
}  
}
@media (min-width: 1200px) {
    .containerPanel .panel-style9  {
        width: 1170px;
}
}



.containerPanel .panel-style9  {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/************ Start Of Panel-style10 *************/
.panel-style10.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}

.panel-style10 > .panel-heading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.panel-style10 > .panel-heading a {
    display: block;
    text-align: center;
    color: #f6ede7;
    float: none !important;
    transition: all 400ms ease-in-out;
}
.panel-style10 > .panel-heading a h2 {
        transition: all 400ms ease-in-out;
}
.panel-style10 > .panel-heading a:hover h2 {
    color: #fff;
      text-shadow: 0 0 6px #000000;
}

.panel-style10 > .panel-heading .glyphicon {
    float: none !important;
    display: block;
    font-size: 22px;
    color: #a99f94;
    padding-bottom: 6px;
}

.text-center .panel-style10 > .panel-heading {
    text-align: center;
}

.panel-style10 > .panel-heading h1 , .panel-style10 > .panel-heading > a > h1,
.panel-style10 > .panel-heading h2 , .panel-style10 > .panel-heading > a > h2,
.panel-style10 > .panel-heading h3 , .panel-style10 > .panel-heading > a > h3,
.panel-style10 > .panel-heading h4 , .panel-style10 > .panel-heading > a > h4,
.panel-style10 > .panel-heading h5 , .panel-style10 > .panel-heading > a > h5,
.panel-style10 > .panel-heading h6 , .panel-style10 > .panel-heading > a > h6,
.panel-style10 > .panel-heading span:not(.glyphicon) , .panel-style10 > .panel-heading > a > span:not(.glyphicon),
.panel-style10 > .panel-heading p , .panel-style10 > .panel-heading > a > p{
    font: normal normal 22px/1.2 SDF, Tahoma;
    font-weight: bold;
    margin: 0;
    color: #f6ede7;
    float: none !important;
}

.panel-style10 > .panel-body {
    background: none;
    border-radius: 0;

}
.panel-style10 .panelImageContainer .panelImage {
    width: 100%;
    margin: 0 auto;
}
.panel-style10 .panelImageContainer {
        position: relative;
    margin: 0 auto;
}

.panel-style10 > .panelImageContainer::before {
    background: rgba(0, 0, 0, 0) url("/App_Themes/Watch-fa-IR/Images/shadow.png") repeat-x scroll center bottom;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 200px;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}


.panel-style10 > .panelImageContainer:hover::before {
    bottom: 0;
    height: 100%;
    transition: all 400ms ease-in-out 0s;
}

/************ Start Of Panel-style11 *************/
.panel-style11.panel {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.panel-style11 > .panel-heading {
    background: none;
    border-radius: 0;
    border: none;
}

.panel-style11 > .panel-heading .glyphicon {
    float: none !important;
    display: block;
    font-size: 22px;
    color: #a99f94;
    padding-bottom: 6px;
}

.text-center .panel-style11 > .panel-heading {
    text-align: center;
}

.panel-style11 > .panel-heading h1 , .panel-style11 > .panel-heading > a > h1,
.panel-style11 > .panel-heading h2 , .panel-style11 > .panel-heading > a > h2,
.panel-style11 > .panel-heading h3 , .panel-style11 > .panel-heading > a > h3,
.panel-style11 > .panel-heading h4 , .panel-style11 > .panel-heading > a > h4,
.panel-style11 > .panel-heading h5 , .panel-style11 > .panel-heading > a > h5,
.panel-style11 > .panel-heading h6 , .panel-style11 > .panel-heading > a > h6,
.panel-style11 > .panel-heading span:not(.glyphicon) , .panel-style11 > .panel-heading > a > span:not(.glyphicon),
.panel-style11 > .panel-heading p , .panel-style11 > .panel-heading > a > p{
    font: normal normal 18px/1.2 SDF, Tahoma;
    font-weight: bold;
    margin: 0;
    color: #5c615b;
    float: none !important;
}

.panel-style11 > .panel-body {
    background: none;
    border-radius: 0;
}
/********************************************/
.stickyPanelWrapper {
    z-index: 9998;
}

.sticky-panel-style1 {
    background-color: #fff;
}

.sticky-panel-style1 .sticky-panel-body {
    width: 300px;
    background: #fff;
    padding: 15px;
    max-height: 500px;
}

.sticky-panel-style1 .sticky-panel-heading {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    cursor: pointer;
    color: #fff;
    padding: 15px;
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    -ms-transform: rotate(180deg) translate3d(0, 0, 0);
    -moz-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0);
    background-color: #333;
    z-index: 500;
}

/***************************************************
20- Slider                   
***************************************************/

/************ Start Of Light Slider *************/
.sliderWrapper {
    overflow: hidden;
}

.sliderkit {
    display: none;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.sliderkit a,
.sliderkit a:hover {
    text-decoration: none;
}

.sliderkit a:focus {
    outline: 1px dotted #000;
}

.sliderkit img {
    border: 0;
}

.sliderkit .sliderkit-nav {
    z-index: 10;
    position: absolute;
    text-align: center;
}

.sliderkit .sliderkit-nav-clip {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.sliderkit .sliderkit-nav-clip ul {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sliderkit .sliderkit-nav-clip ul li {
    float: left;
}

.sliderkit .sliderkit-nav-clip ul li a {
    display: block;
    overflow: hidden;
}

.sliderkit .sliderkit-btn {
    z-index: 10;
}

.sliderkit .sliderkit-panel {
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.sliderkit .sliderkit-panel-active {
    z-index: 5;
}

.sliderkit .sliderkit-panel-old {
    z-index: 4;
}

.sliderkit .sliderkit-panel .sliderkit-panel-textbox {
    position: absolute;
    z-index: 1;
}

.sliderkit .sliderkit-panel .sliderkit-panel-text {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.sliderkit .sliderkit-panel .sliderkit-panel-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.sliderkit .sliderkit-count {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 5px;
    color: #fff;
    background: #000;
}

.sliderkit .sliderkit-timer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 3px;
    background: #ccc;
}
/************ Vertical And Horizontal *************/
.slider-vertical {
    margin: 0 auto;
}

.slider-vertical .sliderkit-nav {
}

.slider-vertical .sliderkit-nav-clip li {
    width: 100%;
}

    .slider-vertical .sliderkit-nav-clip li.sliderkit-selected {
        background: url("/App_Themes/Watch-fa-IR/Images/Slider-Arrow.png") no-repeat left;
    }

.slider-vertical .sliderkit-nav-clip li a {
    background: rgb(0, 102, 141);
    text-align: right;
    color: rgb(255, 255, 255);
    text-decoration: none;
    overflow: hidden;
}

.slider-vertical .sliderkit-nav-clip li a:hover {
    color: rgb(255, 255, 255);
}

.slider-vertical .sliderkit-nav-clip li a:focus {
    color: rgb(255, 255, 255);
}

.slider-vertical .sliderkit-panels {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.slider-vertical .sliderkit-panel {
    padding: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
}

.slider-vertical .sliderkit-news h3 {
    color: rgb(0, 0, 0);
    margin: 0 0 15px;
    font-weight: bold;
}

.slider-vertical .sliderkit-news h3 a {
    color: rgb(0, 0, 0);
    font: bold 1.0em/1.6em SDF;
}

.slider-vertical .sliderkit-news img {
    margin: 0 0 0 10px;
    float: left;
}

.slider-vertical .sliderkit-news p {
    margin: 0;
}

.slider-vertical .sliderkit-news-readmore {
    left: 10px;
    bottom: 10px;
    position: absolute;
}

.slider-horizontal {
}

/************ Nav *************/
.slider-horizontal .sliderkit-nav {
    position: absolute;
    bottom: 0;
}

.slider-horizontal .sliderkit-nav-clip li {
    float: left;
    margin: 0;
}

.slider-horizontal .sliderkit-nav-clip li.sliderkit-selected {
    position: relative;
}

.slider-horizontal .sliderkit-nav-clip li.sliderkit-selected:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #adb0b3 transparent;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -3px;
}

.slider-horizontal .sliderkit-nav-clip li a {
    margin: 0;
    text-align: right;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #cacdd1;
    background: #adb0b3;
}

.slider-horizontal .sliderkit-nav-clip li a:hover,
.slider-horizontal .sliderkit-nav-clip li a:focus {
    color: #fff;
}

/************ Panel *************/
.slider-horizontal .sliderkit-panels {
    position: absolute;
    left: 0;
    overflow: hidden;
}

.slider-horizontal .sliderkit-panel {
    left: 0;
    top: 0;
    background: #fff;
}

/************ News Block *************/
.slider-horizontal .sliderkit-news h3,
.slider-horizontal .sliderkit-news h3 a {
    color: #000;
    font-weight: bold;
    font: bold 1.0em/1.6em SDF;
}

.slider-horizontal .sliderkit-news h3 {
    font-size: 1.2em;
    margin: 0 0 15px;
}

.slider-horizontal .sliderkit-news img {
    float: right;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.slider-horizontal .sliderkit-news p {
    margin: 0;
}

.slider-horizontal .sliderkit-news-readmore {
    left: 10px;
    bottom: 10px;
    position: absolute;
}

.slider-horizontal-text {
}

/************ Nav *************/
.slider-horizontal-text .sliderkit-nav {
    position: absolute;
    bottom: 0;
}

.slider-horizontal-text .sliderkit-nav-clip li {
    float: left;
    margin: 0;
}

.slider-horizontal-text .sliderkit-nav-clip li.sliderkit-selected {
}

.slider-horizontal-text .sliderkit-nav-clip li a {
    margin: 0;
    text-align: right;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    background: #d3d3d3;
}

.slider-horizontal-text .sliderkit-nav-clip li a:hover,
.slider-horizontal-text .sliderkit-nav-clip li a:focus {
    color: #fff;
}

/************ Panel *************/
.slider-horizontal-text .sliderkit-panels {
    position: absolute;
    left: 0;
    overflow: hidden;
}

.slider-horizontal-text .sliderkit-panel {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #eff2f3 0,#ccd1d3 100%);
}

/************ News Block *************/
.slider-horizontal-text .sliderkit-news h3,
.slider-horizontal-text .sliderkit-news h3 a {
    color: #000;
    font: bold 1em/1.6em SDF;
    padding-top: 5px;
}

.slider-horizontal-text .sliderkit-news h3 {
    font-size: 1.2em;
    margin: 0 0 15px;
}

.slider-horizontal-text .sliderkit-news img {
    float: right;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.slider-horizontal-text .sliderkit-news p {
    margin: 0;
}

.slider-horizontal-text .sliderkit-news-readmore {
    left: 10px;
    bottom: 10px;
    position: absolute;
}

/************ Light Slider Pager *************/
.sliderkitSeparator {
    border: none;
    border-bottom: 1px solid #eaedee;
    height: 1px;
    background-color: #bcc2c3;
}

.sliderkitControlBar {
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    width: 72px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.sliderkitControlBar .controlButton {
    display: inline-block;
    cursor: pointer;
    float: right;
}

    .sliderkitControlBar .controlNext {
        background-image: url("/App_Themes/Watch-fa-IR/Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 0 0;
    }

    .sliderkitControlBar .controlPrevious {
        background-image: url("/App_Themes/Watch-fa-IR/Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 24px 0;
    }

    .sliderkitControlBar .controlStop {
        background-image: url("/App_Themes/Watch-fa-IR/Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 48px 0;
    }

    .sliderkitControlBar .controlPlay {
        background-image: url("/App_Themes/Watch-fa-IR/Images/NavigationButtons.png");
        width: 24px;
        height: 15px;
        background-position: 72px 0;
    }

.lightRotatorComplex {
}

.lightRotatorComplex .panelTextAndPager {
    vertical-align: top;
    background: linear-gradient(to bottom, #eff2f3 0,#ccd1d3 100%);
    border: 1px solid #c7cbcd;
}

.lightRotatorComplex .panelNavigatorAndImages {
    vertical-align: top;
}

.lightRotatorComplex .sliderkitPagingInformation {
    padding-right: 5px;
}

/************ Start Of Pager Wrapper *************/
.pagerWrapper {
    border: 1px solid #b7c8da;
    background: rgb(236,240,246);
    background: linear-gradient(to bottom, rgba(236,240,246,1) 0,rgba(183,200,218,1) 100%);
    box-shadow: inset 0 0 1px #f7f9fb;
    padding: 1px;
    border-radius: 3px;
    font-size: .9em;
    margin-top: 10px;
    clear: both;
}

.pagerWrapper:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.pagerWrapper .sectionLeft {
    float: left;
    width: 95px;
    text-align: left;
}

.pagerWrapper .sectionLeft select {
    width: 35px !important;
    height: 20px !important;
    padding: 0;
    font-size: .9em;
}

.pagerWrapper .sectionLeft span {
    font-size: .9em;
}

.pagerWrapper .sectionRight input[class="button"] {
    width: 28px !important;
    height: 20px !important;
    padding: 0;
    font-size: .9em;
}

.pagerWrapper .sectionRight input[type="text"] {
    width: 20px !important;
    height: 18px !important;
    padding: 0;
    font-size: .9em;
}

.pagerWrapper .sectionRight {
    float: right;
    width: 55px;
    text-align: right;
}

.pagerWrapper .sectionMiddle {
    margin: 0 55px 0 95px;
    text-align: center;
}

.pagerWrapper .sectionMiddle.noLeft {
    margin: 0 55px 0 0;
}

.pagerWrapper .sectionMiddle.noRight {
    margin: 0 0 0 95px;
}

.pagerWrapper .sectionMiddle.noLeft.noRight {
    margin: 0;
}

.pagerWrapper .page {
    display: inline-block;
    padding: 3px;
    margin: 7px 1px;
    border: 1px #768399 solid;
    border-radius: 3px;
    vertical-align: initial;
    text-align: center;
    line-height: 10px;
    color: #5c6b89;
    font-size: 1.1em;
    white-space: nowrap;
}

.pagerWrapper .page:hover {
    background: rgb(165,177,199);
    background: linear-gradient(to bottom, rgba(165,177,199,1) 0,rgba(118,131,153,1) 100%);
    color: #fff;
}

.pagerWrapper .page.selected {
    width: auto;
    border: none;
}

.pagerWrapper .page.selected:hover {
    background: none;
    color: #5c6b89;
}

.pagerWrapper .nextPage,
.pagerWrapper .previousPage {
    width: auto;
    background: rgb(165,177,199);
    background: linear-gradient(to bottom, rgba(165,177,199,1) 0,rgba(118,131,153,1) 100%);
    color: #fff;
    padding: 4px 3px 7px;
}

.pagerWrapper .nextPage:hover,
.pagerWrapper .previousPage:hover {
    width: auto;
    background: none;
    color: #7988a7;
}
/************ End Of Pager Wrapper *************/

/************ Start Of accordion Slider *************/
.accordion-caret .accordion-toggle:after,
.accordion-caret .accordion-switch:before {
    content: '';
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    margin-right: 5px;
    vertical-align: -1px;
}

.accordion-caret .accordion-toggle:after {
    float: left;
}

.accordion-caret .accordion-toggle:not(.collapsed):after {
    content: "\E857";
    margin-left: 0;
}

.accordion-caret .accordion-toggle.collapsed:after {
    content: "\E812";
    margin-left: 5px;
}

.accordion-caret .accordion-switch:not(.collapsed):before {
    content: "\E806";
    margin-left: 5px;
}

.accordion-caret .accordion-switch.collapsed:before {
    content: "\E805";
    margin-left: 5px;
}

/************ End Of accordion Slider *************/

/***************************************************
21- Basic Style                   
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
**************************************************/
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/************ Painting and performance;
* Browsers can paint handles in their own layer. *************/
.noUi-base {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/************ Slider size and handle placement *************/
.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

/************ Styling *************/
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

.rangeSliderWrapper .valueUpper, .rangeSliderWrapper .valueLower {
    display: block;
    padding-top: 10px;
}

.rangeSliderWrapper .noUi-connect {
    background: #80C9F5;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
}

/************ Handles And Cursors *************/
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/************ Handle Strips *************/
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/************ Disabled Style *************/
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}
/***************************************************
24- Effect                   
***************************************************/
.effectParent {
    overflow: hidden;
}
/************ initially hide animatable objects *************/
.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}

/************ show objects being animated *************/
.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

/************ CSS Animations *************/

/************ Start Of Bounce *************/
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.Bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
/************ End Of Bounce *************/

/************ Start Of Flash *************/
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.Flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
/************ End Of Flash *************/

/************ Start Of Pulse *************/
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.Pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/************ End Of Pulse *************/

/************ Start Of RubberBand *************/
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.RubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
/************ End Of RubberBand *************/

/************ Start Of Shake *************/
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.Shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
/************ End Of Shake *************/

/************ Start Of Swing *************/
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.Swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
/************ End Of Swing *************/

/************ Start Of Tada *************/
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.Tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
/************ End Of Tada *************/

/************ Start Of Wobble *************/
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.Wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
/************ End Of Wobble *************/

/************ Start Of Jello *************/
@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.Jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
/************ End Of Jello *************/

/************ Start Of BounceIn *************/
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.BounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
/************ End Of BounceIn *************/

/************ Start Of BounceInDown *************/
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.BounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
/************ End Of BounceInDown *************/

/************ Start Of BounceInLeft *************/
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.BounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
/************ End Of BounceInLeft *************/

/************ Start Of BounceInRight *************/
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.BounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
/************ End Of BounceInRight *************/

/************ Start Of BounceInUp *************/
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.BounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
/************ End Of BounceInUp *************/

/************ Start Of FadeIn *************/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.FadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/************ End Of FadeIn *************/

/************ Start Of FadeInDown *************/
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/************ End Of FadeInDown *************/

/************ Start Of FadeInDownBig *************/
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
/************ End Of FadeInDownBig *************/

/************ Start Of FadeInLeft *************/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/************ End Of FadeInLeft *************/

/************ Start Of FadeInLeftBig *************/
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
/************ End Of FadeInLeftBig *************/

/************ Start Of FadeInRight *************/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/************ End Of FadeInRight *************/

/************ Start Of FadeInRightBig *************/
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
/************ End Of FadeInRightBig *************/

/************ Start Of FadeInUp *************/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/************ End Of FadeInUp *************/

/************ Start Of FadeInUpBig *************/
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
/************ End Of FadeInUpBig *************/

/************ Start Of Flip *************/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.Flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
/************ End Of Flip *************/

/************ Start Of FlipInX *************/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.FlipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
/************ End Of FlipInX *************/

/************ Start Of FlipInY *************/
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.FlipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
/************ End Of FlipInY *************/

/************ Start Of FlipOutX *************/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.FlipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
/************ End Of FlipOutX *************/

/************ Start Of FlipOutY *************/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.FlipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
/************ End Of FlipOutY *************/

/************ Start Of LightSpeedIn *************/
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.LightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
/************ End Of LightSpeedIn *************/

/************ Start Of LightSpeedOut *************/
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.LightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/************ End Of LightSpeedOut *************/

/************ Start Of RotateIn *************/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.RotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
/************ End Of RotateIn *************/

/************ Start Of RotateInDownLeft *************/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.RotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
/************ End Of RotateInDownLeft *************/

/************ Start Of RotateInDownRight *************/
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.RotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
/************ End Of RotateInDownRight *************/

/************ Start Of RotateInUpLeft *************/
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.RotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
/************ End Of RotateInUpLeft *************/

/************ Start Of RotateInUpRight *************/
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.RotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
/************ End Of RotateInUpRight *************/

/************ Start Of Hinge *************/
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.Hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
/************ End Of Hinge *************/

/************ Start Of RollIn *************/
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.RollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
/************ End Of RollIn *************/

/************ Start Of RollOut *************/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.RollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/************ End Of RollOut *************/

/************ Start Of ZoomIn *************/
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.ZoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/************ End Of ZoomIn *************/

/************ Start Of ZoomInDown *************/
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.ZoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
/************ End Of ZoomInDown *************/

/************ Start Of ZoomInLeft *************/
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.ZoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

/************ End Of ZoomInLeft *************/

/************ Start Of ZoomInRight *************/
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.ZoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
/************ End Of ZoomInRight *************/

/************ Start Of ZoomInUp *************/
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.ZoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

/************ End Of ZoomInUp *************/

/************ Start Of SlideDown *************/
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.SlideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
/************ End Of SlideDown *************/

/************ Start Of SlideInLeft *************/
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.SlideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
/************ End Of SlideInLeft *************/

/************ Start Of SlideInRight *************/
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.SlideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/************ End Of SlideInRight *************/

/************ Start Of SlideInUp *************/
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.SlideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
/************ End Of SlideInUp *************/
/************ Start Of Parallax *************/
.parallax {
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/************ End Of Parallax *************/
/***************************************************
25- Video Player                   
***************************************************/

/************ End Of Video Player *************/
/***************************************************
26- Mega Menu                   
***************************************************/
.fixedMenu {
    top: 0 !important;
    position: fixed;
    z-index: 9999999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #AFAFAF;
}

.menuToggle .megaMenuToggleIcon {
    width: 26px;
    height: 16px;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    float: left;
    background: none;
}

.menuToggle .megaMenuToggleIcon span {
    width: 100%;
    height: 4px;
    margin: 2px 0;
    display: block;
    position: relative;
    background: #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.menuToggle.closeStatus .megaMenuToggleIcon span:nth-child(1) {
    top: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuToggle.closeStatus .megaMenuToggleIcon span:nth-child(2) {
    opacity: 0;
}

.menuToggle.closeStatus .megaMenuToggleIcon span:nth-child(3) {
    top: -6px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/****************** (((IN RTL VERSION))) Direction Changed To RTL ******************/

/* Main Menu */
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

#container {
    clear: both;
    margin: 30px auto;
}

#menuMega {
}

/* ---------------------------------- HORIZONTAL STYLE ---------------------------------- */
.menu3dmega {
}

.menu3dmega ul {
    margin: 0;
    padding: 0;
}

.menu3dmega li .dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.menu3dmega ul li {
    list-style: none;
}

.menu3dmega li > a:hover {
}

.menu3dmega a, .menu3dmega a:visited {
    outline: 0 none;
}

.menu3dmega {
    position: relative;
}

.menu3dmega:after {
    clear: both;
    content: "";
    display: block;
}

.menu3dmega > ul > li {
    /****************** (((IN RTL VERSION))) Float Changed To Right ******************/
    float: right;
    display: inline-block;
    position: relative;
    /****************** (((IN RTL VERSION))) Text align changed to right ******************/
    text-align: right;
    line-height: 24px;
    border-bottom: 1px solid #eaedf2;
}

.menu3dmega > ul > li.last {
    border-right: none !important;
}

.menu3dmega > ul > li.first {
    border-left: none !important;
}

/*AUTO WIDTH COL*/
.menu3dmega > ul > li.full-width {
    position: static;
}

.menu3dmega .full-width .dropdown-menu {
    left: -1px;
    width: 100%;
}


/*FIX WIDTH COL*/

.menu3dmega > ul > li > a, .menu3dmega > ul > li > span {
    padding: 30px 30px;
    outline: 0;
    color: #000;
    display: block;
    font-family: SDF;
    font-size: 15px;
    border-radius: 0;
    font-weight: bold;
    margin-bottom: 1px;

}

.menu3dmega > ul > li > a, .menu3dmega > ul > li:hover span {
    background: none;
}

.menu3dmega > ul > li > span a {
    color: #394261;
}

.menu3dmega > ul > li .icon-menu {
    /****************** (((IN RTL VERSION))) Float Changed To Right ******************/
    float: right;
    height: 16px;
    margin-right: 7px;
}

.menu3dmega > ul > li:hover > .arrow-icon-bottom:after,
.menu3dmega > ul > li:hover > a,
.menu3dmega > ul > li:hover > a:after,
.menu3dmega > ul > li:hover > .arrow-icon-bottom {
    /*border-color: #fff transparent transparent;*/
    color: #000;
}

.menu3dmega > ul > li > .arrow-icon, .menu3dmega > ul > li > .arrow-icon-bottom {
    /********* (((IN RTL VERSION))) Padding Right Changed To Padding Right *********/
    padding-left: 25px;
    cursor: pointer;
    position: relative;
}

.menu3dmega > ul > li p a {
    text-decoration: none;
}

.menu3dmega > ul li > a {
    background: none;
    color: #394261;
    display: block;
    text-decoration: none;
    font-family: SDF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1px;
    position: relative;
}

 .menu3dmega > ul  li:hover a span {
     background: none;
 }

.effectMenu .menu3dmega > ul li > a:before {
    content: "[";
    margin-left: 10px;
    transform: translateX(20px);
    color: #fff;
}

.effectMenu .menu3dmega > ul li > a:before, .menu3dmega > ul li > a:after {
    display: inline-block;
    opacity: 1;
    color: red !important;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.effectMenu .menu3dmega > ul li > a:after {
    content: "]";
    margin-right: 10px;
    transform: translateX(-20px);
}

.menu3dmega > ul li > a:hover:before,
.menu3dmega > ul li > a:hover:after,
.menu3dmega > ul li > a:focus:before,
.menu3dmega > ul li > a:focus:after,
.menu3dmega.skin-gray > ul > li:hover a:before,
.menu3dmega.skin-gray > ul > li:hover a:after {
    /*opacity: 1;
    transform: translateX(0px);*/
}

.menu3dmega > ul li > a.has-submenu {
    position: relative;
}

.menu3dmega > ul li > a.has-submenu:before {
    width: 0;
    height: 0;
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    position: absolute;
    content: "\E81D";
    left: 17px;
    top: 50%;
    margin-top: -12px;
}

.menu3dmega > ul li.current {
    border-radius: 0 !important;
    background: #998675 !important;
    background: rgba(153,134,117,0.5) !important;
    border-bottom: 1px solid transparent;
    color: #ffffff !important;
}
.menu3dmega > ul li li.current {
    border-bottom: none !important;
}
.menu3dmega > ul li.current a {
    background: none;
}

.menu3dmega > ul li {
    transition: all .3s;
}

.menu3dmega > ul li:hover {
    border-radius: 0 !important;
    background: #998675 !important;
    background: rgba(153,134,117,0.5) !important;
    border-bottom: 1px solid transparent;
    color: #ffffff !important;
}
.menu3dmega > ul li li:hover {
    background: rgba(237,236,235,0.7) !important;
        border-bottom: none !important;
}
.menu3dmega > ul li:hover a {
    background: none;
    color: #000 !important;
}
.menu3dmega > ul li li:hover > a {
    color: #8a6b4f !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: transparent !important;
    background-image: none !important;
    color: #8a6b4f;
}

.menu3dmega > ul > li > .dropdown-menu {
    right: auto;
}

.menu3dmega li .dropdown-menu {
    position: absolute;
    /****************** (((IN RTL VERSION))) Text align changed to right ******************/
    text-align: right;
    white-space: nowrap;
    display: none;
    margin: 0;
    box-shadow: none;
}

.menu3dmega .dropdown-menu > ul > li > a {
    color: #000;
    display: inline-block;
    line-height: 20px;
    padding: 12px 20px;
    white-space: nowrap;
}

.menu3dmega .dropdown-menu [class*="col-lg"]:first-child {
    margin-left: 0;
}

.menu3dmega .grid-demo [class*="col-lg"] {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border: 1px solid #ccc;
}

.menu3dmega li .sub {
    display: none;
    position: absolute;
    top: 0px;
    right: 100%;
    z-index: 20;
}

.menu3dmega span.arrow-icon:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    /*********** (((IN RTL VERSION)))Right Changed To Left ****************/
    left: 16px;
    top: 44%;
    height: 0;
    width: 0;
    border-style: solid;
    /***** (((IN RTL VERSION))) From (4px 0 4px 4px) Changed To This *******/
    border-width: 4px 4px 4px 0;
    /******  (((IN RTL VERSION))) From This (transparent transparent transparent #bbb) Changed To This ********/
    border-color: transparent #333 transparent transparent;
}

.menu3dmega span.arrow-icon-bottom:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    /******* (((IN RTL VERSION))) Right Changed To Left*******/
    left: 8px;
    height: 0;
    top: 46%;
    width: 0;
    border-style: solid dashed dashed dashed;
    border-width: 4px 4px 0 4px;
    border-color: #333 transparent transparent transparent;
}

/*MENU TOGGLE*/
.menuToggle {
    background: #83664B;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 13px;
    padding: 12px 15px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}

.menuToggle .megaMenuToggle-icon {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.7);
    display: inline-block;
    float: left;
    height: 2px;
    margin-top: 12px;
    position: relative;
    text-align: right;
    width: 16px;
}

.menu-toggle {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.7);
    display: inline-block;
    float: left;
    height: 2px;
    margin-top: 12px;
    position: relative;
    text-align: left;
    width: 16px;
}

.menuToggle .megaMenuToggle-icon:before {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.8);
    content: "";
    height: 2px;
    position: absolute;
    top: -4px;
    width: 16px;
    transition: all .4s;
}

.menuToggle .megaMenuToggle-icon:after {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.9);
    content: "";
    height: 2px;
    position: absolute;
    top: -8px;
    width: 16px;
    transition: all .4s;
}



.menu3dmega p {
    line-height: 18px;
    margin: 0 0 22px 0;
    white-space: normal;
    clear: both;
    text-align: justify;
}

.menu3dmega li .blackbox {
    background-color: #333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    box-shadow: inset 0 0 3px #000000;
}

.menu3dmega li .blue {
    background-color: #444;
    box-shadow: 0px 4px 12px #000 inset;
    -webkit-box-shadow: 0px 4px 12px #000 inset;
    -moz-box-shadow: 0px 4px 12px #000 inset;
    padding: 7px 10px;
    text-shadow: 1px 1px 1px #000000;
}

.menu3dmega .blue li a {
    color: #FFFFFF !important;
    text-shadow: 0 1px 0 #000 !important;
}

.menu3dmega li ul {
    list-style: none;
    margin: 0;
}




.menu3dmega li ul li {
    font-size: 12px;
    position: relative;
    margin: 0;
    float: none;
    /****************** (((IN RTL VERSION))) Text align changed to right ******************/
    text-align: right;
}

.menu3dmega li .grisbox li {
    background: #F4F4F4;
    border: 1px solid #bbbbbb;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 116px;
    -moz-border-radius: 5px 5px 2px 2px;
    -webkit-border-radius: 5px 5px 2px 2px;
    -khtml-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}


/* SEARCH */
.menu3dmega .wp-non-dropdown {
    padding: 5px 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.menu3dmega .wp-non-dropdown:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.menu3dmega .search-form .input-group-btn {
    width: auto;
}

@-moz-document url-prefix() {
    .wp-non-dropdown .btn {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* CONTACT */
.menu3dmega .contact-form span {
    display: block;
    color: #888;
}


.menu3dmega .contact-form li {
    margin-bottom: 2px !important;
}

.menu3dmega .imgclass {
    /****************** (((IN RTL VERSION))) Float Changed To Right ******************/
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777777;
    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.menu3dmega .text {
    width: 230px;
    display: block;
}



.menu3dmega .menu-title {
    color: #333333;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    padding-bottom: 3px;
}

.menu3dmega .desc {
    font-style: italic;
    color: #999;
    font-size: 10px;
    display: block;
    font-weight: normal;
}

.menu3dmega .separator {
    clear: both;
    margin: 0px 0 10px 0;
    height: 1px;
    display: block;
    border-bottom: 1px solid #eee;
}


.menu3dmega .separator:before, .separator:after {
    content: "";
    display: table;
    line-height: 0;
}

.menu3dmega .content {
    padding: 20px;
}

.menu3dmega .content:after {
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}

.menu3dmega .separate {
    border-bottom: 1px solid #ccc;
}

.menu3dmega .clearfix > .menu-title {
    margin: 10px 20px;
}

.menu3dmega .left {
    float: left;
}

.menu3dmega .right {
    float: right !important;
}

.menu3dmega div[class*="animate-"] {
    display: none;
    position: absolute;
}

.menu3dmega > ul > li.right {
    border-left: none !important;
    border-right: none !important;
}


/* ======= RESPONSIVE ======= */
@media(max-width: 767px) {
    .menu3dmega li .sub {
        right: 0 !important;
    }
    .menu3dmega > ul li > a {
        display: block !important;
    }
    .menu3dmega > ul li > a.has-submenu:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #000333 transparent transparent transparent;
        position: absolute;
        content: "";
        left: 10px;
        top: 50%;
        margin-top: -4px;
    }

    .menu3dmega > ul ul li > a.has-submenu:before {
        border-color: #fff transparent transparent transparent;
    }

    .menu3dmega > ul li > a.has-submenu:hover:before {
        border-color: #526dd0 transparent transparent transparent;
    }
}

/* TABLET*/
@media (min-width:480px) and (max-width:767px) {
    .menu3dmega.responsive > ul > li,
    .menu3dmega.responsive li.menu-non-dropdown {
        width: 50%;
    }

    .menu3dmega.responsive .wp-non-dropdown {
        width: auto;
    }

    .menu3dmega.responsive > ul > li > div {
        width: 100%;
        left: 0;
    }
}


/* MOBILE*/
@media (max-width: 480px) {
    .menu3dmega.responsive > ul > li,
    .menu3dmega.responsive li.menu-non-dropdown {
        width: 100%;
    }

    .menu3dmega.responsive > ul > li > .arrow-icon-bottom:after {
        left: 5%;
    }
}



/* SCREEN */
@media (min-width: 768px) {
    .menu3dmega.responsive .menuToggle {
        display: none;
    }

    .menu3dmega.responsive {
        display: block;
    }

    .menu3dmega.responsive > ul {
        display: block !important;
    }
}

/* MOBILE & TABLET*/
@media (max-width: 767px) {
    .menu3dmega.responsive {
        border: none !important;
    }

    .menu3dmega.responsive .menuToggle {
        display: block;
    }

    .menu3dmega.responsive > ul {
        display: none;
    }

    .menu3dmega.responsive .contact-form input[type=text],
    .menu3dmega.responsive .contact-form textarea {
        width: 98%;
    }

    .menu3dmega.responsive > ul > li > a,
    .menu3dmega.responsive > ul > li > .arrow-icon,
    .menu3dmega.responsive > ul > li > .arrow-icon-bottom {
        position: relative;
    }

    .menu3dmega.responsive li > .arrow-icon:after {
        background: none repeat scroll 0 0 transparent;
        border-color: #bbb transparent transparent;
        border-style: solid dashed dashed;
        border-width: 4px 4px 0;
        content: "";
        display: inline-block;
        font-size: 0;
        margin-top: -1px;
        padding-top: 1px;
        position: absolute;
        /*********** Right Changed To Left**********/
        left: 5%;
        top: 50%;
    }

    .menu3dmega.responsive > ul > li {
        border-left: none !important;
        border-right: none !important;
    }

    .menu3dmega.responsive li .dropdown-menu {
        width: 100%;
        left: 0;
        top: auto;
        border-left: none !important;
        border-right: none !important;
    }
}

/* ---------------------------------- VERTICAL STYLE ONLY SCREEN---------------------------------- */

@media (min-width: 768px) {
    .menu3dmega.vertical {
        width: 100%;
        /****************** (((IN RTL VERSION))) Float Changed To Right ******************/
        float: right;
    }

    .menu3dmega.vertical .dropdown-menu.flyout-menu {
        width: auto;
    }

    .menu3dmega.vertical .dropdown-menu {
        /*width:800px;*/
        max-width: 800px;
        top: 0;
        right: 100% !important;
    }

    .menu3dmega.vertical > ul > li {
        position: relative;
    }

    .menu3dmega.vertical span.arrow-icon-bottom:after {
        border-style: solid;
        /*********** (((IN RTL VERSION))) From (4px 0px 4px 4px) Converted To this************/
        border-width: 4px 4px 4px 0;
        /************* From ( border-color:transparent transparent transparent #fff) Converted To This******/
        border-color: transparent #333 transparent transparent;
    }

    .menu3dmega.vertical li:hover span.arrow-icon-bottom:after {
        border-style: solid;
        /*********** (((IN RTL VERSION))) From (4px 0px 4px 4px) Converted To this************/
        border-width: 4px 4px 4px 0;
        /************* (((IN RTL VERSION))) From ( border-color:transparent transparent transparent #fff) Converted To This******/
        border-color: transparent #fff transparent transparent;
    }


    .menu3dmega.vertical > ul > li {
        border-left: none !important;
        border-right: none !important;
    }
}

/************ Start Of Gray Skin *************/
.menu3dmega.skin-gray {
    border: none;
}

.menu3dmega.skin-gray.vertical {
    border: none;
}

.menu3dmega.skin-gray > ul > li {
    position: relative;
}

.menu3dmega.skin-gray ul li:hover > .dropdown-menu {
    display: block;
}

.menu3dmega.skin-gray.vertical > ul > li {
}

.menu3dmega.skin-gray > ul > li:hover, .menu3dmega.skin-gray > ul > li.current {
}

.menu3dmega > ul li.current .arrow-icon-bottom {

}

.menu3dmega.skin-gray > ul > li.no-link:hover {
    background-color: transparent;
}

.menu3dmega.skin-gray .dropdown-menu {
}

.menu3dmega.skin-gray a:hover {
    color: #526dd0;
}

.menu3dmega.skin-gray .menu-search input[type="text"] {
    border: 1px solid #394352;
}

.mainMenu .dropdown-menu {
    padding: 0px !important;
    border: none;
}
/************ End Of Mega Menu *************/

/***************************************************
27- Helper Classes                   
***************************************************/
.noRowMargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.noInnerRowMargin .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.rowMargin {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.ultraSamllPadding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.extraSamllPadding {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mediumPadding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.largePadding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.extraLargePadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.rcRefreshImage, a.rcRefreshImage {
    /*background: rgba(0, 0, 0, 0) url("Captcha/Refresh.png") no-repeat scroll center center;*/
    background-image: url('Telerik/SAMPA/Captcha/Refresh.png');
    display: inline-block !important;
    height: 18px;
    margin-right: 3px;
    width: 14px;
}

.table-hover > tbody > tr:not(.gridHeader):not(.pagerCustomGrid):hover {
    background: #4fc0ea !important;
}

.table-hover > tbody > tr.innerGridWrapper:hover {
    background: #eeeeee !important;
}

/********************************Gray Skin**************************************/
.graySkin.table-striped > tbody > tr:nth-child(2n+1),
.graySkin.table-striped > tbody > tr:hover {
    background: #dfdfdf none repeat scroll 0 0;
}
.graySkin.gridHeader {
    background-color: #dfdfdf !important;
}

/*******************************************************************************/

@media screen and (max-width: 768px) {
    .table-responsive {
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .table-responsive table {
        width: auto !important;
        max-width: initial !important;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    }

    .offCanvasInResponsive {
        position: fixed;
        max-width: 320px;
        width: 90%;
        background: #fff;
        top: 40px;
        bottom: 0;
        right: -320px;
        overflow: auto;
        padding: 15px;
        z-index: 8040;
        box-shadow: 0 0 5px #000;
    }

    .offCanvasInResponsive .menu3dmega.responsive > ul {
        display: block !important;
    }

    .offCanvasInResponsive .menu3dmega.responsive > ul > li,
    .offCanvasInResponsive .menu3dmega.responsive li.menu-non-dropdown {
        width: 100%;
    }

    .offCanvasMenuToggle {
        z-index: 8041;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        box-shadow: 0 0 5px #000;
    }

    .offCanvasMenuToggle .megaMenuToggleIcon {
        float: right;
        margin-left: 15px !important;
    }
}

/***************************************************
28- Push Menu                   
***************************************************/
.mainContent {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    transition: left 375ms ease-in-out 0ms;
    z-index: 10;
}

.pushMenuOpen {
    overflow: hidden;
}

.pushMenuOpen .mainContent {
    left: -21em !important;
    position: relative;
    top: 0;
    transition-duration: 750ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14);
}


.pushMenuLinksWrap {
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 750ms, 375ms, 0ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, linear;
    visibility: visible;
    width: 15em;
}

.pushMenuLinksWrap > li {
    border-bottom: medium none;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 0.8em;
    line-height: 1.25em;
    margin: 0.625em 0;
    overflow: hidden;
    padding: 0.9375em;
    position: relative;
    right: -5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, right 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
    white-space: nowrap;
    width: 95%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    min-height: 45px;
}

.pushMenuLinksWrap > li > span {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font: bold 16px SDF;
    display: block;
    width: 95%;
    height: 100%;
    transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, right 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
}

.pushMenuOpen .pushMenuLinksWrap > li {
    background-color: #000;
}

.pushMenuLinksWrap li:hover {
    width: 100%;
    right: 0;
}

.pushMenuLinksWrap li:hover span {
    color: rgba(255,255,255,1);
}

.mainPages li {
    border-bottom: medium none;
    color: #fff;
    display: block;
    font-size: 0.8em;
    line-height: 1.25em;
    margin: 0.625em 0;
    overflow: hidden;
    padding: 0.9375em;
    position: relative;
    right: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: width 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, right 250ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 0s, background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
    white-space: nowrap;
    width: 95%;
    z-index: 0;
    background: #005eb8;
}

.mainPages {
    padding-left: 3em;
    width: 10em;
}

.mainPages li:hover {
    width: 100%;
}

.pushMenuTabPanel {
    width: 28em;
    background: rgba(0, 0, 0, 1);
    right: -28em;
    position: relative;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -moz-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -o-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    visibility: hidden;
    color: #fff0f5;
    z-index: 510;
    backface-visibility: hidden;
}

.pushMenuOpen .pushMenuTabPanel {
    /*right: -1em;*/
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    visibility: visible;
    border-left: 1px solid #fff;
    overflow-y: scroll;
    direction: ltr;
}

.panel-pushmenu .panel-heading a, .panel-pushmenu-nochild a {
    color: #fff;
    font-weight: bold;
}

.panel-pushmenu .panel-body li a {
    color: #b4b2ad;
}

.pushMenuOpen {
    right: 0;
}

.pushMenuLinksWrap {
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 3em;
    z-index: 300;
    z-index: 500;
    /*transition: width 0ms ease-in-out 0ms, right 0ms ease-in-out 0ms, visibility 0ms linear 0ms;
        transition-delay: 0ms, 0ms, 375ms;
    transition-duration: 375ms, 375ms, 0ms;
       transition-duration: 375ms, 375ms, 0ms;
    transition-timing-function: ease-in-out, ease-in-out, linear;
      transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 750ms, 375ms, 0ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, linear;*/
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -moz-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -o-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
}

.pushMenuOpen .pushMenuLinksWrap {
    /*transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 625ms, 750ms, 0ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;*/
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
}


.pushMenuSetActive {
    right: 27em;
}

.tabPanelSetActive {
}

.pushMenuLinksWrap {
    padding-right: 0;
}

.force::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


/*-- masking the page after opening navigation --*/
.pushMenuOverlay {
    background-color: rgba(44, 44, 51, 0);
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: right 375ms ease-in-out 0ms, right 0ms linear 375ms, background-color 375ms ease-in-out 0ms;
    z-index: 0;
    visibility: hidden;
    border-bottom: 1px solid #fff;
}

.pushMenuOpen .pushMenuOverlay {
    right: 21em;
    visibility: visible;
}

.pushMenuOpen .pushMenuOverlay {
    background-color: rgba(44, 44, 51, 0.9);
    cursor: url('/App_Themes/Watch-fa-IR/Images/cursor-close.png'),auto;
    right: 0;
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 750ms, 0ms, 375ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), linear, ease-in-out;
    z-index: 500;
}

.pushMenuWrapper {
    z-index: 8030;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
}

.pushMenuOpen .pushMenuTabPanel {
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    overflow-y: auto;
}

/*close navigation by clicking on overlay section*/
.tabpanelSetClose {
    right: -28em;
    position: relative;
}

.pushMenuClose {
    right: 0;
}


/*styles for hamburger and close button */
.pushMenuWrapper .pushMenuOpen .tabPanelSet {
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    visibility: visible;
}

.pushMenuWrapper .tabPanelSet {
    backface-visibility: hidden;
    transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    visibility: hidden;
    position: relative;
}
.pushMenuWrapper .tabpanelContent {
    padding: 10px 20px;
    direction: ltr;
    height: 100%;
    width: 100%;
    float: right;
    display: none;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -moz-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    -o-transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
    transition: width 375ms ease-in-out 0ms, right 375ms ease-in-out 0ms, visibility 0ms linear 375ms;
}

.pushMenuOpen .tabPanelContent {
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
    -webkit-transition-duration: 1000ms, 1000ms, 0ms;
    -moz-transition-duration: 1000ms, 1000ms, 0ms;
    -o-transition-duration: 1000ms, 1000ms, 0ms;
    transition-duration: 1000ms, 1000ms, 0ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), linear;
}


.tabpanelContent .content, .tabpanelContent .content a {
    direction: rtl;
    color: #fff;
}

.searchWrapper {
}
/* close box */
.pushMenuCloseIco:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pushMenuCloseIco:after, .pushMenuCloseIco:before {
    background-color: transparent;
    border-top: 0.18em solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: border-top-color 250ms ease-in-out 0s;
    width: 40%;
}

.pushMenuCloseIco:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.main-nav-open .pushMenuTabPanel .pushMenuCloseIco, .pushMenuTabPanel .pushMenuCloseIco {
    margin: 0;
    opacity: 1;
    position: fixed;
    transition-delay: 0ms, 0ms, 1000ms;
    visibility: visible;
}

.pushMenuCloseIco {
    display: block;
}

.pushMenuCloseIco {
    display: none;
}

.pushMenuTabPanel .pushMenuCloseIco {
    background-color: #000;
    color: #e5e2e0;
    margin: 0;
    /*opacity: 0;*/
    padding: 0;
    position: absolute;
    transition: background-color 250ms ease-in-out 0ms, visibility 0ms linear 250ms, opacity 250ms ease-in-out 0ms;
    /*visibility: hidden;*/
}

.pushMenuCloseIco {
    /*backface-visibility: hidden;*/
    background-color: #000;
    border: medium none;
    color: #b4b2ad;
    cursor: pointer;
    display: block;
    height: 3em;
    position: fixed;
    left: 0;
    text-decoration: none;
    top: 0;
    transition: background-color 250ms ease-in-out 0s;
    width: 3em;
    z-index: 100;
}


.pushMenuTabPanel .pushMenuCloseIco:hover {
    background-color: #2c2c33;
    color: #fff;
    margin: 0;
    padding: 0;
}
/* Hamburger Icon */
.pushMenuWrapper .hamburger {
    background-color: rgba(180, 178, 173, 0.5);
    border-bottom: medium none;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: auto;
    line-height: 1em;
    margin: 0;
    position: fixed;
    right: -1em;
    text-align: center;
    top: 0;
    -webkit-transition-delay: 0ms, 0ms, 0ms, 375ms, 375ms, 375ms;
    -moz-transition-delay: 0ms, 0ms, 0ms, 375ms, 375ms, 375ms;
    -o-transition-delay: 0ms, 0ms, 0ms, 375ms, 375ms, 375ms;
    transition-delay: 0ms, 0ms, 0ms, 375ms, 375ms, 375ms;
    -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, linear;
    -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, linear;
    -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, linear;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out, linear;
    -webkit-transition: width 250ms ease-in-out 0ms, padding-right 250ms ease-in-out 0ms, right 375ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 375ms, background-color 250ms ease-in-out 0ms, color 250ms ease-in-out 0ms, visibility 0ms linear 0ms;
    -moz-transition: width 250ms ease-in-out 0ms, padding-right 250ms ease-in-out 0ms, right 375ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 375ms, background-color 250ms ease-in-out 0ms, color 250ms ease-in-out 0ms, visibility 0ms linear 0ms;
    -o-transition: width 250ms ease-in-out 0ms, padding-right 250ms ease-in-out 0ms, right 375ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 375ms, background-color 250ms ease-in-out 0ms, color 250ms ease-in-out 0ms, visibility 0ms linear 0ms;
    transition: width 250ms ease-in-out 0ms, padding-right 250ms ease-in-out 0ms, right 375ms cubic-bezier(0.175, 0.885, 0.32, 1.14) 375ms, background-color 250ms ease-in-out 0ms, color 250ms ease-in-out 0ms, visibility 0ms linear 0ms;
    width: 5em;
    height: 4em;
    display: block;
    z-index: 9999;
    padding: 1.5em 2.5em 1em 3em;
    visibility: hidden;
    right: -6em;
}

.pushMenuWrapper .hamburger i {
    width: 19px;
    height: 3px;
    display: block;
    margin-bottom: 3px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    clear: both;
    z-index: 9999;
}

.hidePushMenuLinks .hamburger:hover {
    background-color: #000;
    /*padding: 1.5em 1.5em 1em 3em;*/
    color: #fff;
    right: 0;
    color: #fff;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, ease-in-out;
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, ease-in-out;
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, ease-in-out;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), cubic-bezier(0.175, 0.885, 0.32, 1.14), ease-in-out, ease-in-out;
}

.pushMenuWrapper .hamburger:hover i {
    background: #fff;
}

.hidePushMenuLinks .hamburger {
    right: -1em;
    z-index: 9999;
    position: fixed;
}

.hidePushMenuLinks .hamburger:hover {
    right: -0.3em;
}

.hidePushMenuLinks .pushMenuLinksWrap {
    right: -28em;
}

.showPushMenuLinks .pushMenuLinksWrap {
    right: 0;
}

.pushMenuOpen.showPushMenuLinks .pushMenuLinksWrap {
    right: 28em;
}

.showPushMenuLinks .hamburger {
    right: -6em;
}

/*style for panel in tabPanel*/


.panel-pushmenu, .panel-pushmenu-nochild {
      border-radius: 0 !important;
   background: none !important;
    margin-bottom: 0;
    border-bottom: 2px solid #2c2c33;
}

.panel-pushmenu .panel-heading {
    margin-left: 39px;
}

.panel-pushmenu .panel-heading, .panel-pushmenu-nochild {
    transition: all .4s;
}

.panel-pushmenu .panel-heading:hover, .panel-pushmenu-nochild:hover {
    transition: all .4s;
}

.panel-pushmenu .panel-heading:hover, .panel-pushmenu-nochild:hover {
    background-color: #2c2c33 !important;
    border-radius: 0 !important;
    transition: all 250ms;
}

.panel-pushmenu .panel-heading a, .panel-pushmenu-nochild a {
    transition: all 250ms;
    display: inline-block;
}

.panel-pushmenu .panel-heading:hover a, .panel-pushmenu-nochild:hover a {
    transform: translateX(-10px);
}

.panel-pushmenu .panel-body, .panel-pushmenu-nochild {
    padding: 0;
}

.panel-pushmenu-nochild {
    padding: 10px 15px;
}

.panel-pushmenu .collapsed, .panel-pushmenu .panel-heading[aria-expanded="true"] {
    position: relative;
}

.panel-pushmenu .collapsed:after {
    content: "\e937";
    color: #7e7e7c;
    font: 18px/45px Glyphicons Halflings;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 100%;
    background: #ccc;
    top: 0;
    padding-right: 12px;
    background: #16161a;
    background: rgba(44, 44, 51, 0.5);
    transition: all .3s ease-in-out;
}

.panel-pushmenu .collapsed:hover:after {
    color: #fff;
}

.panel-pushmenu .panel-heading[aria-expanded="true"]:after {
    content: "\e936";
    color: #7e7e7c;
    font: 18px/45px Glyphicons Halflings;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 100%;
    top: 0;
    padding-right: 12px;
    background: #16161a;
    background: rgba(44, 44, 51, 0.5);
    transition: all .3s ease-in-out;
}

.panel-pushmenu .panel-heading[aria-expanded="true"]:hover:after {
    color: #fff;
}

/*.panel-pushmenu .panel-heading[aria-expanded="true"]:hover:after,
.panel-pushmenu .collapsed:hover:after{
      background: #2c2c33;
    color: #fff;
}*/

/*.panel-pushmenu  .collapse:after {
    content: "\e806" ;
        color: #7e7e7c;
    font: 12px Glyphicons Halflings;
}*/
.panel-pushmenu .panel-body li {
    list-style: none;
}

.panel-pushmenu ul {
    border-top: 2px solid #2c2c33;
    margin: 0;
    padding: 0;
    width: 100%;
}

.panel-pushmenu .panel-body li:first-child {
    border-top: 2px solid #2c2c33;
}


.panel-pushmenu .panel-body li {
    border-top: 2px solid #2c2c33;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: padding-right 250ms ease-in-out 0s, padding-left 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
    margin-right: 2em;
    padding-right: 10px;
}

.panel-pushmenu .panel-body li:first-child {
    border-top: none;
}

.panel-pushmenu .panel-body li:last-child {
    border-bottom: none;
}

.panel-pushmenu .panel-body li:hover {
    background-color: #2c2c33 !important;
    transition: padding-right 250ms ease-in-out 0s, padding-left 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
    border-radius: 0 !important;
    padding-right: 2.5em;
    padding-left: 0;
}
/*Push Menu Logo */

.pushMenuWrapper .pushMenuLogo {
    margin: 30px auto 0;
    display: block;
}

.pushMenuWrapper .imgPushMenuLogo {
    margin-bottom: 30px;
}

.pushMenuOpen .imgPushMenuLogo {
    visibility: hidden;
}

/* Push Menu SearchBox */
.pushMenuSearchBox .generalSearchBox {
    direction: rtl;
}

.pushMenuSearchBox .generalSearchBox .input-group {
    background: none repeat scroll 0 0;
    border: 1px solid #666666;
    border-radius: 0 !important;
    margin: 30px 18px 0 18px;
    width: 90%;
}

.pushMenuSearchBox .generalSearchBox, .pushMenuSearchBox .generalSearchBox .form-group {
    width: 100%;
}

.pushMenuSearchBox .generalSearchBox a {
    background: none !important;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 13px;
    height: 25px;
    margin: 2px;
    padding: 4px;
    text-shadow: none;
    width: 30px;
    float: left;
    border-right: 1px solid #fff;
}
/* tab panel news style */
.pushMenuWrapper .newsListItem a, .pushMenuWrapper .newsListDate {
    color: #b4b2ad;
}

.pushMenuWrapper .newsListItem {
    border-bottom: 2px solid #2c2c33;
    padding: 16px;
    transition: all .4s ease-in-out;
}

.pushMenuWrapper .newsListItem:hover {
    transition: all .4s;
    transform: translateX(-20px);
}

.pushMenuWrapper .newsListItem a:before, 
.pushMenuWrapper .newsListItem a:after {
    content: '' !important;
}

@media (max-width:575px) {
    .hamburger {
        visibility: visible !important;
        right: -1em !important;
    }

    .pushMenuLinksWrap {
        display: none;
    }

    .pushMenuTabPanel {
        width: 100%;
        visibility: visible;
    }

    .tabpanelContent {
        display: block;
    }

    .pushMenuWrapper {
        width: 100%;
    }

    .pushMenuTabPanel {
        right: -133%;
    }

    .pushMenuOpen .pushMenuTabPanel {
        right: 0;
        height: 100%;
        overflow-y: auto;
        direction: ltr;
    }

    .tabpanelContent {
        height: auto;
        padding: 20px;
    }

    .tabpanelContent:first-child {
        padding: 10px 20px;
    }

    .pushMenuOpen .hamburger {
        right: -6em !important;
    }
    .pushMenuTabPanel .newsListItem .newsImage,.pushMenuOverlay  {
        display: none;
    }


    .pushMenuWrapper .tabpanelContent {
    height: auto !important;
}
    .pushMenuWrapper {
        width: 0;
    }

    .pushMenuTabPanel {
    position: fixed;
    right: -133%;
    width: 100% !important;
    z-index: 8030;
}
}


.scrollToTop {
    width: 100px;
    height: 100px;
    background: red;
    display: none;
}

/***************************************************
29- New Custom Styles                   
***************************************************/
.innerGrid {
    border: 2px solid #d2d2d2 !important;
    box-shadow: 0 0 20px #909090;
}

.innerGridWrapper {
    background: #eeeeee !important;
}

.innerGrid tr.gridHeader th {
    background: #e6e6e6 !important;
}

.innerGrid.table-striped > tbody > tr:nth-child(odd) {
    background: #f3f3f3  !important;
}

.innerGrid.table-striped > tbody > tr:hover:nth-child(2n+1) {
    background: #4fc0ea  none repeat scroll 0 0 !important;
}

.gridHeader {
    background-color: #e6e6e6 !important;
}

tr.gridHeader th {
    background: #e6e6e6 !important;
    border-bottom: 2px solid #d2d2d2;
}

.gridHeader th {
    border-top: 0 !important;
}

.gridHeader th .glyphicon {
    font-size: 1.3em;
}

.flag .RadComboBox_SAMPA .rcbArrowCellRight a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #444 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "" !important;
    display: inline-block;
    height: 6px;
    left: 0px;
    margin: 6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
/******************** Form Options Buttons & Tools ********************/
.form-control-custom {
    border-radius: 0 !important;
    border-right: 0 !important;
    width: 180px !important;
}

.panel-heading .title-block {
    display: inline-block;
    margin: 0;
    padding: 7px 16px;
    font-weight: bold;
    font-size: 1em !important;
    line-height: 1.9 !important;
    min-height: 37px;
}

.panel-heading .title-block.accordion-caret {
    cursor: pointer;
}

.panel-options {
    margin: 6px;
}

.panel-options .btn {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 6px;
    min-width: 30px;
    text-align: center;
}

.panel-options .btn-tools,
.panel-options .btn-tools:focus {
    background-color: #fff;
    color: #1bbae1;
    border-color: #1bbae1;
    background-image: none;
}

.panel-options .btn-tools.active,
.panel-options .btn-tools.active:focus,
.panel-options .btn-tools:hover {
    background-color: #1bbae1;
    border-color: #1bbae1;
    color: #fff;
}

.panel-options .btn-shortcut .glyphicon,
.panel-options .btn-tools .glyphicon {
    font-size: 1.3em;
}

/******************** Help Icon Tooltip ********************/

.notify .form-control-feedback {
    pointer-events: inherit;
    width: 22px;
    height: 22px;
    top: 6px;
    margin-left: 5px;
}

.notify .has-feedback .tooltip.bottom .tooltip-arrow {
    border: 0 !important;
    border-width: 0 !important;
}

.notify .has-feedback .tooltip.bottom .tooltip-arrow:after {
    content: '';
    top: 2px;
    left: -4px;
    margin-left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ffffa3;
    z-index: 2;
}

.notify .has-feedback .tooltip.bottom .tooltip-arrow:before {
    content: '';
    top: 0;
    left: -5px;
    margin-left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #f1d031;
}

.notify .has-feedback .tooltip-inner {
    max-width: 250px;
    padding: 3px 8px;
    color: #9a5574;
    text-align: center;
    text-decoration: none;
    background-color: #ffffa3;
    border-radius: 1px;
    border: 1px solid #f1d031;
    position: absolute;
    left: 0;
    border: 1px solid #f1d031;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(221,221,221,0.84);
    -moz-box-shadow: 3px 3px 4px 0 rgba(221,221,221,0.84);
    box-shadow: 3px 3px 4px 0 rgba(221,221,221,0.84);
    font-size: 1.18em;
}

/**************************Footer Custom Style*********************************/
.footerWrapper {
    margin-top: 15px;
    background: #394263;
    background: url(/App_Themes/Watch-fa-IR/Images/footerBack.jpg) top center no-repeat;
    position: relative;
    z-index: 10;
    min-height: 270px;
}

    .footerWrapper:before {
        opacity: .7;
    }
@media (min-width:992px) {
    .footerWrapper:before {
        content: url(/App_Themes/Watch-fa-IR/Images/watch.png);
        right: 10px;
        top: 10px;
        position: absolute;
    }
 
}
@media (min-width:1200px) and (max-width:1600px ) {
    .footerWrapper:before {
        content: url(/App_Themes/Watch-fa-IR/Images/watch.png);
        right: 20px;
        top: 10px;
        position: absolute;
    }
}

@media (min-width:1601px) {
    .footerWrapper:before {
        right: 60px;
    }
}
  

.footerText .content {
    color: #fff;
}

.footerText {
    margin-top: 65px;
    margin-bottom: 25px;
}
/***********************Menu Wrapper*****************************/
.menuWrapper {
    background: url("/App_Themes/Watch-fa-IR/Images/menuWrapper.png");
}

.mainMenu {
    display: table;
    margin: 0 auto;
}

.menu3dmega.vertical > ul > li > a, .menu3dmega.vertical > ul > li > span {
    text-align: center;
}
/******************************************************/
.slider {
    overflow: hidden;
}

.topWrapper {
    background: url("/App_Themes/Watch-fa-IR/Images/rightBackground.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.topWrapper .container {
    padding-top: 30px;
    padding-bottom: 10px;
}

.afterFirstParallax {
    background: url("/App_Themes/Watch-fa-IR/Images/afterFirstParallaxBackground.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 15px 0;
}

.secondParallax {
     padding: 35px 15px 20px;
}

.middleColumn {
    background: url("/App_Themes/Watch-fa-IR/Images/rightTriangle.png") center right no-repeat, url("/App_Themes/Watch-fa-IR/Images/leftTriangle.png") center left no-repeat;
}

.afterThirdParallax {
    background: url("/App_Themes/Watch-fa-IR/Images/afterThirdParallaxBackground.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bottomWrapper {
    background: url("/App_Themes/Watch-fa-IR/Images/leftBack.png") no-repeat left -170px, url("/App_Themes/Watch-fa-IR/Images/rightBack.png") no-repeat right 385px;
}

.bottomWrapper .container {
    padding-top: 40px;
}

.firstParallax {
    padding-top: 40px;
}
/**************************Album*****************************/
.homeAlbum .br-next {
    background: url("/App_Themes/Watch-fa-IR/Images/nextArrow.png") !important;
    bottom: auto !important;
    top: 50%;
    height: 56px;
    left: auto !important;
    right: 42px;
    margin-top: -17px;
    position: absolute;
    width: 56px;
}

.homeAlbum .br-previous {
    background: url("/App_Themes/Watch-fa-IR/Images/prevArrow.png") !important;
    bottom: auto !important;
    top: 50%;
    height: 56px;
    left: 42px;
    margin-top: -17px;
    position: absolute;
    width: 56px;
}

.customizedTradingProduct .lSAction > .lSNext {
    background: url("/App_Themes/Watch-fa-IR/Images/rightArrow.png") !important;
    border-radius: 15px;
    content: "" !important;
    line-height: 0.8;
    right: 0;
    width: 36px;
    height: 77px;
    margin-top: -30px;
}

.customizedTradingProduct .lSAction > .lSPrev {
    background: url("/App_Themes/Watch-fa-IR/Images/leftArrow.png") !important;
    border-radius: 15px;
    content: "" !important;
    line-height: 0.8;
    left: 0;
    width: 36px;
    height: 77px;
    margin-top: -30px;
}

.customParallaxAlbum li {
    /*background: rgba(115, 99, 87, 0.8) ;*/
    border-radius: 50%;
    text-align: center;
        /*box-shadow: 0 0 20px #000000;*/
}

.customParallaxAlbum li a {
    display: block;
    text-align: center;
    color: #c7b299;
    font-weight: bold;
}

.tradingProductDetail > a {
    color: #515150;
    font-size: 16px;
    font-weight: bold;
}

.tradingProductImageWrapper {
    border: 1px solid #d4d2cf;
    background: #e9e7e4;
    background:linear-gradient(to bottom, #fefefd 0px, #e9e7e4 100%);
}

.customMargin .panel {
    margin-top: 45px;
    margin-bottom: 40px;
}

.thirdParallax .parallax {
    padding-bottom: 40px;
    padding-top: 60px;
}

.noRightLeftPanelPadding  .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.noTopPanelPadding .panel-body {
    padding-top: 0;
}

.noPanelBody .panel-body {
    display: none;
}

.noPanelPadding .panel-body {
    padding: 0;
}

.customizedTradingProduct .panel-style8 {
    margin-bottom: 5px;
}

.noBottomHeadingPadding .panel-heading {
    padding-bottom: 0;
}

.customHeadingPadding h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}

/*****************************Category Menu********************************/
.categoryMenu .mainMenu {
    display: block;
    width: 100%;
}

.menu3dmega.vertical > ul > li > a, .menu3dmega.vertical > ul > li > span {
    padding: 10px;
}

.homeCompany .companyImageWrapper {
    display: table;
    float: none;
    margin: 0 auto;
}

.afterThirdParallax .container {
    padding-bottom: 80px;
    padding-top: 40px;
}

/*************************effect********************************/
.rotationEffect img:hover {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -o-transform: rotate3d(0, 1, 0, 360deg);
    -ms-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
}

.rotationEffect img {
    transition: all 800ms ease-in-out 0s;
}
/************************/
@keyframes sonarEffect {
0% {
    opacity: 0.3;
}
40% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
}
100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: scale(0.9);
}
}
@-ms-keyframes sonarEffect {
0% {
    opacity: 0.3;
}
40% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
}
100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: scale(0.9);
}
}

@-webkit-keyframes sonarEffect {
0% {
    opacity: 0.3;
}
40% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
}
100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #000, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: scale(0.9);
}
}
.waveEffect a:hover:after {
    animation: 1.3s ease-out 75ms normal none 1 running sonarEffect;
}
.waveEffect a:after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    left: -3px;
    opacity: 0;
    padding: 0;
    top: -15px;
    transform: scale(0.7);
    z-index: 1;
}
.waveEffect a:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

/*********************************************/
.panel-style6 .panelImageContainer {
    position: relative;
    width: 90px;
    height: 90px;
}

/**************************************/
@keyframes spinAround {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

@-webkit-keyframes spinAround {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

@-ms-keyframes spinAround {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.panel-style6 .panelImageContainer:hover:after {
    -webkit-animation: 9s linear 0s normal none infinite running spinAround;
    -ms-animation: 9s linear 0s normal none infinite running spinAround;
    animation: 9s linear 0s normal none infinite running spinAround;
    opacity: 1;
}
.panel-style6 .panelImageContainer:after {
    border: 4px dashed #d2c2b5;
    left: 0;
    padding: 0;
    top: -4px;
    z-index: 10;
    opacity: 0;
}
.panel-style6 .panelImageContainer:after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
/**************************************/
.resizeEffect img {
    transition: all 400ms ease-in-out;
}
.resizeEffect img:hover {
    transform: scale(0.9);
}

/**************************************/
.albumRotatorEffect li {
    position: relative;
}

.albumRotatorEffect li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.albumRotatorEffect li:hover:before {
    opacity: 0;
}

.customizedCompany .middleColumn {
    background: none !important;
}
@media (max-width:767px) {
 .tradingCompanyTopMenu li {
     width: 45%;
     margin: 10px;
}   
}

.generalPoweredBy {
    color: #000000;
    font-size: 12px;
}

    .generalPoweredBy a {
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        color: #000000;
    }
