@import url("/templates/turism/font-awesome/css/font-awesome.css");

.zoom:hover .image .text {
    padding-right: 24px;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms
}
.zoom:hover .image .arrow {
    opacity: 0.5;
   filter: alpha(opacity=100);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms
}
.zoom .image img{
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    transition: transform 400ms ease
}
.zoom:hover .image {
    -webkit-transition-duration: 6s;
    -webkit-transform: scale(1.1);
    -moz-transition-duration: 6s;
    -moz-transform: scale(1.1);
    transition-duration: 6s;
    transform: scale(1.1)
}
.zoom:hover .image .overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.link-abs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: transparent;
    transition: all 0.5s ease;
    opacity: 0;
    width: 100%;
    height: 250px;
}

.link-abs:hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

.link-col-text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-weight: 100;
    display: inline-block;
    padding-top: 5px;
}

#pamyatniki {
    z-index: 99999;
}

#dostoprim {
    z-index: 99999;
}

#mestaotd {
    z-index: 99999;
}

#kultsob {
    z-index: 99999;
}

#turmarsh {
    z-index: 99999;
}


.colleft {
	position: relative;
    background: #252525;
    height: 250px;
    left: 0;
    top:0 ;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.colleft button{
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    padding: 6px 12px;
    vertical-align: middle;
    z-index: 1;
}


.colright {
    background: rgba(212, 212, 212, 0.68);
    height: 250px;
    display: block;
    cursor: pointer;
}

.image {
	position: static;
	text-align: center;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
    display: flex;
}

.image img {
	min-width: 100%;
	min-height: 100%;
    width: auto;
    height: auto;
}

.col-md-6 {
	padding: 0px;
}

@media (min-width: 1387px) {
.colright h1 {
    color: #252525;
    font-size: 40px;
    padding-top: 50px;
}
}

@media (max-width: 1386px) {
.colright h1 {
    color: #252525;
    font-size: 30px;
    padding-top: 50px;
}
}

/* #######################  Видео-контейнер ############################ */

@media (max-width: 1040px) {
    .textvideocontainer {
        font-size: 22px !important;
    }
}


.textvideocontainer {
    text-align: center; 
    top:36%; 
    z-index: -99; 
    font-family: serif;
    padding-top: 100px;
}

#background {
    position: fixed;
    padding-top: 200px;
    left: 50%;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    display: flex;
    max-width: none;
}
.videocontainer h1 {
  color: white;
  font-size: 500%;
}


/* #######################  Верхнее Меню ############################ */


@media (min-width: 1024px) {
    #verhmenu1 {
        font-size: 20px;
    }

    .submenu .subiten {
        font-size: 18px;
    }

    .submenu1 {
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    #verhmenu1 {
        font-size: 32px;
    }
}

@media (min-width: 2560px) {
    #verhmenu1 {
        font-size: 45px;
    }
}
#verhmenu1 a {
    color: #F6EDD8;
    text-decoration: none;
}

#verhmenu .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 15px;
}

.navbar-default {
    background-color: rgba(55, 90, 127, 0) !important;
    border-color: transparent;
}

#verhmenu a {
    color: #F6EDD8;
    text-decoration: none;
}

.menu-right {
	width: 100%;
	position: absolute;
}

.menu-left li {
    float: left;
    padding: 10px;
}


.menu-right li {
	float: right;
    padding: 10px;
}

.menu-left {
	width: 100%;
}

.menu-right .iten-right:hover .submenu {
	display: block;
}

.menu-right .iten-right:hover .submenu1 {
	display: block;
}

.iten-right {
	position: relative;
}

.submenu1 {
	display: none;
	position: absolute;
	list-style: none;
	margin-left: -110px;
	background: url("/templates/turism/img/bg1.png");
}

.submenu {
	display: none;
	position: absolute;
	list-style: none;
	background: url("/templates/turism/img/bg1.png");
}

.submenu .subiten > a, a:hover, a:focus {
	text-decoration: none;
}

.submenu .subiten {
	margin-top: 10px;
	float: none;
	padding: 0 10px;
}

#verhmenu1{
	position: fixed;
	z-index: 30000;
	padding-left: 15px;
	padding-top: 40px;
	width: 100%;
    height: 130px;
}

@media(max-width:767px) {
#verhmenu1 {
    display: none;}}


@media(min-width:768px) {
#verhmenu {
    display: none;}
#top_logo {
    z-index: 20000;}

}

#menu .container-fluid {
    margin-right: auto;
    margin-left: auto;
    float: right;
    padding: 10px;
    background: url("/templates/turism/img/bg1.png");
    z-index: 100000;
}  

#menu .collapse.in {
    display: block;
    visibility: visible;
    background: url("/templates/turism/img/bg1.png");
    z-index: 100000;
    padding: 10px;
}

#menu .navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 0px;
    z-index: 10000;
    padding: 10px;
}

#content a {
    color: #000;
}

/* #######################  Контент ############################ */

#content1 {
    padding: 100px 20px 10px;
}

/* #######################  Футер ############################ */

#footer1 {
    padding: 10px;
    left: 50%;
    right: 50%;
}

/* #######################  Фон ############################ */

#content .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: none; */
	background-color: rgb(247, 239, 239);
    border: 2px solid rgb(0, 0, 0);
    border-radius: 4px;
}


.accordionWrapper .title {
    display: block;
    font-size: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    /* text-transform: uppercase; */
    font-weight: bold;
    height: 45px;
    line-height: 20px;
    overflow: hidden;
}

.cat-children a {
    color: #000 !important;
    text-decoration: #F6EDD8 !important;
}
#mod-search-searchword{float: left;}
.table a{
    color: #000 !important;
	text-decoration: #F6EDD8 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

.moduletable h3 span {
    display: inline-block;
}

.vtem_scroller {
    overflow: inherit !important;
}

.vtem_scroller {
    height: auto !important;
}

.vtem_scroller .slides {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding-left: 0px;
}

.vtem_scroller .slides > li.active {
    display: block !important;
}

.moduletable.Popular_News .col-md-12 {
    padding-left: 16px;
    padding-right: 16px;
}

.vtem_scroller h4.vtem_engine_title {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.vtem_scroller .pager {
    position: absolute;
    right: 0px;
    top: -45px;
    margin: 0px;
}

.vtem_scroller .pager {
    height: 40px;
    text-align: center;
}

.vtem_scroller .pager li {
    display: inline-block;
}

.vtem_scroller .pager li.active a{
    background: #04aed2;
}

.vtem_scroller .pager li.active a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.vtem_scroller .pager li a {
    background: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 0px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 0px !important;
    margin: 10px 0px 10px 5px;
}

.jev_evdt span.location {
    font-weight: bold;
}

#feature4 .moduletable {
    background: #F7EFEF none repeat scroll 0% 0%;
    box-shadow: 0px 0px 3px 0px #222;
	padding: 30px;
}

#feature3 .moduletable {
    background: #F7EFEF none repeat scroll 0% 0%;
    box-shadow: 0px 0px 3px 0px #222;
	padding: 30px;
	margin-top: 10px;
}

#feature3 .block {
    padding: 30px !important;
}

.wrapper_feature .moduletable {
    margin-bottom: 0px;
    padding-left: 4%;
    padding-top: 2.5%;
    padding-right: 6%;
}

#feature3 a {
    color: #000;
}

#feature4 a {
    color: #000;
}

#feature4 .btn-primary {
    color: #FFF;
}

.vtem_scroller h4.vtem_engine_title{ font-size:16px; font-weight:normal; text-transform:uppercase; margin-top:10px;}
.vtem_scroller .vt-mod-info{ color:#999; padding-bottom:5px; font-size:90%;}
.vtem_scroller .vt-mod-info span{ display:inline-block; padding-right:10px;}
.vtem_scroller{overflow:inherit !important;}
.vtem_scroller > .pager > li > a:hover,.vtem_scroller > .pager > li > a:focus{ background-color:#ccc;}

.moduletable.Popular_News .vtem-after-text{ display:block; padding-top:10px; border-top:1px solid #ddd; margin-top:20px;}
.moduletable.Popular_News .vtem-after-text ul{ margin:0; padding:0; list-style:none;}
.moduletable.Popular_News .vtem-after-text ul li{ list-style:none; padding:7px 0px;}
.moduletable.Popular_News .vtem-after-text ul li a{ color:#666; font-size:12px; font-weight:bold; display:block;}

@media ( max-width:640px ) {
#slider1 {
		display: none;
	}
}

#br {
	min-height: 410px;
}

.navbar-default .navbar-toggle1:focus {
    background-color: #000;
}

.navbar-default .navbar-toggle1 .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-toggle1 {
    border-color: #000;
    background: #F7EACE none repeat scroll 0% 0%;
}

.navbar-toggle1:focus {
    outline: 0px none;
}

.navbar-toggle1 {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle1 .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle1 .icon-bar + .icon-bar {
    margin-top: 4px;
}

#header {
    position: fixed;
    top: 0px;
	width: 100%;
    height: 130px;
    background: transparent url("/templates/kultura/img/body_bg.png") repeat-x scroll 0% 0%;
    z-index: 1000;
}

#header .section_inn {
    padding-top: 0px;
}

#site_ribbon{
    width: 100%;
    height: 74px;
    line-height: 55px;
    background: transparent url("/templates/kultura/img/old_style_bg.png") no-repeat scroll center center;
}

#home_section {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_top_1_bg.jpg") repeat scroll 0% 0%;
    z-index: 0;
    position: relative;
}

#home_top_botm_bg {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_top_botm_bg.jpg") repeat-x scroll center bottom;
    padding-bottom: 42px;
}

#about_section {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_about_bg.jpg") repeat scroll 0% 0%;
}

#about_section_botm_bg {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_about_botm_bg.jpg") repeat-x scroll center bottom;
    padding-bottom: 38px;
}

#portfolio_section {
    width: 100%;
    background: transparent url("/templates/kultura/img/portfolio_bg.jpg") repeat scroll 0% 0%;
}

#portfolio_section_botm_bg {
    width: 100%;
    background: transparent url("/templates/kultura/img/portfolio_botm_bg.jpg") repeat-x scroll center bottom;
    padding-bottom: 50px;
}

#blog_section {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_blog_bg.png") repeat scroll 0% 0%;
}

#blog_section_botm_bg {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_blog_botm_bg.jpg") repeat-x scroll center bottom;
    padding-bottom: 38px;
}

#contact_section {
    width: 100%;
    background: transparent url("/templates/kultura/img/contact_me_bg.png") repeat scroll 0% 0%;
}

#contact_section_botm_bg {
    width: 100%;
    background: transparent url("/templates/kultura/img/home_contact_botm_bg.png") repeat-x scroll center bottom;
    padding-bottom: 50px;
}

#home_slider_outer {
    background: transparent url("/templates/kultura/img/slider_bg.png") no-repeat scroll 0% 0%;
	width: 66.6666%;
	float: left;
	height: 371px;
}

/* #######################  Menu ############################ */
* {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: outside none none;
}

  
@media (min-width: 992px) {
#menu ul li {
	float: left;
    text-align: left;
    line-height: 95px;
    padding-left: 10px;
}
}

#menu ul li a {
    font-weight: normal;
    display: block;
}

a {
    text-decoration: none;
    color: #f00;
}


.clr {
    clear: both;
}

#top_logo {
    width: 172px;
    height: 178px;
    position: absolute;
    top: 0px;
    left: 50%;
	right: 50%;
    margin-left: -86px;
}

#top_logo a {
    display: block;
}

img {
    border: 0px none;
}

/* #######################  Wraper ############################ */
#wrapper {
    position: relative;
}

.mod-preview-wrapper {
    color: rgb(0, 0, 0);
}

.wrapper_showcase{ 
	position:relative;
}

.wrapper_top {
    z-index: 1;
}

.wrapper_top, .wrapper_header {
    position: relative;
    width: 100%;
}

.section {
    padding: 16px 0 0px;
}

.wrapper_top #top {
    position: relative;
}

..col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.wrapper_top .moduletable, .moduletable.features_overview {
    margin-bottom: 0px;
}

.moduletable {
    margin-bottom: 16px;
}

.com_content.opt-featured .main {
    min-height: 0;
}

.aside {
    padding: 0px 0 16px 0;
}

/*  Search ------------------------------------------------------------------ */
.wrapper_top .search form{ background:#fff; height:40px;}
.com_content.opt-featured .search {margin-bottom:16px;}
.header .moduletable.text-right{ margin-bottom:0px;}
.search .form-inline .btn{ float:right; margin:0; height:40px; position:relative; background:none !important; box-shadow:none;}
.search .form-inline .btn .fa{ color:#666;}
.search .form-inline input.inputbox { box-shadow:none; border:0; height:40px; line-height:40px; width:80%; float:left;}
.ie8 .search .form-inline input.inputbox{ line-height:30px;}
.ie9 .search .form-inline input.inputbox{ line-height:30px;}

a, a:hover, a:visited, a:focus, .wrapper_top .search form input{ text-decoration:none !important; outline:none;}

#searchForm .btn.btn-primary{ margin-top:0px; margin-left:5px;}

button {
z-index: 100000;
}

input, button, select, textarea {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: normal;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}


@media (max-width: 767px) {
.vtem_scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;} 
}

@media (max-width: 991px) {
.vtem_scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;} 
}

@media (max-width: 1199px) {
.vtem_scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;} 
}
	
@media (min-width: 768px) {
.scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;}  
}
	
@media (min-width: 992px) {
.scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;}  
}
  
@media (min-width: 1200px) {
.scroller .slides li img{ display:inline-block !important;}
.search .form-inline input.inputbox{ width:80%; float:left;}
.wrapper_top .search form{ width:100%; height:40px;}
}


#top3 .custom {
    background: #F7EFEF;
	box-shadow: 0 0 3px 0 #222222;
	
}

#top3 img {
	border-radius: 80%;
	height: 100px;
	width: 100px;
	margin-left: 10px;
}


#top3 p{
	margin: 10px 10px 10px;
}

blockquote span.close_soq {
    background: transparent url("/images/content/sc-q.png") no-repeat scroll right bottom;
    padding: 0px 30px 5px 0px;
	opacity: 0.7;
}

blockquote span.open {
    background: transparent url("/images/content/so-q.png") no-repeat scroll left top;
    padding: 5px 0px 0px 30px;
    opacity: 0.7;
}

#top3 blockquote {
    margin: 10px 0px !important;
    border: 0px none;
    opacity: 0.8;
    font-style: italic;
    quotes: none;
    font-size: 100%;
}

#top3 .search {
    background: #F7EFEF;
}

.search {
	padding: 15px;
    margin-bottom: 16px;
	box-shadow: 0 0 3px 0 #222222;
}

.search .form-inline .btn {
    float: right;
    margin: 0;
    height: 40px;
    position: relative;  
    box-shadow: none;
	width: 20%;
	border-radius: 0px;
	background: #04AED2 no-repeat top right !important;
	background-size: contain !important;
}

.btn-primary {
    border: 0;
}


.block{ 
	padding-right:0px;
}

.block{ 
	padding-left:0px;
}

.com_content.featured { 
	position:absolute;
}

#main_inside{ 
	padding:10px 0px;
}

.featured #main_inside{ 
	padding:0px;
}

.featured #main_inside .component{ 
	min-height:0;
}

.com_content.featured { 
	background:none;
}

.component .wapper_box{ 
	padding:20px; 
	background:#fff;
}

#br .moduletable, #lb .moduletable {
    padding: 15px 20px;
    margin-bottom: 16px;
    background-color: rgb(247, 239, 239);
    border: 1px solid #DDD;
    border-radius: 0px;
    box-shadow: 0px 0px 2px 0px #000;
}


#rightmodul {
	padding-top: 20px;
}

#rightmodul .navbar-left {
    float: none !important;
}

#rightmodul .moduletable h3, .separator_lb{
    font-size: 24px;
}

#rightmodul a {
    color: #000;
}

.navbar-form {
    padding: 0px 0px;
    margin: 0px 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.wrapper_footer,.wrapper_copyright{ 
	position:relative; 
	z-index:9;
}

.wrapper_bottom{ 
	padding-top:10px;
}
.wrapper_footer{
	color:#666; 
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.footer1.block .moduletable, .footer2.block  .moduletable, .footer3.block  .moduletable{ 
	padding:20px; 
	background-color:#F7EFEF; 
	min-height:410px;
}


.controls {
padding: 0px;
}

#footer #login-form .control-group .controls input {
    box-shadow: none;
    color: #999;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#footer #login-form .control-group input#modlgn-remember {
    margin-left: 10px;
}

input[type="checkbox"], input[type="radio"] {
    height: auto;
    margin: 4px 5px;
}

#footer #login-form .control-group {
    padding-bottom: 0px;
}

.footer2.block .moduletable{ 
	border-right:1px solid #ddd; 
	border-left:1px solid #ddd;
}

#footer .copyright.block{ 
	padding-top:15px;
}

#contact_section_desc_left {
    float: left;
    border-right: 2px solid #F7EACE;
    padding-right: 4px;
	margin-left: 30px;
}

#contact_section_desc_left h3     {
font-family: "BazarMedium";
}

#contact_section_desc_left h3 {
    color: #F6EDD8;
    border-color: #F7EACE;
}

.section_label {
    font-size: 120px;
}

.section_label {
    line-height: 120px;
    font-weight: normal;
    border-right: 2px solid;
    padding-top: 7px;
}


#contact_section_desc_right p {
    padding-left: 35px;
}

#contact_section_desc_right p {
    color: #F6EDD8;
    padding-bottom: 12px;
    padding-top: 3px;
}

#footer5 {
	box-shadow: 0px 0px 20px 0px #F6EDD8;}


#contact_section_desc {
    width: 100%;
    padding-bottom: 35px;
} 
.wrapper_copyright { 
	background:none; 
	color:#666; 
	padding:0 !important;
}

.moduletable{ 
	margin-bottom:16px;
}

.showcase .moduletable{ 
	margin-bottom:0;
}

.moduletable.features_overview { 
	margin-bottom:0px;
}

.wrapper_top .moduletable { 
	margin-bottom:0px;
	padding-left: 4%;
	padding-top: 2.5%;
	padding-right: 6%;
}

.moduletable h3 span{ 
	display:inline-block; 
}

.separator_br .moduletable h3, .separator_lb .moduletable h3, .lb .moduletable h3{ 
	font-size:36px;
}

.page-header{
	border-bottom-width:3px; 
	border-bottom-style:double; 
	padding-bottom:0; 
	margin-top:0px;
}

.blog .page-header{
	margin:20px 0px 0px;
}

.blog .items-row .page-header{
	border-bottom:none;
}

.blog a.readmore{}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;  
	opacity:0.8 !important;
	filter:alpha(opacity=80) !important;
}

.span12.separator_showcase, .separator_showcase:first-child, .span8.separator_showcase{ 
	margin-left:0px !important;
}


/*  Showcase ------------------------------------------------------------------ */
#showcase .moduletable{padding:20px; color:#666; text-align:center;}
#showcase .moduletable h3 {
   font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#showcase .moduletable:hover .fa {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

#showcase .moduletable .fa {
    border: 7px solid #04AED2;
    font-size: 70px;
    height: 128px;
    width: 128px;
    padding: 20px 0px 0px 20px;
    /* transition: all .5s ease; */
    /* -webkit-transition: all .5s ease; */
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

#showcase .moduletable .fa{
    /* -webkit-transition: all .5s ease; */
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    /* transition: all .5s ease; */
}

#showcase .moduletable .fa-university { color:#04aed2; border: 7px solid #04aed2;}
#showcase .moduletable .fa-book{ color:#e58c01; border: 7px solid #e58c01;}
#showcase .moduletable .fa-hourglass-end{ color:#20A785; border: 7px solid #20A785;}
#showcase .moduletable .fa-child{ color:#e54f4f; border: 7px solid #e54f4f;}
#showcase .moduletable .fa-home {color: #4E20A7; border: 7px solid #4E20A7;}


#showcase .moduletable a .fa{ width:16px; height:16px;  border: 1px solid #999; color:#999; font-size:13px; padding:0 0 0 4px; margin-left:5px;}
#showcase .moduletable a{ color:#999; font-weight:bold; font-size:12px;}
#showcase .moduletable:hover, #showcase .moduletable:hover a{ color:#fff;}
#showcase .moduletable:hover .fa{ color:#fff; border-color:#fff;}
#showcase .moduletable:hover h3{ border-color:#fff;}
#showcase .moduletable:hover {background: #04AED2 none repeat scroll 0% 0%;}

/* menu */

.header{
  box-sizing: border-box;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.menu{
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0px;

  height: 0;
  transform: translate3d(0, -100%, 0);
  opacity: 0;


  position: fixed;
  top: 0;
  left: 0;
}

.menu__list{
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  display: none;

  padding-top: 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu__group{
padding: 5px 0px 5px 35px;
  font-size: 2rem;
  font-weight: 700;
  color: #4c4c4c;
}

.menu__group_active{
  background-color: var(--colorWhite);
  color: var(--colorBlack);
}

.menu__item{
  padding: 8px 25px;
  display: block;
}

/* hamburger */

.hamburger{
  position: relative;
  line-height: 1;
  padding: 20px;
  color: #4c4c4c;
}

.hamburger:before{
  content :"";
  width: 100px;
  height: 100px;
  background-color: var(--colorMain);
  border-radius: 50%;

  position: absolute;
  bottom: -55px;
  left: -35px;
}

.hamburger__button{
  width: 1.4em;
  height: 1em;
  font-size: 40px;

  position: relative;
  text-indent: -9999px;
  z-index: 2;
}

.hamburger__button:before, .hamburger__button:after, .hamburger__label{
  width: 100%;
  height: 20%;
  border-radius: 5px;
  background-color: currentColor;

  position: absolute;
  left: 0;
}

.hamburger__button:before, .hamburger__button:after{
  content:"";
}

.hamburger__button:before{
  top: 0;
}

.hamburger__button:after{
  bottom: 0;
}

.hamburger__button:focus{
  outline: none;
}

.hamburger__label{
  margin-top: -.1em;
  top: 50%;
}

/* activated state */

.js-menu_activated{
  overflow: hidden;
}

.js-menu_activated .menu{
  height: 100%;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.js-menu_activated .hamburger:before{
  width: 100vh;
  height: 100vh;
  transform: translate3d(-50vh, -50vh, 0) scale(5);
}

.js-menu_activated .menu__list{
  display: block;
  padding-left: 60px;
  padding-top: 80px;
  background: #f7eace;
}

.js-menu_activated .hamburger__button:before{
  transform: translate3d(0, -50%, 0) rotate(45deg);
  top: 50%;
}

.js-menu_activated .hamburger__button:after{
  transform: translate3d(0, -50%, 0) rotate(135deg);
  top: 50%;
}

.js-menu_activated .hamburger__label{
  transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
  opacity: 0;
}






   button{
  border: none;
  background-color: transparent;
  padding: 0;
  font-family: inherit;
}

.button{
  cursor: pointer;
  color: var(--colorWhite);
}

.link{
  color: inherit;
}



/*
=====
LEVEL 3. MOBILE ANIMATION STYLES
=====
*/

.menu{
  transition: opacity .2s ease-out;
}

.js-menu_activated .menu{
  will-change: opacity;
  transition-duration: .2s;
  transition-delay: .3s;
}

.hamburger:before{
  will-change: width, height;
  transition: transform .3s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    width .3s cubic-bezier(0.04, -0.1, 0.29, 0.98),
    height .3s cubic-bezier(0.04, -0.1, 0.29, 0.98);
}

.js-menu_activated .hamburger:before{
  transition-duration: 1s;
}

.hamburger__button:before, .hamburger__button:after{
  transition-property: transform;
}

.hamburger__button:before, .hamburger__button:after, .hamburger__label{
  transition-timing-function: ease;
  transition-duration: .15s;
}

.hamburger__label{
  transition-property: transform, opacity;
}

.menu li a:hover {
    padding: 5px 2px;
    border-bottom: 3px solid;
    color: #4c4c4c;
}

.menu li a {
    padding: 5px 2px;
    text-decoration: none;
    border-bottom: 3px dotted;
}

.pagination ul li {
    float: left;   
}

.pull-right {
    display: none;
}

.pagination ul li span{
    padding: 5px;
    border: 2px solid;
    margin: 7px;
}

.pagination ul li a{
    padding: 5px;
    border: 2px solid;
    margin: 7px;
}

.pagination ul li a:hover{
    background: #f7efef;
}

.items-more li a {
    padding: 7px;
    margin-bottom: 7px;
    border: 2px solid;
    background: #f7efef;
    font-weight: 600;
}

.items-more li a:hover {
    padding: 7px;
    margin-bottom: 7px;
    border: 2px solid;
    background: #f7efef;
    font-weight: 600;
}


@media (min-width: 1200px) {
.menu{
  width: 50%;
}
}

@media (max-width: 767px) {
.menu__group{
    width: 50%;
}
}