/*!
* Coded by Onur Ozrkades & Husnu Darici

/*------------------------------------------------------------------//
	Favorites														
	.value(@value) { parameter: @value; parameter: @value; }	    
//------------------------------------------------------------------*/
/* Common Width & Height || Ortak Width & Height */
/* Opacity || SaydamlÄ±k */
/* Transition || GeÃ§iÅŸ */
/* Grandient */
/* Scale */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate & Scale Together || Rotate ve Scale Birlikte */
/*------------------------------------------------------------------//
	Other:  														
//------------------------------------------------------------------*/
* {
  outline: none;
}
ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
}
main ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
img {
  pointer-events: none !important;
}
a {
  text-decoration: none !important;
}
/*------------------------------------------------------------------//
	Bootstrap Edit:  														
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}
.right {
  float: right !important;
  display: block;
}
.left {
  float: left !important;
  display: block;
}
.no-background,
.container {
  background: none !important;
  position: relative !important;
}
.clear {
  clear: both;
  display: block;
}
.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}
.no-right {
  padding-right: 0 !important;
}
.mobileClear {
  clear: both;
  display: none;
}
/*------------------------------------------------------------------//
	Theme Options:  														
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  display: none;
  font-family: 'Lato', sans-serif;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-top: 3px solid rgba(243, 243, 243, 0.75);
  box-shadow: 0px 25px 59px 1px #000;
}
.mContact a {
  color: #000;
}
.mContact .social {
  position: relative;
  text-align: center;
  float: left;
}
.mContact .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.mContact .phones {
  position: relative;
  text-align: center;
  float: right;
}
.mContact .phones a {
  display: block;
  line-height: 30px;
  font-weight: 600;
}
/** Mobile Contact **/
/** Font Family **/
/*------------------------------------------------------------------//
	Main.CSS:  														
//------------------------------------------------------------------*/
.top {
  position: relative;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  background-color: #0b4e2b;
  padding: 7.5px 0;
  z-index: 999;
}
.top a {
  color: #FFF;
}
.top .top-bar-contact {
  position: relative;
  padding-left: 305px;
  float: left;
}
.top .top-bar-contact span {
  line-height: 30px;
  margin: 0 20px;
  font-weight: 300;
}
.top .top-bar-contact span strong {
  font-weight: 700;
  margin-right: 5px;
}
.top .top-bar-contact span:first-child {
  margin-left: 0;
}
.top .top-bar-contact span:last-child {
  margin-right: 0;
}
.top .top-social-media {
  float: right;
}
.top .top-social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #FFF;
  text-align: center;
  border-radius: 100%;
  margin: 0 2.5px;
}
.top .top-social-media a:first-child {
  margin-left: 0;
}
.top .top-social-media a:last-child {
  margin-right: 0;
}
header {
  font-family: 'Lato', sans-serif;
  position: relative;
  background: #FFF;
  z-index: 9999;
  height: 90px;
}
header .logo {
  position: relative;
  margin-top: -30px;
}
header .logo a {
  display: block;
}
header nav.menu {
  padding: 31px 0 !important;
}
header nav.menu ul {
  float: right;
}
header nav.menu ul li {
  float: left;
  position: relative;
}
header nav.menu ul li a {
  color: #000;
  line-height: 25px;
  display: block;
  padding: 0 15px;
  font-size: 15px;
  position: relative;
}
header nav.menu ul li:last-child a {
  border-right: none;
}

header nav.menu ul li ul{
  position: absolute;
  background-color: #005127;
  opacity: 0;
  left: 0px;
  pointer-events: none;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 9999;
  top: 10px;
  display: block;
  padding: 0px;
  width: 158px;
  min-width: 15px !important;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav.menu ul li ul li a{
display: block;
}
header nav.menu ul li ul li{
  display: block;
  margin-right: initial;
  border-bottom: 1px solid;
  float: initial;
}

header nav.menu ul li:hover > ul{
  opacity: 1;
  pointer-events: auto !important;
  overflow: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999;
  margin-top: 15px;

}

header nav.menu ul li ul li a {
  color: #ffffff;
  padding: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block !important;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px solid;
}

header nav.menu ul li ul li ul {
  position: absolute;
  background-color: #92775e;
  opacity: 0;
  left: 199px;
  pointer-events: none;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 9999;
  top: -15px;
  display: block;
  padding: 0px;
  min-width: 15px !important;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.slider {
  position: relative;
  margin-top: -50px;
  z-index: 999;
}
.slider ul {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  top: -50px;
}
.slider ul li figure {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  border-bottom: 20px solid #FFF;
}
main .posts {
  font-family: 'Lato', sans-serif;
  margin-top: -425px;
  padding-top: 300px;
  padding-bottom: 100px;
  background-image: url(../images/post_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
main .posts ul li {
  margin: 0 10px;
}
main .posts ul li article {
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.49);
}
main .posts ul li article h3 {
  text-transform: uppercase;
  font-weight: 600;
}
main .posts ul li article p {
  font-size: 14px;
  margin: 0;
}
main .posts ul li article a {
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  background-color: #0b4e2b;
  color: #FFF;
  border-radius: 3px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
main .posts ul li article a:hover {
  background-color: #129752;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
main .posts ul .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
main .posts ul .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0;
  opacity: 1;
  background-color: transparent;
  font-size: 40px;
  color: #000;
}
main .posts ul .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -100px;
}
main .posts ul .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -100px;
}
main .contact-form {
  padding: 75px 20px;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  position: relative;
}
main .contact-form .side h4 {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
  font-size: 27px;
}
main .contact-form .side h6 {
  margin-left: 10px !important;
  margin: 0px;
  color: #000;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}
main .contact-form .side .column {
  padding: 5px;
}
main .contact-form .side .column input,
main .contact-form .side .column textarea {
  width: 100%;
  padding: 15px;
  border: none;
  resize: none;
  background-color: #ccc;
}
main .contact-form .side .column textarea {
  height: 70px;
}
main .contact-form .side .column input[type="submit"] {
  background: #d4b600;
  color: #000000;
  padding: 15px 30px;
  font-weight: bold;
  float: left;
  width: auto;
  font-size: 19px;
  border: 1px solid #dcdcdc;
}
main .contact-form figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
main .blog {
  position: relative;
  font-family: 'Lato', sans-serif;
  padding: 40px 0;
  background-image: url('../images/blog_bg.png');
  background-size: cover;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
}
main .blog .items .item article {
  padding: 20px 20px 0 20px;
  background-color: #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
main .blog .items .item article h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
main .blog .items .item article p {
  font-size: 14px;
}
main .blog .items .item article a {
  display: block;
  background-color: #0b4e2b;
  color: #FFF;
  margin: 0 -20px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 40px;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}
main .blog .items .item article a:after {
  content: "\f067";
  font-family: fontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.16);
}
main .blog .items .item article a:hover {
  background-color: #129752;
}
footer {
  background: #1f1f1f;
  padding-top: 20px;
  font-family: 'Lato', sans-serif;
}
footer ul li a {
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
footer .contact i {
  width: 30px;
  color: #fff;
  height: 30px;
  font-size: 17px;
}
footer .contact a {
  color: #fff;
  font-size: 15px;
}
footer .contact p {
  color: #fff;
}
footer .social a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  border: 1px solid #FFF;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
footer h3 {
  text-align: left;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 22px;
  margin-bottom: 20px;
}
footer #copyright {
  background-color: #FFF;
  margin-top: 25px;
  padding: 10px 0;
}
footer #copyright p {
  float: left;
  margin: 0;
}
footer #copyright a {
  float: right;
}
footer #copyright a img {
  width: 100px;
}
/* Sub Pages CSS (START) */
.subPage {
  font-family: 'Lato', sans-serif;
}
.subPage .title {
  background-image: linear-gradient(145deg, #0f542e 15%, #333740 100%);
  background-repeat: repeat-x;
  padding: 40px 0px;
  text-align: right;
}
.subPage .title h1 {
  font-weight: 300;
  margin: 0px;
  color: #FFF;
  font-size: 31px;
  font-weight: bold;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.55);
}
.subPage .title .breadcrumbs {
  text-align: right;
  color: #FFF;
}
.subPage .title .breadcrumbs a {
  color: #FFF;
  opacity: 0.5;
}
.subPage .contentInner {
  margin: 40px 0 155px 0;
}
.subPage .contentInner .category ul {
  padding: 0;
  margin: 0;
}
.subPage .contentInner .category ul li {
  position: relative;
  padding: 8px;
  margin-bottom: 10px;
}
.subPage .contentInner .category ul li .item {
  border: 1px solid #ccc;
  padding: 14px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}
.subPage .contentInner .category ul li .date {
  font-weight: bolder;
  margin: 15px 0 0 0;
  display: block;
}
.subPage .contentInner .category ul li .article h3 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bolder;
  color: #0f542e;
  letter-spacing: -0.5px;
}
.subPage .contentInner .category ul li .article p {
  font-size: 13px;
}
.subPage .contentInner .category ul li .article a.more {
  border: none;
  padding: 13px 20px;
  width: 150px;
  border-radius: 90px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #0f542e;
  border: 1px solid transparent;
  margin: 15px auto 0 auto;
  display: block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .category ul li .article a.more:hover {
  background: transparent;
  border: 1px solid #0f542e;
  color: #333740;
}
.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
}
.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}
.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}
.subPage .contentInner .leftContent article p {
  font-weight: 500;
}
.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #0f542e;
  font-weight: 700;
}
.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h3 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
}
.subPage .contentInner .leftContent article ul {
  padding-left: 30px !important;
}
.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
}
.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}
.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}
.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}
.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}
.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}
.subPage aside.sidebar {
  background-image: linear-gradient(145deg, #0089bf 15%, #0089bf 100%);
  background-repeat: repeat-x;
  padding: 30px 20px 20px 20px;
  text-align: center;
  border-radius: 5px;
}
.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #ffde16;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #FFF;
  font-size: 30px;
  border: 1px solid #ffde16;
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subPage aside.sidebar span.titleForm {
  color: #FFF;
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
.subPage aside.sidebar textarea {
  height: 70px;
  resize: none;
  width: 100%;
  color: #FFF;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar textarea::-webkit-input-placeholder {
  color: #FFF;
}
.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar input {
  resize: none;
  width: 100%;
  color: #FFF;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar input::-webkit-input-placeholder {
  color: #FFF;
}
.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar .col-md-6 {
  width: 100%;
}
.subPage aside.sidebar col-md-12 {
  width: 100%;
}
.subPage aside.sidebar input[type="submit"] {
  background: #ffde16;
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  color: #000;
  border: 1px solid #ffde16;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #0f542e;
}
/* Sub Pages CSS (END) */

#products {
  position: relative;
  z-index: 9;
  margin-top: -160px;
}
#products .items {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translateY(-22%); */
}
#products .items  {padding: 25px 0;}
#products .items .item {
  overflow: hidden;
  border-radius: 10px;
  margin: 15px;
  background-color: #FFF;
  box-shadow: 1px 1px 20px -10px #000;
  padding-top: 80px;
}
#products .items .item .desc {
  padding: 15px 25px;
}
#products .items .item .desc h2 {
  margin: 0;
  font-weight: bolder;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#products .items .item .desc p {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
#products .items .item .desc a {
  background-color: #0d512c;
  color: #ffffff;
  line-height: 35px;
  padding: 0 25px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  width: 165px;
  font-weight: bolder;
  border-radius: 4px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
#products .items .item .desc a:hover {
  background-color: #0578b0;
  color: #FFF;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}