
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");

@import url("custom.css");  
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: roboto,'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #546E7A;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

p.minis{
  padding-left: 15px;	
}

:required {
  /* background: red; */
  color: red;
  border: 1px solid red;
}

a:hover, a:focus {
  color:#4ec33d;
}


a {
  color: #00dfcf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.slider {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.slider:hover, a.slider:focus {
  color:#00aca0;
}

.navbar {
	box-shadow: 0 10px 10px rgba(0,0,0,.2) !important;
}


a[href^="http://www.hotelsolan.cz/en/ubytovani/"] {
    background: url(../img/externi.png) center left no-repeat;
    padding-left: 13px;
}

a[href^="https://www.hotelsolan.com/"] {
    /*background: url(../img/externi.png) center left no-repeat;*/
    padding-left: 13px;
}

a[href^="http://www.springer.com/lncs"] {
    background: url(../img/externi.png) center left no-repeat;
    padding-left: 13px;
}
a[href^="https://ocs.springer.com/ocs/conference/submitpaperto/HPCSE2021"] {
    background: url(../img/externi.png) center left no-repeat;
    padding-left: 13px;
}

a[href^="https://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0"] {
    background: url(../img/externi.png) center left no-repeat;
    padding-left: 13px;
}

a[href$='.pdf'] {
	/*display: inline-block;*/
	padding-left: 25px;
	overflow: visible;
	/* background: transparent url("../img/pdf.gif") 0% 10% no-repeat; */
	/* padding-right: 0 !important; */
}

a[href$='.PDF'] {
	/*display: inline-block;*/
	padding-left: 25px;
	overflow: visible;
	background: transparent url("../img/pdf.gif") 0% 10% no-repeat;
	padding-right: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}

table tr.licha td {
	border-top: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	background: none repeat scroll 0 0 #f9f9f9;
}

table tr th {
    background: none repeat scroll 0 0 #666;
    border-bottom: 5px solid #4190dc;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 12px 16px;
}

th, td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: .15em;
}
.td__center{
	vertical-align: middle; 
	text-align: center; 
	margin: 0 auto;
}

.header_tab {
	margin-top: 1em;
}

.header_tab tr:hover{
	background: none !important;
}

.header_tab  td {
	padding: .5em;
}

.mezera td {
	padding: .5em;
}

.stred {
	margin-right: auto;
	margin-left: auto;
}

span.chair{
	font-style: italic;
	
}

span.name{
	font-style: italic;
	
}

span.post{
	font-weight:600;
	color:#35454d;
}



#participants {
    font-size: 90%;
}

#participants .poradi {
    padding-right: 1em;
    text-align: right;
    width: 4%;
}
#participants .name {
    width: 30%;
}
#participants .institute {}

.right {
	text-align: right;
}

.bold {
	font-weight: 400;
}
.top {
	vertical-align: top;
}

.sirka {
	width: 50%;
}

.error {
	color: red;
	font-size: small;
}


table.logo {
	width: 100% ;
}

td.logo {
	width:14%;
}

.logo-head {
	max-height:95px;
}

.children {
    width: 195px;
    height: 150px;
    /* background: #cf0; */
    margin: 10px;
    display: inline-block;
}
.logos {
  text-align:center;
}

/* img.logo {
	max-height: 85px;
	/* margin-right: 10px; 
	display: inline-block;
    vertical-align: middle;
    position: relative;
} */

.logo{
    /* height: 500px; */
    position: relative;
}

.logo img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 110px;
}

.acco {
	min-height:200px !important;
}



h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #263238;
}
h1{
	  font-size: 40px;
}

h2{
	  font-size: 36px;
}
h3{
	  font-size: 32px;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
}
h4{
	  font-size: 28px;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;	  
}
h4{
	  font-size: 24px;
}

h3.norm {
  font-weight: 400 !important;	
  color: #7d7270 !important;
  font-size: 20px !important;
  text-align: center;
}

h3.in {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem !important;
	font-weight: 400 !important;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

h4.norm {
  font-weight: 400 !important;	
  font-size: 20px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;

}

ul.fee {
	padding: 13px 20px 0px 30px;
	min-height: 200px;
}

ul.fee li {
    margin: 0 0 1em 0;
    padding: 0 .5em 0 0; /* make space for li's :before */
	text-align: left !;
	padding: 5px;
    border-bottom: 1px solid #dddddd;
}

ul.fee li:last-child {
	border-bottom: 1px solid #dddddd !important;
	 border: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #00aca0 !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: roboto,'Montserrat', sans-serif;
  font-weight: 300;
  color: #263238;
  position: relative;
}

.section-header .section-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
  background: #00aca0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.section-header span {
  font-size: 40px;
  color: rgba(255,166,120,0.25);
  /* color: rgba(0, 172, 160,0.3); */
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.button {
	background-color: #00aca0;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.button:focus,
.button:active {
  box-shadow: none;
  outline: none;
  color: #000;
  background-color: #00aca0;
}

.button-reg {
  background-color: #00aca0;
  position: relative;
  z-index: 1;
  padding: 5px 12px;
  border-radius: 30px;
}

.button-common:hover {
  color: #fff;
  background-color: #00aca0;
}

.button-effect:hover:after {
  width: 100%;
}

.button-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #00aca0;
  color: #000;
}

.button-border:hover {
  color: #ffffff;
  background-color: #00aca0;
}

.button-lg {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 50%;
}

.button-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

/* table button */

.butt {
  background-color: #00aca0;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.butt:focus,
.butt:active {
  box-shadow: none;
  outline: none;
  color: #000;
  background-color: #00aca0;
}

.butt-reg {
  background-color: #00aca0;
  position: relative;
  z-index: 1;
  padding: 5px 12px;
  border-radius: 30px;
}

.butt-common:hover {
  color: #fff;
  background-color: #00aca0;
}

.butt-effect:hover:after {
  width: 100%;
}

.butt-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #00aca0;
  color: #000;
}

.butt-border:hover {
  color: #ffffff;
  background-color: #00aca0;
}

.butt-lg {
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 75%;
}

.butt-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

/* end table button */

.btn-common {
  background-color: #00aca0;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #00aca0;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00aca0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background-color: #00aca0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #00dfcf;
  opacity: 0.5;
  filter: alpha(opacity=80);
}

.overlay1 {
  background: #badad4;
  opacity: 0.5;
}

.overlay2 {
  background: #e1ffc8;
  opacity: 0.5;
}

.overlay3 {
  background: #4ec33d;
  opacity: 0.5;
}

.overlay4 {
  background: #626f78;
  opacity: 0.8;
}

.overlay5 {
  background: #00dfcf;
  opacity: 0.5;
}

.overlay6 {
  content: "";	
  background: #fffec8;
  opacity: 0.5;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
ul li.nav-item {
	text-transform: uppercase;
}
   
   .bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #00dfcf;
}

.menu-bg .logo-menu a {
  color: #00dfcf;
}

.menu-bg .navbar-nav .nav-link {
  color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #00dfcf !important;
}

.menu-bg .navbar-nav .active {
  color: #00dfcf !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
  background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  z-index: 999;
  padding: 5px;
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #00aca0;
}

.bg-white .logo-menu a {
  color: #00aca0;
}

.bg-white .navbar-nav .nav-link {
  color: #263238 !important;
}

.bg-white .navbar-nav .nav-link:hover {
  color: #00aca0 !important;
}

.bg-white .navbar-nav .active {
  color: #00aca0 !important;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00aca0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 50%;
}

.navbar-brand img {
  max-width: 200px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #00aca0;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #00aca0;
}

.navbar-expand-md .navbar-toggler {
  background: #00aca0;
  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
  background: #3e3a3a;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.menu-bg .collapse.show {
  background: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #00aca0;
  color: #00aca0;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #1abc9c;
  opacity: 0.7;
}

.hero-area .contents {
  padding: 160px 0 140px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 25px;
}

.hero-area .contents h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  text-transform: uppercase;
}

.hero-area .banner_bottom_btn {
  margin-top: 40px;
}

.hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hero-area .banner_bottom_btn i:hover {
  color: #1abc9c;
}

.intro-img {
  padding: 148px 0 0px;
}

.intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
  background: url(../img/bg/hero-area-2.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.hero-area-2 .contents {
  padding: 160px 0 140px;
}

.hero-area-2 .contents h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
}

.hero-area-2 .contents h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 700;
}

.hero-area-2 .contents h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.hero-area-2 .contents p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

.hero-area-2 .contents .header-button {
  margin-top: 30px;
}

.hero-area-2 .contents .btn {
  margin: 10px;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul {
  position: relative;
}

.hero-area-2 .contents .tag-type ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.hero-area-2 .contents .tag-type ul li a {
  color: #fff;
  text-transform: uppercase;
}

.hero-area-2 .contents .tag-type ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: -5px;
  border-radius: 50%;
}

.hero-area-2 .contents .tag-type ul li:before:last-child {
  display: none;
}

.hero-area-2 .contents .tag-type ul li:last-child:before {
  background: transparent;
}

.hero-area-2 .contents .tag-type ul:before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: -45px;
}

.hero-area-2 .contents .tag-type ul:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  top: 20px;
  margin-left: 6px;
}

.hero-area-2 .contents .arrow-down-icon {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
  border-radius: 50%;
  font-size: 18px;
}

.hero-area-2 .contents .arrow-down-icon a {
  color: #fff;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}

#video-area .contents {
  padding: 160px 0 80px;
}

#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 70px;
}

#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

#video-area .banner_bottom_btn {
  margin-top: 40px;
}

#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#video-area .banner_bottom_btn i:hover {
  color: #1abc9c;
}

/* ==========================================================================
  About Section Style
   ========================================================================== */
#about {
  position: relative;
  background: #f9f9f9;
}

#about .box-item {
  padding: 15px 0;
}

#about .box-item .icon {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .icon i {
  color: #1abc9c;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .box-item .text {
  margin-left: 64px;
}

#about .box-item .text h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

#about .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#about .show-box {
  margin: 30px 40px;
}

/* ==========================================================================
  About Area
  ========================================================================== */
#about-area .about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  margin-top: 60px;
}

#about-area .about-thumb img {
  width: 100%;
  height: auto;
}

#about-area .about-thumb-2 {
  position: absolute;
  z-index: 5;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
  background: #f9f9f9;
}

#clients .client-item-wrapper {
  text-align: center;
  margin: 0 5px;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#clients #clients-scroller img:hover {
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

/* ==========================================================================
    call to action
   ========================================================================== */
#cta {
  background: url(../img/bg/bg-cta.jpg) fixed;
  background-size: cover;
}

#cta h5 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

#cta .btn {
  margin: 30px 10px;
}

.call-action {
  /* background: #f9f9f9; */
}

.call-action .cta-trial h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.call-action .cta-trial p {
  margin-bottom: 30px;
}

/* ==========================================================================
 Video promo Style
 ========================================================================== */
.video-promo {
  background: url(../img/bg/video.jpg);
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content h2 {
  margin-top: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f9f9f9;
}

#portfolios .mix {
  padding: 0px;
}

#portfolios .portfolio-item {
  padding: 10px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #1abc9c !important;
  border-color: #1abc9c;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  color: #fff;
  cursor: pointer;
}

.shot-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shot-item img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4000ms;
  -o-transition-duration: 4000ms;
  transition-duration: 4000ms;
}

.shot-item .single-content {
  background-color: rgba(22, 26, 39, 0.7);
  opacity: 0.90;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}

.shot-item .single-content .fancy-table {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shot-item .single-content .fancy-table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shot-item .single-content .zoom-icon a {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.shot-item .single-content a {
  color: #fff;
  font-size: 16px;
}

.shot-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shot-item:hover .single-content {
  opacity: 0.8;
}

/* Services Item */
.item-boxes {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin: 15px 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon {
  margin-bottom: 10px;
}

.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #1abc9c;
}

.item-boxes h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.item-boxes p {
  margin: 0;
}

.item-boxes:hover {
  background: transparent;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item {
  padding: 30px 15px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  width: 60px;
  height: 60px;
  background: #f9f9f9;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .color-1 i {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-1 {
  background: #FAE3E3;
  color: #D82928 !important;
}

.services-item .color-2 i {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-2 {
  background: #E6F8ED;
  color: #57D283 !important;
}

.services-item .color-3 i {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.services-item .color-4 i {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.services-item .color-5 i {
  background: #E7E6FF;
  color: #7271FF !important;
}

.services-item .color-6 i {
  background: #DEDEDE;
  color: #35393D !important;
}

.services-item .services-content {
  padding-left: 65px;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.services-item .services-content h3 a {
  color: #272727;
}

.services-item .services-content h3 a:hover {
  color: #1abc9c;
}

.services-item:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-bg {
  background: #fafafa;
}

.featured-bg .intro-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.featured-bg .title-sub {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 36px;
}

.featured-bg .intro-desc {
  margin-bottom: 20px;
}

.featured-bg .featured-item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item .icon {
  float: left;
  padding-right: 15px;
}

.featured-bg .featured-item .icon i {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #1abc9c;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.featured-bg .featured-item h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.featured-bg .featured-item h3 a {
  color: #272727;
}

.featured-bg .featured-item h3 a:hover {
  color: #1abc9c;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.featured-box .featured-icon {
  float: left;
}

.featured-box .featured-icon i {
  font-size: 30px;
  color: #1abc9c;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
}

.featured-box .featured-content {
  padding-left: 0px;
  position: relative;
}

.featured-box .featured-content .icon-o {
  font-size: 86px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 100%;
}

.featured-box .featured-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.featured-box .featured-content p {
  font-size: 14px;
}

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
  min-height: 245px;
  margin-bottom: 30px;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-team img {
  width: 20%;
  margin: 10px 39%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
  
}

.single-team .team-details p {
  margin-bottom: 15px;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #1abc9c;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

/* ==========================================================================
 Committee Section
   ========================================================================== */
.single-committee:hover .team-details {
  opacity: 1;
}

.single-committee {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
  min-height: 120px !important;
  margin-bottom: 1em;
  
}

.single-committee:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

.single-committee img {
  width: 25%;
margin: 10px 37%;
}

.single-committee .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: -15px;
}


.single-committee .team-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-committee .team-details .team-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
}

.single-committee .team-details p {
  margin-bottom: 15px;
}

.single-committee .social-list li {
  display: inline-block;
}

.single-committee .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #1abc9c;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-committee .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-committee .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-committee .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-committee .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

*/

.testimonial {
  background: #f9f9f9;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #1abc9c;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-item .content-inner span {
  color: #1abc9c;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1abc9c;
}

/* ==========================================================================
 Sponsors Section
   ========================================================================== */
.single-sponsors:hover .sponsors-details {
  opacity: 1;
}

.single-sponsors {

	min-height: 140px;
	}

.single-sponsors:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}

img.sponsors {
   max-width:100%;
}

.single-sponsors .sponsors-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-sponsors .sponsors-details {
  padding: 20px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-sponsors .sponsors-details .sponsors-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #263238;
}

.single-sponsors .sponsors-details p {
  margin-bottom: 15px;
}

.single-sponsors .social-list li {
  display: inline-block;
}

.single-sponsors .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #1abc9c;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-sponsors .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-sponsors .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-sponsors .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-sponsors .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.testimonial {
  background: #f9f9f9;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}

.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #1abc9c;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-item .content-inner span {
  color: #1abc9c;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1abc9c;
}


/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  /* border: 1px solid #eaeaea; 
  text-align: center;*/
  border-radius: 4px;
  background-color: #FFFFFF;
  /* box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
  line-height: 1em !important;
}

.pricing-table:hover {
  /* box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35); */
}

.pricing-table .pricing-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-table .pricing-details .price {
  color: #263238;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 40px;
}

.pricing-table .pricing-details .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #A2A2A2;
}

.pricing-table .pricing-details ul li {
  padding: 0px 0px 0px 25px;
  font-size: 14px;
}

.pricing-table .pricing-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.pricing-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/* ==========================================================================
  Preliminary program Table
  ========================================================================== */
ul.programe {
	text-align: left;
}

span.time {
	font-weight: 700;
	padding: 0 20px;
}

.prepro-table {
  padding: 20px 0px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  /* border: 1px solid #eaeaea; */
  text-align: center;
  border-radius: 4px;
  background-color: #FFFFFF;
  /* box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
  line-height: 0.9 !important;
}

.prepro-table:hover {
  /* box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35); */
}

.prepro-table .prepro-details h2 {
  font-size: 18px;
  color: #546E7A;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.prepro-table .prepro-details .price {
  color: #263238;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  background-color: #fff !important;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 40px;
}

.prepro-table .prepro-details .price span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #A2A2A2;
}

.prepro-table .prepro-details ul li {
  padding: 9px 12px;
  font-size: 14px;
}

.prepro-table .prepro-details ul li:nth-child(even) {
  background-color: #f9f9f9;
}

.prepro-table .plan-button {
  padding: 30px 0;
  background: #f9f9f9;
}

.prepro-big {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}


/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  background: #fff;
  max-height: 930px;
}

#carousel-area .carousel-item {
  background-size: 100%;
}

#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 10%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h3 {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 80px;
  font-weight: 400;
  color: #fff;
}

#carousel-area .carousel-item .carousel-caption h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background: #1abc9c;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  opacity: 0.9;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  opacity: 1;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 30px;
  height: 7px;
  border-radius: 4px;
}

#slider-area {
  margin-top: -1px;
}

#slider-area .btn {
  margin-right: 15px;
}

#slider-area .large_white {
  color: #fff;
}

#slider-area .about-info p {
  color: #333;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

img.slide {
  width: 100%;
  height: 100vh;         /* výška celé obrazovky */
  object-fit: cover;     /* vyplní, část se ořízne */
}


/* Hlavicka ostanich stranek 
*/ 
img.page {
  width: 100%;
  height: 35vh;         /* výška celé obrazovky */
  object-fit: cover;     /* vyplní, část se ořízne */
}

/* ==========================================================================
   Blog 
   ========================================================================== */
/* #blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
} */

#blog .blog-item-wrapper {
	
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
  max-height:30em;
}

#blog .blog-item-wrapper:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
}

#blog .blog-item-img {
  position: relative;
}

/* #blog .blog-item-img img {
  width: 100%;
  border-radius: 4px;
} */

#blog .blog-item-img img {
  width: 100%;
  border-radius: 4px;
  max-height: 15em;
}

#blog .blog-item-text {
  padding: 20px 30px;
    min-height: 400px;
}

#blog .blog-item-text .date {
  font-size: 14px;
  margin-bottom: 10px;
}

#blog .blog-item-text .date i {
  margin-right: 7px;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 50px;
}

#blog .blog-item-text h3 a {
  color: #263238;
}

#blog .blog-item-text h3 a:hover {
  color: #1abc9c;

}

.blog-header .blog-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: roboto,'Montserrat', sans-serif;
  font-weight: 300;
  color: #263238;
  position: relative;
}

.blog-header .blog-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
  background: #00aca0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.section.star{
	margin-top:-170px;
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #f19665;
}

.meta-tags span a:hover {
  color: #f19665;
}

/* ==========================================================================
    Single Page Style
   ========================================================================== */
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}

#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}

#blog-single .blog-post .post-thumb img {
  width: 100%;
}

#blog-single .blog-post .post-content {
  padding: 30px;
}

#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}

.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-comment .comment-list .children {
  padding-left: 40px;
}

.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}

.blog-comment .comment-author {
  margin-bottom: 10px;
}

.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}

.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.post-meta ul li i {
  margin-right: 5px;
}

.post-meta ul li a {
  color: #fff;
}

.post-meta ul li a:hover {
  color: #1abc9c;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f5f5f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border: 1px solid #1abc9c;
  outline: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

textarea {
  border-radius: 4px !important;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info i {
  font-size: 20px;
  color: #1abc9c;
}

.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

#contact .contact-block {
  overflow: hidden;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

/* Contact Map */
#container-map {
  width: 100%;
  height: 480px;
}

#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #1abc9c;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}

.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #1abc9c 3px solid;
  position: relative;
  top: -46px;
}

.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #1abc9c 3px solid;
}

#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================
  19. venue Style
  ========================================================================== */
#venue {
   
  position: relative;
  /* background: linear-gradient(rgba(255,254,224, 0.45),rgba(255,253,141, 0.45)); */
  z-index: 0;
  background-image: url("https://hpcse.it4i.cz/HPCSE21/img/bg/solan_venue_bg__.png");
}

.venue-form .sub-title {
  margin-bottom: 30px;
}

.venue-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.venue-form .form-wrapper {
  background-color: #ffffff;
  padding: 58px 40px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.venue-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.venue-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.venue-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #1abc9c;
  box-shadow: none;
  outline: 0;
}

.venue-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#venue .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#venue .sub-item-box .icon-box {
  float: left;
}

#venue .sub-item-box .icon-box i {
  font-size: 30px;
  color: #1abc9c;
}

#venue .sub-item-box .text-box {
  margin-left: 60px;
}

#venue .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#venue .sub-item-box .text-box p {
  margin-bottom: 0;
}

#venue .sub-item-box:last-child {
  margin-bottom: 0;

}

/* ==========================================================================
  20. events Style
  ========================================================================== */
#events {
  /* background: url(../img/bg/contact-us.png); */
  background-repeat: no-repeat;
  position: relative;
}

.events-form .sub-title {
  margin-bottom: 30px;
}

.events-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.events-form .form-wrapper {
  background-color: #ffffff;
  padding: 58px 40px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.events-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.events-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.events-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #1abc9c;
  box-shadow: none;
  outline: 0;
}

.events-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#events .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#events .sub-item-box .icon-box {
  float: left;
}

#events .sub-item-box .icon-box i {
  font-size: 30px;
  color: #00aca0;
}

#events .sub-item-box .text-box {
  margin-left: 60px;
}

#events .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#events .sub-item-box .text-box p {
  margin-bottom: 0;
}

#events .sub-item-box:last-child {
  margin-bottom: 0;

}

/* ==========================================================================
  21. Minisymposia Style
  ========================================================================== */
#ms {
  background: url(../img/bg/DOV_back.png);
  position: relative;
}

.ms-form .sub-title {
  margin-bottom: 30px;
}

.ms-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.ms-form .form-wrapper {
  background-color: #ffffff;
  padding: 58px 40px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ms-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.ms-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 15px 30px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.ms-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #1abc9c;
  box-shadow: none;
  outline: 0;
}

.ms-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#ms .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#ms .sub-item-box .icon-box {
  float: left;
}

#ms .sub-item-box .icon-box i {
  font-size: 30px;
  color: #1abc9c;
}

#ms .sub-item-box .text-box {
  margin-left: 60px;
}

#ms .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#ms .sub-item-box .text-box p {
  margin-bottom: 0;
}

#ms .sub-item-box:last-child {
  margin-bottom: 0;

}

/* ==========================================================================
  19. Subscribe Style
  ========================================================================== */
#subscribe {
  /* background: url(../img/bg/bg-subs.jpg); */
  position: relative;
}

#subscribe h4 {
	font-size:18px;
}

.subscribe-form .sub-title {
  margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.subscribe-form .form-wrapper {
  background-color: #ffffff;
  padding: 20px 60px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.subscribe-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
	display: block;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	color: #848484;
/* 	text-transform: capitalize; */
	background: #f7f7f7;
	background-image: none;    
	background-clip: border-box;
	border: 1px solid transparent;
	padding: 5px 10px;
	border-radius: 5px;
	background-image: none;
	background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #F97794;
  box-shadow: none;
  outline: 0;
}

.subscribe-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#subscribe .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#subscribe .sub-item-box .icon-box {
  float: left;
}

#subscribe .sub-item-box .icon-box i {
  font-size: 30px;
  color: #F97794;
}

#subscribe .sub-item-box .text-box {
  margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
  margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

footer .footer-Content {
  background-color: #ffffff;
  padding: 60px 0;
  color: #546E7A;
}

.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  color: #546E7A;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #546E7A;
}

footer .menu li a:hover {
  color: #1abc9c;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
  margin-bottom: 15px;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li span {
  margin-left: 73px;
  display: block;
}

.contact-footer li span a {
  color: #546E7A;
}

.contact-footer li span a:hover {
  color: #1abc9c;
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  /* width: 33%; */
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

.instagram-footer li a img {
  max-height: 145px;
  padding: 8px;
margin: 4px 10px 6px 4px;
max-width: 100%;
height: auto;
border: 1px #ddd solid;
background: #eee;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
  background-color: #1abc9c;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

#copyright {
  background-color: #ffffff;
  padding: 20px 0 10px;
  border-top: 1px solid #eaeaea;
  color: #546E7A;
}

#copyright p {
  margin-bottom: 0;
  line-height: 40px;
}

#copyright p a {
  color: #546E7A;
}

#copyright p a:hover {
  color: #1abc9c;
}

#copyright .nav-inline .nav-link {
  color: #546E7A;
  padding: 10px 0;
  margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
  color: #1abc9c;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
.counters {
  background: url(../img/bg/bg-counter.jpg) fixed;
  position: relative;
}

.counters .facts-item {
  text-align: center;
  color: #fff;
  border: 1px dotted #fff;
  border-radius: 4px;
  padding: 30px;
  min-height: 205px;
}

.counters .facts-item .icon {
  margin-bottom: 15px;
}

.counters .facts-item .icon i {
  font-size: 40px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
}

.counters .facts-item .fact-count h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.counter-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  margin: 15px 0;
}

.counter-item .icon {
  margin-bottom: 20px;
}

.counter-item .icon i {
  font-size: 40px;
  color: #1abc9c;
}

.counter-item .fact-count h3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.counter-item .fact-count h4 {
  font-size: 18px;
  margin-bottom: 0;
}


/* ==========================================================================
   3. COLORS
   ========================================================================== */
.bold {
	font-weight: 600;	
}
   
.red {
	color:red;
}
   
.orange {
	color: #00aca0 !important;
}

.orange-light {
	color: #fab996 !important;
}

.orange-light_bk {
	background-color: #ffe4d6 !important;
}

.orange-light_bk0 {
	background-color: rgba(0, 172, 160,0.3) !important;
}

.orange-light_bk1 {
	background-color: rgb(255,166,120)!important;
}

.orange_bk {
	background-color: #00aca0 !important;
}

.orange_bk-grad1 {
	background: linear-gradient(to bottom right,rgba(255,228,214, 0.45),rgba(234,90,12, 0.45)) !important;
}

.orange_bk-grad2 {
	background: linear-gradient(rgba(234,90,12,0.45),rgba(255,228,214,0.45)) !important; 
}

.orange_bk-grad3 {
	background: linear-gradient(rgba(234,90,12,0.65),rgba(255,228,214,0.25)) !important; 
}

.orange_bk-grad4 {
	background: linear-gradient(rgba(0, 172, 160,0.65),rgba(0, 172, 160,0.15)) !important; 
}

.grey_bk-grad1 {
	background: linear-gradient(to bottom right,rgba(214,214,214, 0.45),rgba(237,237,237, 0.45)) !important;
}

.white {
	color: white !important;
}  

.green {
	color: #1abc9c !important;
} 

.green-back {
	background-color: #1abc9c !important;
} 

.green1 {
	color: #c8d5b9 !important;
}

.green2 {
	color: 8fc0a9 !important;
}

.green3 {
	color: #c9e4ca !important;
}

.green4 {
	color: #87bba2 !important;
}

.scicomm {
	background-color: rgba(0, 172, 160,0.3);
}

.circle
    {
    width:70px;
    height:70px;
    border-radius:70px;
    font-size:35px;
    /* color:#fff; */
    line-height:70px;
    text-align:center;
    /* background:#000; */
    padding: 2px;
}

.color1 {
  background: #FAE3E3;
  color: #D82928 !important;
}

.color2 {
  background: #E6F8ED;
  color: #57D283 !important;
}

.color3 {
  background: #E3EAFA;
  color: #457BF4 !important;
}

.color4 {
  background: #F3EAD6;
  color: #f1a90a !important;
}

.color5 {
  background: #E7E6FF;
  color: #7271FF !important;
}

.color6 {
  background: #DEDEDE;
  color: #35393D !important;
}

/* List od Minisymposia */
		
ol { 
	counter-reset: answer;
	display: block;
    padding: 0 0 0 15px;
    list-style: none;
	background-color:#00aca0;
	color:white !important;
    overflow: hidden;
}
		
ol li { counter-increment: answer;

/* margin-left: -20px; */

min-height: 80px;

display: flex;

align-items: center;

/* justify-content: center; */ }
		
ol li:before { 
	content: 'MS ' counter(answer, decimal) ": "; 
	padding: 5px;
	width: 125%;
}
		
		/*example showing starting from a none-default value and none-default increment */
	ol#question2 { counter-reset: answer 1; background-color: #00dfcf !important;}
		
		ol#question2 li { counter-increment: answer +1; }
    
     ol#question3 { counter-reset: answer 2; /*background: #FAE3E3;color:#D82928 !important;*/} 
		
		ol#question3 li { counter-increment: answer +1; }
    
    ol#question4 { counter-reset: answer 3;  background-color: #00dfcf !important;}
		
		ol#question4 li { counter-increment: answer +1; }
		
    ol#question5 { counter-reset: answer 4; }
		
		ol#question5 li { counter-increment: answer +1; }		
		
    ol#question6 { counter-reset: answer 5;  background-color: #00dfcf !important;}
		
		ol#question6 li { counter-increment: answer +1; }

    ol#question7 { counter-reset: answer 6; }
		
		ol#question7 li { counter-increment: answer +1; }

    ol#question8 { counter-reset: answer 7;  background-color: #00dfcf !important;}
		
		ol#question8 li { counter-increment: answer +1; }

    ol#question9 { counter-reset: answer 8; }
		
		ol#question9 li { counter-increment: answer +1; }

    ol#question10 { counter-reset: answer 9;  background-color: #00dfcf !important;}
		
		ol#question10 li { counter-increment: answer +1; }

    ol#question11 { counter-reset: answer 10; }
		
		ol#question11 li { counter-increment: answer +1; }

span.blok {
	min-width: 85% !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}	

p.pad10 {
	padding: 0 10px;
	
}

.mar_top_50 {
	margin-top: 50px;
}
.mar_top_m10 {
  margin-top: -10px;
}

.mar_top_m20 {
  margin-top: -20px;
}

.stop{
	padding: 0px !important;
	margin: 0px !important;
}

.full {
	max-width: 90%;
	margin: auto;
}

#sponsors {
    background: url(../img/bg/DOV_back.png);
    position: relative;
    background: linear-gradient(rgba(255,255,255, 0.45),rgba(244,244,244, 0.45));
    z-index: 0;
}

.hide {
	/* display:none; */
	visibility:hidden;
}

img.org {
    width: 35%;
    margin: 10px 30%;
    /* min-height: 75px; */

}

.single-team.org {
	min-height:230px;
}

.section.top{
	margin-top: -150px;
}

img.soceve {
	margin: 0;
	min-height: 198px !important;
	width: auto;
}
.single-team.soceve {
	min-height: 395px;
	box-shadow: 10px 10px rgba(0,0,0,.05) !important;
}

.single-team.pay {
	min-height: 60px;
	box-shadow: 10px 10px rgba(0,0,0,.05) !important;
}

p.middle {
	font-size: 20px !important;
}

.big {
	font-size: 28px !important;
}

.bigg {
	font-size: 30px !important;
}


ol.rectangle-list {
				counter-reset: li !important;
				content:'' !important;
				list-style: none;
				*list-style: decimal;
				font: 15px 'trebuchet MS', 'lucida sans';
				padding: 0;
				margin-bottom: 4em;
				text-shadow: 0 1px 0 rgba(255,255,255,.5);
			}
			
ol.rectangle-list li {
	
}			

ol.rectangle-list ol{
				margin: 0 0 0 2em;
			}

.rectangle-list a{
				position: relative;
				display: block;
				padding: .4em .4em .4em .8em;
				*padding: .4em;
				margin: .5em 0 .5em 2.5em;
				background: #ddd;
				color: #444;
				text-decoration: none;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;	
}

.rectangle-list a:hover{
	background: #eee;
}	

.rectangle-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.rectangle-list a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}

.rectangle-list a:hover:after{
	left: -.5em;
	border-left-color: #fa8072;				
}

ul.check { list-style-type: none; }
ul.check li:before { content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */ 
  color: #fab996;} 
  
ul.non { list-style-type: none; }
ul.non li:before { content: "\f00d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */ 
  color: red;} 


/* Padding */
.pad10 {
	padding: 10px;	
}

.pad20 {
	padding: 20px;	
}

.pad20_lr {
	padding: 0 20px;	
}

.pad50_lr {
	padding: 0 50px;	
}

.margin20_top {
	margin-top: 20px;	
}

hr {

    height: 2px;

    background-color:#555;

    margin-top: 20px;

    margin-bottom: 20px;

    width: 75%;

}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.ramecek {
	background-color: #d3d3d3;
	border: 1px solid lightgrey;
}

.author{
	min-height: 7.1em !important;
}
p.author {
	font-size: 13px;
    font-weight: 400;
    padding: 10px;
    line-height: 1.5;

}
}

h5.author {
	font-size: 13px;
	font-weight:500;
	padding: 0 5px;
}

.light{
	color: black !important;
}

.velka {
	text-transform:uppercase;
}

.skrt {
	position: relative;
}

.skrt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 10px solid;
  border-color: inherit;
  color: red !important;

  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}


@media (min-width:576px){.container{max-width:540px}.pad50_lr{padding:0}h4.norm{font-size:12px;font-weight:500}}
@media (min-width:768px){.container{max-width:720px}.pad50_lr{padding:0}h4.norm{font-size:12px;font-weight:500}}
@media (min-width:992px){.container{max-width:960px.pad50_lr{padding:0}h4.norm{font-size:12px;font-weight:500}}
@media (min-width:1200px){.container{max-width:1140px}}

/* */

ul.unordered-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #0093df;
	/* display: inline-block !important; */
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%; 
}

ul.my-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #0093df;
	/* display: inline-block !important; */
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%; 
}

.my-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
	/* display: table; */
	margin: 0 auto;}

  .my-list li:before {
	  content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #0093df;
	display: inline-block !important;
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%;  }

ul.left {
	padding: 0 !important;
    margin: 0 !important;
}

.unordered-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
	display: table;
	margin: 0 auto;}

  .unordered-list li:before {
	  content: "";
	  
/*     content: "	";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #0093df;
	display: inline-block !important;
    background: #fff;
    top: 10px;
    left: 0;
    border-radius: 50%; */ }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #0093df;
    font-weight: 500;
    line-height: 1.82em !important; }
.ordered-list li span {
      font-weight: 300;
      color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #0093df;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #0093df;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

*, ::before, ::after {
    box-sizing: border-box;
}

.row.fullwidth {
  width: inherit ; 
  padding: 10px 30px;
  }

.arrow1 {
  padding-top: 75px;
}

@media only screen and (max-width: 768px) {
  .seven-cols {
    display: flex;
    flex-direction: column;
  }
  .arrow1,
  .arrow2 {
    display:none;
  }
}

@media (min-width: 769px) {
  .seven-cols {
    display: flex;
    justify-content: center;
  }
  .seven-cols>* {
    flex: 1;
    max-width: 14%;
  }
  .no-padding .arrow1,
  .no-padding .arrow2 {
    width: 80%;
  }
}

