*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
    color: #97191c;
}

a {
   
}
.main {
	background: #fff;
	margin: 0 auto;
	/*padding: 1.5em;*/
	overflow: auto;
    /*width: 90%;*/
  text-align:center;
  position:relative;
  z-index:2;
}
.modal {
  display: none;
}
 
.oval {
    height: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 50%;
  z-index:1;
}
.logo {
	text-align: center;
	
	clear: both;
	margin-left: 0;
	width: 15%;
}



.logo a {
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
}
.topborder {
    /* padding: 2.5em; */
    background-image: url(https://i.gyazo.com/37cc2d9dcee9050755dff3856f0d5ed7.png);
    /*background-repeat: no-repeat;*/
  background-position: center;
    margin: 0 auto;
    float: left; 
    width: 100%;
    position: relative;
    height: 65px;
}
.bottomborder {
    /* padding: 2.5em; */
    background-image: url(https://i.gyazo.com/9e7c4e45aed2200c96d670358593f79c.png);
    /*background-repeat: no-repeat;*/
  background-position: center;
    margin: 0 auto;
    float: left; 
    width: 100%;
    position: relative;
    height: 65px;
}


.slideshow {
  width: 90%;
   border-radius: 25px;
  position:relative;
  z-index:2;
  background:#ddd;
        margin: auto;
}

#menu {
	display: block;
  width:100%;
  position:relative;
  z-index:5;
}
.newsletter {
   background-image: url(https://i.gyazo.com/9dfa72660691dad12f2d3b77fae6232b.jpg);
    background-repeat: no-repeat;
    background-position: center;
  background-size:100%;
    /* margin: 0 auto; */
    float: left;
    width: 100%;
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 305px;
    align-items: center;    /* Vertically center */  
  color:#fff;
}

.aboutme p {
  text-align:left;
}

#footer {

  background:#97191c;
}
.slicknav_menu {
	display: none;
}

#menu ul
{
	padding: 0;
	margin: 0;
  
}

#menu li {
	display: inline-block;
	padding: 0.5em 0.5em;

	text-align: center;
}

#menu li a {
	text-decoration: none;
    color: #97191c;
  text-transform: uppercase;
  font-family: "Bungee Tint", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size:24px;
}
.column {
	/*margin-left: 5%;*/
	text-align: center;
  width:100%;
  float: left;
  
}

.column:first-child {
	margin-left: 0;
}

.column.full {
 margin: 0 auto;
}
  
.column.two-thirds {
  width: 65%;
  padding: 1.5em;
}
  
.column.half {
  width: 47.5%;
  background: #ddd;
  padding: 1.5em;
}
 
.column.one-third {
  width: 30%;
  padding: 1.5em;
}
 
.column.one-fourth {
  width: 21.25%;
  background: #ddd;
  padding: 1.5em;
}

.column.three-fourth {
  width: 73.752%;
  background: #ddd;
  padding: 1.5em;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

.row {
  text-align:center;
}

.row-top {
  overflow: hidden;
}


#menumobile {
    display: none;
}

@media screen and (max-width: 640px) {
  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .column.one-fourth,
  .column.three-fourth,
  .logo {
    margin: 0em 0 0 0;
  }
  
  #menumobile {
    display: flex;
    text-decoration: none;
    color: #97191c;
  text-transform: uppercase;
  font-family: "Bungee Tint", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size:24px;
    margin:0 auto;
    justify-content: center;
    margin-top:10px;
}
  
  #menumobile a {
            text-decoration: none;
  }
  #menu {
    display:none;
  }
  

header {
  position: fixed;
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #303030;
}

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
}


.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background-color: rgba(226, 226, 226, 0.9);
  transition: clip-path 750ms ease-out;
  justify-content: center;
  align-items: center;
  clip-path: polygon(100% -50%, 150% 0%, 130% 0%, 150% -20%);
}

.modal-active {
  clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
}

nav {
  opacity: 0;
  transition: opacity 200ms linear;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 0 10px 0px #d5291e;
}
nav ul {
  text-align: center;
  font-family: "Cutive Mono", monospace;
  list-style-type: none;
  padding:0px;
}
nav ul li {
  display: block;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 400ms ease-in-out;
}
nav ul li:nth-child(1) {
  transition-delay: 1s;
}
nav ul li:nth-child(2) {
  transition-delay: 1.3s;
}
nav ul li:nth-child(3) {
  transition-delay: 1.6s;
}
nav ul li:nth-child(4) {
  transition-delay: 1.9s;
}
nav ul li a {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #d5291e;
  text-decoration: none;
  position: relative;
}
nav ul li a::before, nav ul li a::after {
  content: "";
  display: block;
  border-radius: 1.5px;
  height: 3px;
  width: 0;
  background-color: #d5291e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: width 250ms ease-in-out;
}
nav ul li a:hover::before, nav ul li a:hover::after {
  width: 20px;
}
nav ul li a::before {
  right: calc(100% + 10px);
  transform-origin: 100% 50%;
}
nav ul li a::after {
  left: calc(100% + 10px);
  transform-origin: 0% 50%;
}

.nav-active {
  opacity: 1;
}
.nav-active ul li {
  opacity: 1;
  transform: translateY(0);
}

.menu-toggle {
  z-index: 10;
  position: fixed;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  transition: all 250ms ease-in-out;
}
.menu-toggle:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}

.active {
  transform: rotate(45deg);
  border-radius: 50%;
}
.active:hover {
  transform: rotate(45deg);
}
.active .hamburger {
  width: 0;
}
.active .hamburger::before {
  transform: translate(-11px, -10px) rotate(-90deg);
}
.active .hamburger::after {
  transform: translate(2px, 0px);
}

.hamburger {
  margin-left: 12px;
  margin-top: 23px;
  height: 3px;
  width: 20px;
  border-radius: 1px;
  background-color: #d5291e;
  transition: all 250ms ease-in-out;
}
.hamburger::before, .hamburger::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 1px;
  background-color: #d5291e;
  transition: all 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.hamburger::before {
  transform: translateY(-10px);
}
.hamburger::after {
  transform: translateY(7px);
}
  
  #menu li a {
	text-decoration: none;
    color: #97191c;
  text-transform: uppercase;
  font-family: "Bungee Tint", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size:14px;
}
  .row {
	  margin: 0;
  }
  
  .row-top {
	  margin: 0;
	  
  }
  
  
  .main {
	  width: 90%;
	  padding: 1em;
	  }
	  
	  .nav {
		  display: none;
	  }
	 

	.slicknav_menu {
		display: block;
	}

}

#map {
  width:100%;
  height: 400px;
 float: left;
    top: -22px;
  border-radius:25px;
}
#firstHeading {
	font-size: 20px;
}
#bodyContent {
	a {
		color: red;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
	}
	
	p {
		font-size: 15px;
		max-width: 400px;
	}
}

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */

/* 
 * Optional: Makes the sample page fill the window. 
 */
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
  
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
      position: relative;
    top: 80px;
    z-index: 3;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}








.newsletter-form {
  --primary: #97191c;
  --primary-dark: #97191c;
  --primary-darkest: #97191c;
  --input-placeholder: #97191c;
  --input-text: #97191c;
  --border-default: #97191c;
  --border-active: #97191c;
  --background: #fff;
  --button-text: #ffffff;
  --success: #97191c;
  --trails: rgba(39, 94, 254, 0.15);
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  background: var(--background);
  box-shadow: inset 0 0 0 var(--border-width, 1px) var(--border, var(--border-default));
  border-radius: 9px;
  padding-right: 4px;
  transition: box-shadow 0.25s;
  margin: auto;
}
.newsletter-form:focus-within {
  --border-width: 1.5px;
  --border: var(--border-active);
}
.newsletter-form input,
.newsletter-form button {
  -webkit-appearance: none;
  background: none;
  outline: none;
  display: block;
  border: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  
}
.newsletter-form input {
  width: 100%;
  flex-grow: 1;
  padding: 12px 12px 12px 16px;
  color: var(--input-text);
  font-weight: 400;
}
.newsletter-form input::-moz-placeholder {
  color: var(--input-placeholder);
}
.newsletter-form input:-ms-input-placeholder {
  color: var(--input-placeholder);
}
.newsletter-form input::placeholder {
  color: var(--input-placeholder);
}
.newsletter-form button {
  --text-opacity: 1;
  --success-x: -12px;
  --success-stroke: 14px;
  --success-opacity: 0;
  --border-radius: 7px;
  --overflow: hidden;
  --x: 0px;
  --y: 0px;
  --rotate: 0deg;
  --plane-x: 0px;
  --plane-y: 0px;
  --plane-opacity: 1;
  --trails-stroke: 57px;
  --left-wing-background: var(--primary);
  --left-wing-first-x: 0%;
  --left-wing-first-y: 0%;
  --left-wing-second-x: 50%;
  --left-wing-second-y: 0%;
  --left-wing-third-x: 0%;
  --left-wing-third-y: 100%;
  --left-body-background: var(--primary);
  --left-body-first-x: 50%;
  --left-body-first-y: 0%;
  --left-body-second-x: 50%;
  --left-body-second-y: 100%;
  --left-body-third-x: 0%;
  --left-body-third-y: 100%;
  --right-wing-background: var(--primary);
  --right-wing-first-x: 50%;
  --right-wing-first-y: 0%;
  --right-wing-second-x: 100%;
  --right-wing-second-y: 0%;
  --right-wing-third-x: 100%;
  --right-wing-third-y: 100%;
  --right-body-background: var(--primary);
  --right-body-first-x: 50%;
  --right-body-first-y: 0%;
  --right-body-second-x: 50%;
  --right-body-second-y: 100%;
  --right-body-third-x: 100%;
  --right-body-third-y: 100%;
  position: relative;
  padding: 8px 0;
  min-width: 100px;
  text-align: center;
  font-weight: 600;
  opacity: var(--button-opacity, 0.5);
  cursor: var(--button-cursor, not-allowed);
  filter: var(--button-filter, grayscale(65%));
  color: var(--button-text);
  border-radius: var(--border-radius);
  transform: translateZ(0);
  transition: opacity 0.25s, filter 0.25s;
  -webkit-tap-highlight-color: transparent;
}
.newsletter-form button:not(.active) {
  background: var(--primary);
}
.newsletter-form button .plane,
.newsletter-form button .trails {
  pointer-events: none;
  position: absolute;
}
.newsletter-form button .plane {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(var(--x), var(--y)) rotate(var(--rotate)) translateZ(0);
}
.newsletter-form button .plane .left,
.newsletter-form button .plane .right {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: var(--plane-opacity);
  transform: translate(var(--plane-x), var(--plane-y)) translateZ(0);
}
.newsletter-form button .plane .left:before, .newsletter-form button .plane .left:after,
.newsletter-form button .plane .right:before,
.newsletter-form button .plane .right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--border-radius);
  transform: translate(var(--part-x, 0.25%), var(--part-y, 0)) translateZ(0);
  z-index: var(--z-index, 2);
  background: var(--b, var(--left-wing-background));
  -webkit-clip-path: polygon(var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)));
          clip-path: polygon(var(--first-x, var(--left-wing-first-x)) var(--first-y, var(--left-wing-first-y)), var(--second-x, var(--left-wing-second-x)) var(--second-y, var(--left-wing-second-y)), var(--third-x, var(--left-wing-third-x)) var(--third-y, var(--left-wing-third-y)));
}
.newsletter-form button .plane .left:after {
  --part-x: 0;
  --z-index: 1;
  --b: var(--left-body-background);
  --first-x: var(--left-body-first-x);
  --first-y: var(--left-body-first-y);
  --second-x: var(--left-body-second-x);
  --second-y: var(--left-body-second-y);
  --third-x: var(--left-body-third-x);
  --third-y: var(--left-body-third-y);
}
.newsletter-form button .plane .right:before {
  --part-x: -0.25%;
  --z-index: 2;
  --b: var(--right-wing-background);
  --first-x: var(--right-wing-first-x);
  --first-y: var(--right-wing-first-y);
  --second-x: var(--right-wing-second-x);
  --second-y: var(--right-wing-second-y);
  --third-x: var(--right-wing-third-x);
  --third-y: var(--right-wing-third-y);
}
.newsletter-form button .plane .right:after {
  --part-x: 0;
  --z-index: 1;
  --b: var(--right-body-background);
  --first-x: var(--right-body-first-x);
  --first-y: var(--right-body-first-y);
  --second-x: var(--right-body-second-x);
  --second-y: var(--right-body-second-y);
  --third-x: var(--right-body-third-x);
  --third-y: var(--right-body-third-y);
}
.newsletter-form button .trails {
  display: block;
  width: 33px;
  height: 64px;
  top: -4px;
  left: 16px;
  fill: none;
  stroke: var(--trails);
  stroke-linecap: round;
  stroke-width: 2;
  stroke-dasharray: 57px;
  stroke-dashoffset: var(--trails-stroke);
  transform: rotate(68deg) translateZ(0);
}
.newsletter-form button span {
  display: block;
  position: relative;
  z-index: 4;
  opacity: var(--text-opacity);
}
.newsletter-form button span.success {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  transform: translateX(var(--success-x)) translateZ(0);
  opacity: var(--success-opacity);
  color: var(--success);
}
.newsletter-form button span.success svg {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 4px 8px 0 0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14px;
  stroke: var(--success);
  stroke-dashoffset: var(--success-stroke);
}
.newsletter-form.valid {
  --button-opacity: 1;
  --button-cursor: pointer;
  --button-filter: grayscale(0%);
}

.topreviews {
  display:block;
    position: relative;
    float: left;
  width:375px;
  
  
}

.topreviews img:nth-child(1) {
  height:200px;
  position:relative;
  float:left;
  left:40px;
  z-index:1;
}



.topreviews img:hover:nth-child(1) {
 transform: scale(1.2);
  transition: transform .5s ease-in-out;
  z-index:2;
}
.topreviews img:nth-child(2) {
     position: absolute;
    right: 20px;
    z-index: 1;
    width: 160px;
}

.state {
    color: #000;
    position: absolute;
    bottom: 70px;
    right: 0px;
    font-size: 21px;
}

.city {
    color: #000;
    position: absolute;
    bottom: 55px;
    right: 0px;
    font-size: 15px;
}
.topreviews hr {
    width: 53px;
    position: absolute;
    right: 69px;
    bottom: 55px;
    border: 1px solid #000;
}

.view {
      position: absolute;
    bottom: 35px;
    right: 0px;
    color: #fff;
    width: 45px;
    height: 20px;
    background: #97191c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.foodtitle {
  position: absolute;
    bottom: 17px;
    right: 0px;
    color: #000;
  font-size:14px;
}
.rows{
    display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

@import url("https://fonts.googleapis.com/css?family=Cutive+Mono");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");
@import url("https://fonts.googleapis.com/css?family=Raleway");




.noscroll { 
	overflow: hidden;
}


main {
  font-size: 0;
}
main .column.left,
main .column.right {
  background: #fcfcfc;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}
@media (min-width: 641px) {
    main .column.left,
    main .column.right {
      display: inline-block;
      width: 50%;
      min-height: 100vh;
    }
    main .column.left {
      position: fixed;  
    }
    main .column.right {
      margin-left: 50%;
    }
}

.video-banner {
  display: block;
}
@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.0em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  
  display: block;
  width: 2.5em;
  height: 2.5em;
  
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
  
  backgound: #330099;
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}
@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}

.content h1,
.content h2,
.content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}
.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1.0em;
  
  margin: 0 0 0.5rem 0;
}
@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}
.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  
  margin-top: 3em;
}

/* buttons */
.content .button-group {
  margin-top: 1em;
}
.content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
  
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
.content .button ~ .button {
  margin-left: 0.5em;
}
.content .button:hover {
  background: #e5e5e5;
}
/* primary button overrides */
.content .button.primary {
  background: #E50055;
  color: #fff;
}
.content .button.primary:hover {
  background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  
  text-decoration: none;
  
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */
  
  margin: 1rem 1rem; /* gutters */
  
  overflow: hidden; /* clipping */
  
  position: relative; /* enable positioning for inner content */
  
  font-size: 1rem; /* reset the font size */
  
  -webkit-transform: scale(1.0);
	transform: scale(1.0);
  box-shadow: 0 0 0 rgba(0,0,0,0.0);
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
.content .video-thumb:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13,1,61,0.35);
}
.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  
  background: #2b2b2b;
}








/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(13,1,61,0.82); /* overlay color */

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
  
	margin: 0 auto;

	overflow-y: visible;

	background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;

	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}











/*FOOTER*/

footer {
  background: #97191c;
  background: -webkit-linear-gradient(0deg, #530c0e, #97191c);
  background: linear-gradient(0deg, #530c0e, #97191c);
  color: white;
}

footer a {
  color: #fff;
  font-size: 14px;
  transition-duration: 0.2s;
}

footer a:hover {
  color: #FA944B;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #FFFFFF;
}

.footer-middle {
  padding-top: 2em;
  color: white;
}


/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #F9F9F9;
}



section {
  width: 100%;
  display: inline-block;
  background: #333;
  height: 50vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-distributed{
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

