/*
* Common styles
*/
body{
    padding:0;
    background: linear-gradient(to top, #2071B0, #36C6F1);
    /* background-size: 1px 257px; */
}
.homepage{
    background-color:#002147;
    color:#fff;
    
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.thumb{
    /* height: 100%; */
    width: 25%;
    border-radius: 10px;
    border: 2px solid #ccc;
    /* box-shadow: 0 1px 11px #1fa0e4; */
    float: right;
}

a, a:link, a:visited {
	color: #002d62;
	text-decoration: none;
}

a:hover {
	color: #476A8F;
	text-decoration: none;
}

ul,ol{/* padding:0; */margin:0;}
li{list-style-type:none;}

.main-content ul, .main-content ol { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.main-content ul li, .main-content ol li{
   list-style-type: disc !important;
   list-style-position: inside !important;
   /* margin-left: 15px !important; */
}
.main-content ul ul, .main-content ol ul { 
   list-style-type: circle !important; 
   list-style-position: inside !important; 
   /* margin-left: 15px !important; */
}
.main-content ol ol, .main-content ul ol { 
   list-style-type: lower-latin !important; 
   list-style-position: inside !important; 
   /* margin-left: 15px !important; */
}

/*
* Main content
*/

.aigi-main-wrapper {
    /* padding-bottom:25px; */
    margin:auto;
}

.aigi-main-content {
    box-shadow:inset 0px -14px 7px -8px rgba(0,0,0,0.50);
    /* max-width:61.25em; */
    margin:auto;
    /* color:#666; */
    background: url(/images/backgrounds/bg-light-4868.png);
    padding:1em;
}

.aigi-resource-header{
    margin:0;
    padding-bottom:0.5em;
}



/*
 * -- MAIN MENU STYLES --
 */

.aigi-menu {
    padding: 0.1em 0.1em 0 0.1em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    color:#fff;
    /* z-index: 49 !important; */
    background: #2DA6E5;
    margin-bottom:1em;
    position:relative;
}
.aigi-menu-open {
    background: #012148;
}

.aigi-nav{
    text-align:  center;
    margin:0;
	max-width:70em;
	margin:auto;
	position:relative; 
    font-weight:bold;
}

.aigi-nav > li{
    height: 29px;
    position: relative;
    margin-right: 1.7%;
    margin-top:0.6em;
    display: inline-table;
    zoom: 1;
    vertical-align: middle;
    list-style-type:none;
}

/* .aigi-nav >li.first{
	left:0;
	position:absolute;
} */

.aigi-nav > li a {
    display:block;
    color: #2071b0;
    text-decoration: none;
    height: auto;
    position: relative;
    outline: none;
    padding:0;
    text-transform:uppercase;
    /* letter-spacing:0.05em; */
    font-size:0.875em;
}

.aigi-nav > li.active a {
    margin-bottom: 0;
    border-bottom: 6px solid #2071b0;
}

.aigi-nav > li a:hover,
.aigi-nav > li a:focus {
    background: none;
    color: #0056a2;
}

/* setting up the submenus -----------------------------------------------*/
.aigi-nav ul{
    display:none;
    padding-left:0;
    margin:0;
}
.aigi-nav li:hover ul{
    display:block;
    visibility:visible;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    z-index:1000 !important;
}
.aigi-nav ul li{
    border: 1px solid #BFBFBF;
    border-width: 0 1px 1px 1px;
    height: auto;
    list-style-type:none;
}
.aigi-nav ul li a,
.aigi-nav ul li a:link,
.aigi-nav ul li a:active,
.aigi-nav ul li a:hover{
    color:#666;
    text-align:left;
    text-indent: 0;
    padding: 4px 10px 4px 15px;
    line-height: 130%;
    background: #fff url(../../images/bullet_arrow.gif) 2px 3.5px no-repeat;
    /* font-size:0.6875em; */
    font-size:.8em;
    text-transform:none;
    white-space:normal;
    width:200px;
    border-bottom: none !important;
}
.aigi-nav ul li a:hover{
    background-color: #2274B4;
	color: #fff;
	background-image: url(../../images/bullet_arrow_white.gif);
}

.sidebar-nav ul {
    display:none;
}
/* AIGI WRAPPER LEFT MENU */
.wrapper-aigi-nav{
	position:relative;
	max-width:70em;
	margin:auto;
}

/* LEFT MENU */

.aigi-left-menu h3.left-menu-header,
.aigi-rector-blog h2,
.usersOnline,
.sidebar-header{
	font-size:14px;
	line-height:25px;
	color:#fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	padding:5px 0 5px 10px;
	letter-spacing:1px;
	text-transform:uppercase;
	border:1px solid #e0e0e0;
	border: 1px solid #3d87a8;
	background:#2071B0;
	/* width:90%; */
	margin-top:0;
}

.aigi-left-menu,
.aigi-left-menu ul,
.aigi-left-menu ul li,
.aigi-left-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.aigi-left-menu {
  /* width: 200px; */
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.aigi-left-menu ul ul {
  display: none;
}
.align-right {
  float: right;
}
.aigi-left-menu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #268CC2;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#36aae7, #1fa0e4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.aigi-left-menu > ul > li > a:hover,
.aigi-left-menu > ul > li.active > a,
.aigi-left-menu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}
.aigi-left-menu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
.aigi-left-menu > ul > li:last-child > a,
.aigi-left-menu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.aigi-left-menu > ul > li > a:hover > span::after,
.aigi-left-menu > ul > li.active > a > span::after,
.aigi-left-menu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.aigi-left-menu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.aigi-left-menu ul ul li:hover > a,
.aigi-left-menu ul ul li.open > a,
.aigi-left-menu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
.aigi-left-menu ul ul li:first-child > a {
  box-shadow: none;
}
.aigi-left-menu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.aigi-left-menu ul ul ul li a {
  padding-left: 30px;
}
.aigi-left-menu > ul > li > ul > li:last-child > a,
.aigi-left-menu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
.aigi-left-menu > ul > li > ul > li.open:last-child > a,
.aigi-left-menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
.aigi-left-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
.aigi-left-menu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.aigi-left-menu ul ul li.active > a::after,
.aigi-left-menu ul ul li.open > a::after,
.aigi-left-menu ul ul li > a:hover::after {
  border-color: #ffffff;
}

/* Module */

.module {
    background: rgba(255,255,255,1.0);
    /* border: 1px solid #ccc; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    padding: 5px;
    position: relative;
}

/* Rector blog */

.aigi-rector-blog{
    margin-bottom:1em;
}

/* Aigi greeting */
.aigi-greeting{
    /* background:#ebedee; */
    padding:1em;
    margin-bottom:1em;
}

.aigi-greeting h4{
    font-size: 1em;
    margin: .83em 0;
}
.aigi-greeting .thumb{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float:none;
}

/* Article teasers style */
.aigi-teasers{
    margin:auto;
    /* background:url(../../images/horizontal_dash_light.gif) top left repeat-x; */
}


.aigi-teasers .article{
    width: 100%;
    border-bottom: 2px solid #ccc;
    /* padding: 5px; */
    float:left;
    /* width:50%; */
    width:100%;
    margin-bottom:1em;
    /* padding-bottom: 1em; */
}
.aigi-teasers .article:hover{
    /*  border-radius: 5px;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 15px #2DA6E5;
        -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; */
}
.aigi-teasers .article a{
    display:inline;
}

.aigi-teasers .article span {
    background: url("../../images/arrow.gif") left 0.5em no-repeat;
    margin-left: 3px;
    text-indent: -9999px;
    display: inline;
    padding: 0 0 0 4px;
}
.aigi-teasers img{
	/* opacity:.9; */
}

.article-image{
    float:left;
    padding:0 10px 10px 0;
}

.article{
  
}
.article h4{
    font-size: 15px;
    margin:0px 0px 10px 0px;
}
.aigi-article-content{
    
}

.article img{
	/* width: 29%; */
}

.slider{
    /* margin-top:1.875em; */
}

.sidebar-header-wrapper{
    
}


.aigi-menu-open.sidebar-menu{
    background:#fff;
    border:0;
    z-index:0 !important;
}
.sidebar-menu{
    /* background:#fff; */
    border-bottom: 1px solid #d5d5d5;
    margin: 4px 0 20px 0;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 98%;
    z-index:0 !important;
}

.sidebar-menu .sidebar-nav{
    background:#fff;
    z-index:0 !important;
    padding-left:0;
    margin:0;
}
.sidebar-nav li{
    border-top:1px solid #ccc;
}
.sidebar-nav li.last{
    border-bottom:1px solid #ccc !important;
}
.sidebar-nav li a,
.sidebar-nav li a:hover{
    text-decoration: none;
    background: url('../../images/bullet_arrow.gif') 3px 1.1em no-repeat;
    display: block;	
    /* height:auto; */
    
    padding: 5px 0 5px 15px;
    font-size:0.8em;
    white-space:normal;
    /* overflow:hidden; */
}
.sidebar-nav li a.folder{
    background: url('../../images/folder-close.png') 0 0.5em no-repeat;
    padding-left:25px;
}

.sidebar-nav li a:hover{
    background-color:#fff;
    text-decoration:underline;
    color:#444;
}

.header-background{
	background: linear-gradient(to top, #2071B0, #36C6F1);
	/* background: url('http://fonforsite.ru/_ph/26/2/733363492.jpg?1481301489') hsla(0, 0%, 0%, 0.5); */
	background-color: #2071B0;
	background-size:contain;
	/* background-size: 200px 200px; */
	height:220px;
	margin:auto;
}

.header-background-logo-wrapper{
    max-width:63.25em;
    margin:auto;
    position:relative;
    /* padding-top:10px; */
}

/* Header */
.left-header-part{
    width:59%;
    /* background:#ccc; */
    height:200px;
    float:left;
}
.right-header-part{
    width:41%;
    /* background:#d00; */
    height:200px;
    float:left;
}

.sitename{
    /* width:100%; */
    height:20px;
    /* background:#ccc; */
    /* margin-top:10px; */
    
    font-size:1.5em; 
    font-weight:bold;
	line-height:20px; 
	color:#fff; 
	text-shadow:1px 1px 5px #000; 
	padding:10px 0 2px 0; 
	letter-spacing:1px; 
	text-transform:uppercase; 
	/* border:1px solid #e0e0e0; 
	border: 1px solid #3d87a8;   */
	/* background:#67ABC9; */
	/* width:100%; */
    text-align:center;

}

.sitename-atyrau{
	font-size: 3em;
	color: #EAD791;
	/* text-decoration: underline; */
	margin-bottom: 10px;
	font-family:Georgia;
}

.sitename-wrapper{
	width:98%;
	margin:auto;
	padding-top:10%;
	/* margin-top:0; */
	/* background-color:#3498DB; */
}

.ornament{
	/* margin-top:px; */
}

.logo{
    background:url(../../images/лого150.png) no-repeat;
    height:160px;
    margin-top:35px;
    float:left;
    min-width:26.35%;
    margin-left:15px;
}

.aigi-building{
    float:left;
    margin-top:10px;
    width:69.5%; 
    /* background:url(../../images/aigi_logo_nb.png) no-repeat; */
	/* background-color:#67ABC9; */
    background-size:cover;
    height:194px;
	/* border:1px solid #e0e0e0; 
	border: 1px solid #3d87a8;   */
	/* border:3px solid #181DB1; */
	/* border: 2px solid #00AFCA; */
}

.wrapper-slider{
    background:transparent;
    height:200px;
    margin-top:10px;
    float:right;
    width:100%;
}


.wrapper-undermenu-slider{
    /* background:#c0c; */
    height:140px;
    margin-top:10px;
    /* float:right; */
    /* width:210px; */
}
.wrapper-undermenu-slider .content-slider-bg{
    height:140px !important;
}
.wrapper-undermenu-slider .content-slider-bg #content-slider-undermenu{
    height:140px !important;
}

.main-content{
    /* padding:0 1em; */
    font-size:14.5px;
    padding:0px 10px 10px 10px;
}

.main-content h2{
    text-align: left;
	margin:.5em 0;
	border-bottom: 2px solid #ccc;
}

.left-sidebar-content{
    margin-bottom: 1em;
        background: none repeat scroll 0 0 #f5f5f5;
    box-shadow: 0 1px 4px;
    border: 1px solid #ccc;
    padding: 5px;
}

.right-sidebar-content{
    /* padding:0 0 1em 1em; */
}

.right-sidebar-content img{
	width:100% !important;
}

/****** aigi-siteinfo BEGIN ******/

.aigi-header-line {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0px -14px 7px -8px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0px -14px 7px -8px rgba(0,0,0,0.50);
    box-shadow: inset 0px -14px 7px -8px rgba(0,0,0,0.50);
    background: url(/images/backgrounds/bg-light-4868.png);
    color: #2071b0;
}
.h-container {
        width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.h-valign-mid {
    vertical-align: middle;
}
.h-left {
    padding: 10px;
        float: left;
}
.h-right {
    text-align:right;
}

.aigi-siteinfo{
	font-size: 0;
}
.aigi-siteinfo_item {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
.aigi-siteinfo_item:first-child{
	margin-left: 0;
}
@media(max-width:960px){
	.aigi-siteinfo_item_mail{
		display: none;
	}
}
@media(max-width:768px){
	.aigi-siteinfo_item_address{
		display: none;
	}
}
@media(max-width:960px){
.aigi-siteinfo_item {
	padding:10px;	
}}
@media(max-width:768px){
.aigi-siteinfo_item {
	padding:10px;	
}}
.aigi-siteinfo_ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.aigi-siteinfo_text {
    color:#2071b0;
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}
.aigi-siteinfo_text_phone {
	white-space: nowrap;
}
/****** END aigi-siteinfo ******/

/* Footer styles */

.footer{
    -webkit-box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    padding: 2px;
    /* border: 6px solid #F5F5F5; */
    background: url(/images/backgrounds/bg-light-4868.png);
    /* max-width:980px; */
    margin:auto;
    /* color:#002147; */
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}

/* Royal Slider */
.contentSlider {
  width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
  background: #1B395E;
  color: #000;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
  background: #1B395E;
}
.contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: bold;
}
.contentSlider img {
  max-width: 100%;
  height: 200px;
  display: block;
}
.content-slider-bg {
  width: 100%;
  /* background: #1B395E; */  
  margin-bottom:1em;
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #1B395E !important;
	color: #FFF;
		height: 800px;
}

.royalSlider {
  width: 100%;
  height: 200px;
}

.wrapper-undermenu-slider .royalSlider{
    height: 140px;
}

.royalslider-image-text-wrapper{
    position:relative;
}
.royalslider-image-text-wrapper{
    position:absolute;
    bottom:0;
    left:0;
    z-index:10;
    background:url(../../images/image-bg.png) repeat 0 0;
    padding:5px 0;
    min-height:1.7em;
    height:auto !important;
    color:#fff;
    width:100%;
}
.royalslider-image-text{
    width: 360px;
    min-height: 1.7em;
    height: 1.7em;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 1em;
    font-size:0.75em;
}

.pure-g-r img{
  max-width:100%;
  height:auto;
  display: block;
  margin:auto;
}

/* Breadcrumbs */
.breadcrumbs{
  overflow: hidden;
  width: 100%;
}

.breadcrumbs li{
  float: left;
  margin: 0 .5em 0 1em;
}

.breadcrumbs a{
  font-size:small;
  font-weight:bold;
  background: #2071B0;
  padding: .7em 1em;
  float: left;
  text-transform:uppercase;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  position: relative;
}

.breadcrumbs a:hover{
	color:black;
  background: #ddd;
}

.breadcrumbs a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #2071B0 #ddd #2071B0 transparent;
  left: -1em;
}

.breadcrumbs a:hover::before{
  border-color: #ddd #2071B0 #ddd transparent;
}

.breadcrumbs a::after{
	
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #2071B0;
  right: -1em;
}

.breadcrumbs a:hover::after{
  border-left-color: #ddd;
}

.breadcrumbs .current,
.breadcrumbs .current:hover{
  font-weight: bold;
  background: none;
}

.breadcrumbs .current::after,
.breadcrumbs .current::before{
  content: normal;
}

/* Rector blog */
.aigi-rector-blog h2{
    margin-top:0 !important;
}

/* SimpleSearch form */

.sisea-search-form{
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 100px; */
    visibility: visible;
}
.sisea-search-form fieldset{
    border:none;
}
.sisea-search-form label{
    display:none;
}

/* Aigi pagination */
.aigi-paginator{
    padding: 10px;
    padding-left:0;
}
.aigi-paginator li{
    float:left;
    list-style-type:none;
    padding-left:0.5em;
}

.aigi-paginator a{
    text-decoration:none;
    padding:3px 5px;
    border:1px solid #ccc;
    font-size:0.8em;
}

.aigi-paginator a:hover{
    text-decoration:underline;
}

.aigi-paginator .aigi-last-page,
.aigi-paginator .aigi-first-page,
.aigi-paginator .aigi-prev-page,
.aigi-paginator .aigi-next-page{
    font-weight:bold;
}

.aigi-paginator .aigi-current-page{
    background:#002147;
    color:#fff;
}


/* Carousel block*/


.carousel_block_wrapper {background: linear-gradient(to top, #2071B0, #36C6F1);position:relative;/* max-width:52.25em; */margin:auto;overflow:hidden;/* margin-bottom:2em; */padding: 1em;}

.carousel_block_wrapper #nextbanner { margin: 1em;display:block; position:absolute; top:10px; right:7px; width:38px; height:73px; background:url(../../images/banners/icons/arrow2_right.png) no-repeat 0 0; text-indent:-9999px; }
.carousel_block_wrapper #prevbanner { margin: 1em;display:block; position:absolute; top:10px; left:7px; width:38px; height:73px; background:url(../../images/banners/icons/arrow2_left.png) no-repeat 0 0; text-indent:-9999px; }

.carousel_block{
    max-width:44em !important; margin:auto; overflow:hidden;
}
.carousel_block_wrapper .carousel_block .caroufredsel_wrapper{ max-width:44em !important;}
.carousel_block ul { list-style:none; margin:0; padding:0; }
.carousel_block ul li { float:left; width:217px; height:91px; border:1px solid #bababa; border-radius:10px; padding:0; margin:0 7px; }
.carousel_block ul li a img { width:215px; height:89px; border:1px solid #f1f1f1; border-radius:10px; }
.carousel_block ul li span { display:none; }

.carousel_block { position:relative; width: 44em; margin:0 auto; overflow:hidden; }
.carousel_block ul { list-style:none; margin:auto !important; padding:0; }
.carousel_block ul li { float:left; width:217px; height:91px; background-color:#e9e9e9; border:1px solid #bababa; border-radius:10px; padding:0; margin:0 7px; text-align:center; }
.carousel_block ul li span { display:none; }


/* Aigi news ticker */

/* aigi-news-ticker */

#aigi-news-ticker {
	max-width: 100%;
	margin: auto;
    padding-left:0;
    padding:0.5em;
}

#aigi-news-ticker-container {
	text-align: center;
}

#aigi-news-ticker-container i {
	/* font-size: 36px; */
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#aigi-news-ticker-container i:hover {
	color: #333;
}

#aigi-news-ticker li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	height: auto;
	padding: 1em;
	line-height: 30px;
	list-style: none;
	font-size: 0.8em;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#aigi-news-ticker li:hover {
	background: #FFF; 
}

.aigi-galleryarticle .royalSlider{
    /* height:28em; */
}
.aigi-listresources .royalSlider{
	/* height:20em; */
}

.aigi-main-blocks .article{
	/* background:url(../../images/bg_main_blocks.png) left bottom repeat-x; */
}

.aigi-marquee{
    background-color: gainsboro;
    /* border: 1px dashed; */
    color:red;
    font-weight:bold;
    font-size: small;
    padding: 10px;
    margin-bottom: 11px;
    opacity:0.8;
}
.main-menu{
    -webkit-box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    box-shadow: inset 0px 14px 7px -8px rgba(0,0,0,0.50);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    position:relative;
    height: 100%;
    width:100%;
    margin:auto;
    background-color: white;
    background: url(/images/backgrounds/bg-light-4868.png);
}

.aigi-babel-links{
    position:absolute;
    
}
.aigi-babel-links li{
    margin:2px;
    float:left;
}

.main-content ul.aigi-paginator li{
    list-style-type:none !important;
}

.header-background .pure-g-r .pure-u-1 {
    display:block;
}

.aigi-hot-news .p{
    font-weight: bold;
    margin: 5px;
    font-size: 14px;
}
.usersOnline{
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    /* margin-top:10px; */
    /* width:200px; */
}
.rsMinW .rsBullets {
	display:none;
}
.publishedon, .full-article{
    float: left;
    font-weight: bold;
    color: #002D62;
    /* border: 1px solid #CCCCCC; */
    padding: 5px;

    margin: 5px 10px 10px 0px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.full-article:hover {
    background: rgba(220, 220, 220, 0.81);
}

.aigi-main-blocks {
    background-color: #98c6a0;
    border: 2px outset;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* ------------ MOBILE/TABLET RESPONSIVE ------------ */

@media all and (max-width: 1023px) {
	.right-header-part {
	display: none;
	}
	.article-image {
	display: none;
	}
	.left-header-part {
	float: none;
	}
	.left-header-part {
	    width:100%;
	}
	.sitename-wrapper {
	    width: 100%
	}
}

@media all and (max-width: 593px) {
     .logo {
     display:none;
     }
    .aigi-building {
        width: 100%;
    }
}
}