@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=PT+Mono|PT+Sans+Caption:400,700|PT+Sans+Narrow:400,700|PT+Sans:400,400i,700,700i|PT+Serif+Caption:400,400i|PT+Serif:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic');

/*
	@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);
    font-family: 'PT Sans', sans-serif;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'PT Serif', serif;
    font-family: 'PT Sans Caption', sans-serif;
    font-family: 'PT Mono', monospace;
    font-family: 'PT Serif Caption', serif;
	
	font-family: 'Playfair Display', serif;	
*/
* {
	outline: none!important;	

-webkit-transition: all ease-in-out .3s;			
   -moz-transition: all ease-in-out .3s;			
		transition: all ease-in-out .3s;	
}

html {
	position: relative;
	min-height: 100%;
}
body {
	-webkit-tap-highlight-color: transparent;	
	   -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	margin-bottom: 60px;	
	background:#f8f8f8;
	font-family: 'PT Sans', sans-serif;
  	color: #575757;
	font-size:1.8em;
	line-height:1.5;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}
@media (max-width: 767px) {
	body {
		margin-bottom: 90px;
	}
	footer {
	  height: 90px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #505a5f;
	color:#ffffff;	
}
::selection {
    text-shadow: none;
    background: #505a5f;
	color:#ffffff;	
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:center;
	margin:30px 0;
	font-weight:300;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-size:2.6em;	
	font-style:italic;	
	margin-bottom:50px;
}
h5 {
	font-size:1.1em;
}
a {
	color:#607d8b;
}
a:hover,
a:focus,
a:active {
	color: #263238;	
}
a, 
a:hover, 
a:active,
a:focus{
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;	
}
img {
	max-width:100%;
    -webkit-user-select: none;
       -moz-user-select: none;
    	-ms-user-select: none;
     		user-select: none;	
}

ul li{
	margin:0;
	padding:0;
}
/*FOOTER*/
footer {
    background-color: #263238;
	color: #b0bec5;
	padding-top:10px;
}
footer a {
    color: #b0bec5;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #ffffff;	
}
footer .info {
	text-align:right;
}
ul.list-bottom li {
	list-style:none;
	display:inline-block;
	margin:5px;
}
ul.list-bottom li a i {
	width:30px;
	height:30px;
	color:#b0bec5;
	background:(255,255,255,0);
	text-align:center;
	padding-top:5px;
}
ul.list-bottom li a:hover i {
	background:rgba(255,255,255,0.2);
	border-radius:100%;
}
.cursor {
	cursor:pointer;
}
@media (max-width: 767px) {
	footer .copy,
	footer .info {
		text-align:center;
	}
}
/* NAVBAR */
.navbar-custom{
	background-color: rgba(38,50,56,0.8);
	padding: 25px 0;
	-webkit-transition:padding .3s;
	   -moz-transition:padding .3s;
			transition:padding .3s;
	border:0;
}
.navbar-custom.index {
	background-color: rgba(38,50,56,0);
	padding: 25px 0;
	border:0;	
	-webkit-transition:padding .3s;
	   -moz-transition:padding .3s;
			transition:padding .3s;
}
.navbar-custom.navbar-shrink {
	background-color: rgba(38,50,56,0.95);
	padding: 10px 0;
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
}
.navbar-custom .navbar-brand {
	font-size: 2em;
	padding:5px 15px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.navbar-custom .navbar-brand {
	color: #cfd8dc;
	font-family: 'Playfair Display', serif;	
	font-style:italic;	
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
	color: #ffffff;
}
/*!!!!! For Small Screen*/
.navbar-collapse {
	padding-top:0px;
	padding-bottom:20px;
}
/*!!!!!*/
@media (max-width: 767px) {
	.navbar-collapse {
		background:#f8f8f8;	
	-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
						0 3px 20px 0px rgba(0, 0, 0, 0.12), 
						0 8px 10px -5px rgba(0, 0, 0, 0.2);			
		
			box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
						0 3px 20px 0px rgba(0, 0, 0, 0.12), 
						0 8px 10px -5px rgba(0, 0, 0, 0.2);			
	}
}
.navbar-toggle {
	border-radius: 0;
	outline:0;
	background: rgba(0,0,0,0.1);
	margin-top:0;
}
.navbar-toggle span {
	background: rgba(255,255,255,1);
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
	background: rgba(255,255,255,0.2);
}
.navbar-custom .navbar-nav > li {
	font-size:1.1em;
	font-weight:400;
	margin:1px;	
}
.navbar-custom .navbar-nav > li > a {
	color: #cfd8dc;
  	text-decoration:none;
	padding:10px 15px;
}
.navbar-custom .navbar-nav > li.active > a,
.navbar-custom .navbar-nav > li > a:hover {
	background:rgba(0,0,0,0.5);
}
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:hover,
.navbar-custom .nav .open > a:focus {
	background-color:#eceff1;
	color:#575757;
}
@media (max-width: 767px) {
	.navbar-custom .navbar-nav > li {
    	font-family: 'PT Sans', sans-serif;	
		font-size:1.1em;
		font-weight:400;
		text-transform:none;
		margin:10px 0;
	}
	.navbar-custom .navbar-nav > li > a {
		color: #455a64;
	}
	.navbar-custom .navbar-nav > li.active > a,
	.navbar-custom .navbar-nav > li > a:hover,
	.navbar-custom .navbar-nav > li > a:visited,
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus{
		background-color:#eceff1;
		color:#575757;
	}
}

/*DROPDOWN*/

.dropdown-menu {
	font-size: 0.9em;
	font-weight:300;
	font-family: 'PT Sans', sans-serif;
	text-transform:none;  
	background-color: #eceff1;
	border: none;
	border-radius: 0;
	min-width: 100%;
	padding:0;
	margin-top:-10px;
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #575757 !important;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
	text-transform:none !important; 
}
@media (min-width: 768px) {
	.dropdown-menu > li:last-child > a {
		border-bottom:none;
	}	
}
@media (max-width: 767px) {
	.dropdown-menu > li > a {
		padding: 15px 25px !important;
	}	
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/*HEADER*/

header {
    background: url(../images/back-header.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
    		background-size: cover;
    text-align: center;
    color: #fff;
}
header .intro-text {
    padding: 150px 0;	    	
}
@media (max-width: 767px) {
	header .intro-text {
		padding:100px 0;
	}
}
header .intro-text h1 {
	font-family: "Playfair Display",sans-serif;	
	font-style:italic;		
	font-size: 3.8em;
	margin-bottom: 30px;
	color:#b0bec5;	
}
header .intro-text h2 {
	font-size: 1.2em;
	color:#cfd8dc;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	header .intro-text h1 {
		font-size: 2em;
	}
}

/*MAIN*/
main {
	margin-top:100px;
	padding-bottom:50px;
}
main.index {
	margin-top:0;
	padding-bottom:0;
}
section {
    padding: 50px 0;
}

/*GALLERY*/
.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}
.gallery-box span {
	position:absolute;	
	font-size:4em;
	color:rgba(236,239,241,0.6);
	top:0;
	right:20px;
}
.gallery-box span.small {
	position:absolute;	
	font-size:2em;
	color:rgba(236,239,241,0.6);
	top:0;
	right:20px;
}
.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #cfd8dc;
    opacity: 0;
    background: rgba(55,71,79,.9);
}
.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
	font-size:1.4em;
}
.gallery-box .gallery-box-caption .gallery-box-content i{
    font-size:3em;
    line-height: 18px;
}
.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}
.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    		transform: scale(1.1);
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/*WORKS*/
.grid {
	padding: 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid li {
	width:300px;
	display: inline-block;
	margin: 5px;
	padding: 0px;
}
figure {
	position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;	
}
figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}
.ot-material-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-material-item figure figcaption, 
.ot-material-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
			transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.4;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
			transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
			transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
			transform: scale(1,0);
}
figure.effect-bubba h2 {
    color: #fff;
    font-size: 1.2em;
	margin-bottom:5px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
			transition: transform 0.35s;
	-webkit-transform: translate3d(0,-25px,0);
			transform: translate3d(0,-25px,0);
	opacity:0;
}
figure.effect-bubba p {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
	padding: 5px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
			transition: opacity 0.35s, transform 0.35s;
	 -webkit-transform: translate3d(0,10px,0);
			 transform: translate3d(0,10px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
			transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
}

/*BALLS*/
.mark-block {
	background: url(../images/back-pricing.jpg) no-repeat fixed;
	background-size:cover;
}
.mark-list {
	padding: 0px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.mark-list li {
	width:300px;
	display: inline-block;
	margin: 5px;
	padding: 0px;
	vertical-align:middle;
}
.mark-list .item {
	position: relative;
    overflow: hidden;
    margin: 0;
	margin-bottom:10px;
	padding-bottom:30px;
    text-align: center;
	border:1px solid #d0d0d0;
	background:rgba(255,255,255,0);	
}
.mark-list .item:hover {
	background:rgba(255,255,255,0.1);
}

/*
.mark-list .item,
.mark-list .item:hover{
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;	
}
*/
.mark-block h1,
.mark-list .item h1,
.mark-list .item h2,
.mark-list .item p {
	color:#cfd8dc;	
}
.mark-list .item h1 {
	font-size:6em;
}

/*NAMES*/

.names .item {
    text-align: center;
}
.names .item h3{
	margin:10px 0;
	font-size:1.2em;
}
.names .item .description{
	font-size:0.9em;
	line-height:1.2em;
	text-align:left;
	padding:0px 10px 10px;
}
.names a{
  	color: #575757;
}
.names a:hover{
  	color: #000000;
}

/*MODAL*/

.modal-contact .modal-dialog {
	position: relative;
	width: 700px;
	margin: 100px auto 0;
}

@media (max-width: 767px) {
	.modal-contact .modal-dialog {
		width: 90%;
		margin: 50px auto 0;
	}
}
.modal-contact .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
		    background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	outline: 0;
	
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-contact .modal-header {
	padding:10px;
	border-bottom: 1px solid #e5e5e5;
	background:#37474f;
}
.modal-contact .modal-header h1{
	text-align:center;
	color:#eceff1;
	margin:5px;
	font-size:1.2em;
}
.modal-contact .modal-header a {
	color:#eceff1;	
}
.modal-contact .modal-header a:hover {
	color:#ffffff;	
}
.modal-contact .modal-header h1.big{
	font-size:2em;
}

.modal-contact .modal-header .close {
	margin-top: -2px;
	font-size:2.2em;
	color:#eceff1;
	text-shadow: 0 1px 0 #263238;
}
.modal-contact .modal-header .close:hover,
.modal-contact .modal-header .close:focus {
	filter: alpha(opacity=70);
	opacity: .7;
}
.modal-contact .modal-body {
	position: relative;
	padding: 15px;
}
.modal-contact .modal-body h3{
	margin:5px 0 20px;
}
.modal-contact .modal-body dd {
	margin:10px 0;
}
.modal-contact .modal-body dd span {
	margin-right:10px;
}
.modal-contact .modal-body i {
	width:20px;
	height:20px;
	text-align:center;
}

.modal-contact  {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
	
	.modal-contact dl.dl-horizontal {
		margin:20px;
		line-height:1.2em;
	}
	.modal-contact dl.dl-horizontal dt {
		width: 40%;
		overflow:visible;
		text-overflow: none;
		white-space: normal;
		line-height:1.2em;
	}
	.modal-contact dl.dl-horizontal dd {
		margin-left: 45% !important;
		border-bottom:1px dotted #37474f;
	}  
}

/*MAPS*/
#map {
    height: 500px;
    background-color: #263238;
}

/* BACK TO TOP */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
	font-family: "Playfair Display",sans-serif;	
	font-style:italic;	
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(84,110,122,0.7);			
}
#back-top a:hover {
    width: 60px;
    height: 60px;	
    background: rgba(84,110,122,1);
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
	#back-top {
		position: fixed;
		bottom: 10px;
		right: 30px;
	}
	#back-top a {
		width: 40px;
		height: 40px;
	}
	#back-top i {
		margin-top: 7px;
		font-size: 20px;
	}
}

/*TOOLTIP*/
.mytooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #222;
	outline: none;
}
.mytooltip span {
	visibility: hidden;
	position: absolute;
	width: auto;
	top: -90px;
	margin-left: -100px;	
	z-index: 999;
	padding: 10px;
	border-radius:4px;
	font-size:0.9em;
	background:rgba(69,90,100,0.7);
}
.mytooltip:hover {
	border: 0;
}
.mytooltip:hover span {
	visibility: visible;
	
}

/*MASONRY*/

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -webkit-column-gap: 1.5em;	
       -moz-column-gap: 1.5em;
    		column-gap: 1.5em;
}

.masonry .item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 0 0 1.5em;
    width: 100%;
	text-align:center;

    -webkit-box-sizing: border-box;	
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
			
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
}
@media (max-width: 870px) {
	.masonry .item{
		padding: 20px;
	}  
}
.masonry .item:hover {			
-webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
}
.masonry .item img {
	max-width:100%;
}

.masonry .item .text {
	padding:15px;
}
.masonry .item .text h4{
	margin:0;
	font-size:1.05em;
}
.masonry .item .text p{
	margin:0;
}
@media only screen and (min-width: 700px) {
    .masonry {
        padding: 15px;
		-webkit-column-count: 1;
           -moz-column-count: 1;
        		column-count: 1;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
		-webkit-column-count: 2;
           -moz-column-count: 2;
        		column-count: 2;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
		-webkit-column-count: 3;
           -moz-column-count: 3;
        		column-count: 3;
    }
}

/*FLEX BOX*/
.column-container{
    display: -webkit-flex;
    display: -ms-flex;	
	display:flex;
	align-items:stretch;
}

.column{
	width: 33%;
	padding: 2rem;
}

.column:nth-child(1){
	background: red;
}

.column:nth-child(2){
	background: blue;
}

.column:nth-child(3){
	background: green;
}

/*ASIDE*/
aside h1,
aside h2 {
	text-align:left;	
}

aside h1 {
	font-size:1.8em;
	margin-top:10px;
}
aside h1 span{
	font-size:2em;
}
aside h2 {
	font-size:1.3em;
	margin:40px 0 20px;
}

ul.left-list {
	margin:0;
	margin-right:20px;
	padding:0;
} 
ul.left-list li {
	list-style:none;
	padding:7px 0;
	border-bottom:1px dotted #505a5f;
}
ul.left-list li:first-child{
	border-top:1px dotted #505a5f;
}
ul.left-list li:hover {
	background:#e9ebec;
	padding-left:10px;
}

/*ARTICLE*/
article p {
	margin:15px 0;
}
article li {
	padding:6px;
}
article dt {
	margin:15px 0;
}
article dd {
	margin:7px 0 7px 30px;;
}
.simple li {
	margin:10px 0;
}
.image-list {
	padding: 0px;
	max-width: 1300px;
	margin: 20px auto;
	list-style: none;
	text-align: center;
}
.image-list li {
	width:300px;
	display: inline-block;
	margin: 5px;
	padding: 0px;
	vertical-align:top;
}
.image-list .item {
	position: relative;
    overflow: hidden;
    margin: 0;
	margin-bottom:10px;	
}
.image-list.padd .item {
	padding:10px;
}
.image-list .item:hover{
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
}
.image-list .item img, 
.image-list.padd .item img{
	max-width:280px;
	max-height:280px;
}

.image-list.big li {
	width:370px;
}
.image-list.padd.big .item img{
	max-width:350px;
	max-height:350px;
}

.image-list.sm li {
	width:150px;
}
.image-list.padd.sm .item img{
	max-width:130px;
	max-height:130px;
}

ul.text-list {
	text-align:center;
	padding:0 !important;
}
ul.text-list li {
	list-style:none;
	display:inline-block;
	background:rgba(90,95,98,0.2);
	line-height:5em;
	padding:10px;
	margin:10px 3px;
}
ul.text-list li:hover {
	background:rgba(90,95,98,0.5);
}
ul.text-list li:hover a{
	color:#ffffff;
}
.box-code {
	background:rgba(90,95,98,0.2);
	padding:10px 20px;
	margin:20px 0;
}
ul.text-list li:hover,
h6:hover img,
.box-code:hover{
-webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);		
	
		box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 
					0 3px 20px 0px rgba(0, 0, 0, 0.12), 
					0 8px 10px -5px rgba(0, 0, 0, 0.2);	
}

.table-custom  > thead > tr > th {
  vertical-align: top;
  border-bottom: none;
  line-height:1.2em;
  font-weight:400;
  background: rgba(84,110,122,0.7);  
  color: #ffffff;
}
.table-custom i {
	font-size:1.1em;
	color:#8597a0;
}

ul.column3{
	padding:0;
	margin:10px 0 20px;
		
 -webkit-columns: 3; 
	-moz-columns: 3; 
		 columns: 3;
		 
-webkit-column-gap: 2em;
   -moz-column-gap: 2em;
		column-gap: 2em;	 
}
ul.column3 li{
	list-style:none;
	margin:5px 0;
}
@media (max-width: 767px) {
	ul.column3{
	 -webkit-columns: 2; 
		-moz-columns: 2; 
			 columns: 2;
			 
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
			column-gap: 2em;	 
	}
}
@media (max-width: 600px) {
	ul.column3{
	 -webkit-columns: 1; 
		-moz-columns: 1; 
			 columns: 1;	 
	}
}

.lecture h2,
.lecture h3 {
	text-align:left;
}
.lecture ul {
	padding-left:0;
}
.lecture ul ul{
	padding-left:30px;
}
.lecture ul li {
	list-style:none;
	margin:7px 0;
}

/*VIDEO*/

.video-block{
	width:90%;
	margin:10px auto;
}
@media (max-width: 600px) {
	.video-block{
		width:100%;
	}
}
.video-box {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-box iframe,
.video-box object,
.video-box embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}