/*              Fonts 
-------------------------------------------------------------------------------*/

@import "font.css";
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: black;
  font-family: 'Avenir Next LT Pro Condensed';
  background: white;
  overflow-x: hidden;
}
header {
  z-index: 99;
  position: relative;
  padding: 0 0 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
}
header .top {
  background: url(footer.png) no-repeat center top;
  margin-bottom: 15px;
}
header .top .social {
  display: table;
  float: left;
}
header .top .social a {
  text-decoration: none;
  color: white;
  display: inline-block;
  line-height: 32px;
  margin-right: 17px;
  font-size: 16px;
}
header .top .social a:hover {
  color: #00b100;
}
header .top .login {
  display: table;
  float: right;
}
header .top .login a {
  text-decoration: none;
  background: #00b100;
  color: white;
  display: inline-block;
  line-height: 32px;
  margin-left: 1px;
  padding: 0 10px;
}
header .top .login a:hover {
  background: #ffab00;
}
header .logo {
  line-height: 50px;
  text-decoration: none;
  color: black;
  float: left;
  display: table;
  font-size: 36px;
}
header .logo strong {
  color: #00b100;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
header .logo span {
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
header .menu {
  margin: 13px 0;
  display: table;
  float: left;
  margin-left: 50px;
  list-style: none;
}
header .menu li {
  float: left;
  padding: 0 12px;
}
header .menu li a {
  line-height: 24px;
  text-decoration: none;
  color: #5b5b5b;
  font-size: 18px;
}
header .menu li a:hover {
  color: #00b100;
}
header .menu li:first-child {
  padding-left: 0;
}
header .menu li:last-child {
  padding-right: 0;
}
header .menu:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .link {
  color: white;
  background: #00b100;
  float: right;
  text-decoration: none;
  line-height: 30px;
  font-size: 18px;
  margin: 10px 0;
  padding: 0 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
header .link:hover {
  background: #ffab00;
}
header .swith-menu {
  float: right;
  display: none;
  color: #00b100;
  text-decoration: none;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  margin-top: 7px;
}
header .mobile-menu {
  display: none;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 15px 0 10px;
}
header .mobile-menu ul {
  list-style: none;
  text-align: right;
}
header .mobile-menu ul li {
  padding: 5px 0;
}
header .mobile-menu ul li a {
  text-decoration: none;
  color: #5b5b5b;
  font-size: 18px;
}
section#main-1 {
  background: url(bg-1.jpg) no-repeat center top;
  padding: 40px 0;
}
section#main-1 h1 {
  font-size: 30px;
  color: #00b100;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-weight: normal;
  margin-bottom: 20px;
}
section#main-1 h1 span {
  color: #151515;
}
section#main-1 ul {
  font-size: 18px;
  line-height: 24px;
  padding-left: 25px;
}
section#main-1 ul li {
  margin-bottom: 7px;
}
section#paketler {
  background: url(bg-2.png) no-repeat center top;
  padding: 40px 0;
}
section#paketler h2 {
  font-size: 36px;
  color: white;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
section#paketler .sub {
  text-align: center;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}
section#paketler .items {
  display: flex;
}
section#paketler .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#paketler .items .item {
  float: left;
  width: 48%;
  margin: 20px 2%;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#paketler .items .item:first-child {
  margin-left: 0;
}
section#paketler .items .item:last-child {
  margin-right: 0;
}
section#paketler .items .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
section#paketler .items .item .content {
  padding: 20px;
}
section#paketler .items .item .content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #00b100;
  text-align: center;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-weight: normal;
}
section#paketler .items .item .content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
section#paketler .items .item .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
section#paketler .items .item .content ul li {
  margin-bottom: 5px;
  line-height: 18px;
}
section#paketler .items .item .content a {
  text-decoration: none;
  margin: 20px auto 0;
  display: table;
  line-height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #00b100;
  color: white;
  padding: 0 20px;
}
section#paketler .items .item .content a:hover {
  background: #ffab00;
}
section#paketler .items .item .content .price {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
section#paketler .items .item .content .price .fa {
  font-size: 28px;
}
section#paketler .items .item .content .price span {
  display: table;
  font-size: 14px;
  margin: 0 auto;
}
section#paketler .items .item .content .sub {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
section#paketler .items .item .content .sub span {
  color: #00b100;
}
section#paketler .items .item .content .sub:hover {
  background: none;
}
section#main-3 {
  background: url(bg-1.jpg) no-repeat center top;
  padding: 40px 0;
}
section#main-3 h2 {
  font-size: 36px;
  color: #00b100;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
section#main-3 h2 span {
  color: #151515;
}
section#main-3 .sub {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
section#main-3 .more {
  display: table;
  margin: auto;
  background: black;
  color: white;
  text-decoration: none;
  padding: 0 30px;
  line-height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin-top: 30px;
}
section#main-3 .more:hover {
  background: #00b100;
}
section#main-3 .items {
  margin-top: 40px;
}
section#main-3 .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main-3 .items .item {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  width: 30.666666667%;
  float: left;
  margin: 0 2%;
}
section#main-3 .items .item:first-child {
  margin-left: 0;
}
section#main-3 .items .item:last-child {
  margin-right: 0;
}
section#main-3 .items .item .box {
  display: block;
  overflow: hidden;
  position: relative;
}
section#main-3 .items .item .box img {
  width: 100%;
  height: auto;
  display: block;
}
section#main-3 .items .item .box .img {
  width: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: -5%;
}
section#main-3 .items .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#main-3 .items .item:hover .content .fa-plus {
  background: white;
  color: #00b100;
}
section#main-3 .items .item .content {
  position: relative;
  padding: 30px;
}
section#main-3 .items .item .content span {
  display: block;
}
section#main-3 .items .item .content .fa-plus {
  position: absolute;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  text-align: center;
  background: #00b100;
  color: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #00b100;
}
section#main-3 .items .item .content .title {
  text-decoration: none;
  color: black;
  font-size: 16px;
  margin: 10px 0;
  display: table;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
section#main-3 .items .item .content p {
  line-height: 20px;
}
section#contact {
  padding-top: 50px;
  background: url(bg-1.jpg) no-repeat center top;
}
section#contact .map {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
section#contact h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#contact h1 span {
  color: #151515;
}
section#contact .form {
  float: left;
  width: 57%;
}
section#contact .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
section#contact .form .right {
  float: right;
}
section#contact .form p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
section#contact .form input,
section#contact .form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 36px;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Avenir Next LT Pro Condensed';
}
section#contact .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}
section#contact .form button {
  display: table;
  background: black;
  color: white;
  padding: 0 30px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-weight: 600;
  margin: 10px 0 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-family: 'Avenir Next LT Pro Condensed';
}
section#contact .form button:hover {
  background: #00b100;
}
section#contact .form input.error,
section#contact .form textarea.error {
  border: 1px solid red;
}
section#contact .info {
  float: right;
  width: 35%;
}
section#contact .info h3,
section#contact .info h2 {
  color: #00b100;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 24px;
}
section#contact .info h3 .fa-envelope,
section#contact .info h2 .fa-envelope {
  font-size: 16px;
}
section#contact .info h3 .fa,
section#contact .info h2 .fa {
  width: 22px;
  margin-right: 5px;
  text-align: center;
  color: #00b100;
}
section#contact .info h3 a,
section#contact .info h2 a {
  text-decoration: none;
  color: #151515;
}
section#contact .info h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
section#contact .info p {
  line-height: 24px;
  font-size: 18px;
}
section#contact .info p a {
  text-decoration: none;
  color: #00b100;
}
section#videos {
  padding-top: 50px;
  background: url(bg-1.jpg) no-repeat center top;
}
section#videos h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#videos h1 span {
  color: #151515;
}
section#videos .info {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 30px;
}
section#videos .sidebar {
  float: left;
  width: 24%;
  background: url(bg-2.png) no-repeat center top;
  color: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#videos .sidebar p {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 10px;
}
section#videos .items {
  float: right;
  width: 70%;
}
section#videos .items div {
  margin-bottom: 20px;
}
section#packets {
  padding-top: 50px;
  background: url(bg-1.jpg) no-repeat center top;
}
section#packets h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#packets h1 span {
  color: #151515;
}
section#packets .form {
  float: right;
  width: 46%;
}
section#packets .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
section#packets .form .right {
  float: right;
}
section#packets .form p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
section#packets .form input,
section#packets .form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  height: 36px;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Avenir Next LT Pro Condensed';
}
section#packets .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}
section#packets .form button {
  display: table;
  background: black;
  color: white;
  padding: 0 30px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-weight: 600;
  margin: 10px 0 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-family: 'Avenir Next LT Pro Condensed';
}
section#packets .form button:hover {
  background: #00b100;
}
section#packets .form input.error,
section#packets .form textarea.error {
  border: 1px solid red;
}
section#packets .form .info {
  margin-bottom: 30px;
}
section#packets .form .info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
section#packets .form .error-text {
  color: white;
  background: red;
  margin-bottom: 10px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
}
section#packets .form .error-text a {
  color: white;
}
section#packets .form .forget {
  display: table;
  text-decoration: none;
  font-weight: 600;
  color: black;
  margin-top: 20px;
}
section#packets .paket {
  float: left;
  width: 46%;
}
section#packets .paket .item {
  background: url(bg-2.png) no-repeat center top;
  margin-bottom: 50px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#packets .paket .item:first-child {
  margin-left: 0;
}
section#packets .paket .item:last-child {
  margin-right: 0;
}
section#packets .paket .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
section#packets .paket .item .content {
  padding: 20px;
}
section#packets .paket .item .content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-weight: normal;
}
section#packets .paket .item .content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
section#packets .paket .item .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
section#packets .paket .item .content ul li {
  margin-bottom: 5px;
  line-height: 18px;
}
section#packets .paket .item .content a {
  text-decoration: none;
  margin: 20px auto 0;
  display: table;
  line-height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #00b100;
  color: white;
  padding: 0 20px;
}
section#packets .paket .item .content a:hover {
  background: #ffab00;
}
section#packets .paket .item .content .price {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
section#packets .paket .item .content .price .fa {
  font-size: 28px;
}
section#packets .paket .item .content .price span {
  display: table;
  font-size: 14px;
  margin: 0 auto;
}
section#packets .full {
  padding: 0 0 200px;
  font-size: 24px;
}
section#packets .full a {
  text-decoration: none;
  color: #00b100;
}
section#blog {
  padding: 20px 0;
}
section#blog h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#blog h1 span {
  color: #151515;
}
section#blog .news {
  margin: 20px 0 0px;
}
section#blog .news:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog .news .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 30.666666667%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  text-decoration: none;
}
section#blog .news .item .box {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
section#blog .news .item .box .trans {
  display: block;
  width: 100%;
  height: auto;
}
section#blog .news .item .box .img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 0;
  left: -15%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#blog .news .item h4 {
  font-family: 'Avenir Next LT Pro Demi Condensed';
  color: #00b100;
  margin-bottom: 5px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#blog .news .item p {
  line-height: 18px;
  color: #151515;
  height: 54px;
  overflow: hidden;
}
section#blog .news .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#blog .news .item span {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 22px;
}
section#blog .news .right {
  margin-right: 0;
}
section#blog .content {
  font-size: 16px;
  width: 70%;
  float: left;
}
section#blog .content h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
section#blog .content p,
section#blog .content ul {
  margin-bottom: 10px;
  line-height: 22px;
}
section#blog .content ul {
  padding-left: 25px;
}
section#blog .content .date {
  display: block;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 22px;
}
section#blog .content .main-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section#blog .content .gallery {
  margin: 30px 0;
}
section#blog .content .gallery .item {
  width: 24%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: .5%;
}
section#blog .content .gallery .item .box {
  overflow: hidden;
  position: relative;
}
section#blog .content .gallery .item .box img {
  display: block;
  width: 100%;
  height: auto;
}
section#blog .content .gallery .item .box .real {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 0;
}
section#blog .content .gallery .item .box .button {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
section#blog .content .gallery .item .box .button .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
}
section#blog .content .gallery .item .box .button a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid white;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}
section#blog .content .gallery .item .box:hover .button {
  opacity: 1;
}
section#blog .content .gallery:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog .sidebar {
  width: 24%;
  float: right;
}
section#blog .sidebar h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
section#blog .sidebar .item {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
section#blog .sidebar .item .box {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
section#blog .sidebar .item .box .trans {
  display: block;
  width: 100%;
  height: auto;
}
section#blog .sidebar .item .box .img {
  position: absolute;
  width: 130%;
  height: auto;
  top: 0;
  left: -15%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section#blog .sidebar .item h3 {
  font-family: 'Avenir Next LT Pro Demi Condensed';
  color: #00b100;
  margin-bottom: 5px;
  font-size: 16px;
}
section#blog .sidebar .item p {
  line-height: 18px;
  color: #151515;
}
section#blog .sidebar .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#about {
  padding: 50px 0;
  background: url(bg-1.jpg) no-repeat center top;
}
section#about h1,
section#about h2 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#about h1 span,
section#about h2 span {
  color: #151515;
}
section#about h2 {
  font-size: 30px;
}
section#about p,
section#about ul {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}
section#about ul {
  padding-left: 20px;
}
section#book {
  padding: 50px 0;
  background: url(bg-1.jpg) no-repeat center top;
}
section#book h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#book h1 span {
  color: #151515;
}
section#book .content {
  float: left;
  width: 60%;
}
section#book .content p,
section#book .content ul {
  line-height: 22px;
  margin-bottom: 10px;
}
section#book .content ul {
  padding-left: 20px;
}
section#book .sidebar {
  width: 28%;
  float: right;
  text-align: center;
}
section#book .sidebar .read {
  text-decoration: none;
}
section#book .sidebar .read img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
section#book .sidebar a {
  text-decoration: none;
}
section#book .sidebar p {
  color: #00b100;
}
section#book .sidebar .download {
  color: #2f71b0;
  display: block;
  margin-top: 10px;
}
section#gallery {
  padding: 50px 0;
  background: url(bg-1.jpg) no-repeat center top;
}
section#gallery h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#gallery h1 span {
  color: #151515;
}
section#gallery .items {
  margin-top: 30px;
}
section#gallery .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#gallery .items .image,
section#gallery .items .video {
  text-decoration: none;
  margin: 1% 2% 1% 0;
  display: block;
  float: left;
  border: 1px solid #eeeeee;
  width: 23%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#gallery .items .image .box,
section#gallery .items .video .box {
  overflow: hidden;
  position: relative;
}
section#gallery .items .image .box .fake,
section#gallery .items .video .box .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#gallery .items .image .box .real,
section#gallery .items .video .box .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
}
section#gallery .items .image p,
section#gallery .items .video p {
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f4f4f4;
  color: black;
}
section#gallery .items .image:hover p,
section#gallery .items .video:hover p {
  color: #00b100;
}
section#contact2 {
  padding-top: 50px;
}
section#contact2 .map {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
section#contact2 h1 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  font-family: 'Avenir Next LT Pro Demi Condensed';
  margin-bottom: 20px;
  color: #00b100;
}
section#contact2 h1 span {
  color: #151515;
}
section#contact2 .info {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0;
}
section#contact2 .info a {
  text-decoration: none;
  color: #00b100;
}
section#contact2 .row {
  display: flex;
}
section#contact2 .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#contact2 .coll {
  background: #00b100;
  color: white;
  float: left;
  text-align: center;
  width: 30.666666667%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#contact2 .coll:first-child {
  margin-left: 0;
}
section#contact2 .coll:last-child {
  margin-right: 0;
}
section#contact2 .coll .fa {
  font-size: 40px;
  margin-bottom: 10px;
}
section#contact2 .coll p {
  font-size: 18px;
}
footer {
  background: url(footer.png) no-repeat center top;
  color: white;
  padding: 50px 0 20px;
}
footer .coll {
  float: left;
  width: 33.333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
footer .coll .logo {
  line-height: 50px;
  text-decoration: none;
  color: white;
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
}
footer .coll .logo strong {
  color: #00b100;
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
footer .coll .logo span {
  font-family: 'Avenir Next LT Pro Demi Condensed';
}
footer .coll .social {
  margin-top: 20px;
}
footer .coll .social a {
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
footer .coll .social a:hover {
  background: white;
  color: black;
}
footer .coll .info {
  line-height: 25px;
  font-size: 16px;
}
footer .coll h4 {
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 20px;
}
footer .coll ul {
  list-style: none;
}
footer .coll ul li {
  margin-bottom: 7px;
}
footer .coll ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}
footer .coll ul li a:hover {
  color: #00b100;
}
footer .coll:first-child {
  padding-right: 20px;
}
footer .coll:nth-child(2) {
  padding: 0 20px 0 100px;
}
footer .coll .bultein {
  margin-bottom: 15px;
}
footer .coll .bultein p {
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
footer .coll .bultein input {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  padding: 0 10px;
  height: 36px;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  outline: none;
}
footer .coll .bultein button {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00b100;
  height: 36px;
  float: right;
  width: 28%;
  outline: none;
  color: white;
}
footer .coll .bultein button:hover {
  background: #ffab00;
}
footer .coll .bultein:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer hr {
  border-bottom: 1px dashed #cccccc;
  display: block;
  margin: 30px 0;
}
footer .left {
  display: block;
  float: left;
  line-height: 20px;
  color: white;
  font-size: 14px;
}
footer .left span {
  color: #00b100;
}
footer .left a {
  text-decoration: none;
  color: white;
}
footer .left a:hover {
  color: #00b100;
}
footer .right {
  display: block;
  float: right;
  line-height: 20px;
  font-size: 14px;
}
footer .right a {
  text-decoration: none;
  color: #00b100;
}
footer .right span {
  color: #00b100;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #00b100;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
  header .menu {
    display: none;
  }
  header .link {
    display: none;
  }
  header .swith-menu {
    display: block;
  }
  .ls-in-out {
    padding-left: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  header .logo {
    line-height: 40px;
    text-decoration: none;
    color: black;
    float: left;
    display: table;
    font-size: 30px;
  }
  header .logo strong {
    color: #00b100;
    font-family: 'Avenir Next LT Pro Demi Condensed';
  }
  header .logo span {
    font-family: 'Avenir Next LT Pro Demi Condensed';
  }
  header .swith-menu {
    margin-top: 3px;
  }
  section#paketler h2 {
    font-size: 30px;
  }
  section#paketler .items {
    display: block;
  }
  section#paketler .items .item {
    width: 100%;
    margin: 20px 0;
  }
  section#main-3 .sub {
    font-size: 14px;
  }
  section#main-3 .more {
    margin-top: 0px;
  }
  section#main-3 .more:hover {
    background: #00b100;
  }
  section#main-3 .items .item {
    width: 100%;
    margin: 0 0 20px;
  }
  footer {
    padding: 50px 0 20px;
  }
  footer .coll {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  footer .coll:first-child {
    padding-right: 0px;
  }
  footer .coll:nth-child(2) {
    padding: 0px;
  }
  section#about {
    padding: 20px 0;
  }
  section#about h1,
  section#about h2 {
    font-size: 30px;
  }
  section#book {
    padding: 20px 0;
  }
  section#book h1 {
    font-size: 30px;
  }
  section#book .content {
    width: 100%;
  }
  section#book .sidebar {
    width: 100%;
  }
  section#book .sidebar img {
    width: 50%;
    margin: 20px auto 20px;
  }
  section#gallery {
    padding: 20px 0;
  }
  section#gallery h1 {
    font-size: 30px;
  }
  section#gallery .items .image,
  section#gallery .items .video {
    width: 100%;
    margin: 0 0 20px;
  }
  section#blog {
    padding: 20px 0;
  }
  section#blog h1 {
    font-size: 30px;
  }
  section#blog .news .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#blog .content {
    width: 100%;
  }
  section#blog .content .gallery .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#blog .sidebar {
    width: 100%;
  }
  section#contact {
    padding: 20px 0;
  }
  section#contact .map {
    height: 300px;
  }
  section#contact h1 {
    font-size: 30px;
  }
  section#contact .form {
    width: 100%;
    margin-bottom: 20px;
  }
  section#contact .form .coll {
    width: 100%;
  }
  section#contact .info {
    width: 100%;
  }
  section#contact2 {
    padding: 20px 0;
  }
  section#contact2 .map {
    height: 300px;
  }
  section#contact2 h1 {
    font-size: 30px;
  }
  section#contact2 .row {
    display: block;
  }
  section#contact2 .coll {
    width: 100%;
    margin: 20px 0;
  }
  section#videos .info {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#videos .sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#videos .items {
    float: none;
    width: 100%;
  }
  section#packets .form {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#packets .paket {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
