/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/* ==========================================================================
   Green RGB: 152 194 29
   Green HEX: #98C21D
   ========================================================================== */
@font-face {
    font-family: 'open_sans_semi_bold';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    font-family: 'open_sans_semi_bold';
    color: #fff;
    background-color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

a:link, a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover, a:active {
    color: #98C21D;
}
a.active {
    color: #98C21D;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/**MAINFRAME*******************************************/

.mainframe {
    margin: auto;
    margin-top: 30px;
    width: 860px;
    background: #000000;
}

.clearfix {
    clear: both;
}

/**LOGO************************************************/

.logo {
    float: left;
    background: url('../img/Logo-RGB-BlackBG-360px.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 53px;
}


/**TOP MENU********************************************/

.top-menu {
    float: right;
    right: 0px;
    width: 250px;
    height: 65px;
}

p.top-menu { 
    text-align: right;
    height: 30px;
    margin: 28px 12px 0px 0px;
    color: #98C21D;
}


/**LOWER MENU******************************************/

.lower-menu {
    float: left;
    left: 0px;
    width: 450px;
    height: 55px;
}

p.lower-menu { 
    text-align: left;
    height: 30px;
    margin: 10px 0px 0px 0px;
    color: #98C21D;
}

.top-menu-mobile {
	display: none;
}


/**CAROUSEL********************************************/

.fadein {
    float: left; 
    margin-bottom: 10px;
    width: 900px;
    height: 300px;
}

.label {
    float: left;
    background: url('../img/ben.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 90px;
    margin-top: -27px;
    margin-left: 207px;
}


/********************* THUMBNAILS *********************/
.gallery-block {
    float: left;
    width: 100%;
    height: 370px;
}
.my-gallery {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 12px;
  margin-bottom: 12px;
  border: 1px solid #000;
}
.my-gallery:hover {
    border: 1px solid #98C21D;
}
.my-gallery img {
  float: left;
  width: 200px;
  height: 200px;
}


/********************* PHOTOSWIPE *********************/
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 100px;
}
.my-gallery figcaption {
  display: none;
}
.hidden {
   display: none; 
}

/********************* INFO ***************************/
/*
.info {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-right: 20px;
}

.info hr {
    margin-right: 15px;
    border: 0px;
    height: 1px;
    background: #98C21D;
}**/

.info {
    float: left;
    /*width: 100%;*/
    width: 845px;
    height: 100%;
    margin-top: 30px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.contact-info {
    float: left;
    /*border: 1px solid white;*/
}

.ben {
    /*position: relative;*/
    float: right;
    margin-top: 50px;
    top: 10px;
}

.info hr {
    margin-right: 15px;
    border: 0px;
    height: 1px;
    background: #98C21D;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 860px) {

    html, body {
        margin: 0;
        font-family: 'open_sans_semi_bold';
        color: #aaa;
        background-color: black;
        font-size: 18px;
        line-height: 1.1;
    }

    .mainframe {
        position: absolute;
        margin: 0;
        top: 2px;
        width: 100%;
        background: #000000;
    }

    p { 
        margin-left: 1px;
        width: 115px;
        display: block;
        float: left;
        text-shadow: none;
    }

/**CAROUSEL********************************************/
	.fadein {
		float: left; 
		margin-bottom: 2px;
		width: 100%;
        padding-bottom: 40%;
        height: 0;
	}

	.fadein img {
		width: 100%;
	}

/**LOWER MENU******************************************/

	.top-menu {
		display: none;
	}


	.lower-menu {
		display: none;
	}

	.top-menu-mobile {
		width: 100%;	
		display: inline-block;
	}

	p.top-menu-mobile {
        font-size: 20px;
		text-align: center;
		height: 30px;
		margin: 0px;
		color: #98C21D;
	}

/********************* THUMBNAILS *********************/
    .gallery-block{
        width: 100%;
        background: #000;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gallery-block .gallery-container{
        padding: 5px;
        font-size: 0px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        /*background-color: red;*/
    }

    .gallery-block .gallery-container .my-gallery{
        margin: 0px;
        padding: 0px;
        border: 5px solid black;
        height: 100px;
        width: 100px;
        display: inline-block;
    }

    .my-gallery {
        height: 100px;
        width: 100px;
    }

	.my-gallery:hover {
		border: 1px solid #98C21D;
	}

	.my-gallery img {
	  float: left;
	  width: 100px;
	  height: 100px;
	}

/********************* INFO ***************************/
    .info {
        display: block;
        width: 100%;
    }

    .contact-info {
        float: left;
        width: 300px;
    }


    .info p{
        float: left;
        width: 100%;
        height: 100%;
        color: #fff;
        margin-left: 20px;
        margin-top: 5px;
        line-height: 1.1;
    }

    .info hr {
        margin-right: 0px;
        border: 0px;
        height: 1px;
        background: #98C21D;
    }

    .ben {
        /*position: relative;*/
        float: right;
        margin-top: 75px;
        top: 10px;
    }

}

@media (max-width: 480px) {
    .ben {
        display: none;
    }
}

@media (max-width: 480px) {
    .logo {
        float: left;
        background: url('../img/Logo-RGB-BlackBG-320px.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 320px;
        height: 47px;
    }
}

@media (min-width: 280px) {
    .gallery-block .gallery-container{
        width: 220px;
    }
}

@media (min-width: 360px) {
    .gallery-block .gallery-container{
        width: 330px;
    }
}

@media (min-width: 480px) {
    .gallery-block .gallery-container{
        width: 440px;
    }
}

@media (min-width: 580px) {
    .gallery-block .gallery-container{
        width: 550px;
    }
}

@media (min-width: 680px) {
    .gallery-block .gallery-container{
        width: 660px;
    }
}

@media (min-width: 780px) {
    .gallery-block .gallery-container{
        width: 770px;
    }
}

@media (min-width: 860px) {
    .gallery-block .gallery-container{
        width: 860px;
    }
}
