/*
    eMotion Theme - Stylesheet
*/
html {
  font-family: "Montserrat", sans-serif;
}
p {
  font-size: 18px;
	font-weight: 300;
}
#bitnami-banner{
	display: none;
}
.vc_custom_heading h3{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: #f2a900;
}
.nav-link {
  text-transform: uppercase;
  font-size: 16px;
}

.nav-primary {
  width: 100%;
	z-index: 11;
}
.banner {
  height: 40rem;
}

.masthead {
  height: 50vh;
  min-height: 500px;
}
hr {
  height: 3px;
}
.video-js .vjs-tech {
    background-color: white!important;
}
.bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.archive-page{
    margin: 0 auto;
    padding-top: 2rem;
	text-align: center;
	}
.bg-section:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.w-icon {
  width: 40% !important;
}
.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
.form-control:focus {
  color: #fff;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}
.nav-primary {
    width: 100%;
    position: fixed;
    z-index: 11;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.img-ridotta{
	width: 57%;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.emotion-logo {
  max-width: 120px;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #333;
}
h1,
h2 {
  font-weight: 800 !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #557cbf;
  border-bottom: none;
}
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #557cbf;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.625rem 0;
}
h1 {
  margin: 0 0 2.125rem 0;
  font-size: 4rem;
  text-transform: uppercase;
}
h2 {
  font-size: 26px!important;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
h6 {
  font-size: 16px;
}

.vc_row.wpb_row.vc_row-fluid.emotion-content-wrapper-vc {
  max-width: 1170px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
header {
  padding-top: 5rem;
}
header hr {
  margin-top: 10rem;
}
.entry-header3 {
  height: 40rem;
  background-size: cover;
  background-position: center;
}
.entry-title {
  color: #fff;
	text-shadow: 2px 2px 3px #333;
}
.icons {
  width: 50%;
  height: 120px;
}
.icons2 {
  width: 110px;
  height: 110px;
}
/*.attachment-full {
  width: 150px;
  height: 120px;
}*/
.form-input {
  width: 100%;
  float: left;
}
.wpcf7-form {
  text-align: center;
}
.wpcf7-textarea {
  width: 100%;
  background-color: transparent;
}
.wpcf7-form-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.wpcf7-form-control,
label {
  color: #fff;
}
::placeholder {
  color: #fff;
}
.wpcf7-submit {
  border: 1px solid #fff;
}
.barra-sinistra {
  float: right;
  width: 30%;
  margin-right: 2%;
  font-family: "Montserrat";
  font-size: 20px;
}
.barra-sinistra a {
  font-weight: bold;
  color: #009a44;
}
.barra-sinistra ul {
  list-style: none;
}
.barra-sinistra h3 {
  margin-left: 36px;
}
.con-barra-sinistra {
  float: right !important;
  width: 80% !important;
}
article img {
  /*width: 30%;*/
  height: auto;
}
li img {
  width: 100%;
  height: auto;
}
.yellow {
  color: yellow;
}
.hr-post {
  width: 5% !important;
  margin: 0.6rem 1rem;
}
article a {
  font-weight: bold;
  color: #009a44;
}
.entry-header2 {
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}
article p {
  /* width: 70%; */
}
.arrow {
  width: 13px;
}
.post-navigation a {
  color: #000;
  font-weight: bold;
}
.post-navigation a:hover {
  color: #009a44;
  text-decoration: none;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-date {
  font-weight: bold;
}
.search-form .search-field {
  border-color: #000;
  width: 100%;
}
.search-form .search-submit {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  font-family: "Montserrat";
  border-radius: 9px;
  width: 10%;
}
.bg-404 {
  background-image: url(http://www.ubcomedy.mn/wp-content/uploads/2017/02/404-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #da291c;
  text-decoration: none;
}
.flex-active-slide {
  color: #000;
}
.flex-caption h2 a {
  font-weight: 300;
  color: #e8740b !important;
  font-size: 25px;
  text-transform: uppercase;
}
.flex-caption p {
  font-weight: 300;

  font-size: 17px;
}
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 0px;
  box-shadow: none !important;
  text-align: left;
}
.flexslider img {
  width: 77% !important;
  display: block;
  margin: 0 auto;
	height: 150px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default;
  width: 85%;
  margin: 0 auto;
}
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wpb_image_grid .wpb_image_grid_ul img {
    
    max-width: 65% !important;
    
	z-index: -11000;
}
.mt-none {
  margin-top: 0px !important;
}
.text-primary {
  color: #007dba !important;
}
.bg-primary {
  background-color: #007dba !important;
}
.border-primary {
  border-color: #007dba !important;
}
.text-warning {
  color: #f2a900 !important;
}
.bg-warning {
  background-color: #f2a900 !important;
}
.border-warning {
  border-color: #f2a900 !important;
}
.icon-text {
  width: 69%;
  height: auto;
}
.numero-icona {
  width: 20px !important;
  height: auto !important;
}
.numero-icona1 {
  width: 15px !important;
  height: auto !important;
}
.btn-outline-primary {
    color: #007dba;
    background-color: transparent;
    background-image: none;
    border-color: #007dba;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007dba;
    border-color: #007dba;
}
.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: #ffffff !important;
}
.wpcf7-response-output{
	color: #fff;
}
#menu-footer-menu{
	list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .nav-primary {
    width: 100%;
    position: static; 
    z-index: 1;
}
	h2{
		font-size: 2rem!important;
	}
	.lang-item{
		
    width: 7%;
    height: auto;

	}
	h1{
		font-size: 1.5rem;
	}
	.barra-sinistra {
    display: none;
  }
	.icon-text {
   display: none;
	}
  article p {
    width: 100%;
  }
  article img {
    width: 100%;
    height: auto;
  }
  .post-navigation .nav-links {
    width: 100%;
  }
  div .wpcf7 {
    width: 100%;
  }
  .search-form .search-submit {
    width: 50%;
    margin-top: 30px;
  }
	.lang-item-4{
	    padding-left: 0;
}
}
.center-ul {
	margin: auto;
	width: 80%;
	margin-bottom: 0!important;
}

.center-ul ul li img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: filter .5s ease-in-out;
}

.center-ul ul li img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	transition: filter .2s ease-in-out;
}

.widget_recent_entries ul {
  padding-left: 0;
}

.widget_recent_entries .post-title {
  font-weight: bold;
  color: #28a745;
}

.widget_recent_entries .post-date {
  font-weight: 400;
  font-size: .9rem;
}