/*[fmt]AA20-1A0B-3*/
body
{
  font-family: "Open Sans", sans-serif;
  background-color: #302E34;
  /*[disabled]height:100%;*/
  font-size: 12px;
  line-height: 1.4em;
}

body a
{
  color: inherit;
  text-decoration: none;
}

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

.clear
{
  clear: both;
}

:focus
{
  outline: none;
}

::-moz-focus-inner
{
  border: 0;
}

.big-container
{
  max-width: 1280px;
  margin: 0 auto;
}

.container
{
  width: 940px;
  margin: 0 auto;
}

.clear
{
  clear: both;
}

.pointer-none
{
  pointer-events: none !important;
}

.pointer-enable
{
  pointer-events: all !important;
}

/*mobile*/
.mobileMenu
{
  display: none;
}

.mobile-nav
{
  display: none;
}

/*top*/
#black-head
{
  margin-top: 20px;
}

#black-head .big-container
{
  background: #000000;
  /*[disabled]color:#3D3C43;*/
  color: #5F5F65;
  text-align: right;
  line-height: 40px;
}

/*header*/
header
{
  background: #3D3C43;
  /*[disabled]height:160px;*/
  height: 140px;
}

header .logo
{
  float: left;
  width: 250px;
  /*[disabled]height:120px;*/
  /*[disabled]line-height:120px;*/
  height: 100px;
  line-height: 100px;
}

header .logo h1
{
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
}

header .logo img
{
  vertical-align: middle;
}

header .nav
{
  float: right;
  /*[disabled]line-height:120px;*/
  line-height: 100px;
}

header .nav li
{
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

header .nav li a
{
  display: block;
  color: #7B7987;
  line-height: 20px;
  padding: 15px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

header .nav li a:hover
{
  color: #000000;
}

header .nav li:hover
{
  background: #EEEDF3;
}

header .nav ul li:hover > ul
{
  height: 125px;
  /*+opacity:100%;*/
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

header .nav ul ul
{
  line-height: 10px;
  background: #EEEDF3;
  position: absolute;
  z-index: 1;
  height: 0;
  overflow: hidden;
  /*+opacity:0;*/
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

header .nav ul ul > li
{
  display: block;
}

header .nav ul ul > li a
{
  padding-top: 10px;
  padding-bottom: 10px;
}

header .nav ul ul > li:last-child a
{
  padding-right: 15px;
}

/*nav-big*/
.nav-big
{
  background: #000000;
  color: #A09DAD;
  font-size: 0;
  height: 80px;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.nav-big li
{
  display: inline-block;
  width: 25%;
  border-right: 1px solid #3D3C43;
  border-right: 1px solid #171717;
  height: 80px;
  vertical-align: top;
  border-top: 0px solid #000000;
}

.nav-big li a
{
  display: block;
  height: 100%;
}

.nav-big li i
{
  font-size: 36px;
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 22px;
  color: #3D3C43;
  width: 50px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.nav-big li i.yellow
{
  float: right;
  color: #FFD200 !important;
  margin-right: -50px;
  margin-top: -40px;
}

.nav-big li span
{
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-top: 22px;
  margin-left: 30px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  overflow: hidden;
}

.nav-big li:last-child
{
  border-right: none;
}

.nav-big li:hover span
{
  color: #FFD200;
}

.nav-big li:hover i
{
  margin-top: 88px;
}

.nav-big li:hover i.yellow
{
  margin-top: 22px;
}

.nav-big-indicator
{
  height: 5px;
  width: 235px;
  background: #FFD200;
  margin-top: -80px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  left: 0;
  /*+opacity:0;*/
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

/*sliders*/
#slider .big-container
{
  background: #A4A3AA;
}

.slider-container
{
  width: 100%;
  height: 500px;
  position: relative;
}

.slider .pg
{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*+opacity:0;*/
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}

.slider .pg h2
{
  bottom: 30px;
  left: 50px;
  position: absolute;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 76px;
  line-height: 80px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /*+text-shadow:0px 0px 20px #222222;*/
  -moz-text-shadow: 0px 0px 20px #222222;
  -webkit-text-shadow: 0px 0px 20px #222222;
  -o-text-shadow: 0px 0px 20px #222222;
  text-shadow: 0px 0px 20px #222222;
}

.slider .pg-1
{
  /*+opacity:100%;*/
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-image: url(../img/sliders/slide-02.jpg);
  background-position: bottom center;
}

.slider .pg-2
{
  background-image: url(../img/sliders/3CX_La_Manga_2012.jpg);
  background-position: bottom center;
}

.slider .pg-3
{
  background-image: url(../img/sliders/planthire.png);
  background-position: bottom center;
}

.slider .pg-4
{
  background-image: url(../img/sliders/planshat.png);
  background-position: bottom center;
}

/*content*/
#profesyonel-destek
{
  margin-top: 20px;
}

section.content .big-container
{
  background: #3D3C43;
}

section.content.page .big-container
{
  background: #A4A3AA;
}

section.content.page .container
{
  background: #EEEDF3;
}

section.content.page .page-title
{
  background: #FFD300;
  padding: 30px 50px;
  font-size: 25px;
  color: #FFFFFF;
  font-weight: bold;
}

section.content.page .page-content
{
  padding: 30px 50px;
  color: #6A696F;
  font-size: 16px;
}

section.content.page .page-content p
{
  line-height: 25px;
  padding-top: 25px;
}

section.content.page .page-content p:first-child
{
  padding-top: 0;
}

section.content.page .page-content p b
{
  font-weight: 300;
  font-size: 20px;
}

section.content.page .img
{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-desc
{
  background: #000000;
  color: #56555E;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  padding: 30px 40px;
  text-align: justify;
}

.slider-desc span
{
  font-size: 33px;
}

/*news*/
.news .title
{
  text-align: center;
  margin-top: 55px;
  margin-bottom: 60px;
}

.news .title h3
{
  font-size: 18px;
  color: #DCDBE2;
  font-weight: 300;
}

.news .line
{
  width: 100%;
  background: #FFD200;
  height: 5px;
  text-align: center;
  position: relative;
}

.news .line .icon-container
{
  width: 70px;
  height: 70px;
  /*+border-radius:35px;*/
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
  background: #FFD200;
  margin: 0 auto;
  position: relative;
  top: -33px;
  font-size: 48px;
  line-height: 67px;
  color: #3D3C43;
  text-align: center;
  padding-left: 1px;
}

.news .content
{
  background: #DCDBE2;
}

.news .content .item
{
  padding: 50px;
}

/*footer*/
footer .big-container
{
  background: #3D3C43;
}

footer
{
  padding-bottom: 20px;
  color: #A4A3AA;
}

footer .nav
{
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

footer .nav li
{
  display: inline-block;
  vertical-align: middle;
}

footer .nav li img
{
  /*+placement:shift 0px 2px;*/
  position: relative;
  left: 0px;
  top: 2px;
}

footer .nav li a
{
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  padding: 20px 13px;
}

footer .nav li:first-child a
{
  padding-left: 0;
}

footer .nav li a:hover
{
  color: #FFD200;
}

footer .nav li:last-child a
{
  padding-right: 0;
}

footer .pull-right
{
  float: right;
  line-height: 95px;
}

footer .macellan a
{
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  /*+opacity:50%;*/
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

footer .macellan a:hover
{
  /*+opacity:100%;*/
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

footer .macellan img
{
  height: 12px;
  vertical-align: middle;
}

/*form*/
form input
{
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: inherit;
  color: #636363;
  /*+border-radius:3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D2D2D2;
}

form textarea
{
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: inherit;
  color: #636363;
  border: 1px solid #D2D2D2;
  /*+border-radius:3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

form button
{
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: inherit;
  border: none;
  color: #FFFFFF;
  background: #757287;
  border-bottom: 4px solid #636070;
  cursor: pointer;
  /*+border-radius:3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

form button:active
{
  border-bottom: 2px solid #757287;
  border-top: 2px solid #636070;
}

form label
{
  color: #929292;
  padding-left: 5px;
  margin-bottom: 5px;
  display: block;
}

form .desc
{
  color: #929292;
  padding-left: 5px;
  margin-bottom: 15px;
  display: block;
}

/*iletisim*/
.contact
{
  width: 240px;
  padding: 10px 15px 15px;
  float: right;
  line-height: 20px;
}

.contact .baslik
{
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #3D3C43;
  border-bottom: 1px solid #D8D8D8;
  padding-left: 5px;
}

.contact p
{
  color: #555555;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#map
{
  float: left;
  width: 700px;
}

/*belgeler*/
.content .gallery img
{
  max-width: 265px;
}

.content .gallery a
{
  margin: 5px;
  display: inline-block;
}

.content .gallery
{
  text-align: center;
}

/*faaliyet*/
.page-content ul li
{
  line-height: 25px;
  list-style: disc;
  margin-left: 20px;
}

.faaliyet-alanlari
{
  font-size: 0;
  margin-top: 20px;
}

.faaliyet-alanlari .faaliyet
{
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  padding-bottom: 10px;
}

.faaliyet-alanlari .faaliyet p b
{
  font-weight: 400 !important;
  font-size: inherit !important;
}

.faaliyet-alanlari .faaliyet ul
{
  padding-top: 5px;
}

.faaliyet-alanlari .faaliyet ul li
{
  line-height: 20px;
}

/*gallery*/
.gallery span a
{
  display: block;
  width: 135px;
  height: 135px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px !important;
  padding: 0px !important;
}

.gallery span
{
  width: 141px;
  height: 141px;
  display: inline-block;
  border: 1px solid #B2AEC8;
  margin: 10px;
  padding: 2px;
}

.gallery
{
  margin-top: 20px;
}

