/* Box-sizing border-box */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; direction: rtl;}


body {
    background: #f2f2f2;
    color: #58585b;
    font-family:sans-serif;
    font-weight: 300;
    font-size: 11.3px !important;
    min-width: 320px;
    position: relative;
    display: flex;
    align-items: center;justify-content: center;
    flex-direction: column;
    height: auto;
}

html {
  font-family: san-serif
 
  height: 100%;
}

a {
  text-decoration: none;
}
header
{
    max-width: 1600px;
    position: relative;
    width: 100%;
    height: 100%;

}


.site_topbar
{
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
  display: flex;
  height: 57px;
  justify-content: space-between;
  order: 2;
  position: relative;
  width: 100%;
  direction: ltr;
  height: 85px;
}


.utilities
{
  padding-right: 40px;
  align-items: center;
  display: flex;
  flex-grow: 2;
  width: 40%;
  flex-direction: row-reverse;
}
.utilities button{
    margin-left: 25px;
    width: 36px;
    height: 36px;
    outline: 1px dotted transparent;
    outline-offset: -2px;
    background-color: transparent;
    color: #58585b;
    cursor: pointer;
    font-family: inherit;
    border: 0 solid transparent;
    color: #58585b;
    cursor: pointer;
}
.search:hover>svg g,
.login:hover>svg g,
.language:hover>svg g
{
    stroke: #1ba0d7;
}
.language:hover>svg text
{
    stroke: black;
}
.utilities  button.language
{
  width: 47px !important;
}


.menu span{
    position: relative;
    width: 39px;
    background-color: #4d4c4c;
    border-radius: 10px;
    box-sizing: inherit;
    display: block;
    height: 5px;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: background-color .3s ease-out .1s,margin-top .001s ease-out .6s,opacity .2s ease-out,top .4s ease-out,transform .25s ease-out .4s,width .3s ease-out .1s;
    -moz-transition: background-color .3s ease-out .1s,margin-top .001s ease-out .6s,opacity .2s ease-out,top .4s ease-out,transform .25s ease-out .4s,width .3s ease-out .1s;
    -o-transition: background-color .3s ease-out .1s,margin-top .001s ease-out .6s,opacity .2s ease-out,top .4s ease-out,transform .25s ease-out .4s,width .3s ease-out .1s;
    transition: background-color .3s ease-out .1s,margin-top .001s ease-out .6s,opacity .2s ease-out,top .4s ease-out,transform .25s ease-out .4s,width .3s ease-out .1s;

}


.menu span:nth-of-type(2) {
    top: 13px;
    width: 31.2px;
}

.menu span:last-of-type {
    top: 26px;
    width: 23.4px;
}
#fwt-nav-button:hover span{
    width: 39px;
    background-color: #1ba0d7;
}

.menu
{
align-items: center;
display: flex;
flex-grow: 2;
width: 40%;
}
.menu button{
  height: 36px;
  margin-right: 40px;
/* margin-left: 30px; */
  min-width: 104px;
  background: transparent;
  height: 31px !important;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  margin-right: 30px;
  max-width: 135px;
  min-width: 32px;
  position: relative;
  width: auto;
}

#fwt-nav-button:focus {
    outline: none;
}


 #fwt-nav-button.is-close span {
    margin-top: -2.5px;
    top: 50% !important;
    transform: rotate(45deg);
    width: 39px;
  }
#fwt-nav-button.is-close span:last-of-type {
    transform: rotate(-45deg);
}
 #fwt-nav-button.is-close span:nth-of-type(2) {
    opacity: 0;
}

/* ////////////////////////////////////menu */
i.fa.fa-aparat{
    background: url(/images/beta/aparat.png?v=1.2) no-repeat 100% 100%;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.mainmenu
{
  opacity: 0;
  position: absolute;
  max-width: 1600px;
  height: 660px;
 
  top: 0px;
  width: 100%;
  background: #074f70 none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
 
   z-index:-1;
  -webkit-transition: background .3s ease-in-out .15s,height .15s ease-in-out .15s,width .15s ease-in-out;
  -moz-transition: background .3s ease-in-out .15s,height .15s ease-in-out .15s,width .15s ease-in-out;
  -o-transition: background .3s ease-in-out .15s,height .15s ease-in-out .15s,width .15s ease-in-out;
  transition: background .3s ease-in-out .15s,opacity .5s ease-in-out .15s,width .15s ease-in-out;
}
.mainmenu_levelone_item.active button {
    background-color: #006fa0;
}
.mainmenu_levelone_item
{
      width: 230px;
          /* padding-top: 15px; */
          background-color: #074f70;
}
.mainmenu_levelone_item:first-of-type  {
    margin-top:  15px;
}
.mainmenu_levelone_item button:hover {
    background-color: rgba(0,111,160,0.3);
}
.mainmenu_levelone_item button {
    margin-right: 15px;
    padding: 14px 0;
    padding-right: 15px;
    width: calc(100% - 15px);
    outline: 1px dotted transparent;
    outline-offset: -2px;
    line-height: 1.333em;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    border: 0 solid transparent;
    background-color:transparent;
    display: flex;
    justify-content: center;
        align-items: center;
}
.mainmenu_levelone_item button span
{
  width: 60%;
}
.mainmenu_leveltwo_item.type2 button
{
  font-size: 14px;
    padding: 7px 0;
}
.mainmenu_leveltwo_item.type2
{
  height: 40px;
}

.mainmenu_levelone_item a {
  display: flex;
    margin-right: 15px;
    padding: 14px 0;
    padding-right: 15px;
    width: calc(100% - 15px);
    outline: 1px dotted transparent;
    outline-offset: -2px;
    line-height: 1.333em;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    border: 0 solid transparent;
    background-color: transparent;
    justify-content: right;
    align-items: center;
}
.mainmenu_leveltwo_item_span
{
    padding-right: 5px;
}
.mainmenu_leveltwo_container
{
  right: 240px;
  width: calc(100% - 240px);
  padding-left: 0 !important;
  position: absolute;
  top: 0;
  list-style: none;
  height: 100%;
  background-color: #006fa0;
  opacity: 0;
  z-index: 10001;
  display:flex;
flex-direction:row;

}
.imageinsub
{
width: 100%;
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: -10px;
}
.imageinsub img
{ 
    float:left;
    width: 90%;
    max-height: 100%;
}
.mainmenu_leveltwo
{
  background: transparent;
  height: auto;
  -webkit-transition: background .15s ease-in-out .15s;
 -moz-transition: background .15s ease-in-out .15s;
  -o-transition: background .15s ease-in-out .15s;
  transition: background .15s ease-in-out .15s;
  list-style: none;
  width: 270px;
  padding-top: 15px;
}
.mainmenu_leveltwo_item:hover button
{
  background-color: rgba(255,255,255,0.1) ;
}
.mainmenu_leveltwo_item:hover a
{
  background-color: rgba(255,255,255,0.1) ;
}

.is-active
{
  opacity: 1 !important;
  z-index: 10000;
}
.selected
{
  opacity: 1 !important;
  z-index: 10010!important;

}
.activated
{
  background-color: #006fa0 !important;
}
.activatedtwo
{
  background-color: #fff !important;
  color: #006fa0 !important;
}
.longitems
{
  height: 609px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.longcontainer
{
  width: calc(100% - 240px);
}
.haschild
{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.haschild i
{
  /* margin-right: 10px; */
}
.mainmenu_levelthree_item_link
{
  display: flex;
flex-direction: column;
}
.mainmenu_levelthree_container
{
  opacity: 0;
    right: 270px;
    height: 100%;

    padding: 30px 0;
    bottom: 0;
    width: calc(100% - 270px);
    /* width: auto; */
    z-index: 10004;
    position: absolute;
    background-color: #fff;
    -webkit-transition: left .15s ease-in-out,opacity .15s ease-in-out,right .15s ease-in-out;
    -moz-transition: left .15s ease-in-out,opacity .15s ease-in-out,right .15s ease-in-out;
    -o-transition: left .15s ease-in-out,opacity .15s ease-in-out,right .15s ease-in-out;
    transition: left .15s ease-in-out,opacity .15s ease-in-out,right .15s ease-in-out;
    top: 0;

}
.mainmenu_leveltwo_item.type2 .mainmenu_levelthree2
{
      align-items: flex-start !important;
}
.mainmenu_levelthree2 .mainmenu_levelthree_item
{
  padding: 5px;
}

.mainmenu_levelthree
{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mainmenu_levelthree2
{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mainmenu:after {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12);
    content: "";
    position: absolute;
    top: -5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 20000;
}
.mainmenu_levelthree_item button
{
      color: #007493;
}
.mainmenu_levelthree_item
{
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.searchpart
{
  background: #1f4862 none;
  height: 0;

  width: 100%;
 
  position: relative;
  max-width: 1600px;
   height:0;
-webkit-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    -o-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;

}
#swc-search-phrase {
  background-color: transparent;
  box-sizing: border-box;
  color: #484848;
  font-size: 16px;
  font-size: 1.1rem;
  font-family: inherit;
  line-height: 1.125em;
  height: inherit;
  outline: none;
  padding-left: 48px;
  padding-right: 80.2px;
  width: 100%;
  border: 0;
}
#swc-search-clear-button {
    display: none;
    /* border-radius: 100px; */
    box-sizing: border-box;
    cursor: pointer;
    /* display: inline-block; */
    position: absolute;
    top: 3px;
    left: 67px;
    height: 60px;
    border: 0;
    width: 60px;
    background-color: transparent;
}
.buttonclearsearchisopen
{
  display: inline-block !important;
}
#swc-search-form {
    background-color: #fff;
    border: 1px solid #1f4862;
    border-radius: 100px;
    height: 0;
    margin: 0 auto;
    top: 0;
    max-width: 1280px;
    outline: none;
    overflow: visible;
    position: relative;
    -webkit-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
        -o-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
        transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    width: auto;
    /* display: none; */
}
.formsearchisopen
{
  height: 66px !important;
  top:55px !important;
  /* display:block !important; */
}
#fwt-masthead-overlay-arrow {
    bottom: 0px;
    /* top:53px; */
    opacity: 0;
    position: absolute;

    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    z-index: 1001;
}
.arrow-2
{
left: 30px;
}
.arrow-1
{

    left: 89px;
}
.arrow-2isopen
{
  opacity: 1 !important;
}
#swc-search-close-button {
    display: none;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: transparent;
    color: #58585b;
    cursor: pointer;
    font-family: inherit;
    width: 20px;
    outline: 1px dotted transparent;
    outline-offset: -2px;
    border: 0 solid transparent;
    -webkit-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    -o-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
    transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
}
.searchclosepanelbuttonisopen
{
  display: block !important;
}
#fwt-masthead-overlay-arrow:after {
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 16px;
    bottom: -16px;
    box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: relative;
    transform: rotate(135deg);
    transform-origin: center center;
    width: 0;

}
#fwt-profile-content .button-cta {
    border: 1px solid #005073;
    border-radius: 86px;
    font-size: 18px;
    font-size: 1.0rem;
    margin: 20px 22px;
    padding: 9px;
    text-shadow: none;
    width: 274px;
    background: #005073;
    color: #fff;
    display: flex;
    justify-content: center;
    text-underline-position: under;
}
#fwt-profile-content li a
{
  color: #007493;
text-underline-position: under;
}
#fwt-profile-content p.profile-header {
    font-size: 20px;
    font-size: 1.0rem;
    margin: 0 22px;
}
#fwt-profile-content li {
    font-size: 14px;
   
    line-height: 1.429em;
}
#fwt-profile-content ul {
    margin: 5px 22px 0;
    list-style: none;
}
.arrow-2#fwt-masthead-overlay-arrow:after {
  border-bottom-color: #1f4862 !important;
  border-left-color: #1f4862 !important;
  box-shadow: none;
}
#swc-search-button {
  background-color: #1ba0d7;
  left: 3px;
  /* height: 60px; */
  height: 0;
  width: 60px;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  border: 0 solid transparent;
  top: 3px;
  -webkit-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
      -o-transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
      transition: background .5s ease-in-out,height .5s ease-in-out,padding .5s ease-in-out,top .5s ease-in-out;
}
#swc-search-button-icon
{
  height: inherit ;
}

.buttonsearchisopen
{
  height: 60px !important;
}

#facebox .content
{
  padding: 4px;
}
#facebox .popup
{
    box-shadow: 1px -1px 18px 6px rgba(248, 238, 238, 0.4);
}
#facebox .close
{
  background: none;
}
.swc-search-section
{

  -webkit-transition: background .5s ease-in-out,height .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,height .5s ease-in-out;
  -o-transition: background .5s ease-in-out,height .5s ease-in-out;
  transition: background .5s ease-in-out,height .5s ease-in-out;
  height: 100%;
  position: relative;
  width: auto;
  /* z-index: -1; */
}
.searchisopen
{
  height:178px;
 
  /* z-index: 100; */
}
.profileisopen
{
  opacity: 1 !important;
}
#fwt-profile {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.43);
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: opacity .5s ease-in-out,height .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out,height .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out,height .5s ease-in-out;
    transition: opacity .5s ease-in-out,height .5s ease-in-out;
    width: 100%;
    z-index: 1000;
    max-width: 318px;
}
#fwt-profile-content {
    display: flex;
    flex-direction: column;
}
#fwt-profile-content .fwt-profile-content-container {
    padding: 15px 0 0;
}
#fwt-create-account-bar {
    background: #f5f5f5;
    margin-top: 10px;
}
#fwt-profile-content .fwt-profile-content-container:last-of-type {
    padding-bottom: 20px;
}
#fwt-profile-content .fwt-profile-content-container {
    padding: 15px 0 0;
}
#fwt-profile-content .button-cta.light {
    background: transparent;
    color: #005073;
}
#fwt-profile a:hover {
    text-decoration: underline;
}
#fwt-profile-close-button {
    height: 25px;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 25px;
    margin-left: 20px;
    outline: 1px dotted transparent;
outline-offset: -2px;
background-color: transparent;
color: #58585b;
cursor: pointer;
font-family: inherit;
    border: 0 solid transparent;
}
#fwt-profile-login-content
{
  display: flex;
  flex-direction: column;
}
#fwt-profile-close-button>svg>g {
    stroke: #616161;
}
#fwt-profile-close-button>svg {
    height: inherit;
    width: inherit;
}
/* ////////////////////////////////////// */
.logo
{
  height: 50.1px;
  width: 200px;
background: url(/images/97/logonew.jpg) no-repeat;

}
.header_topbar
{
  background-color: #4d4c4c;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 0 7px 0;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
    height: 53px;
    width: 100%;
    color:#fff;
    font-size: 1.2em;
    position: relative;
direction: ltr;

}
.header_topbar div
{
    padding: 10px;
   
}
.header_topbar a
{
    padding: 10px;
    color: white;
direction: ltr;
}
.header_slideshow
{
  /* background-image: url(/others/icc/images/icc97/header.jpg); */
  /* background-size: auto 600px !important; */
   height: 306px !important; 
  /* background-position: 66% 60%; */
  

}

.header_slideshow img
{
   width: 100%;
   position: absolute;
   z-index: -1;
 
 
}
.header_center
{
  position: relative;
 
}
.header_center_content
{
  display: block;
  right: 14%;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: 86%;
  z-index: 30;
}
.header_center_content .headline
{
  color: white;
  font-size: 5em;
  word-spacing: -.2em;
  font-weight: 200;
  line-height: 2em;
  margin-bottom: 25px;
}
.header_center_content .marquee-btn a
{
  border: 0;
  border-radius: 30px;
  color: #fff;
  display: inline;
  font-style: normal;
  padding: 3px 25px;
  text-shadow: none;
  background: #1ba0d7;
font-size: 1.4em;

}
.quicktasks {
    background-color: #005073;
    height: 123px;
    display: flex;
    justify-content: center;
}
.quicktask_content {
    display: flex;
    color: white;
    width: 100%;
    flex-direction: row;
    list-style: none;
    padding: 20px 0;
    max-width: 1280px;
    flex-wrap: wrap;
}
.quicktask_content li
{
  display: flex;
  float: left;
  text-align: center;
  width: 16.66%;
  margin-bottom: 0;
  flex-direction: column;
}
.quicktask_content li span {
    background: url(/images/97/quick-task.svg) no-repeat;
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    left: auto;
    top: 10px;
    transition: all .1s ease ;
}
.quicktask_content li span.guide {
    background-position: -40px 0;
}
.quicktask_content li span.support {
    background-position: -40px -150px;
}
.quicktask_content li span.community {
    background-position: -40px -120px;
}
.quicktask_content li span.certification {
    background-position: -40px -60px;
}
.quicktask_content li span.center {
   background-position: -40px -30px;
}
.quicktask_content li span.downloads {
    background-position: -40px -90px;
}
.quicktask_content li:hover a>span {
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
        transition: all .1s ease ;
}
.quicktask_content .content
{
  color: #fff;
  display: table;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* color: #7b7b80; */
  text-decoration: none;
  line-height: 33px;
}
 .quicktask_content a.icon {
    border: 0;
    height: 30px;
    width: 40px;
    border-radius: 0;
    margin: 0 auto 20px;
    position: relative;
}
/* ////////////////////////////// */
.main_content
{
  display: flex;
  flex-direction: column;
  width: 100%;
  /* max-width: 1600px; */
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
    padding:   0 10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
  max-width: 1600px;
  background-color: #fff;
}

.maincol {

  margin: 0 auto;
max-width: 1280px;
/* padding: 0 10px; */
    -webkit-flex: 1 0 calc(100% - 2*12px);
    -ms-flex-grow: 1;
    -ms-flex-shrink: 0;
    -ms-flex-basis: calc(100% - 2*12px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 2*12px);
    width: calc(100% - 2*12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_event
{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.top_event_header
{
  margin-top: 50px;
  font-size: 35px;
  line-height: 1.211em;
  margin-bottom: .526em;
  word-spacing: -.1em;
}

.top_event_description
{
  font-size: 18px;
  line-height: 1.44em;
  margin-bottom: .833em;
  word-spacing: -.05em;
}
.top_event_content
{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event_section
{
  margin: 0 auto;
  max-width: 1280px;
 height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height:  361.28px;
  background-color: #008a94;
  overflow: hidden;
  margin: 0 0 25px 0;
  height:354px;
}
 .eyebrow-text {
   background-color: rgba(0,0,0,0.75);
   color: #fff;
   display: inline-block;
   font-size: 13px;
   font-style: oblique;
   font-weight: 300;
   line-height: 1em;
   margin: 0;
   padding: 3px 5px;
   position: absolute;
   top: 10px;
   right: 20px;
   top: 20px;
}
 .event_content_text {
   top: 50%;
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   position: absolute;
   overflow: hidden;
   padding: 25px;
}
.event_content,
.event_image
{
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.event_section_link
{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  color: white;

}
.event_image img
{
  position: relative;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  left: -11px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.event_content_text p {
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 300;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    color: white;
}

.event_content_text h3 {
    font-size: 30px;
    line-height: 1.27em;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 300;
    margin-bottom: 10px;
    top: 30px;
}
.event_section_link:hover .event_image img {
    left: 10px;
}
.event_section_link:hover .event_content_text h3
{
  top: 0px !important;
}
.event_section_link:hover .event_content_text p
{
  right:0 !important;
  opacity: 1 !important;
}

.secondrow
{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 0 25px 0;
  height: 563.44px;
  max-width: 1280px;
}
.shoppingmall:hover span.gradient {
    -webkit-animation: opacity-show .6s ease forwards;
    -moz-animation: opacity-show .6s ease forwards;
    -o-animation: opacity-show .6s ease forwards;
    animation: opacity-show .6s ease forwards;
}
.news
{
  width: calc((100% - 50px)/3);
  position: relative;
}
.news .eyebrow-text
{
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-style: oblique;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 3px 5px;
  position: absolute;
  top: 10px;
  right: 20px;
  top: 20px;
}
.news_link span.news__gradient {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.65) 25%,rgba(0,0,0,0.9) 100%);
    -webkit-animation: opacity-hide .6s ease forwards;
    -moz-animation: opacity-hide .6s ease forwards;
    -o-animation: opacity-hide .6s ease forwards;
    animation: opacity-hide .6s ease forwards;
}
.news_link
{
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;

}

.news_link img
{
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;

  /* -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); */
  right: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateX(29%) scale(1.1);
transform-origin: -200% center;
width: calc(237% - -30px);
transform-origin: 22% center;
}
.news_content_text

{
  background-color: transparent;
  bottom: 0;
  padding: 25px;
  position: absolute;
  top: auto;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* height: 173px; */
}
.news_content_eventsinevent
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    margin: 0 10px;
    line-height: 1.4em;
    word-spacing: .2em;
}
.news_content_text h3
{
  color: #fff;
  font-size: 28px;
  line-height: 1.27em;
  font-weight: 300;
  position: relative;
  pointer-events: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  top:55px;
}
.news_content_text p
{
  color: #fff;
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 300;
  position: relative;
  margin-top: 10px;
  pointer-events: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;

}
.news_link:hover span.news__gradient {
    -webkit-animation: opacity-show .6s ease forwards;
    -moz-animation: opacity-show .6s ease forwards;
    -o-animation: opacity-show .6s ease forwards;
    animation: opacity-show .6s ease forwards;
}
@-webkit-keyframes opacity-show{from{opacity:.5}
to{opacity:1}
}
@-moz-keyframes opacity-show{from{opacity:.5}
to{opacity:1}
}
@keyframes opacity-show{from{opacity:.5}
to{opacity:1}
}
@-webkit-keyframes opacity-hide{from{opacity:1}
to{opacity:.5}
}
@-moz-keyframes opacity-hide{from{opacity:1}
to{opacity:.5}
}
@keyframes opacity-hide{from{opacity:1}
to{opacity:.5}
}

.news_link:hover .news_image img
{
    right: 10px;
}
.news_link:hover .news_content_text h3
{
  top: 0px !important;
}
.news_link:hover .news_content_text p
{
  left:0 !important;
  opacity: 1 !important;
}


.shoppingmall
{
       margin: 0 25px 0 0;
    width: calc((200% - 25px)/3);
    position: relative;
}

.shoppingmall span.mall__gradient {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    -webkit-animation: opacity-hide .6s ease forwards;
    -moz-animation: opacity-hide .6s ease forwards;
    -o-animation: opacity-hide .6s ease forwards;
    animation: opacity-hide .6s ease forwards;
}
.shoppingmall p.eyebrow-text {

    background-color: rgba(0,0,0,0.75);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: oblique;
    font-weight: 300;
    right:  10px;
    line-height: 1em;
    margin: 0;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
}

.shoppingmall_link {
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.shoppingmall_link img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    position: relative;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  right: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.shoppingmall_content h3 {
    color: #fff;
    font-size: 31px;
    line-height: 1.27em;
    font-weight: 500;
    position: relative;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    top: 60px;
}
.shoppingmall_content  p {
    color: #fff;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 300;
    position: relative;
    margin-top: 10px;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.shoppingmall_content_text {
    background-color: transparent;
    bottom: 0;
    padding: 25px;
    position: absolute;
    top: auto;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 173px;
}


.shoppingmall_link:hover .shoppingmall_image img
{
    right: 30px;
}
.shoppingmall_link:hover .shoppingmall_content_text h3
{
  top: 0px !important;
}
.shoppingmall_link:hover .shoppingmall_content_text p
{
  right:0 !important;
  opacity: 1 !important;
}

.shoppingmall_link:hover span.mall__gradient {
    -webkit-animation: opacity-show .6s ease forwards;
    -moz-animation: opacity-show .6s ease forwards;
    -o-animation: opacity-show .6s ease forwards;
    animation: opacity-show .6s ease forwards;
}
/* //////////////////////////////////////// */
.thirdrow
{
  display:flex;
  flex-direction: column;
  width: 100%;
}
.thirdrow_first,
.thirdrow_second
{
  display: flex;
  margin: 0 0 25px;
  width: 100%;
  /* height: 273.33px; */
}

.thirdrow_col {
    margin: 0 25px 0 0;
}
.thirdrow_col.radio,
.thirdrow_col.artgallery
 {
    margin: 0;
}
.thirdrow_col
{
  width: calc((100% - 50px)/3);
  }

.radio_link,
.museum_link,
.artgallery_link,
.cinema_link,
.amusementpark_link,
.university_link

{
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.radio p.eyebrow-text ,
.artgallery p.eyebrow-text ,
.cinema p.eyebrow-text ,
.amusementpark p.eyebrow-text ,
.university p.eyebrow-text ,
.museum p.eyebrow-text
{

    background-color: rgba(0,0,0,0.75);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: oblique;
    font-weight: 300;
    right:  10px;
    line-height: 1em;
    margin: 0;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
}
.radio_link,
.artgallery_link ,
.amusementpark_link,
.museum_link,
.university_link,
.cinema_link
{
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.radio_image img,
.artgallery_image img,
.amusement_image img,
.museum_image img,
.university_image img,
.cinema_image img {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  position: relative;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  right: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.radio_content_text h3 ,
.artgallery_content_text h3 ,
.museum_content_text   h3 ,
.amusementpark_content_text h3 ,
.university_content_text h3 ,
.cinema_content_text h3
{
    color: #fff;
    font-size: 24px;
    line-height: 1.27em;
    font-weight: 500;
    position: relative;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    top: 75px;
}
.radio_content_text p ,
.artgallery_content_text p ,
.museum_content_text p ,
.amusementpark_content_text p ,
.university_content_text p ,
.cinema_content_text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.44em;
    font-weight: 300;
    position: relative;
    margin-top: 10px;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.radio_link span.radio__gradient,
.artgallery span.artgallery__gradient,
.amusementpark_link span.amusementpark__gradient,
.museum_link span.museum__gradient,
.cinema_link span.cinema__gradient,
.university span.university__gradient
 {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
    -webkit-animation: opacity-hide .6s ease forwards;
    -moz-animation: opacity-hide .6s ease forwards;
    -o-animation: opacity-hide .6s ease forwards;
    animation: opacity-hide .6s ease forwards;
}
.radio_link:hover span.radio__gradient,
.artgallery:hover span.artgallery__gradient,
.amusementpark_link:hover span.amusementpark__gradient,
.museum:hover span.museum__gradient,
.cinema:hover span.cinema__gradient,
.university:hover span.university__gradient {
    -webkit-animation: opacity-show .6s ease forwards;
    -moz-animation: opacity-show .6s ease forwards;
    -o-animation: opacity-show .6s ease forwards;
    animation: opacity-show .6s ease forwards;
}
.radio_content_text,
.amusementpark_content_text,
.university_content_text,
.cinema_content_text ,
.museum_content_text,
.artgallery_content_text{
    background-color: transparent;
    bottom: 0;
    padding: 25px;
    position: absolute;
    top: auto;
    overflow: hidden;
    pointer-events: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 173px;
}


.radio_link:hover .radio_image img,
.cinema_link:hover .cinema_image img,
.university_link:hover .university_image img,
.museum_link:hover .museum_image img,
.artgallery_link:hover .artgallery_image img,
.amusementpark_link:hover .amusement_image img
{
    right: 30px;
}
.radio_link:hover .radio_content_text h3,
.cinema_link:hover .cinema_content_text h3,
.university_link:hover .university_content_text h3,
.museum_link:hover .museum_content_text h3,
.artgallery_link:hover .artgallery_content_text h3,
.amusementpark_link:hover .amusementpark_content_text h3
{
  top: 0px !important;
}
.radio_link:hover .radio_content_text p,
.cinema_link:hover .cinema_content_text p,
.university_link:hover .university_content_text p,
.museum_link:hover .museum_content_text p,
.artgallery_link:hover .artgallery_content_text p,
.amusementpark_link:hover .amusementpark_content_text p
{
  right:0 !important;
  opacity: 1 !important;
}
/* //////////////////////////////// */

.blankpart
{
  max-width: 1280px;
  height: 115.98px;
  display: flex;
  justify-content:center;
  align-items:flex-end;
}
/* //////////////////// */
.other_project_description
{
   font-size: 27px;
   margin-bottom: .833em;
   word-spacing: -.05em;
}
/* //////////////////// */
.fourthrow,
.sixthrow
{

  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  overflow: hidden;
  position: relative;

}
.pardisfadak,
.towers
{
    width: 33.33333%;
}
.sixthrow
{
  padding-bottom: 47px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 84px;
}


.hotel,
.ihcc

{
    width: 66.66667%;
   border: 1px solid white;
}

.iifc,
.wtc,
.fadak,
.pardisketab
{
  height: 50%;

}

.wtc
{
    border-bottom: 1px solid white;
}
.iifc
{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.fivthrow
{
  display: flex;
  flex-direction: row;
  width: 100%;


}
.eghtesadschool
{
   border: 1px solid white;
   border-top: 0;
   border-bottom: 0;
}
.eghtesadschool,
.meeting
{
  height: 640px;
  width: 50%;
}
.towers
{
  display: flex;
 flex-direction: column;
}

.hotel_gradiant,
.wtc_gradiant,
.iifc_gradiant,
.eghtesad_gradiant,
.meeting_gradiant,
.ihcc_gradiant,
.fadak_gradiant,
.pardisketab_gradiant
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41,47,51,.3);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.hotel_link,
.iifc_link,
.wtc_link,
.eghtesad_link,
.meeting_link,
.ihcc_link,
.fadak_link,
.pardisketab_link
{
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.hotel_textOverlayBackground ,
.iifc_textOverlayBackground ,
.wtc_textOverlayBackground,
.eghtesad_textOverlayBackground,
.meeting_textOverlayBackground,
.ihcc_textOverlayBackground,
.fadak_textOverlayBackground,
.pardisketab_textOverlayBackground{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150%;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.4));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4),rgba(0,0,0,.4));
}
.hotel_text,
.iifc_text,
.wtc_text,
.eghtesad_text,
.meeting_text,
.ihcc_text,
.fadak_text,
.pardisketab_text

{
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.hotel_text h3,
.iifc_text h3,
.wtc_text h3,
.eghtesad_text h3,
.meeting_text h3,
.fadak_text h3,
.ihcc_text h3,
.pardisketab_text h3
{
  position: relative;
  padding: 0 38px 22px 15px;
  cursor: text;
  font-size: 1.5em;
}

.iifc_image img,
.wtc_image img,
.fadak_image img,
.pardisketab_text img
{
  height: 425.66px;
  width: 100%;
}

.eghtesad_image img,
.meeting_image img,
{
  height: 640px;
  width: 100%;
}
.hotel:hover .hotel_gradiant,
.iifc:hover .iifc_gradiant,
.wtc:hover .wtc_gradiant,
.pardisketab:hover .pardisketab_gradiant,
.ihcc:hover .ihcc_gradiant,
.fadak:hover .fadak_gradiant,
.eghtesadschool:hover .eghtesad_gradiant,
.meeting:hover .meeting_gradiant
{
  right:0 !important;
  opacity: 1 !important;
}
/* ///////////////// */
.toprow
{
  display: flex;
  flex-direction: row-reverse;
  height: 87px;
  padding: 20px 0 8px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  font-size: .9em;
  flex-wrap: wrap;
}



.toprow #social a#ff-instagram {
    background-position: 0 -192px;
}
 .toprow #social a#ff-linkedin {
    background-position: 0 -224px;
}
.toprow  #social a#ff-youtube {
    background-position: 0 -767px;
}

.toprow #social a{
    margin-right: 30px;
    background-image: url(/images/97/social-icons.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
 .toprow #social-and-news a {
    color: #fff;
    display: inline-block;
}
.toprow #social a {
    font-weight: 300;
}
 .toprow #social-and-news #social a {
    margin-right: 26px;
}
.toprow #social a#ff-twitter {
    background-position: 0 -512px;
}
.toprow #social-and-news #social a {
    margin-right: 26px;
}
.toprow #social a#ff-facebook {
    background-position: 0 -64px;
}
.toprow #social-and-news #social a {
    margin-right: 26px;
}

footer.section.footer{
  background-color: #00405c;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.12);
  display: block;
  /* padding: 18px 16px; */
  text-align: left;
  max-width: 1600px;
  width: 100%;
   height:100%;
  position:relative ;
}
.toprow .left
{
  padding: 20px 0 8px;
  text-align: center;
  width: 80%;
}
section#social {
  padding-top: 10px;
  padding-bottom: 15px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

span#ff-followus {
    top: -10px;
    color: #fff;
    display: none;
    font-size:1.6em;
}

a#ff-news,a#ff-events,a#ff-maps
{
  padding: 0;
  margin-left: 26px;
  color: #fff;
}
#ff-news div div {
  padding: 0;
    background-image: url(/images/97/newsroom-icons.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
    display: inline-block;
}
#ff-events div div {
  background-image: url(/images/97/newsroom-icons.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
  padding: 0;
  display: inline-block;
}

 #ff-news div div {
    background-position: -3px -65px;
}
#ff-events div div {
   background-position: -4px -34px;
}

#ff-news div  span
{
  padding: 3px 9px 3px 0;

}
#ff-events div  span
{
 
  padding: 3px 9px 3px 0;
}
#ff-news div,
#ff-events div,
#ff-maps div
 {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   font-size:1.6em;
 }
#ff-maps div div {
    padding: 0;
    background-image: url(/images/97/newsroom-icons.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
    display: inline-block;
}
#ff-maps div span {
    padding: 3px 9px 3px 0;
}
.toprow .right
{
  display: flex;
  width: 20%;
}

.centerrow
{
  height: 363px;
  background-color: #005073;
  width: 100%;
  display: flex;
  justify-content: center;
}
.buttonrow
{
  background-color: #00405c;
  height: 54px;

}
.centerrow .col.quarter ul {
  display: flex;
  padding: 1px 10px 0px 15px;
  flex-direction: column;
  align-items: flex-start;
}
.row.quarters
{
  display: flex;
  flex-direction: row;
  float: right;
  /* width: 100%; */
  width:  1280px;
  justify-content: center;
  flex-wrap: wrap;

}
.col.quarter {
  -webkit-flex: 1 0 calc(30% - 02px);
  flex-basis: calc(12.5% );
  width: calc(30% - 5px);
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 168px;
  padding-right: 16px;
}
 .col.quarter ul li {
  margin-bottom: 13px;
    list-style: none;
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
}
.col.quarter a {
  color: #fff;
    font-size: 0.9rem;
    padding: 20px 6px 21px 0;
    position: relative;
    font-weight: 500;
}
.col.quarter ul li a {
    padding: 6px 6px 6px 0;
    position: relative;
    font-size: 1.2rem;
}
.buttonrow ul
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
}

.buttonrow ul li
{
  line-height: 2em;
  margin-bottom: 0;
  padding-right: 20px;
}
.buttonrow ul li a,
.buttonrow ul li span
{
  color: #fff;
  font-size: .7rem;
  font-weight: 300;

  }
.hotel_image,
.iifc_image,
.wtc_image
{
    display: flex;
}


.pardisketab_image,
.fadak_image,
.ihcc_image
{
  display: flex;
}

.pardisketab
{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.fadak
{
      border-top: 1px solid white;
}
.back-button {
    cursor: pointer;
        color: black !important;
        display: none !important;
}

.wc-wide .back-button:before {
    border-color: #007493 !important;
}
.hiddeninlargesizescreen
{
  display: none;
}
/* //////////////////////////////////// */

@media only screen and (min-width: 64em)
{

.maincol {
    margin: 0 12px;
}

}

.event_image {
    width: 50%;
    position: relative;
}
.toprow{
    /* text-align: left; */
    padding: 18px 20px 8px;
}
}

@media only screen and (min-width: 80em)
{
.header_slideshow {
   /* background-size: auto 540px !important; */
   height: 306px !important;
}
.header_slideshow img{
   /* background-size: auto 540px !important; */
   height: 306px !important;
}
}



.main_content
{
  padding: 0 10px;
}


span#ff-followus{
display: inline-block;
}

}
@media only screen and (max-width: 80em)
{
.centerrow
{
  height: auto !important;

}
.row.quarters
{
  width: 90%;
}
}
@media only screen and (min-width: 37.5em)
{
.maincol {
    margin: 0 10px;
    -webkit-flex: 1 0 calc(100% - 2*10px);
    -ms-flex-grow: 1;
    -ms-flex-shrink: 0;
    -ms-flex-basis: calc(100% - 2*10px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 2*10px);
    width: calc(100% - 2*10px);
}
}

@media only screen and (max-width: 1282px)
{
  .event_section
  {
    height: 331.58px;
  }
  .fourthrow
  {
    max-height: 854px;
  }

}

@media only screen and (max-width: 1242)
{
.fourthrow, .sixthrow
{
  max-height: 759px !important;
}
}
@media only screen and (max-width: 1149px)
{
  .event_section
  {
    height: 313px;
  }
  .fourthrow
  {
    max-height: 708px;
  }
  .iifc_image img, .wtc_image img, .fadak_image img, .pardisketab_text img
  {
    height: auto;
  }
}
@media only screen and (max-width: 1080px)
{
  .event_section
  {
    height: 290px;
  }
}
@media only screen and (max-width: 1021px)
{
  .event_content_text h3 {
   color: #007fab;

   line-height: 1.25em;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 300;
}
.event_content_text p {
    font-size: 16px;
    line-height: 1.38em;
    font-weight: 300;
}
  .event_section
  {
    background-color: #e9e9e9;
  }
  .event_content_text p
  {
  right: 0px !important;
  opacity: 1 !important;
  color: #58585b !important;
  }
  .event_content_text h3 {
    top: 0 !important;

  }
}
@media only screen and (max-width: 1023px)
{
  .blankpart
  {
    height: 15px;
  }
}

@media only screen and (max-width: 1023px) and (min-width:990px)
{
   .sixthrow {
    max-height: 728px !important;
}
}
@media only screen and (max-width: 990px) and (min-width:950px)
{
   .sixthrow {
    max-height: 592px !important;
}
}

@media only screen and (max-width: 1023px)
{
  .secondrow
  {
    flex-direction: column;
  }
  .shoppingmall
  {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .shoppingmall_image
  {
    width: 50%;
  }
  .shoppingmall_link img
  {
    transform: scale(1);
  }
  .shoppingmall_content
  {
    background: #e9e9e9;
    right: 50%;
    position: absolute;
    width: 50%;
    height: 100%;
  }
  .shoppingmall_content h3
  {
    top: 0px;
    color: #007fab;
    font-size: 24px;
    line-height: 1.25em;
  }
  .shoppingmall_content p
  {
    right: 0px !important;
    opacity: 1 !important;

  }
  .shoppingmall_content_text p
  {
    color: #58585b !important;
    font-size: 16px;
    font-weight: 300;
  }
  .shoppingmall p.eyebrow-text
  {
    top:20px;
    right:20px !important;
    color: white;
  }
  .news
  {
    width: 100%;
    height: 304px;
  }
  .news_link span.news__gradient,
  .radio__gradient,
  .amusementpark__gradient,
  .artgallery__gradient,
  .museum__gradient,
  .news__gradient,
  .radio__gradient
  {
    background: none ;
  }

  .news-content
  {
    background: #e9e9e9;
    right: 50%;
    position: absolute;
    width: 50%;
    height: 100%;
  }
.news_content_text h3,
.radio_content_text h3,
.artgallery_content_text h3,
.museum_content_text h3,
.amusementpark_content_text h3,
.university_content_text h3,
.cinema_content_text h3
  {
    color: #007fab;
    font-size: 24px;
    line-height: 1.25em;
    top:0;
  }
  .news_content_text p,
  .radio_content_text p,
  .artgallery_content_text p,
  .museum_content_text p,
  .amusementpark_content_text p,
  .university_content_text p,
  .cinema_content_text p
  {
    right: 0px !important;
    opacity: 1 !important;
    color: #58585b !important;
    font-size: 16px;
    font-weight: 300;
    /* word-break: break-all;
    width: 80%; */
  }
  .news_image
  {
    width: 50%;
    height: 100%;
  }
  .news_link img
  {
    transform: scale(1);
  }
  .thirdrow_first, .thirdrow_second
  {
    flex-direction: column;
  }
  .thirdrow_second,
  .thirdrow_first
  {
    height: 100%;
  }
  .radio_image img,
  .artgallery_image img,
  .amusement_image img,
  .museum_image img,
  .university_image img,
  .cinema_image img
  {
    transform: scale(1);
  }
  .radio_image ,
  .artgallery_image ,
  .amusement_image ,
  .museum_image ,
  .university_image ,
  .cinema_image
  {
    width: 50%
  }
  .radio_content,
  .amusementpark_content,
  .artgallery_content,
  .museum_content,
  .cinema_content,
  .university_content
  {

  background: #e9e9e9;
    right: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .thirdrow_col.radio,
  .thirdrow_col.amusementpark,
  .thirdrow_col.artgallery,
  .thirdrow_col.cinema,
  .thirdrow_col.museum,
  .thirdrow_col.university
  {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .blankpart
  {
    height: 15px;
  }
  .hotel
  {
  width: 66.66667%;
  }
}
@media only screen and (max-width: 1054px)
{
.imageinsub
{
display:none !important;
}
}
@media only screen and (max-width: 1384px)
{
  .secondrow
  {
    height: auto !important;
  }

}
@media only screen and (max-width: 1315px) and (min-width:1294px)
{

.sixthrow
{
  max-height: 791px;
}
}
@media only screen and (max-width: 1293px) and (min-width:1023px)
{

.sixthrow
{
  max-height: 770px;
}
}
@media only screen and (max-width: 1315px)
{

.fivthrow
{
  max-height: 557px;
}
.ihcc_image img
{
  width: 100%;
  /* height: 100.0%;
  left: -36.0%; */

}
.hotel_image img
{
  position: absolute;
  left: -0.25px;
  /* width: 133.40611%; */
}
.wtc_image img
{
  height: auto;
}
}
@media only screen and (max-width: 990px)
{
  .event_section
  {
    height: 268px;
  }
  .fourthrow
  {
    max-height: 624px;
  }
  .hotel_image img
  {
    position: absolute;
    left: -0.25px;
    width: 133.40611%;
  }
  .fourthrow
  {
    max-height: 534px;
  }

}
@media only screen and (max-width: 870px)
{
  .event_section
  {
    height: 220px;
  }
   .sixthrow
  {
    max-height: 514px!important;

  }
  .hotel_image img
  {
    position: absolute;
    left: -0.25px;
    width: 133.40611%;
    height: 100%;
  }


  .wtc_image img
  {
    /* position: absolute;
    top: -23%;
    min-height: 100%;
    height: 141%; */
  }
}



@media only screen and (max-width:950px) and  (min-width:777px)
{

     .sixthrow
    {
      max-height: 588px !important;
    }
}
@media only screen and (max-width:776px) and  (min-width:728px)
{
   .sixthrow
  {
    max-height: 526px !important;
  }
}
@media only screen and (max-width: 727px) and  (min-width:697px)
{
   .sixthrow
  {
    max-height: 350px;
  }

}
@media only screen and (max-width: 696px)
{
  .sixthrow
 {
   max-height: 100% !important;
 }


  .fourthrow
  {
    flex-wrap: wrap;
    max-height: 100%;
  }
  .hotel
  {
    height: 639px;
    width: 100%;

  }
  .towers
  {
    flex-direction: row;
    height: 100%;
    width: 100%;
  }
  .iifc_image img, .wtc_image img, .fadak_image img, .pardisketab_image img
  {
    height: 302px;
    width: 100%;
  }
  .eghtesadschool, .meeting
  {
    height: 302px;
    width: 50%;
  }
  .meeting_image img,
  .eghtesad_image img
  {
    width: 109.92679%;
    height: 100.0%;
    left: -20.0%;
  }
  .eghtesadschool
  {
        border-top: none;
        border-bottom: none;
  }
  .fadak, .pardisketab
  {
    height: 302px;
    width: 50%;
  }

.iifc,
.wtc
    {
    width: 50%;
    border-top: none !important;
    }
.sixthrow
{
    flex-direction: column;
    width: 100%;
    max-height: 100%;
}
.ihcc
{
  height: 639px;
  width: 100%;
}
.pardisfadak
{
  flex-direction: row;
  width: 100%;
  display: flex;


}
.pardisketab
{
  border-right: 1px solid white;
}
}
@media only screen and (max-width: 767px)
{

  .top_event_header
  {
    font-size: 24px;
    font-weight: 400;
    /* color: #292828; */
    color: #4d4c4c;
  }
  .top_event_description
  {
  font-size: 16px;
}
  .site_topbar
  {
    height: 57px;
  }
  .menu span
  {
    width: 32px;
  }
  .menu span:nth-of-type(2)
  {
    top: 11px;
    width: 24px;
  }
  .menu span:last-of-type
  {
    top: 22px;
    width: 19px;
  }
  .menu button{
    margin-right: 10px;
  }
  .utilities button>svg {
    height: inherit;
    width: inherit;
}
.utilities button {
    height: 27px;
    margin-left: 10px;
}

#fwt-masthead-overlay-arrow:after
{
  border-width: 10px !important;
    bottom: -10px !important;
}
.arrow-1 {
    left: 64px !important;
}
}
@media only screen and (max-width: 600px)
{

.event_content_text h3,
.shoppingmall_content h3,
.news_content_text h3,
.radio_content_text h3,
.artgallery_content_text h3,
.museum_content_text h3,
.amusementpark_content_text h3,
.university_content_text h3,
.cinema_content_text h3

{
  font-size: 20px;
}
  .hotel, .ihcc,.fadak,.pardisketab,.wtc,.iifc,.meeting,.eghtesadschool
  {
    width: 374px !important;
    height: 374px !important;
  }
  .fourthrow,.fivthrow,.sixthrow
  {
    justify-content: center;
  }
  .towers,.pardisfadak
  {
    flex-direction: column;
    align-items:  center;
  }
  .iifc_image img
   , .wtc_image img,
     .fadak_image img,
     .pardisketab_image img
  {
    height: auto;
  }
  .fivthrow,.sixthrow
  {
    flex-direction: column;
    max-height: 100% !important;
    align-items: center;

  }
  .ihcc_image img
  {
    width: 100% !important;
  }
  .meeting
  {
    border-bottom: 1px solid white;

  }


}
@media only screen and (max-width: 374px)
{
  .meeting
  {
    border-bottom: 1px solid white;
    width: 100% !important;
  }
  .eghtesadschool
  {
    width: 100% !important;
  }
.meeting_image,
.eghtesad_image
{
  height: 100%;
}
}
@media only screen and (max-width: 60em)
{
  .quicktask_content a.icon
  {
    display: none !important;
  }

}

@media only screen and (max-width: 599px)
{

  .quicktask_content li
  {
      min-width: 35% !important;
  }


  .quicktask_content
  {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  column-gap: 20px;
  }
  .news_link img {
    width: 100%;
  }
  .shoppingmall_link,
 .news_link,
 .amusementpark_link,
 .museum_link,
 .cinema_link,
 .artgallery_link,
 .university_link,
 .radio_link
  {
    flex-direction: column;
    /* position:  */
  }
  .shoppingmall_image,
  .news_image,
  .amusement_image,
  .museum_image,
  .cinema_image,
  .artgallery_image,
  .university_image,
  .radio_image
  {
        width: 100%;
  }
  .shoppingmall span.mall__gradient,
  .cinema span.cinema__gradient,
  .news span.news__gradient,
  .amusementpark span.amusementpark__gradient,
  .museum span.museum__gradient,
  .artgallery span.artgallery__gradient,
  .university span.university__gradient,
  .radio span.radio__gradient
  {
    display: none;
  }
  .shoppingmall_content,
  .cinema_content,
  .news-content,
  .amusementpark_content,
  .museum_content,
  .artgallery_content,
  .university_content,
  .radio_content
  {
    position: unset;
    width: 100%;
  }
  .eyebrow-text,
  .shoppingmall_content_text,
  .cinema_content_text,
  .news_content_text,
  .amusementpark_content_text,
  .museum_content_text,
  .artgallery_content_text,
  .university_content_text,
  .radio_content_text
  {
    position: relative;
  }
  .eyebrow-text
  {
    position: relative;
  }
.news
  {
    height: 100%;
  }
  /* .radio p.eyebrow-text
  , .artgallery p.eyebrow-text
  , .cinema p.eyebrow-text
  , .amusementpark p.eyebrow-text
  , .university p.eyebrow-text
  , .museum p.eyebrow-text
  {
  position: relative;
  } */
  .radio_content_text,
  .amusementpark_content_text,
  .university_content_text,
  .cinema_content_text,
  .museum_content_text,
  .artgallery_content_text,
  .shoppingmall_content_text

  {
    height: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width:959px)
{

    .quicktask_content
    {
    -webkit-column-count: 3;
      -moz-column-count: 3;
      -ms-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      -ms-column-gap: 25px;
      column-gap: 25px;
    }
    .quicktask_content li
    {
        min-width: 33%;
    }

}

@media only screen and (max-width: 807px)
{
  .toprow .left
  {
    width: auto !important;
    min-width: 315px;
      padding-left: 27px;
  }
  .toprow .right
  {
    width: auto !important;
    min-width: 334px;
    padding-right: 27px;
padding-bottom: 14px;
  }
  .toprow
  {
    justify-content: center !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 344px)
{
  .toprow .right
  {

    padding-right: 5px;

  }

}
@media only screen and (max-width: 598px)
{

.mainmenu_leveltwo_item
{
  height: 35px;
}
  .mainmenu {
    height: 314px !important;
}
  li.mainmenu_levelthree_item img {
    display: none;

  }
  .mainmenu_levelthree
  {
    flex-direction: column;
  }
 .mainmenu_levelone_item a
  {
        height: 35px;
    width: 100%;
    font-weight: 400;

  }
  .li.mainmenu_levelthree_item
  {
        width: 100% !important;
    font-weight: 400;
  }
.mainmenu_leveltwo {
    width: 100% !important;
    background-color: #006fa0 !important;
    height: 100% !important;
    flex-wrap: wrap;
    /* min-height: 211px; */
    display: flex;
    flex-direction: column;
}
}


@media only screen and (max-width: 768px)
{
    .mainmenu
    {
    height: 502px;
    }
  .event_section
  {
    height: 100%;
    max-height: 100%;
  }
  .event_section_link
  {
    flex-direction: column;
    height: 100%;
  }
  .event_image
  {
    width: 100%;
    height: 80%;
  }
  .event_image img
  {
    width: 100%;
  }
  .event_content
  {
    width: 100%;
    height: 200px;
  }
  .header_center_content .marquee-btn a
  {
        font-size: .8em;
  }
  .header_center_content .headline
  {
      font-size: 1.5em;
  }
  .header_center
  {
    height: 100% !important;
  }
}
@media only screen and (max-width: 1250px)
{
li.mainmenu_levelthree_item
{
  width: 50%;
  padding: 0px;
  padding-bottom: 3px;

}
.mainmenu_levelthree_item_link button
{
  font-size: 0.8em;
}

li.mainmenu_levelthree_item img
{
      width: 100%;
}
}
@media only screen and (max-width: 959px)
{
  .mainmenu_leveltwo_container
  {
    display: none;
  }
  .mainmenu{
    /* height: auto; */
  }
  .mainmenu_levelone_item
  {
  width: 100%;
  }
  .hiddeninlargesizescreen
  {
    display: block !important;
  }
  .hiddeninsmallsizescreen
  {
    display: none !important;

  }
.back-button
{
  display: block !important;

}
  .mainmenu_leveltwo
  {
    width: 100% !important;
    background-color: #006fa0 !important;
    height: 100% !important;
  }
  .selected {

    opacity: 1 !important;
    width: 100% !important;
    right: 0 !important;
    z-index: 10010!important;
}

.mainmenu_leveltwo_container.selected
{
  opacity: 1 !important;
z-index: 10010!important;
display: block!important;
}
  .quicktask_content .content
  {
    height: 30px;
  }
  .quicktasks
  {
    height: auto !important;
    padding: 15px 20px 15px;
  }

}
@media only screen and (max-width: 1024px)
{
  .formsearchisopen {
    height: 42px !important;
    margin: 0 10px !important;
    top: 44px !important;

  }
  .buttonsearchisopen {
      height: 36.4px !important;
      width: 36.4px !important;
  }
#swc-search-clear-button
{
      height: 36.4px;
      width: 36.4px;
}
#swc-search-phrase {
    font-size: 16px;
}
.searchisopen
{
      height: 130px !important;
}
}

.main_content_about {
  max-width: 1150px!important;
  margin: 20px 0;
  width:100%;
}

.breadcrumb {
    /* height: 55px; */
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #4a4a4a;
    /* margin-bottom: 2rem; */
    max-width: 1280px;
    width: 100%;
    direction: ltr;
}
.container
{
    padding: 21px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header_downbar {
    height: 320px;
    /* background-color: #085172; */
    height: 55px;
    background: white;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
}
.breadcrumb a {
    color: #71757f;
    font-weight: 500;
}
.box {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.main_content_about h1 {

    font-size: 38px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #4a4a4a;
}
.main_content_about p
{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #4a4a4a;
    text-align: justify;
    margin-top: 32px;
    direction: ltr;
}
.countainer
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newscontainer
{
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.news_mainpart
{
    padding-right: 58px;
    margin-bottom: 45px;
}
.main_news_image{
  width: 442px;
  height: 292px;
  margin-bottom: 52px;
}
.news_sidepart
{
  width: 410px;
  display: flex;
  flex-direction: column;
  margin-top: 68px;
}
.innews_link
{
  height: 70px;
  margin-bottom: 19px
}
.twitterlink img,
.instagramlink img,
.telegramlink img,
.facebooklink img
{
  height: 28px;
  margin-right: 4px;
}
.relatednews_img
{
      margin-bottom: 65px;
}
h3
{
  margin-bottom: 13.5px;
}
.innews_date
{
  height: 36px;
display: flex;
justify-content: center;
align-items: center;
    font-size: 1.3em;
}
.news_tools
{
  display: flex;

height: auto;

justify-content: space-between;
flex-direction: row;
}
.innews_link_img
{
      transition: all 0.3s ease;
}
.innews_link:hover .innews_link_img {
    transform: scale(1.002);
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px 2px rgba(0,0,0,.15);
}
.news_content
{
    /* min-width: 737px; */
}
.news_title
{
  padding-bottom: 41px;
      font-weight: 600;
    font-size: 1.4em;
    text-align: left;
}

.newsimg
{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.news_summery
{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.socialmediainnews
{
  display: flex;
  flex-direction: row;
  width: 164px;
  justify-content: flex-end;
}

.main_content
{
  align-items: center !important;
}

.main_content
{
    padding: 0 !important;
}

@media only screen and (max-width:423px)
{


  .breadcrumb
  {
    max-width:300px !important;
  }

}

@media only screen and (max-width:526px) and (min-width:424px)
{

  .main_content_about {
    max-width:400px !important;
}

  .breadcrumb
  {
    max-width:400px !important;
  }


}

@media only screen and (max-width: 616px)and (min-width: 527px)
{

  .main_content_about {
    max-width:500px !important;
}

  .breadcrumb
  {
    max-width:500px !important;
  }

}

@media only screen and (max-width: 773px)and (min-width: 617px)
{

  .main_content_about {
    max-width:600px !important;
}

  .breadcrumb
  {
    max-width:600px !important;
  }



}
@media only screen and (max-width: 951px) and (min-width: 774px)
{

  .main_content_about {
    max-width: 700px !important;
}

  .breadcrumb
  {
    max-width:700px !important;
  }


}
@media only screen and (max-width: 1267px) and (min-width: 952px)
{

  .main_content_about
  {
        max-width: 900px !important;
  }
  .breadcrumb
  {
        max-width: 900px !important;
  }
}
  @media only screen and (max-width: 800px) and (min-width:600px)
  {

    .main_content
    {
          padding: 0 20px;
    }
  }

  @media only screen and (max-width: 600px) and (min-width:400px)
  {


    .main_content
    {
          padding: 0 10px;
    }

  }
@media only screen and (max-width: 518px)
  {
    .news_tools
    {
      width: 80% !important;
    }
    .news_title
    {
      margin-right: 10px;
      margin-right: 10px;
    }
  

  }
@media only screen and (max-width: 936px)
{
  .news_sidepart
 {
   display: none ;

 }
}
@media only screen and (max-width: 892px)
{
 
.newsimg
{
  flex-direction: column !important;
}


  .news_mainpart
  {
        padding-left: 0px !important;
  }
  .innews_date
  {
        margin-right: 10px;
  }
  .news_tools
{
      width: 35%;
}
  .relatednews_img
{
      max-width: 200px;
}
.news_content img{
  max-width: 90%;
}
.news_summery
{
    padding: 0 10px;
}
.socialmediainnews
{
  margin-right: 10px;
}
.news_content
{
  padding: 0 17px;
}
.news_content_events
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.relatednews_img
{
    margin-bottom: 20px;
}
.main_news_image
{
  height: auto;
  width: 300px;
  margin-bottom: 15px;
}
}
@media only screen and (max-width: 955px) and (min-width:893px)
{
  .news_mainpart
  {
        padding-left: 44px !important;
  }
  .innews_date
  {
        margin-right: 10px;
  }
  .news_tools
{
      width: 50%;
}
  .innews_link_img
  {
    max-width: 200px;
  }

  .relatednews_img
  {
      max-width: 200px;
  }
  .innews_link
  {
    height: auto;
    margin-bottom: 10px;
  }
  .relatednews_img
  {
    margin-bottom: 20px;
  }
.main_news_image
{
height: 192px;
width: auto;
}
}
  @media only screen and (max-width: 1275px) and (min-width: 956px)
  {
    .innews_link_img
    {
      max-width: 250px;
    }

    .relatednews_img
    {
        max-width: 250px;
    }
    .innews_link
    {
      height: auto;
      margin-bottom: 10px;
    }
    .relatednews_img
    {
      margin-bottom: 20px;
    }
.main_news_image
{
  height: 192px;
width: auto;
}
  }
@media only screen and (max-width: 349px)
{
.header_slideshow
{

  height: 120px !important;

}
.header_slideshow img
{

  height: 120px !important;

}
}
@media only screen and (max-width: 638px) and (min-width: 350px)
{
.header_slideshow
{

  height: 144px !important;

}
.header_slideshow img
{

  height: 144px !important;

}
}
@media only screen and (max-width: 907px)  and (min-width: 639px)
{
.header_slideshow
{

  height: 171px !important;

}
.header_slideshow img
{

  height: 243px !important;

}
}
@media only screen and (max-width:1299px) and (min-width: 908px)
{
.header_slideshow
{

  height: 240px !important;

}
.header_slideshow img
{

  height: 349px !important;

}
}

