*{margin:0;padding:0;}
html, body{width:100%;height:100%;font-family:"Open Sans", Calibri, Candara, Arial, sans-serif;}
a{color:#555555;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
img{border:none;}
input, textarea{outline:none;}
button{border:none;cursor:pointer;}
label{cursor:pointer;}
table{border-collapse:collapse;}
ul{list-style:none;}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
}

body{
	background: -webkit-gradient(linear, left center, right center, from(#574791),color-stop(100%, #346695));
    background: -webkit-linear-gradient(left,#574791 ,#346695 100%);
    background: linear-gradient(to right,#574791 ,#346695 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF574791, endColorstr=#FF346695, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF574791', endColorstr='#FF346695', GradientType=1)";
}

.container{
	margin: 0 auto;
	width: 1000px;
	min-width: 1000px;
}
.mainmenu{
	padding: 20px 20px 25px;
	height: 51px;
}
.mainmenu .logo{
    height: 55px;
    width: 159px;
    background: url(../img/logo.png) no-repeat 0px 0px;
}
.mainmenu .logo:hover{
	background: url(../img/logo-hover.png) no-repeat 0px 0px;
}
.mainmenu .logo, .mainmenu ul, .mainmenu li, .mainmenu .fb-tw-btn a{display: block;float: left;}
.mainmenu ul{
	margin-left: 35px;
	width: 700px;
}
.mainmenu li{
	margin-left: 18px;
	line-height: 29px;
	font-size: 18px;
}
.mainmenu li a{
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
}
.mainmenu li a:hover, .mainmenu li a.active{
	color: #0AFFEF;
}
.mainmenu .fb-tw-btn{
	float: right;
	margin-top: 14px;
}
.mainmenu .fb-tw-btn a{
	width: 30px;
	height: 30px;
}
.mainmenu .fb{
	background: url(../img/fb_btn-normal.png) no-repeat 0px 0px;
}
.mainmenu .fb:hover{
	background: url(../img/fb_btn-active.jpg) no-repeat 0px 0px;
}
.mainmenu .tw{
	background: url(../img/twitter_btn-normal.png) no-repeat 0px 0px;
}
.mainmenu .tw:hover{
	background: url(../img/twitter_btn-active.jpg) no-repeat 0px 0px;
}

.blog-list{
	
}

.blog-list .item {
	display: block;
	margin-bottom: 27px;
	padding: 20px;
	/* min-height: 220px; */
	color:#FFFFFF;
	text-decoration: none;
	background-color: #6A5ACD;
}
.blog-list .item:hover{
	background-color: #A9A9B3;
}

.blog-list .item .photo img{
	float: left;
	max-width: 280px;
}
.blog-list .item .info{
	margin-left: 305px;
}
.blog-list .item .info h5, .blog-list .item .info h6{
	font-size: 24px;
    line-height: 29px;
}
.blog-list .item .info p{
	padding-top: 30px;
	line-height: 19px;
}
.blog-list .item .info:after{
	content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.blog-item{
	padding: 40px 90px;
	background-color: #FFFFFF;
}
.blog-item .date{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.blog-item .share{
	margin-left: 50%;
	width: 50%;
	text-align: right;
}
.blog-item .share div{
	float: right;
	margin-left: 10px;
}
.blog-item .share:after{
	content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-item h1{
	margin-bottom: 10px;
	font-size: 30px;
    text-align: left;
    line-height: 36px;
	font-weight: inherit;
}
.blog-item h3{
	font-size: 24px;
	margin-bottom: 20px;
}
.blog-item .content p{
	margin-bottom: 5px;
	font-weight: inherit;
	text-indent: 40px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
}
.blog-item .content p img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
.blog-item .content-footer{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #000000;
}
.blog-item .content-footer:after{
	content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-item .content-footer p{
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 24px;
    text-align: justify;
	font-style: italic;
}
.blog-item .left{
	float: left;
	margin-bottom: 20px;
	width: 50%;
}
.blog-item .right{
	float: right;
	margin-bottom: 20px;
	width: 50%;
	text-align: right;
}

.slideshow-container{
	position: relative;
	margin: 25px 0;
}
.slideshow-container:after{
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.slideshow-thumbs{
	position: absolute;
	left: -80px;
}
.slideshow-thumbs li{
	display: block;
	width: 60px;
	margin-bottom: 10px;
}
.slideshow-thumbs li img{
	width: 100%;
	border: 2px solid #22313f;
    border-radius: 3px;
    transition: border .25s linear,opacity .25s linear;
}
.slideshow-thumbs li.active img{
	border-color: #e74c3c;
    opacity: .8;
}
.slideshow-big-img{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slideshow-big-img .arrow{
	transition: all 0.5s ease;
	position: absolute;
	/* margin-top: -28px; */
	width: 50%;
	height: 100%;
	/* top: 50%; */
	cursor: pointer;
}
.slideshow-big-img .arrow-left{
	left: -55px;
	background: url(../img/arrow-left.png) left center no-repeat;
}
.slideshow-big-img .arrow-right{
	right: -55px;
	background: url(../img/arrow-right.png) right center no-repeat;
	/* background-position: 0 -55px; */
}
.slideshow-big-img:hover .arrow-left{
	left: 20px;
}
.slideshow-big-img:hover .arrow-right{
	right: 20px;
}
.slideshow-big-img img{
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}


.blog-video h1{
	margin-bottom: 20px;
	color: white;
	font-size: 30px;
    text-align: center;
    line-height: 36px;
	font-weight: inherit;
}
.blog-video p{
	margin-bottom: 15px;
	text-align: center;
}


@media only screen and (max-width: 992px){
	.container{
		width: 100%;
		min-width: 100%;
	}
	.mainmenu{
		position: relative;
	}
	.mainmenu .fb-tw-btn{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
	.blog-list{
		width: 80vw;
		margin: 0 auto;
	}
	.blog-list .item{
		padding: 20px 20px 20px 0;
	}
	.blog-list .item .photo img {
    	max-width: 230px;
	}
	.blog-list .item .info {
    	margin-left: 255px;
	}
	.blog-list .item .info h5, .blog-list .item .info h6 {
	    font-size: 14px;
	    line-height: 16px;
	}
	.blog-list .item .info p {
	    padding-top: 10px!important;
	    font-size: 12px;
	    line-height: 14px;
	}
	.blog-list .item .info p:first-of-type{
		display: none !important;
	}
}

.preloader {
	padding: 20px 0;
	text-align: center;
}
.preloader svg {
	 width: 100px;
	 height: 100px;
	 margin: 20px;
	 display: inline-block;
}