@charset "utf-8";
/* CSS Document */
/*
* Style tweaks
* --------------------------------------------------
*/
/* ------------------------------CSS for nav and animation --------------------------------- */

/* FONT-SIZE   */
* {font-size: 100%}
body { font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.5em;
    font-size:1.5rem;}
article {font-size: 1.3em;
        font-size: 1.3rem;}
div { font-size: 1.5em;
    font-size: 1.5rem; }
p { font-size: 1.5em;
     font-size: 1.5rem;}
ol { font-size: 1.5em;
     font-size: 1.5rem;}
li { font-size: 1em;
     font-size: 1rem;}
h1 { font-size: 3em;
     font-size: 3rem;
     color:#2E3192;}
h2 {font-size: 2.5em;
    font-size: 2.5rem;
    font-weight:400;
    color:#2E3192;}
h3 {font-size: 1.8em;
    font-size: 1.8rem;
    font-weight:400;
    color:#625d5d;}
.smallit {font-size: 1.4em;
     font-size: 1.4rem;}
.ch1 {font-size: 6em;
      font-size:6rem;
	font-weight:400;} 
 /*   padding-bottom: 0px;   }*/

/*  END FONT-SIZE  */

/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

 /*header {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("images/background_sea.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
*/
  
 .wrapper  { 
   /*  background: url("images/yellowb.jpg") repeat center center fixed;  */
		-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
 }


.noslide {
width:auto; overflow:hidden; max-width:auto; padding:0px;	
	
}

 body{
     width:100%;
     height:100%;
     overflow-x: hidden;
    
 }

 li { font:15px "Tahoma",san-serif; } 

.page-header {
    padding-left: 15px;
}

/* container color */
.container {
    background-color: #ffffff;
}

.padit {
    padding-top: 50px;
}

.padit2 {
    padding-top: 5px;
}

.centerv {
    padding-top:20px;
    padding-left: 95px;
        }


/* Social-icons */
.social-icon{
    color:#ffffff;
    font-size: 1.2em;
    transition:color 0.2;
    text-decoration:none;
    margin:0 10px;
}
.social-icon:hover{
color:#aaaaaa;
overflow: hidden;
 text-decoration:none;
}

/* thumbnails */
.btn-primary { 
    background-color: #2E3192; 
    border-color: #2E3192; 
}  
.btn-primary:hover, 
.btn-primary:focus,  
.btn-primary:active { 
    background-color: #2E3192; 
} 

.thumbnail .caption {
		color: #333;
		text-align: center;
	}

/* end thumbnails  */


/*  FOOTER  

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/

body {
    font-family: 'Roboto', sans-serif;
}

.search-text {
	margin-top: 50px;
	background-color: #272d33;
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.search-text .input-search {
	height: 45px;
	width: 40%;
	padding-left: 20px;
    color: #333;
} 

.search-text .btn-search {
    background: #da3e44;
    border: none;
	color: #FFF;
	height: 45px;
    width: 80px;
}

.search-text h4 {
    color: #FFF;
    font-weight: 700;
}

footer {
    background-color: #33383c;
    padding: 30px 0px;
}	       

/*.logo2 {
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
}
*/
.navspace {
	padding-left: 41rem;
}

.logo2 { color: #FFF; 
   font-weight: bold; 
   border-bottom: 1px solid #0C090A; 
   padding: 10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}
    
.address span, 
.menu span {
   color: #FFF; 
   font-weight: bold; 
   border-bottom: 1px solid #0C090A; 
   padding: 10px 0px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}
 
.scoreit {
	border-top: 1px solid #0C090A; 
   padding: 10px 0px;
   display: block;
	color: #FFF;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 10px;
   }

.address li a, 
.menu li a {
    color: #FFF;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 14px;
}

.address li, 
.menu li {
    margin: 20px 0px;
    list-style: none;
}

.address li a:hover, 
.menu li a:hover {
    color: #da3e44;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.address .fa {
    color: #da3e44;
    margin-right: 10px;
    font-size: 18px;
}



/*  END FOOTER  */




/* Navbar section 
 not first page for padding */
.navbar-custom {
    padding-top:20px;
    padding-bottom: 20px;
}

.navbar-custom {
   box-shadow: 0 0 5px rgba(0,0,0,.8); 
 }


.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
     padding-left: 10px; 
  /* padding-left: 3rem; */
}
  
.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
   /*  font-size: 1.7rem; here */
}

.nav div.logo a:hover {
    color: #625D5D;
    opacity:0.5; 
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;  
    line-height: 65px;
    font-size: 2.4rem;
    /* font-size: 1.7rem; here
*/
}

.nav div.main_list ul li a:hover {
    color: #625D5D;
    opacity:0.5; 
}

/*  END NAV  */



.responsive {
  width:100%;
  height: auto;
}

.navTrigger {
    display: none;
}


.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}
 /*
@media only screen and (min-width:768px) {
    .navTrigger {
        display: block;
        background-color: #0C090A; change for landscape 
    }
}
 */
@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
         background-color: #0C090A;  
  }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #0C090A;
       /* same background color of navbar  */  
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    
    /* mobile dropdown */
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 2.4rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
}


/* five columns */


.col-xs-equal,
.col-sm-equal,
.col-md-equal,
.col-lg-equal {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Next, we are adding here some media queries with various
  breakpoints  */

.col-xs-equal {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-equal {
        width: 20%;
        float: left;
    }
	.navspace {
		padding-left: 16px;
	}
}

@media (min-width: 992px) {
    .col-md-equal {
        width: 20%;
        float: left;
    }
.navspace {
		padding-left: 41rem;
	}	
	
}
@media (min-width: 1200px) {
    .col-lg-equal {
        width: 20%;
        float: left;
    }
}

.thumbnails {
    
    text-align: center;
}



/* end five columns */

/*  NEW NAV  */

/*   NAV BAR 
.navbar-custom {
   box-shadow: 0 0 5px rgba(0,0,0,.8); 
 }

.navbar-brand {
    font-size: 24px;
    color: #00adee;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar-custom .navbar-text {
  color: #00adee;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.nav > li > a:hover{
    color: #222;
}


.navbar-brand:hover{
    color:#222
   }

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

  .nav .navbar-nav ul li {
        width: 100%;
       text-align: right;
      float:right; 
    }
 */
/* END NEW NAV */

/* Media  for table to scroll */
/*changed ; to :*/

media only screen and (max-width: 767px){  
responsive-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;    
}
  }
    

@media screen and (min-width: 600px) {
  .nav div.logo {
       font-size: 7px;
      float:left;
      padding-left: 20px;
    }
}


/* change padding for navigation on large phones and tablets  
	
	@media only screen and (min-width: 992px) {
	.navspace { padding-left: 41rem;
}
  }  
*/

@media only screen and (min-width: 768px) {
.navspace {padding-left: 16px;

}
  } 

/* end phones and tablets  */



/* END Media  */

/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
     background-color: #0C090A; /* nav back color */
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

/*  HERE  */
.navTrigger i {
   background-color: #fff; 
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}






