﻿@import 'https://fonts.googleapis.com/css?family=Raleway';
body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}
body a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
table {
    width: 100%
}
section h1 {
    border-bottom: 3px solid #eee;
    display: block;
    margin: 40px auto;
    padding-bottom: 15px;
    text-align: center;
    width: 50%;
}
h1 {font-size: 20px;}
p {
    color: #7b7c7e;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 0 20px;
    text-align: justify;
}
.btn-primary {
    color: #fff;
    background-color: #EF4F1D;
    border-radius: 0;
    font-size: 12px;
}
.btn-success {
    color: #fff;
    background-color: #EF4F1D;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #404040;
    padding: 2px 8px;
}
.btn-success:hover, .btn-success:focus,
.btn-success:active, .btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #EF4F1D;
	background-color: #fff;
	border-color: #404040;
}
.gallery .fa, .video .fa {
	font-size: 20px;
	float: left;
	line-height: 37px;
}

/* start header */
header {
    min-height: 100px;
    padding: 10px 0 10px;
    background-color: #404040;
}
/* End header */

/* Start Social-icons*/
.social-icons {margin-top: 15px;overflow: hidden;}

.social-icons ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 5px 10px;
    text-align: center;
}
.social-icons ul li a {
    border-radius: 50%;
    display: block;
    font-size: 18px;
}
.social-icons ul li a i {
    border: 2px solid #EF4F1D;
    height: 36px;
    line-height: 33px;
    transition: all 0.3s ease-in-out 0s;
    width: 36px;
    color: #EF4F1D;
}
.social-icons ul li a i:hover {border-color: #fff;color: #fff;}
/* End Social-icons*/

/* Start Navbar */
.navbar {margin-bottom: 0;padding-top: 10px;}

.navbar-default {
    border: none;
    border-radius: 0;
}
.nav.navbar-nav a {padding: 5px 10px;}
.navbar-default .navbar-nav>li>a {color: #FFF;font-size: 14px;}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {color: #404040;background-color: rgba(0, 0, 0, 0);}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {color: #FFF; background-color: rgba(0, 0, 0, 0);}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {color: #FFF; background-color: #404040;}

.dropdown-submenu {position: relative;}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    border-radius: 0;
}
.dropdown-submenu:hover>.dropdown-menu {display: block;}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-left-color: #EF4F1D;
    margin-top: 5px;
    margin-left: -10px;
}
.dropdown-submenu:hover>a:after {border-left-color: #fff;}

.dropdown-submenu.pull-right {float: none;}

.dropdown-submenu.pull-right>.dropdown-menu {left: -100%; margin-right: 10px;}

.img-responsive, .thumbnail > img,
.thumbnail a > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { 
    min-width:100%
}

/* End Navbarul.dropdown-menu {
    background: #00b8c0;
} */


/* Start Top */
.top {margin-top: 20px;/* background-color: #EF4F1D; */}
/* End Top */


/* Start Slider */
.carousel.slide {
    height: 450px;
}
.carousel-inner {
    height: 450px;
}
.carousel-indicators {right: 50%; bottom: 10px;}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height:15px;
    margin: 0;
    background-color: #404040;
}
.carousel-control {color: #444;}
.logo-s img {
    min-width: 200px;
    height: 200px;
    vertical-align: middle;
    margin: 58px auto;
}

/* End Slider */


/* Start Main-Content */
.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px auto;
}

.main-content h1{color: #EF4F1D;line-height: 1.8;}

/* block-title*/
.block-title {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
/*block-title*/

/*Start News*/
.news-items {
    list-style: none; padding: 5px;}

.news li {border-bottom: 1px solid #eee;margin: 25px auto;min-height: 175px;}

.news-image {
    float: left;
    height: 100px;
    width: 23%;
}

.news-image img {
    width: 100%;
    border: 1px solid #EF4F1D;
    height: auto;
}
.news .btn-success {
	padding: 7px 8px;
}
.news-content {float: right; width: 75%;}

.news-content h4 {
    font-size: 15px !important;
    line-height: 120%;
    margin: 0 0 2px !important;
}
.news-content h4 a {color: #2c3e50;line-height: 25px;font-weight: bold;}

.news-content h4 a:hover {color: #EF4F1D;text-decoration: none;}

.news-content p {
    line-height: 180%;
    padding: 0 8px 12px;
    text-align: justify;
}
.news-date {
    color: #999;
    font-size: 12px;
    margin: 0;
}
.news-items li:last-child {border: none;}
.news-excerpt > a {color: #EF4F1D;margin-right: 5px;display: block;}

/*-- Start Gallery --*/
.gallery {border: 1px solid #ddd; margin-bottom: 20px;}

.gallery .block-title a {
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
 
}

.gallery-container {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.gallery-container li {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.gallery-container li img {height: 100px; width: 100px;}

.gallery-container li:hover {opacity: 0.7;}

.mt {
    margin-top: 25px;
}
.photo-wrapper {
    background-color: #EF4F1D;
    display: block;
    overflow: hidden;
    position: relative;
    transition: background-color 0.4s ease 0s;
}
.project .overlay {
    color: #fff;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.4s ease 0s;
}
.project:hover .photo-wrapper {
    background-color: #EF4F1D;
    background-image: url("../img/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}
 .photo-wrapper .photo img.img-responsive
 {
     height:250px;
 }
.project:hover .photo {
    opacity: 0.1;
}
.project:hover .overlay {
    opacity: 1;
}
.fancybox title
{
    width: auto;
}
.desc {
    margin-bottom: 25px;
}
/*-- End Gallery --*/


/*-- Start Video --*/
.video {border: 1px solid #ddd;}
.embed-responsive.embed-responsive-4by3 
{
    padding-bottom: 70%;
     width: 100%;
    }
/*-- End Video --*/

/* end Main-Content */


/*-- Start footer--*/
.footer {
    color: #E5E5E5;
    margin: 20px 0 0 0;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 200px;
}
.footer:after 
{
     background-color: #EF4F1D;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.footer h4 {
    color: #404040;
}
.footer a {
    color: #f1f1f1;
    font-size: 12px;
    line-height: 3;
    padding:0;
    transition: all 0.3s ease-in-out 0s;
}
.footer a:hover {color: #404040; text-decoration: underline;}
.copyrights {
    background-color: #404040;
    font-size: 11px;
    line-height: 0;
    margin: 0;
    min-height: 40px;
    padding: 20px;
    color: #B2B5BE;
}
.copyrights p {
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}
/* End Footer */


/*********** START SINGLE POST **************/
aside {
    float: left;
    padding: 15px 5px;
    width: 25%;
}
aside img {margin: 20px 0}
.contents {
	margin: 0 0 0 25%;
	padding: 0 25px
}
.contents h1 {color: #EF4F1D;line-height: 1.8;}
.date {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 20px;
}
.nav-pills > li > a {border-radius: 0;color: #2c3e50}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #EF4F1D;
}
.nav-stacked > li + li {background-color: #f7f7f7}
article img.img-responsive {
    height: 400px;
    margin: 0 auto;
    min-width: 50%;
    width: 800px;
}
/************* END SINGLE POST *****************/


/*********** START LIST BLOG PAGE ***************/
.blog-list-content{
  margin-top:15px;
}

.list-blog-m{
  margin-bottom:20px;
}
.list-blog-m img {
  margin: 15px 10px;
  width: 100%;
  height: 240px;
}
.list-blog-blocks{
  width:100%;
  min-height:265px;
  background-color: #404040;
  position:relative;
  overflow:hidden;
}

.list-blog-blocks .img-shop-list{
  position:relative;
  background-color:#202b36;
  width:100%;
  height:265px;
  overflow:hidden; 
}

.list-blog-blocks .list-blog-text{
  margin: 9px 20px 5px 0;
}

.list-blog-blocks .list-blog-text h4 {
	background-color: #EF4F1D;
	color: #fff;
	font-size: 15px;
    line-height: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 10px;
}

.list-blog-blocks .list-blog-text p{
  font-weight: 400;  
  color:#848b94;
}
.list-blog-blocks .list-blog-text span{
  display:block;
  color:#b4bbc4;
  margin-bottom:26px;
}

.list-blog-blocks .list-blog-text ul{
  display:inline-block;
  margin-left: 10px;
  padding:0;
}

.list-blog-blocks .list-blog-text .icons-hover{
  display:inline-block;
  position:relative;
}

.icons-hover:hover .icons{
  opacity:1!important;
     -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.list-blog-blocks .list-blog-text li .first{
  margin-right:-15px!important;
}

.list-blog-blocks .list-blog-text li .hover{
  opacity:0;
  position:absolute;
  right:50%;
  margin-right:-8px;
  margin-top:-19px;
  min-width:100px;
  color:#d5d8dc!important;  
  text-transform:uppercase;
}


.list-blog-blocks .list-blog-text li a i{
  background-color:#161d25;
  height:32px;
  padding-right:7px;
  padding-left:7px;  
  color:#324152;  
  font-size:20px;
  line-height:32px;
  text-align:center;
  width: 35px;
}

.list-blog-blocks .list-blog-text li a i:hover{
  background-color:#E84C3D;
  color:#fff;
     -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}

.list-blog-blocks .list-blog-text .btn-blog-blocks {
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: -16px;
    padding: 5px 16px;
}
.pagination>li>a, .pagination>li>span {color: #EF4F1D}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #EF4F1D;
	border-color: #EF4F1D;
}
/*********** END LIST BLOG PAGE ***************/


/*********** START ALBUM ***************/
.album {padding-bottom: 20px}
.album-wrapper {
    background-color: #404040;
    text-align: center;
}
.album-title {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
}
.album img:hover {
    opacity: 0.7;
}

.album img.img-responsive
{
    height: 270px;
    }
/*********** END ALBUM ***************/

/*********** START VIDEOS ***************/
.video-list-thumbs{padding-top: 30px}
.video-list-thumbs > li{margin-bottom:30px}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
    display:block;
    position:relative;
    background-color: #EF4F1D;
    color: #fff;
    padding: 8px;
    border-radius:3px
}
.video-list-thumbs > li > a:hover{
    background-color:#505050;
    transition:all 500ms ease;
    box-shadow:0 2px 4px rgba(0,0,0,.3);
    text-decoration:none
}
.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 41px;
    line-height: 21px;
    margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
	font-size: 60px;
	opacity: 0.6;
	position: absolute;
	left: 39%;
	top: 20%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
    color:#fff;
    opacity:1;
    text-shadow:0 1px 3px rgba(0,0,0,.8);
    transition:all 500ms ease;
}
.video-list-thumbs .duration{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    right: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
    background-color:#000;
    transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
    .video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    left: 36%;
    top: 27%;
    }
    .video-list-thumbs h2{
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}
/*********** END VIDEOS ***************/

/* start Media Query */

/* MOBILE AND SCREEN */
@media only screen and (max-width: 479px) {
    .navbar-toggle {
        float: none;
        margin-left: 15px;
    }
    .nav li {
        border-bottom: 1px solid #999;
        display: block;
        text-align: center;
    }
    #big-slider {
        display: none;
    }
    .col-xs-6, .col-xs-12 {
        width: 100%;
        text-align: center
    }
    aside {
    float: none;
    padding: 15px 5px;
    width: 100%;
}
    aside img {margin: 20px 0}
    .contents {margin: 0;padding: 0}
    .contents h1 {font-size: 16px;line-height: 1.7}
}
/*********** END LIST BLOG PAGE ***************/

/* START GROUPING STYLES */
.navbar-default,
.block-title,
.event-m,
.footer {background-color: #EF4F1D;}

.news .block-title,
.gallery .block-title {background-color: #404040;}
.news .block-title,
.gallery .block-title, .video .block-title {min-height:37px;}
.events, .news {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
	overflow: hidden
}
h3.block-title span {float: left; margin-right: 10px;line-height: 1.4;margin: 9px;}
.news h3.block-title a, .gallery h3.block-title a, .video h3.block-title a {
	float: right;
	background-color: #EF4F1D;
	padding: 10px 15px;
	color: #FFF;
	font-size: 12px;
	line-height: 17px;
}
.news h3.block-title a:hover, .gallery h3.block-title a:hover, .video h3.block-title a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px 15px;
	text-decoration: none
;
}
.panel-heading {
    background: none repeat scroll 0 0 #f5f5f5;
}
/* END GROUPING STYLES */


/* TABLET SCREEN */
@media (min-width: 480px) and (max-width: 767px) {
    .navbar-toggle {
        float: none;
        margin-left: 15px;
    }
    .nav li {
        border-bottom: 1px solid #999;
        display: block;
        text-align: center;
    }
    .logo {
        text-align: center;
}
    .langu {
        text-align: center;
    }
    .social-icons {
        text-align: center;
    }
    .carousel-caption {
        display: none;
    }
    aside {
    float: none;
    padding: 15px 5px;
    width: 100%;
}
    aside img {margin: 20px 0}
    .contents {margin: 0;padding: 0}
    .contents h1 {font-size: 16px;line-height: 1.7}
    .news-content {float: none;width: 100%;}
    .news li {text-align: center !important}
    .news-image {
    float: none;
    height: 100px;
    width: 100px;
    margin: 0 auto
    }
    .carousel.slide {height: auto}
    .carousel-inner {height: auto}
}

/* SMALE SCREEN */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-caption h3 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    .carousel-caption p {
        font-size: 13px;
        padding: 0;
        margin: 0;
    }
}

/* medium SCREEN */
@media (min-width: 992px) and (max-width: 1199px) {}


/* LARGE SCREEN */
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}