@import url(AddOn/font-awesome-4.3.0/css/font-awesome.min.css);
@import url(AddOn/Styles/desktop.css);
@import url(AddOn/Styles/mobile.css);
body {
    font-size: 14px;
    margin: 0 0 0 0;
    background-color: white;
}

@font-face {
    font-family: 'iran_sansregular';
    src: url('AddOn/fonts/iran_sans.woff2') format('woff2'), url('AddOn/fonts/iran_sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

a {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

#Form1 {
    display: initial;
}

.join h2 {
    color: #f87501;
    font-size: 30pt;
}

.join h3 {
    color: #717171;
}

.join h4 {
    color: #595868;
    font-size: 21px;
}

.join hr {
    width: 30%;
    border-color: #959595;
}

.title1 {
    color: #e35821;
    font-size: 24px;
}

.title2 {
    color: #515151;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.title3 {
    color: #f57208;
    font-size: 26px;
}

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.advNewsLetters .PnlSubmitForm {
    background: transparent !important;
}

.submitNL {
    background: #1595d4;
    border: none;
    border-radius: 15px;
    color: #fff;
}

.NLBox {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding-top: 15px;
    border-radius: 20px;
    display: flex;
}

.form-control::-moz-placeholder {
    color: #5fb2e4 !important;
    font-size: 14px;
}

.FooterRowst {
    background: transparent;
}

.searchBox {
    display: none;
    background: #0083cb;
    padding: 10px;
    margin-top: 10px;
}

#custom-search-input .input-group {
    background: transparent;
    border-color: transparent;
}

#custom-search-input .form-control {
    background: transparent;
}

.newsUl {
    padding-right: 0;
}

.newsUl li {
    transition: all .5s ease;
    border-bottom: 3px solid #f39041;
}

.newsUl li:hover {
    transition: all .5s ease;
    color: #fff;
}

.newsTitle hr {
    width: 20%;
}

.newsBox img {
    display: block;
    height: auto;
    width: 100%;
}

.newsBox {
    margin-top: 10px;
}

.newsTitle {
    color: #717171 !important;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: justify;
}

.newsA {
    color: #f9563d;
}

.newsLink {
    padding-top: 20px;
}

.newsTitle a {
    color: #f9563d !important;
    font-size: 19px;
}

.newsUl li:nth-child(1):hover {
    background: url(/UI/Styles/Default/images/liBG.jpg) no-repeat center center;
    background-size: cover;
    transition: all .5s ease;
}

.newsUl li:nth-child(2):hover {
    background: url(/UI/Styles/Default/images/liBG.jpg) no-repeat center center;
    background-size: cover;
}

.newsUl li:nth-child(3):hover {
    background: url(/UI/Styles/Default/images/liBG.jpg) no-repeat center center;
    background-size: cover;
}

.newsUl li:nth-child(4):hover {
    background: url(/UI/Styles/Default/images/liBG.jpg) no-repeat center center;
    background-size: cover;
}

.newsUl li:nth-child(5):hover {
    background: url(/UI/Styles/Default/images/liBG.jpg) no-repeat center center;
    background-size: cover;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
}

.hovereffect img {
    display: block;
    position: relative;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    text-align: center;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input-sm {
    color: #fff !important;
    font-size: 13px !important;
    padding: 0 !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

.input-sm:focus {
    color: #fff !important;
    font-size: 13px !important;
    padding: 0 !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

@media (min-width:767px) {
    /*
    .sm-default {
        margin-top: 33px !important;
    }
*/
}

.text-div {
    position: relative;
}

.text-caption {
    position: absolute;
    color: #fff;
}

.silverBG {
    background: #eee;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #fff;
}

.HeaderRowSt {
    margin-bottom: 0px;
}

.ContentRowSt {
    background: #f6f6f6;
}

.innerNewsImg img {
    width: 100%;
}

.innerContent h1 {
    font-size: 28px;
    color: #f57208;
    margin-top: 50px !important;
    text-align: center;
}

@media (min-width:767px) {
    .innerContent .pageContent {
        padding: 10px;
        text-align: justify;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        -o-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-rule: 1px solid #46acdf;
        -moz-column-rule: 1px solid #46acdf;
        -o-column-rule: 1px solid #46acdf;
        column-rule: 1px solid #46acdf;
    }
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.searchTxtBox {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: -17px;
    width: 141px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.topBox {
    position: relative;
}

.topTxt {
    font-size: 1.3em;
    color: #f14b35;
    margin-top: 8px;
    margin-bottom: 15px;
    transition: .5s;
}

.topBox img {
    transition: .5s;
}

.topBefore {
    border: 1px solid #fff;
    bottom: 55px;
    color: #fff;
    margin: auto !important;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 25px;
    transform: translateX(-15px);
    transition: all 0.5s ease 0s;
    width: 90%;
    overflow: hidden;
}

.topBefore em {
    color: #fff;
    font-size: 40px !important;
}

.topBox:hover .topTxt {
    color: #235493;
}

.topBox:hover img {
    -webkit-filter: brightness(40%);
}

.topBox:hover .topBefore {
    opacity: 1;
}

.topReadMore {
    background: #f9563d;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 9px 30px;
    border: 1px solid #f9563d;
    transition: .5s;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topReadMore:hover {
    background: transparent;
    color: #f9563d;
    border: 1px solid #f9563d;
}

.topBG {
    background: #f2f3f9;
}

.workshop {
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px;
}

.col-xs-12.col-md-6.workshop h4 {
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 30px;
    top: 60%;
}

.col-xs-12.col-md-6.workshop a {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 75%;
    background: #f9563d;
    border-radius: 20px;
    padding: 5px 20px;
}

.articleBG {
    background: #6f91bc;
}

.overflowBox {
    overflow: hidden;
}

.overflowBox img:hover {
    transform: scale(1.1);
}
