
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */

body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:20px;
}
a{
  color: #000;
}
a:hover{
  color: #8D8F92;
}
h1,h2,h4 {
    font-family: 'Open Sans', sans-serif;
}
.red{
  color: #9B2710;
}
.redbg{
  background-color: #9B2710;
}
.green{
  color: #8D8F92;
}
.greenbg{
  background-color: #8D8F92;
}
.just-txt-div {
    padding-bottom:30px;
    padding-top:30px;
    border-radius: 0px;
}
    .just-txt-div li {
        padding-top:15px;
        word-spacing: 0.13em;
    }
.head-line {
    font-weight:500;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    /*font-family: 'Lobster', cursive;*/
}
.pad-set {
    padding-top:50px;
     padding-bottom:50px;
}
.pad-top {
     padding-top:50px;
}

h1.b{
margin-top:110px;	
}

h1.b1{
margin-top:130px;	
}

.b,
.b1{
  font-weight: bold;
}
/* =============================================================
   NAVBAR & MENU STYLES
 ============================================================ */
/*Social share button*/
.sns_box {
  position: absolute;
  padding-top:7px;
  width: 50px;
  left:1180px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media(max-width:767px){
.sns_box,
.sns_button facebook
{
	/*position: absolute;*/
	left: 20%;
	margin-top: -82px;
	}
div #navbar-toggle2{
	position: static;
	box-shadow: none!important;
	}
.fb-icon{
	display: none;
}
}

@media(min-width:768px){
div #navbar-toggle2{
	display: none;
	}


}

.navbar-toggle2{
  position: relative;
  float: right;
  padding: 9px 10px;
  
  margin-right: 15px;
  
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


@media(min-width: 768px) and (max-width:991px){
.sns_box
{
  position: absolute;
  padding-top:30px;
  bottom: 50px;
  width: 50px;
  left:750px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	}
}

@media(min-width:992px) and (max-width:1199px){
.sns_box
{
  position: absolute;
  /*padding-top:35px;*/
  width: 50px;
  left:980px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	}
}

@media(min-width:768px){
.navbar-toggle2{
	display: none;
	}

}



.sns_button {
  float: right;
  position:absolute;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}

@media (max-width:768px){
.sns_button facebook {
  margin-left:-100px;		
  display: table-cell;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #006595;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
}

.sns_button a {
  display: table-cell;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #006595;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}
.sns_button i {
  font-size: 20px;
  vertical-align: middle;
}

.sns_button + .sns_button {
  margin: 0 0 0 12px;
}

.facebook:hover a {
  /*background-color: #1B95E0;*/
  opacity: 0.7;
  border-radius: 50%;
  color: white;
}




.right-div {
    float: right; 
    padding: 20px;
    font-size:20px;
}
#menu-top{
  padding: 0px 0px;
  background-color:white;
}

@media(max-width:768px){
	.menu-top{
		padding:50px 0px;
	}
}

#menu-top a {
    /*color:#000;*/
    text-decoration:none;
    font-weight:500;
    padding: 15px 15px 20px 10px;
    text-transform:uppercase;
    font-size:16px;
    font-weight:900;

}
@media(max-width:1000px){
	#menu-top a{
		font-size:12px;
	}
}


#menu-top a:hover {
  color: #8D8F92;
}
.menu-section {
    /*background-color: #f7f7f7;*/
    border-bottom:5px solid #CECECE;
    width:100%;
    position:fixed;
    top:0px;
    z-index:99999;
    background-color:white;
    max-height:60px;
}
.menu-top-active {
    /*background-color:#eeeeee;*/
    background-color:#9B2710;
    color: #fff;
}
.navbar-inverse {
background-color: #FFF;
border-color: rgba(155, 153, 153, 0.23);

}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
   
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
/*background-color: black;*/
border: 1px solid black;
margin: 2%;
}
.navbar-toggle >.icon-bar{
  background-color: #000;
}

/* =============================================================
   SLIDESHOW / CAROUSEL STYLES
 ============================================================ */

#carousel-div {
    border:3px solid #e1e1e1;
}
.carousel-caption {
    top:50px;
}
    .carousel-caption h1 {
        text-align:center;
        font-size:30px;
        font-weight:900;
        text-transform:uppercase;
        background-color:rgba(0, 0, 0, 0.65);
        max-width:440px;
        padding:15px 25px;
        


    }
     .carousel-caption h2 {
        text-align:center;
        font-size:25px;
        font-weight:900;
        text-transform:uppercase;
        background-color:rgba(0, 0, 0, 0.65);
        max-width:340px;
        padding:15px 25px;
        


    }
 /* =============================================================
    PAGE STYLES
 ============================================================ */


 .main-slideshow{
    color:#fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom:100px;
 }
.below-slideshow {
    color:#fff;
    background:#8D8F92;
    /*background-image: url("../img/bg1.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom:100px;
    border-radius: 40px;
    
}
    .below-slideshow i {
        padding-bottom:15px;
    }
    .below-slideshow .txt-block {
        
        padding-top:50px;
    }
     .below-slideshow h4 {
        font-weight:800;
        font-size:20px;
    }
    .below-slideshow p {
        padding-right:30px;
    }
.tag-home {
    padding-top:50px;
    padding-bottom:30px;
    font-size:30px;
    text-align:center;
    line-height:45px
}

.parallax-like {
margin-top: 20px;
margin-bottom: 20px;
background: url(../img/par.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
color: #fff;
background-attachment: fixed;
}
    .parallax-like .overlay {
        min-height:200px;
        background: rgba(15, 15, 15, 0.66);
        font-size:50px;
        
        
    }
    .vedio-style {
border: 0px;
width: 100%;
min-height: 300px;
}
.just-sec {
    padding-top:50px;
    padding-bottom:70px;
}
.set-div {
    border:1px solid #8D8F92;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.footer-sec {
    margin-top:50px;
    padding-top:30px;
    color:#fff;
    background:#333;
    padding-bottom:20px;
    
}
.flexslider {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
     -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.social-div a{
    color:#000;
    text-decoration:none;
}
.set-about-img {
    border:10px double #8D8F92;
     max-height:200px;
}
/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 80px; 
    padding-bottom: 100px; 
}
.portfolio-item {
    border:15px double #8D8F92;
    margin:3px;
}
    .portfolio-item p {
        padding:30px;
        color:#fff;
    }

.portfolio-item .overlay {
   position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #CECECE;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
 
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
	padding: 0px;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 5px 4px;
		text-decoration: none;
		color: #d51111;
		cursor: pointer;
		font-size: 18px;
	}
 	#port-folio .portfolio-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;		
        opacity:.2;
		float:left;
		overflow:hidden;
	}
#footerbg{
  background-image: url("../img/slide.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: 60%;
  background-size: 50% auto;
}

.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
  pointer-events: auto;
}
.footmenu a{
  padding-right: 10px;
  color:#FFF;
}
.footmenu a:hover{
  color: #9B2710;
}
.navbar-brand{
  height: auto;
}

.header-circle{
  background-color: rgba(0,0,0,0.5);
  width: 250px;
  height: 250px;
  position: absolute;
  margin-left:auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20px;
  border-radius: 150px;
}

/* =============================================================
  MEDIA QUERIES 
 ============================================================ */


@media (max-width: 740px) {
    .main-slideshow{
      color:#fff;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: auto;
      background-size: auto;
   }
}

/*@media (min-width: 100px) and (max-width: 740px) {
    .carousel-caption h1 {
        display: none;
    }

    .carousel-caption h2 {
        display: none;
    }
}*/

.sns_box_custom{
  background-color: yellow;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}

@media(min-width: 768px){
  .sns_box_social_cont{
    padding-top: 15px !important;
  }
}

/* =============================================================
  EVIDENCE SECTION
 ============================================================ */

 .table {
  color:white;

 }

 ul {
  list-style: none;
}

ul.lower_greek li {
    background: url('../img/noentry.png') no-repeat left top;
    padding: 3px 0px 5px 40px;
    list-style: none;
    margin-left: -30px;
}

ul.lower_greek li {
  margin-bottom: 10px;
}

ul.a li:before {
  content: '✓';
}

.panel-title > a {
    color: #1E90FF;
}

ul.jj li {
    background: url('../img/correct1.png') no-repeat left top;
    padding: 3px 0px 5px 40px;
    list-style: none;
    margin-left: -30px;
}

ul.jj li {
  margin-bottom: 10px;
}

.pad-top-mn {margin-top:57px;}