/*
Theme Name: 
Theme URI: http://www.ansonika.com/presenter/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. PAGES AND CONTENT
3. FORMS
4. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* Fonts and Icons */
@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
@import url('http://fonts.googleapis.com/css?family=Lato:400,700,900');

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/preload.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	text-align:center;
}

#status img{
	width: 100%;
}

/* Success submit form page */
#success {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}
#msg{
	width:400px;
	height:200px;
	position:absolute;
	text-align:center;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	margin:-100px 0 0 -200px; /* is width and height divided by two */
}
#msg img{
	margin-bottom:20px;
}
#msg h3{
	color:#6C3;
	margin-bottom:0;
}

/* Structure */
html, body {
	height:100%;
	max-height:100%;
	-webkit-font-smoothing: antialiased !important;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0;
	background-color:#fff;
	color:#2d4050;
}
#main-wrapper {
	height:100%;
}
header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:65px;
	background:#FFF;
	
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
    background-color: #F38300;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #EE8220;
}
.sliderText{
	font-size: 60px !important;
}
#logo a {
	width:245px;
	height:66px;
	background:url(../img/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	position:absolute;
	left:30px;
	top: -5px;
	z-index:9;
}
#header_shadow{
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	height:5px;
	z-index:99;
	background: url(../img/header_shadow.png) repeat-x 0 0;
}
#row-main {
	margin:0; 
	height:100%;
}

.img-responsive{
	width: 120px !important;
	height: auto;
	margin-left: 50px !important;
}
#main-img-container {
	height:100%; 
	position:fixed;
	top:0;
	left:0;
	overflow:hidden; 
	margin-left:-20px;
}
#main-img {
	height:100%;
	width:100%;
	position:relative;
}
#main-img img{
	height:100%; 
	width:auto;
}
#content-row{
	height:100%;
	padding-top:60px;
}
.footerp-v3{
	font-size: 14px;
	color: #2D4050;
	font-weight: bold;
	margin-left: 30px;
}
.box-sidebar{
	padding:15px 25px 10px 25px;
	background: #fcfcfc; 
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.25); 
	border:1px solid #fff; 
	margin-bottom:20px;
	color:#2e415c;
	position:relative;
	margin-right:10px;
	margin-left:10px;
}

#share{
	background:#f8f8f8 url(../img/colored-line.png) left bottom repeat-x;
	padding:10px;
	margin-left:-20px;
	margin-bottom:30px;
	text-align:left;
	position:relative;
	padding-left:15px;
}

/* TYPOGRAPHY and links color */
p {
	margin-bottom:20px;
}
a {
  color: #006db8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  	font-family: 'Raleway', sans-serif;
}

h1 {
	text-transform:uppercase;
	font-weight:800;
	margin:0 0 10px 0;
	padding:0;
}
.post h2 {
	font-size:32px;
	line-height:34px;
}
.box-sidebar h3{
	margin:10px 0 10px 0;
	padding:0;
	font-size:24px;
	font-weight:700;
}
.box-sidebar#team h4{
	margin-bottom:0;
}
.box-sidebar#team h3{
	margin-bottom:25px;
}
.box-sidebar#team em{
	margin-bottom:10px;
	font-size:12px;
	display:inline-block;
}

/* BUTTONS */

a.gal-bt {
  	z-index:2; 
	position:absolute; 
	bottom:50px; 
	color:#fff;
	margin-left:-70px;
	left:50%;
	width:130px;
	padding: 8px 25px;
	display:inline-block;
	background-color: #ED1C24;
	font-size:18px;
	opacity:0.9;
}
.shps{
	position: relative;
    text-align: center;
    font-weight: 600;
    color: #F38300;
    margin-top: 100px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    margin-bottom: 30px;
}
.shpsBox{
	width: 260px;
	height: 270px;
	background: #000;
}
.urunTexts{
	color: #ED1C24;
	font-weight: bold;
	font-size: 16px;
}

.urunTextStyle{
	margin-top: -15.5px;
}

.urunTextsDiv{
	font-weight: 500;
	font-size: 15px;
}
a:hover.gal-bt {
	background-color:#55BCE8;
}
a.btn-info, .btn-info {
	background:#006db8;
	border:none;
	color:#fff;
}
.btn-info:hover {
	background-color:#333;
	  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*============================================================================================*/
/* 2.  PAGES AND CONTENT */
/*============================================================================================*/
/** Contacts **/ 
#map-container {
	height:100%; 
	position:fixed;
	top:65px;
	left:0;
	overflow:hidden; 
	margin-left:-20px;
	z-index:1;
}
#map {
	width:102%; 
	height:100%; 
}
.menuHover:hover{
	color: #EE8220 !important;
}
.box-sidebar#team{
	text-align:center;
}
.megamenu > li{
	padding-right: 13px !important;
}
.team-follow{
	font-size:20px;
}
ul#contact-info {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_follow{
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:26px;
}
ul#contact_follow li{
	display:inline-block;
	margin-bottom:10px;
	
}

/* #Blog
================================================ */
.tags a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(../img/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease; 
}
.tags a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}

ul.recent_post {
	margin-left:0;
	padding-left:0;
}
ul.recent_post li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div{
	font-weight:600;
	padding-left:25px;
	font-style:normal
}
ul.recent_post li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post img {
	margin-bottom:18px;
}

.post_info {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.post_info span {
	color:#ff6666;
}

.post-left {float:left;
}
.post-left ul {
	margin-left:0;
	padding-left:0;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.imgBx{
	border: 2px solid #000;
	width: 400px;
	position: relative;
	overflow: hidden;
}
.compont{
	color: #fff;
	background: #013B80;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	left: -100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	top: 0;
	transition: all 0.5s;
}
.imgBx:hover .compont{
	left: 0;
}
.omv{
	text-align: center;
	font-size: 23px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin-top: 10px;
}
.redText{
	color: #E3241C;
}
.aback{
	color: #013B80;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.m-0{
	margin: 0 !important;
}
.menuHover span{
	color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
	letter-spacing: 1px;
	line-height: normal;
    background: #186FAC;
    padding: 5px 25px;
    width: 370px;
    height: 80px;
	border-radius: 10px;
	border-style: solid;
	border-color: #186FAC;
	border-width: 1px;
}
.binekItem{
	padding-right: 0;
    padding-top: 10px;
}
.videoBar{
	width: 100%;
	height: 35%;
	background: #000;
	margin-top: 100px;
	position: relative;
}
.videoBar video{
	margin-left: 18px;
}
.textDivs{
	text-align: center;
    margin-top: 75px;
    color: #000;
    border-right: 1px solid #262626;
    margin-bottom: 15px;
}
.textDivsStyle{
	text-align: center;
	margin-top: 160px;
	color: #000;
	font-size: 16px;
}
.contact{
	width: 102.5%;
	height: 15%;
	background: #000;
	border-bottom: 6px solid #999;
}
.footerImg{
	margin: 20px;
}
.contact h3{
	color: #fff;
	font-weight: 600;
	padding: 20px;
	letter-spacing: 0.8px;
}
.footer{
	width: 100%;
	height: 320px;
	background-color: #DDDAD5;
	position: absolute;
	margin-top: 100px;
}
.footerRec{
	float: right;
	margin-top: 40px;
	position: absolute;
}
.footerRecText{
	float: right;
	margin-right: 80px;
	margin-top: 60px;
}
.footerRecText a{
	color: #3DBAD5;
}
.footerp-1{
	font-size: 17px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 60px;
}
.footerp-2{
	font-size: 17px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 10px;
}
.footerp-2 a{
	color: #2D4050;
}
.textDivs p{
	font-size: 16px;
}
.forms{
	margin-top: 30px;
}
.bigTittle{
	text-align: center;
	color: #013B80;
	font-weight: 900;
	margin-top: 150px;
	letter-spacing: 3px;
}
.bigTittle span{
	color: #E3241C;
}
.spo{
	width: 100%;
	height: 27%;
	background: #E4E4E4;
}
.spoImgStyle{
	margin-left: 10px;
	width: 100px;
	background: none;
	border: none;
	max-width: 100%;
	max-height: 70px;
	width: 100%;
    height: 100%;
	min-height: 110px;
	opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.spoImgStyle:hover{
	margin-left: 10px;
	width: 100px;
	background: none;
	border: none;
	max-width: 100%;
	max-height: 70px;
	width: 100%;
    height: 100%;
	min-height: 110px;
	opacity: 1;
	filter: contrast(200%);
    -webkit-filter: contrast(200%);
}
.spoImgStyle-5{
	margin-left: 10px;
	width: 100px;
	background: #fff;
	border: none;
	max-width: 100%;
	max-height: 70px;
	width: 100%;
    height: 100%;
	min-height: 110px;
	opacity: 0.6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.spoImgStyle-5:hover{
	margin-left: 10px;
	width: 100px;
	background: #fff;
	border: none;
	max-width: 100%;
	max-height: 70px;
	width: 100%;
    height: 100%;
	min-height: 110px;
	opacity: 1;
	filter: contrast(200%);
    -webkit-filter: contrast(200%);
}
.clear{
	clear: both;
}
.swiper-container {
	width: 100%;
	height: 100%;
	max-height: 255px;
  }
  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }
.customBg{
	background: transparent;
}
.iframeVideo{
	width: 100%;
	height: 100%;
}
.backgroundgray{
padding: 20px 20px;
background: #DBDAD6;
}
.sponStyle{
	border: none;
	background: #F38300;
}
.contact1{
	width: 96%;
	height: 130px;
	background: #fff;
	border: 2px solid #999;
	margin-bottom: 20px;
}
.contactTittle{
	margin-left: 20px;
	font-size: 23px;
	margin-top: 20px;
	font-weight: 500;
	font-family: 'Barlow',sans-serif;
}
.contactTittle span{
	font-size: 19px;
	color: #333 !important;
}
.zmn{
	font-size: 18px !important;
}
.contactTittle a{
	font-size: 30px;
	color: #333 !important;
	font-family: 'Barlow',sans-serif;
}
::-moz-selection {
    background:#EE8121;
    color:#5D5E60;
}
::selection {
    background:#EE8121;
    color:#5D5E60;
}
.smallContact{
	width: 100%;
	height: 125px;
	background: #F38300;
	margin-top: 100px;
	box-shadow: 3px 10px 60px #999;
}
.smallContact2{
	width: 100%;
	height: 65px;
	background: #5D5E60;
}
.contact-sm p a{
	font-size: 20px;
	letter-spacing: 0.6px;
	font-family: 'Barlow',sans-serif;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.contact-sm2{
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	margin-top: 22px;
	font-family: 'Barlow',sans-serif;
	color: #fff;
	font-weight: 500;
}
.contact-sm p{
	font-size: 18px;
	letter-spacing: 0.6px;
	margin-top: 23px;
	font-family: 'Barlow',sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.aboutTextDoc{
	text-align: center;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	padding: 50px;
}
.section{
	margin-top: 66px;
	position: absolute;
}
.aboutTittle{
	position: relative;
	text-align: center;
	font-weight: 600;
	color: #F38300;
	margin-top: 100px;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	cursor: default;
	margin-bottom: 20px;
}
.play-btn{
	width: 50px;
	position: relative;
	top: -50%;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.5;
}
.customVideo{
	border: 1px solid #000;
	border-radius: 5px;
}
.btn{
	padding: 8px 12px !important;
}
.btn span{
	outline-color: #000;
	font-weight: 500;
}
.play-btn:hover{
	width: 50px;
	position: relative;
	top: -50%;
	cursor: pointer;
	transition: 0.5s;
	opacity: 1;
}
.modal-content{
	background: transparent !important;
	border: none !important;
}
.col-md-4:hover .play-btn{
	opacity: 1;
}
.grupUrun{
	margin-top: 40px;
}
.cardTittle{
	font-size: 23px;
	color: #000;
	font-family: 'Noto Sans', sans-serif;
}
.t-c{
	color:#999;
}
a.t-c:hover{
	color:#fff;
	text-decoration: underline;
}
.imageText{
	font-size: 27px;
	color: #000;
}
.borderOn{
	width: 180px;
	height: 140px;
	background: #fff;
	border: 1px solid #FF8900;
}
.borderOn img{
	opacity: 0.9;
	transition: 0.1s;
}
.borderOn img:hover{
	opacity: 1;
}
.img-thumbnailCustomSty{
	text-align: center;
	margin-top: -15px;
}
.borderOn p{
	color: #000
}
.aboutText{
	text-align: center;
	color: rgb(0, 0, 0,.8);
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0 35px 0 35px;
	font-weight: 500;
	cursor: default;
}
.avatar {
	float:left;
	margin-right:11px;
	
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}
.comment_right {display:table;	}
.comment_info {padding-bottom:7px;}
.comment_info span {padding:0 12px;}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}
/*============================================================================================*/
/* 3.  FORMS */
/*============================================================================================*/
.input-icon{position:absolute; right:8px; top:7px; width:28px; height:24px; background-color:#fff; text-align:right; border-left: 1px solid #ddd;}
.input-icon i { color:#ccc; font-size:14px; line-height:24px;}
.form-group { position:relative; margin-bottom:20px;}

.input-group { margin-bottom:20px;}
.form-control {height: 38px; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; }

.input-group button { height:38px;}
.input-group button:hover { background-color:#006db8; color:#fff; border-color:#006db8}
.input-group button:focus { outline:none; }

.form-control.style_2{
   background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
	}

.form-control.style_2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control-select{
   background-color: #ffffff;
  border: 1px solid #e2e2e2;
   box-shadow:0 0 8px #e3e3e3 inset;
   -webkit-shadow:0 0 8px #e3e3e3 inset;
   -moz-shadow:0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
  height:38px;
  color:#999;
	}
.form-control-select:hover{color:#999;}

.slider-volume {
  width: 95%;
  margin:0;
  padding:0;
}

.slider-volume > .dragger {
	width: 16px;
	height: 16px;
	margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.6);

  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.5), 0 2px 5px 2px rgba(0,0,0,0.2);

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

  background: #c5c5c5;
  background: -moz-linear-gradient(90deg, rgba(180,180,180,1) 20%, rgba(230,230,230,1) 50%, rgba(180,180,180,1) 80%);
	background:	-webkit-radial-gradient(  50%   0%,  12% 50%, hsla(0,0%,100%,1) 0%, hsla(0,0%,100%,0) 100%),
  	          -webkit-radial-gradient(  50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%),
              -webkit-radial-gradient(	50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
}

.slider-volume > .track, .slider-volume > .highlight-track {
  height: 11px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
  margin-left:-5px;

  -moz-box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 2px 5px 1px rgba(0,0,0,0.10), 0 1px 0px 0px rgba(230,230,230,0.4), inset 0 0 1px 1px rgba(0,0,0,0.2);

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.slider-volume > .highlight-track {
  background-color: #c5c5c5;
  background: -moz-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: -webkit-linear-gradient(top, #c5c5c5, #a2a2a2);
  background: linear-gradient(top, #c5c5c5, #a2a2a2);
}

  [class^=slider] { display: inline-block; }
  .output {  font-size: 24px; font-weight:700; color:#999; display:inline-block; margin-top:5px;}

/** Quantity incrementer input==================== **/   
.qty-buttons{ position:relative; width:130px; height:40px; }
input.qty { width:130px; }
input.qtyminus, input.qtyplus, input.qtyplus:focus  { position:absolute; width:35px; height:20px; border: 1px solid #cccccc; outline:none; cursor:pointer;}
input.qtyplus { background:#fff url(../img/plus.png) no-repeat center center; right:0; top:0; text-indent:-9999px; -webkit-border-top-right-radius: 4px;-moz-border-radius-topright: 4px;border-top-right-radius: 4px; box-shadow: none;-webkit-transition: none; }
input.qtyminus { background:#fff url(../img/minus.png) no-repeat center center; right:0; top:18px;  text-indent:-9999px;-webkit-border-bottom-right-radius: 4px;-moz-border-radius-bottomright: 4px;border-bottom-right-radius: 4px; box-shadow: none;-webkit-transition: none;  }

.loader {float:right; display:inline; margin-top:-25px;}
.loader-2 {float:right; display:inline; margin-top: 8px;}
.loader-3 {float:right; display:inline; margin-top: 8px;margin-right:-20px;}

label {font-weight:600;}

label.error{
	font-size:11px;
	position: absolute;
	top:-28px;
	right:-15px;
	z-index:9;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:600;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
   } 
   
#terms li label.error {
	left:45%;
	display:inline-block;
	width:80px;
   } 

/*============================================================================================*/
/* 4.  COMMON */
/*============================================================================================*/
.img-circle.styled { 
	background-color:#ededed;
	-moz-box-shadow: 0px 0px 0px 5px #ededed; 
	-webkit-box-shadow: 0px 0px 0px 5px #ededed; 
	box-shadow: 0px 0px 0px 5px #ededed;
	margin:auto;
	margin-bottom:15px;
}
/** Features **/   
#features ul {
	list-style:none;
	margin:0;
	padding:0;
}
#features ul li{
	display: inline-block;
	margin: 0 10px 10px 0;
}
#features ul li a{
	display:block;
	width:70px;
	height:70px;
	line-height:62px;
	text-align:center;
	background:#fff;
	border:5px solid #ededed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size:24px;
	color:#2d4050;
}
#features ul li a:hover{
	background: #006db8;
	border:5px solid #006db8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}

/* #TABLE RESPONSIVE SECOND TYPE*/
.table_2 {
  width: 100%;
  margin-bottom: 30px;
}
.table_2 th,
.table_2 td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table_2 th {
  font-weight: bold;
}
.table_2 thead th {
  vertical-align: bottom;
}
.table_2 tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table_2 {
  background-color: #ffffff;
}
.table-bordered_2 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.table-bordered_2 th,
.table-bordered_2 td {
  border-left: 1px solid #dddddd;
}
.table-bordered_2 caption + thead tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child th,
.table-bordered_2 caption + tbody tr:first-child td,
.table-bordered_2 colgroup + thead tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child th,
.table-bordered_2 colgroup + tbody tr:first-child td,
.table-bordered_2 thead:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child th,
.table-bordered_2 tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered_2 thead:first-child tr:first-child > th:first-child,
.table-bordered_2 tbody:first-child tr:first-child > td:first-child,
.table-bordered_2 tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered_2 thead:first-child tr:first-child > th:last-child,
.table-bordered_2 tbody:first-child tr:first-child > td:last-child,
.table-bordered_2 tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:first-child,
.table-bordered_2 tbody:last-child tr:last-child > td:first-child,
.table-bordered_2 tbody:last-child tr:last-child > th:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered_2 thead:last-child tr:last-child > th:last-child,
.table-bordered_2 tbody:last-child tr:last-child > td:last-child,
.table-bordered_2 tbody:last-child tr:last-child > th:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
.table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered_2 tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered_2 caption + thead tr:first-child th:first-child,
.table-bordered_2 caption + tbody tr:first-child td:first-child,
.table-bordered_2 colgroup + thead tr:first-child th:first-child,
.table-bordered_2 colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered_2 caption + thead tr:first-child th:last-child,
.table-bordered_2 caption + tbody tr:first-child td:last-child,
.table-bordered_2 colgroup + thead tr:first-child th:last-child,
.table-bordered_2 colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped_2 tbody > tr:nth-child(odd) > td,
.table-striped_2 tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* #Table style*/
.table-bordered_2 thead tr {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
  background-image: -o-linear-gradient(top, #eeeeee, #dadada);
  background-image: linear-gradient(to bottom, #eeeeee, #dadada);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered_2 thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered_2 thead tr th:first-child {
  border-left-color: #CCC;
}
.table-bordered_2 thead tr th:last-child {
  border-right: none;
}
.table-bordered_2 tbody tr:first-child td {
  border-top-color: #CCC;
}
.table-bordered_2 tbody tr td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}
.table-bordered_2 thead tr {
  background: #EEE;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* IE10+ */

  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
  /* W3C */

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered_2 thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #444;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #CCC;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered_2 thead th:first-child {
  border-left-color: #CCC;
}
.table-bordered_2 thead th:last-child {
  border-right: none;
}
.table-bordered_2 tbody td {
  border-left: 1px solid #FFF;
  border-right: 1px solid #DDD;
}
.table-bordered_2 tbody tr td:first-child {
  border-left-color: #DDD;
}
.table-bordered_2 tbody tr td:last-child {
  border-right: none;
}

/** Collapse **/   

/** Share **/ 
.fb-like{ margin-right:0px;}
.fb-like, .twitter { display:inline-block; margin-top:10px;}
#suggest_friend{ 
	float:right; 
	font-size:14px; 
	font-weight:600; 
	text-transform:uppercase;
	margin-top:6px;
	margin-left:5px;
}
.katalog{
	font-size: 18px;
	color: #ED1C24;
	margin-top: 50px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
}
.katalog:hover{
	font-size: 18px;
	color: #3CB2E3;
	margin-top: 50px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	border-bottom: 3px solid #ED1C24;
	font-weight: bold;
}
#suggest_friend a{
	color:#ED1C24;
	font-size:12px;
	font-weight:700;
	display:inline-block;
	margin-right:10px;
	margin-top: 25px;
}
.aracYag{
	width: 105%;
    background-color: #E3241C;
    margin-bottom: 0px;
    display: inline-block;
}
.aracYagImg{
	width: 306px;
	float: left;
}
.aracYagLink{
	font-size: 25px;
	color: #fff;
	margin-top: 25px;
}
.aracYagButton {
    float: left;
    width: 263.343734444px;
    font-weight: 300;
    color: #fff;
    background: none;
    transition: .25s ease;
    border: 1px solid #fff;
    text-align: left;
    padding: 0 10px;
    margin-left: 0px;
    height: 60px;
    margin-top: 50px;
    position: relative;
    display: table;
    cursor: pointer;
}
.aracYagButton:hover {
    float: left;
    width: 263.343734444px;
    font-weight: 300;
    color: #fff;
    background: none;
    transition: .25s ease;
    border: 1px solid #fff;
    text-align: left;
    padding: 0 10px;
    margin-left: 5px;
    height: 60px;
    margin-top: 50px;
    position: relative;
    display: table;
    cursor: pointer;
}
.aracYagButton p {
    display: table-cell;
    vertical-align: middle;
	width: 220px;
	color: #fff;
}
.aracYagButton i {
    right: 0;
    top: 18px;
    padding: 0 20px 0 0;
    transition: .25s ease;
	font-size: 15pt;
	color: #fff;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
}
.aracYagButton i:hover {
    right: 0;
    top: 18px;
    padding: 0 20px 0 0;
    transition: .25s ease;
	font-size: 15pt;
	color: #fff;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
}
#suggest_friend a:hover{
	color:#55BCE8;
}
#suggest_friend a:after {
	font-family: "fontello";
	 content: "\e99e";
	 margin-left:8px;
	 font-size:18px;
}
/** Carousel **/ 
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
/** List styles **/ 
ul.list_1 {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
.menu-item h3{
	text-transform: none !important;
}
ul.list_1 li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:0;
	border-bottom: 1px solid #efefef;
}
ul.list_1 li a:after {
	font-family: "fontello";
	content: "\e89b";
	float:right;
}

ul.list_1 li a:hover {
	background:#efefef;
	color:#326e99;
}
.bg-kurumsal{
	background-color: #EE8121 !important;
}
.bg-kurumsal:hover{
	background-color: #5D5E60 !important;
}
ul.list_2 {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.list_2 li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:0;
	border-bottom: 1px solid #efefef;
}
ul.list_2 li a:after {
	font-family: "fontello";
	content: "\ee1c";
	float:right;
}

ul.list_2 li a:hover {
	background:#efefef;
	color:#326e99;
}

/* #ie10 BORDER RADIUS FIXED*/
html[data-useragent*='MSIE 10.0'] input, html[data-useragent*='MSIE 10.0'] .btn.btn-info, html[data-useragent*='MSIE 10.0'] .btn.btn-default, html[data-useragent*='MSIE 10.0'] .panel-default, html[data-useragent*='MSIE 10.0'] .drop-down-container.normal ul li a{
  border-radius:0;
}

/*============================================================================================*/
/* 5.  MEDIA QUERIES */
/*============================================================================================*/

@media (max-width: 1085px) {
	.footerRec {
		display: none;
	}

	.d-n{
		display: block !important;
		margin-left: 30px;
		color: #3DBAD5;
	}

	.footerRecText a{
		display: none;
	}

	.footer {
		width: 100%;
		height: 60%;
		background-color: #DDDAD5;
		position: absolute;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {


}

@media (min-width: 1200px) { 
	.col-lg-2 {
		width: 16.666666666666664%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.aracYagImg {
		width: 306px;
		margin-left: 25px;
		float: left;
		display: none;
	}

	.aracYagButton {
		float: left;
		width: 263.343734444px;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 20px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}

	.aracYagButton:hover {
		float: left;
		width: 263.343734444px;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 25px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}
}

@media (min-width: 767px) and (max-width: 979px) {
	
	header {
		position:absolute;
	}
	#main-img-container {
		position:relative; 
		overflow:hidden; 
		top:65px;
		height:350px;
		width:100%;
		margin-left:0;
		display: none;
	}
	#main-img {
		display: none !important;
	}
	#content-row{
		height:auto;
		padding-top:65px;
	}
	#map-container {
		height:350px;
		position:relative;
		top:65px;
		overflow:hidden; 
		margin-left:0;
	}

	#map {
		width:100%; 
		height:350px;
	}

	#share{
		margin-left:0; 
	}

}

@media (max-width: 790px){
	.footer ul {
		margin-top: 40px;
		display: none !important;
	}

	.adress{
		margin-left: 50px;
	}

	.footer {
		width: 100%;
		height: 400px;
		background-color: #DDDAD5;
		position: absolute;
	}

	.berkCengiz-smc{
		margin-left: 200px;
	}
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
	#main-img-container {
		position:relative; 
		overflow:hidden; 
		top:18px;
		height:200px;
		width:100%;
		margin-left:0;
	}
	.smallContact {
		width: 100%;
		height: 340px;
		background: rgb(243, 131, 0);
	}
	.section {
		margin-top: 10px;
		position: absolute;
	}
	.smallContact img {
		width: 50px;
		padding: 10px;
		margin-top: -10px;
		margin-left: 20px;
	}
	.smallContact a {
		font-size: 17px;
		font-family: 'Times New Roman', Times, serif;
		color: #fff; 
	}
	.smallContact a span {
		font-size: 21px;
		font-family: 'Times New Roman', Times, serif;
		color: #fff;
	}
	.smallContact ul {
		float: left;
		margin-top: 170px;
		margin-left: -5px;
		list-style-type: none;
		color: #fff;
	}
	.borderOn {
		width: 100% !important;
		height: 140px;
		margin-top: 10px;
		background: #fff;
		border: 1px solid #FF8900;
	}
	.menu-item img {
		display: none !important;
	}
	#main-img img{
		height:auto; 
		width:100%;
	}
	#content-row{
		height:auto;
		padding-top:0;
	}
	.carousel{
		margin-top: 0 !important;
	}
	.aracYagImg {
		width: 306px;
		margin-left: 25px;
		float: left;
		display: none;
	}
	.aracYagButton {
		float: left;
		width: 90%;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 20px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}

	.aracYagButton:hover {
		float: left;
		width: 88%;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 20px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}
	header{
		height:auto;
		padding-bottom:12px;
		position:absolute;
	}
	#share{margin-left:0px; }

	.modal {-webkit-overflow-scrolling: touch;}

	#suggest_friend a{ width:24px; height:24px;display:block; text-indent:-999px; }
	#suggest_friend a:after {font-size:22px; z-index:9; text-indent:0px; position:absolute; right:10px; top:25px;width:24px; height:24px;display:block; }

	#map-container {
		height:220px;
		position:relative;
		top:20px;
		overflow:hidden; 
		margin-left:0;
	}
	#map {
		width:100%; 
		height:200px;
	}

	.table-bordered_2 thead:first-child tr:first-child > th:first-child,
	.table-bordered_2 tbody:first-child tr:first-child > td:first-child,
	.table-bordered_2 tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 0;
			border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	}
	.table-bordered_2 thead:first-child tr:first-child > th:last-child,
	.table-bordered_2 tbody:first-child tr:first-child > td:last-child,
	.table-bordered_2 tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 0;
			border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	}
	.table-bordered_2 thead:last-child tr:last-child > th:last-child,
	.table-bordered_2 tbody:last-child tr:last-child > td:last-child,
	.table-bordered_2 tbody:last-child tr:last-child > th:last-child,
	.table-bordered_2 tfoot:last-child tr:last-child > td:last-child,
	.table-bordered_2 tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 0;
			border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	}
	.table-bordered_2 thead:last-child tr:last-child > th:first-child,
	.table-bordered_2 tbody:last-child tr:last-child > td:first-child,
	.table-bordered_2 tbody:last-child tr:last-child > th:first-child,
	.table-bordered_2 tfoot:last-child tr:last-child > td:first-child,
	.table-bordered_2 tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 0;
			border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	}	
	.table_2 th,
	.table_2 td {
		border-top: none;
	}
	.table_2 tbody + tbody {
	border-top: none;
	}
	.table-bordered_2 {
	border: none;
	}

	.table-bordered_2 tbody tr td {
	border-left: none;
	border-right: 1px solid #fff;
	}

	.drop-down-container.normal ul li a{
		color: #fff !important;
	}

	/* Force table to not be like tables anymore */
		.table_2, .table_2 thead, .table_2 tbody, .table_2 th, .table_2 td, .table_2 tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.table_2 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.table_2 tr { border: 1px solid #ccc; }
		
		.table_2 td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eaeaea; 
			position: relative;
			padding-left: 60%; 
		}
		
		.table_2 td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 8px;
			left: 6px;
			width: 40%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.table_2 td:nth-of-type(1):before { content: "Model"; font-weight: bold; }
		.table_2 td:nth-of-type(2):before { content: "Info one"; font-weight: bold; }
		.table_2 td:nth-of-type(3):before { content: "Info two"; font-weight: bold; }
		.table_2 td:nth-of-type(4):before { content: "Info three";font-weight: bold;  }

	.box-sidebar{
		margin-right:0;
		margin-left:0;
	}
	h1 {
		font-size:24px;
		line-height:26px;
	}
	.post h2 {
		font-size:20px;
		line-height:22px;
	}
	.post-right {
		float:left;
	}

}

@media (max-width: 550px){
	.aracYagButton {
		float: left;
		width: 90%;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 20px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}

	.aracYagButton:hover {
		float: left;
		width: 88%;
		font-weight: 300;
		color: #fff;
		background: none;
		transition: .25s ease;
		border: 1px solid #fff;
		text-align: left;
		padding: 0 10px;
		margin-left: 20px;
		height: 60px;
		margin-top: 12.5px;
		position: relative;
		display: table;
		cursor: pointer;
	}
	.footer{
		width: 100%;
		height: 410px;
		background-color: #DDDAD5;
		position: absolute;
		margin-bottom: 0;
	}
}

/* Mobile portrait */
@media (max-width: 480px) {
	
	/* Success submit form page */
	#msg{
		width:260px;
		height:300px;
		position:absolute;
		text-align:center;
		left:50%; /* centers the loading animation horizontally one the screen */
		top:50%; /* centers the loading animation vertically one the screen */
		margin:-150px 0 0 -130px; /* is width and height divided by two */
	}


}
