/* CSS Document */
body {
	margin:0px;
	background-color: #63666a;
	font-family: 'proxima_nova_rgbold';
}
h1, h2, h3, h4 {
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
}
a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.red {
	color: #789D4A;
}




/* ======= Hover  ======= */


/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -moz-appearance:    none;
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-appearance:    none;
}



/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}



/* ======= Header ======= */
.header {
  padding:0;
 
}

.nav-section {
	width: 100%;
	border-right: 1px #858585 solid;
	height: 140px;
}
.nav-section .nav-logo {
	float: left;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 38px;
	padding-bottom: 20px;
	height: 140px;
	width: 17%;
}
.nav-section .nav-logo p{
	text: center;
}
.nav-section .nav-logo img {
	width: 160px;
}


.nav-section .nav-1 {
	float: left;
	width: 19%;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 44px;
	color: #ffffff;
	height: 140px;
}
.nav-section .nav-1:hover {
	background-color: rgba(255,255,255,0.2)
}

.nav-section .nav-1 p.lower{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	padding:0px;
	font-size:34px;
	line-height: 40px;
}



.nav-section .nav-2 {
	width: 19%;
	float: left;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 44px;
	padding-bottom: 20px;
	color: #ffffff;
	height: 140px;
}
.nav-section .nav-2:hover {
	background-color: rgba(255,255,255,0.2)
}

.nav-section .nav-2 p.lower{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	font-size:34px;
	line-height: 40px;
	
}




.nav-section .nav-3 {
	width: 19%;
	float: left;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 44px;
	padding-bottom: 20px;
	color: #ffffff;
	height: 140px;
}
.nav-section .nav-3:hover {
	background-color: rgba(255,255,255,0.2)
}

.nav-section .nav-3 p.lower{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	font-size:34px;
	line-height: 40px;
}



.nav-section .nav-order {
	width: 19%;
	float: left;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 44px;
	padding-bottom: 20px;
	color: #ffffff;
	height: 140px;
}
.nav-section .nav-order:hover {
	background-color: rgba(255,255,255,0.2)
}

.nav-section .nav-order p.lower{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	font-size:34px;
	line-height: 40px;
}

.nav-section .nav-sm {
	width: 7%;
	float: left;
	text-align: center;
	border-left: 1px #858585 solid;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	height: 140px;
}
.nav-section .nav-sm p{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
	line-height: 30px;
}
.nav-section .nav-sm p.lower{
	font-family: 'bureaueaglebookregular';
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	font-size:34px;
	line-height: 40px;
}










a.ad {
	cursor: pointer;
}



#main {
	margin-top:-10px;
	border-bottom: 3px #ffffff solid;
	position: relative;
}
#main .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #303030;
	height: 550px;
	border-bottom: 3px #ffffff solid;
}
#main .image iframe {
	border-bottom: 3px #ffffff solid;
	position: relative;
	height: 550px;
}
#main .text {
	background-color: #525558;
	padding: 40px 120px 60px 120px;
}
#main .text h1{
	font-size:55px;
	line-height: 44px;
	color: #789d4a
}
#main .text p{
	font-family: 'Proxima Nova';
	font-size:17px;
	line-height: 23px;
	color: #ffffff;
	padding-bottom: 17px;
}
#main .text p a{
	color: #ffffff;
}
#main .text p.link{
	padding-top: 35px;
	padding-bottom: 25px;
	font-family: 'bureaueaglebookregular';
}
#main .text p.link a{
	padding: 15px 23px;
	background-color: #789d4a;
	font-size:30px;
	color: #ffffff;
	border-radius: 15px;
}
#main .text p.link a:hover {
	text-decoration:none;
}

.underline {
	height: 1px;
	border-top: 1px #c30e13 dotted;
}
#order-choose .modal-content  {
	background-color: #593f1d;
	color: #FFFFFF;
	border-radius: 0px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 60px;
}
#order-choose .modal-content a {
	background-color:#c1d72e;
	color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 30px;
 margin-bottom:20px;
 line-height: 60px;
}
#order-choose .modal-header, #order-choose .modal-footer {
	border: none;
	text-align: center;
}
#order-choose .modal-footer button {
	background-color:#5A5A5A;
	color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 15px;
  border-radius: 0;
  border: none;
	
}
h4.modal-title {
	font-size: 30px;
}



.modal {
	z-index: 9999;
}

.gallery ul {
	list-style: none;
	margin:0px;
	padding: 30px 0px 30px 0px;
}
.gallery img {
	max-width:100%;
	padding: 0px 8px;
	cursor: pointer;
	border: none;
	border-radius: 0;
}
      #gallery .modal-body {
          padding:10px !important;
		  border: none;
		  
      }
	   #myModal .modal-content {
          border-radius:0;
		  border: none;
		 
      }
       #gallery .modal-content {
          border-radius:0;
		  background-color: #ffffff;
		  border: none;
      }
	  #gallery .modal-header {
          border-radius:0;
		  background-color: #ffffff;
		  border: none;
		  color: #ffffff;
		  text-align: center;
      }
	  #gallery .modal-header h3 {
		  margin-top: 20px;
	  }
	   #gallery .modal-footer {
          border-radius:0;
		  background-color: #ffffff;
		  border: none;
		  margin-top: 0px;
		  padding-top: 0px;
		  text-align:center;
		  
		  
      }
	  #gallery .modal-footer button{
		  border-radius: 0px;
		  border: none;
		  background-color: #43a02b;
		  color: #FFFFFF;
		  padding: 8px 20px 12px 20px;
	  }
      #myModal .modal-dialog img {
          text-align:center;
          margin:0 auto;
		  border: none;
		  padding: 0px;
		  border-radius: 0;
      }
	  .thumbnail {
		  border-radius: 0;
		  background-color: transparent;
		  border: none;
		  margin-left: 4px;
		  margin-right: 4px;
	  }
	  
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
	
	
	



#social {
	text-align: left;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	
}
#social h2 {
	color: #278cc4;
	font-size: 40px;
	line-height: 38px;
	text-transform:uppercase;
}

      article{
        background:#43a02b;
        margin-bottom: 20px;
		font-size: 16px;
		color: #ffffff;
		margin-left: 9px;
		margin-right: 9px;
		
		
      }

      article.tweet{
        padding: 25px;
		text-align: left;
      }
	   article.tweet p{
		text-align: left;
      }


      article.tweet a{
        overflow-wrap: break-word;
        color: #ffffff;
        font-size: 16px;
		text-decoration:underline
      }
	  article.instagram img{
        width: 100%;
      }

#social footer {
	background-color: transparent;
	padding: 0px 0px;
	text-align: left;
	margin-top: 15px;
}
#social footer p {
	text-align: left;
}
#social footer p a {
	color: #177daa; !important
	font-size: 16px;
}




input.form-field {
	width:100%;
	height:40px;
	background-color: #FFFFFF;
	border: 1px #CDCDCD solid;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 8px;
}
textarea.form-field {
	width:100%;
	height:100px;
	background-color: #FFFFFF;
	border: 1px #CDCDCD solid;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 8px;
}
select.form-field-date {
	width:32.3%;
	height:40px;
	background-color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 8px;
}
select.form-field-time {
	width:100%;
	height:40px;
	background-color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 8px;
}
.form-btn {
	width:100%;
	height:40px;
	background-color: #c11c2c;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 9px;
	font-size: 24px;
	text-align: left;
	font-family: 'bebas_neueregular';
}
.form-btn:hover {
	background-color: #3B3B3B;
}






/* ======= Carousel ======= */
.carousel {
	margin-top:-10px;
}
.carousel-inner {
	border-bottom: 5px #ffffff solid;
}
.carousel-inner .item img {
	width: 100%;
	
}
.carousel-control.left {
	background-color:transparent;
	background-image:none;
}
.carousel-control.right {
	background-color:transparent;
	background-image:none;
}
.carousel-inner {
	margin-top:0px
}
.carousel-control {
	text-shadow:none;
	
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-control:hover {
	text-shadow:none;
	background-color: transparent;
	color: #202020;
	padding-left: 0px;
	padding-right: 0px;
}
.carousel-control.left {
	margin-left: 12px;
}

.carousel-control.right {
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right:8%;
	color: #ffffff;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
	left:8%;
	color: #ffffff;
}
.carousel-caption {
	text-align: left;
	left:auto;
	right:auto;
	top: 0%;
	height: 350px
}
.carousel-caption a:hover{
	text-align: left;
	left:auto;
	right:auto;
	top: 0%;
	height: 350px;
	text-decoration:none;
}
.slider-caption {
	background-color: rgba(255,255,255,0.85);
	padding: 20px 30px 20px 30px;
	margin-top:55px;
}
.slider-caption h1{
	text-shadow:none;
	color: #c30e13;
	font-size: 60px;
	line-height:50px;
	padding:0px;
	margin:0px 0px 8px 0px;

}
.slider-caption h3{
	text-shadow:none;
	color: #292929;
	font-size: 27px;
	line-height:27px;
	padding:0px;
	margin:0px;
	

}




/* ======= Ads ======= */
.ads {
	margin-top: 0px;
}
.ads a:hover {
	margin-top: 0px;
	color: #ffffff;
	text-decoration:none;
}
.ad1 {
	background-image: url(../images/img1-NKD-Pizza-Deal.jpg);
	background-repeat: no-repeat;
    width:100%;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #ffffff;
	height: 280px;
	 background-size: 100% 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center;
}
.ad1:hover {
background-image: url(../images/img1-NKD-Pizza-Deal2.jpg);
	color: #ffffff;!important;
	 background-size: 150% 150%;
	
}
.ad1 .text {

	margin-top: -33px;
	text-align: center;
}

.ad1 .text p.upper {
	
	margin:0px;
	padding-bottom:10px;
	font-size:30px;
	line-height: 34px;
}
.ad1 .text p.lower {
	margin:0px;
	padding:0px;
	font-size:70px;
	line-height: 56px;
}
.ad1 .text p.image {
	padding-top: 0px
}
.ad1 .text p.image img {
	width: 80%;
}



.ad2 {
	background-image: url(../images/img2-NKD-Pizza-Why-We-Are-Different.jpg);
	background-repeat: no-repeat;
    width:100%;
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left:15%;
	padding-right:15%;
	color: #ffffff;
	height: 280px;
	 background-size: 100% 100%;
}

.ad2 .text {
font-family: 'proxima_nova_rgbold';
	margin-top: 0px;
	text-align: center;
}

.ad2 .text p.upper {
	
	margin:0px;
	padding-bottom:10px;
	font-size:24px;
	line-height: 24px;
	text-shadow:#000000 0px 0px 10px;
}
.ad2 .text p.lower {
	margin:0px;
	padding:0px;
	font-size:70px;
	line-height: 56px;
}
.ad2 .text p.image {
	padding-top: 25px
}
.ad2 .text p.image img {
	width: 70%;
}
.ad2 .form-field {
	font-family: 'proxima_nova_rgbold';
	color: #30281d;
	font-size: 18px;
	background-color: #FFFFFF;
	padding: 7px;
	height: 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	border: none;
	border-radius: 25px;
	margin-bottom: 5px;
	
}


.ad2 #button {
	
	margin-top: 0px;
	font-size: 26px;
	width: 100%;
	height: 40px;
	color: #FFFFFF !important;
	background-color: #789d4a;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 25px;
	font-weight: 700;
}

.ad2 #button:hover {
	background-color: #789D4A;
}


.ad3 {
	background-image: url(../images/img3-NKD-Pizza-Newsletter.jpg);
	background-repeat: no-repeat;
    width:100%;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #ffffff;
	height: 280px;
	 background-size: 100% 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-position: center center;
}

.ad3 .text {

	margin-top: 0px;
	text-align: center;
}

.ad3 .text p.upper {
	
	margin:0px;
	padding-bottom:10px;
	font-size:24px;
	line-height: 24px;
}
.ad3 .text p.lower {
	margin:0px;
	padding:0px;
	font-size:70px;
	line-height: 56px;
}
.ad3 .text p.image {
	padding-top: 25px
}
.ad3 .text p.image img {
	width: 70%;
}


/* ======= Footer Options ======= */ 

.footer-options {
	
	vertical-align:middle;
	margin-top: 15px;
	color: #ffffff;
	text-align: left;
}
.footer-options p{
	font-size: 16px;
	padding-top: 8px;
	padding-left: 0px;
}
.footer-options a{
	text-decoration:none;
	color: #ffffff;
	font-family: 'proxima_nova_rgbold';
}
.footer-options a:hover{
	text-decoration:none;
	color: #ffffff;
}
.footer-options button{
	text-decoration:none;
	color: #FFFFFF;
	border: none;
	background-color:transparent;
}
.footer-options button:hover{
	text-decoration:none;
	color: #ffffff;
}
.footer-options img{
	max-height: 21px;
	margin-top: 0px;
	vertical-align:top;
}
.footer {
	font-size: 10px;
	color: #fffff;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 0px;
	
}
.footer a, .footer a:hover {
	font-size: 10px;
	color: #ffffff;
}
iframe {
	width:100%;
	height:300px;
	border:none;
}
.footer p button  {
	background-color:transparent;
	text-decoration:none;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 10px;
	color: #ffffff;
	
}
.footer p {
	font-size: 9px;
	color: #fffff;
	
	text-align: right;
	padding-top: 0px;
}
.footer img {
	margin-top: 5px;
}

/* Extra Large devices (extra large desktops, 1600px and up) */
@media (min-width: 1500px) {
	.container-full {
		width: 1500px;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-inner {
	overflow:hidden;
}
.carousel-inner img {
}
#main .text {
	background-color: #525558;
	padding: 40px 250px 60px 250px;
}
.ad1 {
height: 380px;
padding-top: 70px;
}
.ad2 {
height: 380px;
padding-top: 100px;
}
.ad3 {
height: 380px;
padding-top: 50px;
}
.ad1 .text p.image img {
	width: 70%;
}
	.ad3 .text p.image img {
	width: 65%;
}
.footer p, .footer p button {
	font-size: 15px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1499px) {
	.container-full {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
.slider-caption {
	padding: 20px 30px 20px 30px;
	margin-top:60px;
	
}
.slider-caption h1{
	font-size: 70px;
	line-height:62px;
	padding:0px;
	margin:0px 0px 6px 0px;

}
.slider-caption h3{
	font-size: 32px;
	line-height:31px;
	padding:0px;
	margin:0px;

}
.carousel-inner {
	overflow:hidden;
}
.carousel-inner img {
}
#main .text {
	background-color: #525558;
	padding: 40px 250px 60px 250px;
}
.ad1 {
height: 380px;
padding-top: 80px;
}
.ad2 {
height: 380px;
padding-top: 100px;
}
.ad3 {
height: 380px;
padding-top: 60px;
}
.footer p, .footer p button {
	font-size: 13px;
}
}
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.ad1 {
height: 300px;
padding-top: 70px;
}
.ad2 {
height: 300px;
padding-top: 75px;
}
.ad3 {
height: 300px;
padding-top: 35px;
}
.ad1 .text p.image img {
	width: 55%;
}
	.ad3 .text p.image img {
	width: 65%;
}
	.footer-options {
		padding-left: 20px;
	}
	.footer {
		padding-right: 20px;
	}
}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	body {
	background-size: cover;
	background-repeat:repeat;
}

#main .text {
	padding: 40px 100px 60px 100px;
}


.carousel-caption {
	height: 250px
}
.slider-caption {
	padding: 20px 30px 20px 30px;
	margin-top:44px;
	
}
.slider-caption h1{
	font-size: 50px;
	line-height:40px;
	padding:0px;
	margin:0px 0px 6px 0px;

}
.slider-caption h3{
	font-size: 23px;
	line-height:20px;
	padding:0px;
	margin:0px;

}

.nav-section .nav-1 p.lower, .nav-section .nav-2 p.lower, .nav-section .nav-3 p.lower, .nav-section .nav-order p.lower{
	font-size:25px;
}
.nav-section .nav-1 p.upper, .nav-section .nav-2 p.upper, .nav-section .nav-3 p.upper, .nav-section .nav-order p.upper{
	font-size:14px;
}
.nav-section .nav-logo img {
	width: 100px;
}
	
	.ad1 {
height: 300px;
padding-top: 60px;
}

.ad3 {
height: 300px;
padding-top: 25px;
}
.ad1 .text p.image img {
	width: 65%;
}
	.ad3 .text p.image img {
	width: 55%;
}
	.footer-options {
		padding-left: 20px;
	}
	.footer {
		padding-right: 20px;
	}
 }
 
 
 
 
 
 

/* Extra small devices (phones, less than 768px) */


@media (max-width: 767px) {
	 .logo-mob {
	  z-index: 9997;
	  position: fixed;
	  top: 10px;
	  left: 15px;
  }
  body {
	  padding-left: 3%;
	  padding-right: 3%;
  }
  	
	

	
	  section p {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	text-align: right;
}

	nav {
	
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: transparent;
	text-align: center;
	z-index: 9998;
}
nav ul {
	padding-left: 0px;
}
nav li {
	display: inline-block;
	padding: 20px 10px 24px 10px;
	font-size: 18px;
}
nav li.sm {
	display: inline-block;
	padding: 20px 10px 24px 0px;
	font-size: 18px;
}


nav li a {
	color: #1D1D1D;
	text-transform: uppercase;
}
nav li a:hover, nav li a:focus {
	color: #ee2b7b;
	text-decoration: none;
}
nav li a.divider {
	color: #99beb9;
}
#main {
	padding-top: 65px;
}
#main .text {
	background-color: #525558;
	padding: 10px 10% 60px 10%;
	text-align: justify;
}
#main .text h1 {
	line-height:43px;
}
#main .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	height: 200px;
	
}
#main .image iframe {
	
	position: relative;
	height: 200px;
}


#social {
	text-align: left;
	height: auto;
	padding-left: 10%;
	padding-right: 10%;
	
}


.carousel {
	padding-top: 40px;
}
.carousel-inner {
	margin-top:0px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right:28%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-left {
	left:28%
}
.carousel-control.left {
	margin-top:-25px;
	margin-left: 0px;
}
.carousel-control.right {
	margin-top:-25px;
	margin-right: 0px;
}
.slider-caption {
	padding: 15px 22px 15px 22px;
	margin-top:10px;
	
}
.slider-caption h1{
	text-shadow:none;
	font-size: 34px;
	line-height:30px;
	padding:0px;
	margin:0px 0px 4px 0px;

}
.slider-caption h3{
	text-shadow:none;
	font-size: 20px;
	line-height:21px;
	padding:0px;
	margin:0px;

}
.ad1, .ad2, .ad3 {
	border-bottom: 5px #ffffff solid;
}
	
	.ad1 {
height: 300px;
padding-top: 70px;
}
.ad2 {
height: 300px;
padding-top: 75px;
}
.ad3 {
height: 300px;
padding-top: 35px;
}
.ad1 .text p.image img {
	width: 65%;
}
	.ad3 .text p.image img {
	width: 65%;
}
	
	
.gallery {
	padding-left: 0;
	padding-right: 0;
}
.footer {
	font-size: 14px;
	color: #fffff;
	padding-top: 13px;
	padding-bottom: 20px;
	
	text-align: left;
	
}
.footer a, .footer a:hover {
	font-size: 14px;
	color: #ffffff;
}
iframe {
	width:100%;
	height:300px;
	border:none;
}
.footer p button  {
	background-color:transparent;
	text-decoration:none;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	color: #ffffff;
	
}
.footer p {
	font-size: 14px;
	color: #fffff;
	
	text-align: center;
	padding-top: 0px;
}
.footer img {
	margin-top: 5px;
}
.footer-options img {
	max-height: none;
	margin-left: 5px;
	margin-right: 5px;
}
}