
/*==============================================
[Main stylesheet style.css]

Author:	SINDEVO.COM - Smart Internet Development
Version:	1.0
Created:	25 February 2015
Last updated:	25 February 2015
Template:	Minio - Mobile Web APP Template
================================================*/
/*
	[Table of Contents]

1. RESET
2. GENERAL
3. CUSTOM BUTTONS
4. LEFT AND RIGHT SLIDE PANELS
    4-1. SIDE NAVIGATION
5. TOP NAVIGATION BAR AND FOOTER TOOLBAR
	5-1. TOP NAVIGATION AND HEADER
	5-2. FOOTER TOOLBAR
6. PAGES LAYOUT
7. HOME SWIPER
8. LISTS
9. POPUPS
10. PHOTO GALLERY
11. BLOG LAYOUT
12. FORMS
	12-1. CONTACT FORM
	12-2. LOGIN FORM
	12-3. COMMENT FORM
13. TABS & ACCORDION
14. MEDIA QUERIES
    - @media screen and (max-width: 480px)
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	
html,
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
color: #232323;
font-size: 14px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}

.textbox1
{
	width:50%; height:40px;
    border-radius:10px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	border:solid 2px #CCC;
	margin-top:10px;
}
.textbox2
{
	width:70%; height:40px;
    border-radius:10px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:center;
	border:solid 1px #CCC;
	margin-top:10px;
}
.listbaradaparsel2
{
	width:100%;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
	border-bottom:solid;
	border-color:#CCC;
	background-color:#FFF;
	margin-top:20px;
	border-radius:7px;
	padding-top:20px;
	border:solid 1px #CCC !important;
	background-image: url("images/bg1.png");
	background-size: cover;
    background-size: contain;
	background-position:bottom right;
	background-repeat:no-repeat;
	
}
.listbaradaparselbt2
{
	width:100%;
	height:140px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
	border-bottom:solid;
	border-color:#CCC;
	background-color:#FFF;
	margin-top:20px;
	border-radius:7px;
	padding-top:20px;
	border:solid 1px #CCC !important;
	background: rgb(11,87,128);
background: linear-gradient(90deg, rgba(11,87,128,1) 0%, rgba(29,147,208,1) 100%);
}
.listbaradaparsel
{
	width:100%;
	height:140px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
	border-bottom:solid;
	border-color:#CCC;
	background-color:#FFF;
	margin-top:20px;
	border-radius:7px;
	padding-top:20px;
	border:solid 1px #CCC !important;
	
}
.listbaradaparselbt
{
	width:100%;
	height:40px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:16px;
	border-bottom:solid;
	border-color:#CCC;
	background-color:#FFF;
	margin-top:20px;
	border-radius:7px;
	padding-top:20px;
	background-color:#3ba7de;  
	color:#FFF; 
	font-weight:bold;
	box-shadow: 1px 1px #CCC;
	border:none;
	
}
.listbaradaparselbt:hover
{
	color:white;
	background-color:#1278ad !important;
	-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 	
}
.listbaradaparselbt:active
{
	color:white;
	background-color:#1278ad !important;
	-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 	
}
.listbaradaparselbt2
{
	width:100%;
	height:40px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:16px;
	border-bottom:solid;
	border-color:#CCC;
	background-color:#FFF;
	margin-top:20px;
	border-radius:7px;
	padding-top:20px;
	background-color:#8ED692;  
	color:#FFF; 
	font-weight:bold;
	box-shadow: 1px 1px #CCC;
	border:none;
	
}
.listbaradaparselbt2:hover
{
	color:white;
	background-color:#1F523F !important;
	-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 	
}
.listbaradaparselbt2:active
{
	color:white;
	background-color:#1F523F !important;
	-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 	
}
.yanip-sonen
{
	 animation: blinker 1.2s linear infinite;
}
@keyframes blinker {  
      50% { opacity: 0.1; }
      }

.comboboxstyle
{   
	width:100%;
	height:50px;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
	border-radius:3px;
	padding-right:15px;
	padding-left:17px;
}

select {

  /* styling */
  background-color: white;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 6px),
    calc(100% - 12px) calc(1em + 6px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    8px 8px,
    8px 8px,
    1px 2.5em;
  background-repeat: no-repeat;
}

.listbaralt1
{
 text-align:left;margin-right:0px;;
}
.listbaralt2
{
 text-align:left;margin-right:0px;float:left;padding-left:20px;padding-right:10px;
}
.listbaralt3
{
position:absolute;
width:15px;
height:15px;
right:55px;
margin-top:-32px;
}
.listbaralt
{   
	box-shadow: 1px 1px #CCC;
	margin-top:5px;
	width:100%;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
	text-align:center !important;
	font-family: font-family: 'Oswald', sans-serif;
	font-weight:bold;
	
	border-radius:6px;
	padding-top:20px;
	padding-bottom:20px;
	word-wrap: break-word;
	background: rgb(241,241,241);
background: linear-gradient(261deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
}

.listbar
{
	width:100%;
	height:50px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:13px;
	border-bottom:solid;
	border-color:#CCC;
}
.listbar:hover
{
	background-color:#D9DEE1;
	border-radius:4px;
	-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 
}


.daireclass {
 background-color: #FFF;
 height: 39px;
 -moz-border-radius:75px;
 -webkit-border-radius: 75px;
 width: 39px;
 font-family: 'Oswald', sans-serif;
 color:#113A56;
 font-weight:600;
 line-height:39px;
 margin:auto;
 margin-top:12px;
 z-index:1 !important;
 position:absolute;
 margin-left:4px;
 margin-top:15px;
}
.daireclassbg1
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s1.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg2
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s2.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg3
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s3.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg4
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s4.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg5
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s5.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg6
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s6.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg7
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s7.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg8
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s8.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg9
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s9.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.daireclassbg10
{
 position:absolute;
 z-index:0;
 background-image:url("images/status/s10.svg");
 background-size:cover;
 height: 54px;
 width: 54px;
 margin:auto;
 margin-top:8px;
 margin-left:-4px;
}
.navbarsayac1
{
	float:left;
    width:80%;
	text-align:left;
	font-size:14px;
	
}
.navbarsayac2
{
	float:left;
    width:20%;
	
}
.navbarsayac
{
	width:100%;
	height:70px;
    background-color:rgba(255,255,255,0.3);	
	border-radius:5px;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:13px;
	margin-bottom:25px;
}
.anasayfaaltbanner
{
	width:330px;
	margin:auto;
	margin-top:60px;
	opacity:0.0;
}
.anasayfaaltbannerbaslik
{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	line-height:30px;
}
.anasayfabanneraltyazi
{
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	font-size:13px;
	line-height:20px;
	color:#D8EEFC;
}
.anasayfabtbg
{
	position:absolute;
	margin-left:-130px;
	margin-top:20px;
}
.anasayfabtfont1
{
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#42A6C6;
}
.anasayfabtfont2
{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#769897;
	font-size:13px;
	line-height:20px;
}
.anasayfabt1
{
	opacity:0.0;
	background-color:#FFF;
	width:280px;
	height:70px;
	margin:auto;
	text-align:center;
	border-radius:60px;
	border:6px solid;
	border-color:#1873AD;
	margin-top:40px;
	line-height:17px;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#42A6C6;
}

.anasayfabt1:hover
{
	color:#1272A6;
	border-color:#BBB;
	-webkit-transition: background-color 150ms linear, color 250ms linear;
    -moz-transition: background-color 150ms linear, color 250ms linear;
    -o-transition: background-color 150ms linear, color 250ms linear;
    -ms-transition: background-color 150ms linear, color 250ms linear;
    transition: background-color 150ms linear, color 250ms linear; 
}

.anasayfabt2
{
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	font-weight:700;
	color:#42A6C6;
	opacity:0.0;
	background-color:#FFF;
	width:280px;
	height:70px;
	margin:auto;
	text-align:center;
	border-radius:60px;
	border:6px solid;
	border-color:#1873AD;
	margin-top:20px;
	line-height:17px;
}
.anasayfabt2:hover
{
	 color:#1272A6;
	 border-color:#BBB;
	-webkit-transition: background-color 150ms linear, color 250ms linear;
    -moz-transition: background-color 150ms linear, color 250ms linear;
    -o-transition: background-color 150ms linear, color 250ms linear;
    -ms-transition: background-color 150ms linear, color 250ms linear;
    transition: background-color 150ms linear, color 250ms linear; 
}
.anasayfabanner
{
	width:100%; text-align:center; margin:auto;margin-top:-20px;
}
.anasayfabanner1
{
	width:250px;padding-left:50px;
	opacity:0.0;
	color:#FFF;
	font-size:27px;
	text-align:center;
    font-family: "Popins", sans-serif;
	font-weight:600;
	line-height:25px;
	margin:auto;
}
.anasayfabanner2
{
	margin-top:-119px;margin-left:-160px;
	opacity:0.0;
}
.navbar
{
height:90px !important;
}
.navbar-inner
{
	height:90px;
}
.beyazyazi
{
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.clear{ 
clear:both; 
display:block;
}
.clearleft{ 
clear:both; 
float:left; 
display:block;
}
a {
text-decoration: none;
color: #0c928d;
}
p{
padding:0px;
margin:0px;
line-height:20px;
}
blockquote{
border-left: 5px #0c928d solid;
padding:0 0 0 20px;
margin:10px 0 20px 0;
font-size:16px;
line-height:22px;
font-weight:300;
}
blockquote span{
display:block;
color:#0c928d;
font-weight:700;
font-size:14px;
text-transform:uppercase;
line-height:22px;
}
.videocontainer{
max-width:100%; 
padding:0; 
display: block; 
margin:0;
}
#mobile_wrap{
max-width:800px;
margin:auto;
}
/*===============================================*/
/* 3. CUSTOM BUTTONS */
/*===============================================*/	
a.button_full{
width:100%;
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 0;
font-size:18px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
a.button_small{
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 20px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.call_button a{
display:block;
width:100%;
margin:0;
padding:10px 0;
text-align:center;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.button {
border: 1px solid #0c928d;
color: #0c928d;
text-decoration: none;
text-align: center;
display: block;
border-radius: 5px;
line-height: 38px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height:40px;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-family: inherit;
cursor: pointer;
}
.button.active {
background: #0c928d;
color: #fff;
}
/*===============================================*/
/* 4. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/	
.panel {
z-index: 1000;
display: none;
background:url(images/menu_bg.png) repeat;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 260px;
top: 0;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
color:#FFFFFF;
}
.content-block {
margin: 35px 0;
padding: 0 15px;
}
/* 4.1 SIDE NAVIGATION */

.list-nav{
padding:30px 0 0 0px;

font-family:"Roboto";
width:100%;
}
.list-nav ul{
width:84%;
list-style:none;
padding:0px;
margin:0px 8%;
display:block;
}
.list-nav ul li{
list-style:none;
padding:0 0 0 55px;
margin:0px;
display:block;
height:50px;
line-height:50px;
border-bottom:1px #29292D solid;
}
.list-nav ul li a{
color:#FFFFFF;
font-size:12px;
font-weight:300;
}
.list-nav-small{
padding:20px 0 20px 0px;
width:100%;
}
.list-nav-small ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.list-nav-small ul li{
list-style:none;
padding:0 0 0 50px;
margin:0px;
display:block;
height:40px;
line-height:40px;
border-bottom:1px #1d2020 solid;
}
.list-nav-small ul li a{
color:#FFFFFF;
font-size:16px;
font-weight:300;
}

.sollinkyazi
{
	margin-left:-15px;
}

.home-icon{
background:url(images/icons/white/home.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 0px 45%;
}
.home2-icon{
background:url(images/icons/white/home2.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 0px 45%;
}
.hesabim-icon{
background:url(images/icons/white/user.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 1px 45%;
}
.iletisim-icon{
background:url(images/icons/white/iletisim.png);
background-size: auto 37%;
background-repeat: no-repeat;
background-position: 1px 45%;
}
.acilemlaksat-icon{
background:url(images/icons/white/acilemlaksat.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 3px 45%;
}
.kvkk-icon{
background:url(images/icons/white/kvkk.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 2px 45%;
}
.sozlesme-icon{
background:url(images/icons/white/sozlesme.png);
background-size: auto 45%;
background-repeat: no-repeat;
background-position: 2px 45%;
}
.antrenman-icon{
background:url(images/icons/white/antrenman.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 16px 40%;
}
.beslenme-icon{
background:url(images/icons/white/beslenme.png);
background-size: auto 35%;
background-repeat: no-repeat;
background-position: 13px 40%;
}
.cardio-icon{
background:url(images/icons/white/cardio.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 14px 40%;
}
.getin-icon{
background:url(images/icons/white/video.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 14px 40%;
}
.paketler-icon{
background:url(images/icons/white/program.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 13px 44%;
}
.degisim-icon{
background:url(images/icons/white/degisim.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 13px 44%;
}
.suppliment-icon{
background:url(images/icons/white/suppliment.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 13px 44%;
}
.mesaj-icon{
background:url(images/icons/white/mesaj.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 13px 44%;
}
.marcus-icon{
background:url(images/icons/white/marcus.png);
background-size: auto 34%;
background-repeat: no-repeat;
background-position: 13px 43%;
}
.uzaktan-icon{
background:url(images/icons/white/uzaktan.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 16px 40%;
}
.features-icon{
background:url(images/icons/white/program.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.photos-icon{
background:url(images/icons/white/photos.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.blog-icon{
background:url(images/icons/white/blog.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.contact-icon{
background:url(images/icons/white/contact.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.lock-icon{
background:url(images/icons/white/lock.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.tools-icon{
background:url(images/icons/white/tools.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.envelope-icon{
background:url(images/icons/white/envelope.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.download-icon{
background:url(images/icons/white/download.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.video-icon{
background:url(images/icons/white/video.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.heart-icon{
background:url(images/icons/white/heart.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.logout-icon{
background:url(images/icons/white/logout.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 40%;
}
.new-yeni
{
	width:24px; height:24px; background-color:#FC4F08; color:#FFF;
	 font-size:7px; line-height:27px;
	border-radius: 115px;text-align:center;
    position:absolute; margin-left:190px; margin-top:-38px;
}
/*===============================================*/
/* 5. TOP NAVIGATION BAR AND FOOTER TOOLBAR */
/*===============================================*/
/* 5.1 TOP NAVIGATION AND HEADER */	
.logo_title{ 
font-size:30px;
font-weight:700;
padding-left:10px;
padding-top:5px;
color:#FFFFFF;
}
.navbar:after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 96%;
  background-color: #fff;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0.3;
}
.navbar{
height: 60px;
}
.toolbar {
height: 100px;
}
.navbarpages{
position: fixed;
top:0px;
width:100%;
height:83px;
}
.menu_open_icon{ 
background:url(images/menu.svg) no-repeat center;
background-size:cover;
background-size:30px 30px;
margin-right:10px;
}
.menu_open_icon_white a{
display:block;
float:right;
width:10%;
height:100%;
margin:18px 0 0 0;
padding:0 0 0 0;
text-align:center;
}
.navbar_home_link a{
float:left;
width:23%;
padding:15px 0 0 5%;
}
.navbar_home_link img{
max-width:20%;
}
.navbar_page_center{
width:50%;
float:left;
line-height:50px;
text-align:center;
color:#FFFFFF;
font-size:18px;
margin-left:-10px;
}
/* 5.1 FOOTER TOOLBAR */
ul.toolbar_icons{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
width:100%;
}
ul.toolbar_icons li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
}
ul.toolbar_icons li img{
max-width:70%;
}
ul.icons_4row li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center;
width:14%; margin:0 3%;
}
/*===============================================*/
/* 6. PAGES LAYOUT */
/*===============================================*/	
.homepage{
/*background: url(images/bg.jpg) no-repeat center center;*/
background-attachment:fixed;
-webkit-background-size: 100%; 
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;
}
.videobg {

}
#pages_maincontent{
width:90%;
padding:30px 5% 30px 5%;
margin:0px;
position: absolute; 
top: 60px; 
left: 0; 
right: 0; 
bottom: 0px;
overflow: scroll; 
-webkit-overflow-scrolling: touch;
}
h2.page_subtitle{
font-size:24px;
line-height:25px;
font-weight:700;
padding:0 0 10px 0;
margin:0px 0 10px 0;
border-bottom:1px #ddd solid;
display:inline-block;
letter-spacing:-0.5px;
}
#pages_maincontent h3{
font-size:20px;
color:#0c928d;
font-weight:400;
margin:10px 0 15px 0;
display:inline-block;
letter-spacing:-0.5px;
}
#pages_maincontent p{
padding:0 0 15px 0;
margin:0px;
clear:both;
}
.page_single{
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.page_single img{
display:block;
max-width:100%;
margin:0 0 20px 0;
}
.page_single ul.simple_list{
padding:0px 0 20px 10px;
margin:0px;
list-style:none;
}
.page_single ul.simple_list li{
margin:0 0 10px 0;
padding:0 0 0 20px;
background:url(images/bullet.png) no-repeat left;
}
/*===============================================*/
/* 7. HOME SWIPER */
/*===============================================*/	
.swiper-container {
height: 90%;
}
.swiper-slide {
width:100%;
text-align:center;
}
.swiper-slide span{
text-align:center;
display:block;
margin:90px 0 10px 0;
font-size:70px;
line-height:80px;
font-weight:900;
letter-spacing:-1px;
color:#fff;
} 
.swiper-slide span.subtitle{
margin:0px 0 10px 0;
font-size:30px;
font-weight:300;
letter-spacing:0px;
color:#fff;
line-height:40px;
} 
.swiper-pagination-bullet-active {
opacity: 1;
background: #fff;
}
a.swiper_read_more{
color:#FFF;
border:1px solid #fff;
padding:20px 30px;
text-decoration:none;
margin:30px 0 0 0;
display:inline-block;
font-size:20px;
}
/*===============================================*/
/* 8. LISTS */
/*===============================================*/	
ul.features_list{
padding:10px 0 30px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list li{
border:1px #0c928d solid;
-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
padding:5px 2%;
margin:0 0 5px 0;
display:block;
width:96%;
float:left;
clear:both;
}
ul.features_list li img{
display:inline-block;
max-width:15%;
float:left;
margin:0px;
}
ul.features_list li span{
display:inline-block;
max-width:90%;
padding:5px 0 0 10%;
font-weight:700;
float:left;
}


ul.features_list_detailed{
padding:10px 0 30px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list_detailed li{
padding:5px 0 10px 0;
margin:0 0 10px 0;
display:block;
width:100%;
float:left;
clear:both;
border-bottom:1px #ddd solid;
}
ul.features_list_detailed li .feat_small_icon{
width:15%;
float:left;
}
ul.features_list_detailed li .feat_small_details{
width:82%;
float:left;
padding:0 0 0 3%;
}
ul.features_list_detailed li .feat_small_details p{
padding:0 0 10px 0;
}
ul.features_list_detailed li .feat_small_icon img{
display:inline-block;
max-width:90%;
}
ul.features_list_detailed li .feat_small_details h4{
font-weight:700;
font-size:18px;
padding:0 0 5px 0;
margin:0px;
}

/*===============================================*/
/* 9. POPUPS */
/*===============================================*/	
.popup,
.login-screen {
background:url(images/bg1.jpg) repeat;
background-image:url(images/bg1.jpg); 
	background-size:cover; 
	background-repeat:no-repeat; 
color:#FFFFFF;
}
.popup h4{
color:#FFFFFF;
font-size:28px;
font-weight:700;
text-align:center;
padding:0 0 10px 0;
margin:0px;
}
.popup p{
color:#FFFFFF;
text-align:center;
padding:0px 0 20px 0;
margin:0px;
font-size:14px;
}
ul.social_share{
list-style:none;
padding:0px;
margin:0px;
}
ul.social_share li{
width:32%;
text-align:center;
display:inline-block;
padding:10px 0;
margin:0px;
}

.close_popup_button a{
display:block;
width:90%;
margin:0;
padding:10px 0;
text-align:center;
position:absolute;
bottom:20px;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.close_popup_button_gray a{
display:block;
width:90%;
margin:0;
padding:10px 0;
text-align:center;
position:absolute;
bottom:20px;
background-color:#3c3c3c;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

/*===============================================*/
/* 10. PHOTO GALLERY */
/*===============================================*/
.switch_button{
display:block;
float:left;
}
.switch_button a{
display:block;
width:23px;
height:23px;
}
.switch13{
background:url(images/switch_13.png) no-repeat center;
}
.switch12{
background:url(images/switch_12.png) no-repeat center;
}
.switch11{
background:url(images/switch_11.png) no-repeat center;
}
h2.page_subtitle_photos{
font-size:24px;
font-weight:700;
padding:0 0 0px 0;
margin:0px 0 10px 0;
border-bottom:1px #ddd solid;
display:inline-block;
letter-spacing:-0.5px;
float:left;
}
.gallery_switch{
float:right;
margin:5px 0 0 0;
}
.gallery_switch a{
display:block;
float:left;
padding:0 5px;
}
ul.photo_gallery_13{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 20px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_13 li{ 
width:31%; 
padding:0; 
float:left; 
margin:1%;}
ul.photo_gallery_13 li img{ 
max-width:100%; 
display:block; 
}
ul.photo_gallery_12{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_12 li{ 
width:48%; 
padding:0; 
float:left;  
margin:1%;
}
ul.photo_gallery_12 li img{ 
max-width:100%; 
display:block;
}
ul.photo_gallery_11{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_11 li{ 
width:100%; 
padding:0; 
float:left; 
margin:0px 0 10px 0;
}
ul.photo_gallery_11 li img{
max-width:100%; 
display:block;
}

/*===============================================*/
/* 11. BLOG LAYOUT */
/*===============================================*/	
.list-block {
margin:0px 0;
}
.list-block li{
border-bottom:1px #ddd solid;
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
padding:0 30px;
margin:0 0 0 20px;
color: #fff;
background: #0c928d;
text-align:center;
}
.post_thumb{
width:20%;
float:left;
}
.post_thumb img{
display:inline-block;
max-width:100%;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
}
.post_details{
width:70%;
float:left;
margin:0 0 0 5%;
}
.post_details h2{
font-size:16px;
line-height:18px;
font-weight:400;
margin:0px 0 10px 0;
padding:0px;
}
.post_swipe{
width:5%;
height:100%;
float:right;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align:center;
}
.post_swipe img{
padding:50px 0 0 0;
display:block;
}
.post_details span, .post_single span{
display:inline-block;
padding:0 5px;
}
.post_details span.post_comments, .post_single span.post_comments{
background:url(images/comments.png) no-repeat right;
padding:0 20px 0 0;
}
#loadMore{
display:block;
width:100%;
margin:10px 0;
padding:10px 0;
text-align:center;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
#showLess{
display:none;
width:100%;
margin:10px 0;
padding:10px 0;
text-align:center;
background-color:#bfbfbf;
color:#ddd;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.post_single{
border-bottom:1px #ddd solid;
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.post_single img{
display:block;
max-width:100%;
margin:0 0 20px 0;
}
ul.comments{
list-style:none;
padding:0px;
margin:0px;
}
ul.comments li{
list-style:none;
float:left;
clear:both;
padding:5% 5% 0 5%;
margin:0px 0 10px 0;
background-color:#f5f3eb;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px
}
.comm_avatar{
width:15%;
display:inline-block;
float:left;
}
.comm_avatar img{
display:inline-block;
max-width:100%;
}
.comm_content{
width:80%;
float:left;
display:inline-block;
padding:0 0 0 5%;
}
.comm_content p{
padding:0px;
margin:0px;
font-style:italic;
}


/*===============================================*/
/* 12. FORMS */
/*===============================================*/	
/* 12.1 CONTACT FORM */
.contactform{
width:100%;
padding:0 0 15px 0;
}
.contactform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
}
.contactform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.contactform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.contactform textarea.form_textarea{
padding:3%; 
width:93%; 
height:50px; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.contactform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0c928d;
color:#FFFFFF;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border: none;
cursor:pointer;
}

/* 12.2 LOGIN FORM */

.loginform{
width:100%;
padding:0 0 15px 0;
}
.loginform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
color:#FFFFFF;
}
.loginform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.loginform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #3f3f3f;
background-color:#222222;
color:#fff;
}
.loginform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0c928d;
color:#FFFFFF;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border: none;
cursor:pointer;
}

/* 12.3 COMMENT FORM */

.commentform{
width:100%;
padding:0 0 15px 0;
}
.commentform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
}
.commentform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.commentform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.commentform textarea.form_textarea{
padding:3%; 
width:93%; 
height:50px; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.commentform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0c928d;
color:#FFFFFF;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border: none;
cursor:pointer;
}

.user_login_info{
padding:20px;
}
.user_login_info h2{
font-size:22px;
padding:0 0 10px 0;
}
/*===============================================*/
/* 13. TABS & ACCORDION */
/*===============================================*/	
.tabs-animated-wrap, .tabs-simple{
position: relative;
width: 100%;
overflow: hidden;
height: auto;
margin:20px 0 0 0;
}
.tab h4{
padding:0 0 10px 0;
margin:0px;
font-size:16px;
}
.custom-accordion{
padding:0;
}
.custom-accordion .accordion-item-toggle{
padding:0px 0px;
height:44px;
line-height:44px;
font-size:17px;
cursor:pointer;
}
.custom-accordion .accordion-item-toggle:active{
background:rgba(0,0,0,0.15);
}
.custom-accordion .accordion-item-toggle span{
display:inline-block;
margin-left:15px;
}
.custom-accordion .icon-plus,.custom-accordion .icon-minus{
display:inline-block;
width:22px;
height:22px;
border:1px solid #000;
border-radius:100%;
line-height:20px;
text-align:center;
}
.custom-accordion .icon-minus{
display:none;
}
.custom-accordion .accordion-item-expanded .icon-minus{
display:inline-block;
}
.custom-accordion .accordion-item-expanded .icon-plus{
display:none;
}
.custom-accordion .accordion-item-content{
padding:0px 15px;
}
/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/	

@media screen and (max-width: 480px) {

.navbar:after {
  left: 5%;
  width: 90%;
}
.navbar{
height: 50px;
}
.toolbar {
height: 70px;
}


.mesajdiv
{
 width:100%;

}

.mesajkendi
{
    font-family:'Oswald';
	background: #F5F5F5;
    display:inline-block;
    color:#525252; 
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
	padding-right:20px;
    font-size:14px;
    text-align:left;
    border-radius: 10px;
	border:0;
	margin:auto;
	margin-top:15px;
	max-width:60%;
	margin-right:30px;
	z-index:2;
}
.mesajkendiyon
{
	width: 0; 
    height: 0;
    border-top: 20px solid #F5F5F5;
    border-left: 10px solid transparent; 
    border-right: 15px solid transparent;	
	position:absolute;
	right:20px;
	margin-top:-10px;
}
.mesajkenditarih
{
    font-family:'Oswald';
    color:#8E8E8E; 
    padding:10px;
    font-size:10px;
	margin-right:30px;

}
.mesajmg
{
    font-family:'Oswald';
	background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%); 
    display:inline-block;
    color:#FFFFFF; 
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
	padding-right:20px;
    font-size:14px;
    text-align:left;
    border-radius: 10px;
	border:0;
	margin:auto;
	margin-top:15px;
	max-width:60%;
	margin-left:30px;
	z-index:2;
}
.mesajmgyon
{
	width: 0; 
    height: 0;
    border-top: 15px solid #E72105;
    border-left: 10px solid transparent; 
    border-right: 15px solid transparent;	
	position:absolute;
	left:20px;
	margin-top:-10px;
}
.mesajmgtarih
{
    font-family:'Oswald';
    color:#8E8E8E; 
    padding:10px;
    font-size:10px;
	margin-left:30px;

}

.egitim-paket-div2
{
	background-image:url(images/bg4.jpg); 
	background-size:cover; 
	background-repeat:no-repeat; 
}

.banaozelust
{
    float:left; 
	width:100%; 
	height:230px; 
	background-color: rgba(231, 33, 5, 0.7);
	background:url(images/bg1.jpg) repeat;
background-image:url(images/bg1.jpg); 
	background-size:cover; 
	background-repeat:no-repeat; 
	margin-bottom:30px;

}
.banaozelustfoto
{
	width:100px;
	margin:auto;
	margin-top:40px;
}
.mesajyaz
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    padding:15px;
    background-color: #000;
}

.loginbaslik
{
width:100%; text-align:center;
font-family:"Oswald";
font-size:22px;
line-height:33px;
letter-spacing: 0px;
font-weight:bold;
color:#FFF;
margin-top:100px;
}
.logininput 
{
	width:70%;
	position:relative;
	font-size: 1.0em;
	background:none;
	padding: 12px;
	display: inline-block;
	border-radius: 3333em;
	border:1;
	border-color:#FFF;
	border-style:solid;
	color:#FFF;
	text-align:center;
	font-family:"Oswald";
    font-size:15px;
}
.kapatbt
{

    font-size:22px;
    color:#FFF;
	position:absolute;
	top:10px;
	right:20px;
}
.giris
{
	font-family:'Oswald';
	width:50%;
	background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%); 
    display:inline-block;
    color:#FFFFFF; 
    padding:10px 0;
    font-size:18px;
    text-align:center;
    border-radius: 9999em;
	border:0;
}
.logininput:focus
{
	 outline: none;
	position:relative;
	font-size: 1.0em;
	background:none;
	padding: 12px;
	display: inline-block;
	border-radius: 9999em;
	border:1;
	border-color:#FFF;
	border-style:solid;
	color:#FFF;
	text-align:center;
}
.oturumac
{
	position: absolute;
	margin-top:20%;
	display: table-cell;
	vertical-align: middle;
	width:90%;
	text-align:center;
}
.uyarimesaj
{
	font-family:'Oswald';
	width:70%;
	background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%); 
    display:inline-block;
    color:#FFFFFF; 
    padding:20px;
    font-size:18px;
    text-align:center;
    border-radius: 10px;
	border:0;
	position:absolute;
	margin:auto;
	margin-left:9%;
	margin-top:10%;
}
.basarilimesaj
{
	font-family:'Oswald';
	width:70%;
	background: rgb(0,186,27);
    background: linear-gradient(129deg, rgba(0,186,27,0.6362920168067228) 37%, rgba(168,255,83,1) 100%);
    display:inline-block;
    color:#FFFFFF; 
    padding:20px;
    font-size:18px;
    text-align:center;
    border-radius: 10px;
	border:0;
	position:absolute;
	margin:auto;
	margin-left:9%;
	margin-top:10%;
}
.marcusgreeryazilogo
{
width:100%;
text-align:center;
font-family:"Oswald";
font-size:32px;
line-height:0px;
letter-spacing: 0px;
font-weight:bold;
margin:0px 0px 25px 0px;
color:#FFF;
position:absolute;
top:50%;
}
.defaultloginregister
{
width:100%;
text-align:center;
font-family:"Oswald";
font-size:24px;
line-height:0px;
letter-spacing: 0px;
font-weight:bold;
margin:0px 0px 25px 0px;
color:#FFF;
position:absolute;
bottom:-50px;
}
.swiper-container {
height: 95%;
}
.swiper-slide
{
	bottom:0px;
}
.swiper-slide span{
font-family:"Verdana";
font-size:20px;
line-height:0px;
letter-spacing: 0px;
font-weight:bold;
margin:0px 0px 25px 0px;

} 
.swiper-slide span.subtitle{
font-family:"Roboto";
font-size:14px;
line-height:20px;
font-weight:normal;
} 
.slide-part
{
width:100%;
position:absolute;
bottom:9%;
}
a.swiper_read_more{
	margin-top:12px;
color:#FFF;
padding:10px 10px;
font-size:14px;
}
.egitim-paketleri-navbarpages{
background: #046ab8;
background: linear-gradient(271deg,rgba(4, 106, 184, 1) 0%, rgba(0, 50, 95, 1) 100%);
font-family:'Roboto Condensed';
}
.uzaktan-egitim-navbarpages{
background: rgb(231,33,5);
background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);
font-family:'Roboto Condensed';
}
.marcus-hakkinda-navbarpages{
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,33,37,1) 29%, rgba(50,52,58,1) 100%);
font-family:'Roboto Condensed';
}
.altbaslikcontainer
{
position:absolute; margin-top:-150px; padding-left:20px;
}
.altbaslik
{
font-family:'Open Sans Condensed'; font-weight:bold; font-size:38px; line-height:40px; color:#FFF;
text-shadow: 2px 2px rgba(0,0,0,0.3);;
}
.altbaslikaciklama
{
	font-family:'Open Sans Condensed';font-size:12px; color:#FFF; line-height:40px;text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.turuncuyazi
{
color: rgb(231,33,5);
color: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);
}
.icerikyazi
{
font-family:'Roboto';
width:90%;
padding:20px 5% 20px 5%;
margin:0px;
top: 0px;
color:#202125; 
}
.navbarpages{
height:83px;
}
.navbar_home_link img{
max-width:35%;
}
.menu_open_icon_white a{
width:10%;
padding-top:4px;
padding-right:20px;
}
#pages_maincontent{
width:100%;
padding:0px 0% 0px 0%;
margin:0px;
position: absolute; 
top: 83px; 
}

.egitim-tablar
{
width:100%;
height:70px;
position:absolute;
margin-top:-20px;
}
.egitim-tablar-bar
{
width:100%;
height:4px;
position:absolute;
margin-top:50px;
background: rgb(231,33,5);
background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);
}
.resimortala
{
	  object-fit: cover; 
  object-position: center; 
  height: 100%;
  width: 100%;

}
.tab-baylar
{
	width:50%;
	height:70px;
	float:left;
	color:#FFF;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,33,37,1) 29%, rgba(50,52,58,1) 100%);
    font-family:'Open Sans Condensed';
	font-size:18px;
	line-height:80px;
	text-align:center;
	border-top-left-radius: 15px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tab-baylar-active
{
	width:50%;
	height:75px;
	margin-top:-5px;
	float:left;
	color:#FFF;
    background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);
    font-family:'Open Sans Condensed';
	font-size:18px;
	line-height:80px;
	text-align:center;
	border-top-left-radius: 15px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tab-bayanlar
{
	width:50%;
	height:70px;
	float:left;
	color:#FFF;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,33,37,1) 29%, rgba(50,52,58,1) 100%);
    font-family:'Open Sans Condensed';
	font-size:18px;
	line-height:80px;
	text-align:center;
	border-top-right-radius: 15px;
	cursor:pointer;
		-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tab-bayanlar-active
{
	width:50%;
	height:75px;
	margin-top:-5px;
	float:left;
	color:#FFF;
    background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);
    font-family:'Open Sans Condensed';
	font-size:18px;
	line-height:80px;
	text-align:center;
	border-top-right-radius: 15px;
	cursor:pointer;
		-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.egitim-paketleri-container
{
	background-color:#FF5709; 
	width:3px; 
	height:45px; 
	float:left; 
	margin-top:10px;
}

.egitim-paketleri-alt-container
{
	float:left; 
	width:90%; 
	margin-left:10px;
}

.egitim-programları
{
	font-size:25px; 
	font-weight:200;
	line-height:-160px; 
	font-family:'Oswald';
}

.egitim-paketleri-buton-alt-text
{
	color:#FFF; 
	font-size:12px; 
	margin-left:-5%; 
	font-family:'Oswald';
}
.egitim-paketleri-buton-text
{
   font-size:25px; 
   font-weight:200;
   line-height:-260px; 
   font-family:'Oswald';
}

.yuzdeyuz
{
	width:100%;
}

.antrenman-program-li
{
	float:left; 
	width:100%; 
	height:70px; 
	margin-top:3%; 
	background-color:#CCC;
	border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.2); 
}

.antrenman-program-li-aciklama2
{
	float:left; 
	width:90%; 
	margin-top:3%; 
	background-color:#CCC;
	border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.2); 
	
	font-size:13px;
	color:#FFF;
	padding:5%;
}

.antrenman-program-li:active
{
	background-color:rgba(255, 255, 255, 0.4);
		-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 
}

.font12{ font-size:12px;}
.font13{ font-size:13px;}
.font14{ font-size:14px;}
.font15{ font-size:15px;}
.font16{ font-size:16px;}
.font17{ font-size:17px;}
.font18{ font-size:18px;}
.font19{ font-size:19px;}
.font20{ font-size:20px;}
.font21{ font-size:21px;}
.font22{ font-size:22px;}
.font23{ font-size:23px;}
.font24{ font-size:24px;}
.font25{ font-size:25px;}
.font26{ font-size:26px;}
.font27{ font-size:27px;}
.font28{ font-size:28px;}
.font29{ font-size:29px;}
.font30{ font-size:30px;}
.font31{ font-size:31px;}
.font32{ font-size:32px;}
.font33{ font-size:33px;}
.font34{ font-size:34px;}
.font35{ font-size:35px;}


.antrenman-program-li-alt
{
	float:left; 
	width:40%; 
	height:70px; 
	border-top-left-radius:8px;
	border-bottom-left-radius:8px; 
	background-color:#FF5709;
	border-width:40px 240px 40px 0; 
	-webkit-clip-path: polygon(0 100%, 0 0, 50% 0, 70% 50%); 
	clip-path: polygon(0 100%, 0 0, 60% 0, 40% 100%);
}

.antrenman-program-li-alt2
{
	float:left; 
	width:40%; 
	height:70px; 
	border-top-left-radius:8px;
	border-bottom-left-radius:8px; 
	background-color:#FF5709;
	border-width:40px 240px 40px 0; 
	-webkit-clip-path: polygon(0 100%, 0 0, 50% 0, 70% 50%); 
	clip-path: polygon(0 100%, 0 0, 40% 0, 60% 100%);
}

.antrenman-program-li-alt3
{
	float:left; 
	width:20%; 
	height:70px; 
	border-top-left-radius:8px;
	border-bottom-left-radius:8px; 
	background-color:#FF5709;
	border-width:40px 240px 40px 0; 
	-webkit-clip-path: polygon(0 100%, 0 0, 20% 0, 20% 100%); 
	clip-path: polygon(0 100%, 0 0, 20% 0, 20% 100%);
}

.antrenman-program-li-alt-yazi
{
	width:50%; margin-top:13px;text-align:center; color:#FFF; font-family:'Oswald'; font-size:27px; line-height:20px;
}
.set-ayirac
{
	width:80%; text-align:right; padding-left:10%;padding-right:10%;
}
.antrenman-program-li-aciklama
{
	float:left; 
	width:60%; 
	height:70px; 
	margin-left:-10%;
	margin-top:10px; 
	color:#FFF; 
	font-family:'Oswald'; 
	font-size:15px;
}

.egitim-paket-li
{
	float:left; 
	width:100%; 
	height:120px; 
	margin-top:3%; 
	background-color:#CCC;
	border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.2); 
}
.egitim-paket-li:active
{
	background-color:rgba(255, 255, 255, 0.4);
		-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 
}
.egitim-paket-li-detay
{
	float:left; 
	width:100%; 
	margin-top:3%; 
	background-color:#CCC;
	border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.2);
	color:#FFF; 
}
.egitim-paket-li-detay-li
{ 
    text-align:left;
	width:90%;
	margin:auto;
	margin-top:5%;
	margin-bottom:5%;
	color:#FFF; 
}

.egitim-paket-li-detay-koyu
{
	float:left; 
	width:100%; 
	margin-top:3%; 
	background-color:#CCC;
	border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.1);
	color:#FFF; 
}
,
.egitim-paket-li-detay-li-kisa-yazi
{   
	width:90%;
	margin-top:0px;
	color:#FFF;
}
.top25
{
	margin-top:25px;
}
.egitim-paket-li-detay-li-kisa-yazi-yazi
{
	float:left; 
	width:85%; 
	margin-left:10px;
	font-size:18px; 
	color:#FFF; 
	font-family:'Oswald';
	line-height:40px; 
}

.egitim-paket-li-detay-li-kisa-yazi-turuncu
{
	float:left; 
	width:5px;  
	height:40px; 
	background-color:#FF5709; 
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.sayfaaltibosluk
{
	float:left; 
	width:100%; 
	height:30px; 
}
.sayfaaltibosluk25
{
	float:left; 
	width:100%; 
	height:10px; 
}


.egitim-paket-li-alt
{
	float:left; 
	width:40%; 
	height:120px; 
	border-top-left-radius:8px;
	border-bottom-left-radius:8px; 
	background-color:#CCC; 
	background-size:cover;
	border-width:40px 240px 40px 0; 
	-webkit-filter: grayscale(100%);
	filter: grayscale(80%); 
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%); 
	clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%);
	box-shadow: 5px 100px #888888;
}

.egitim-paket-li-aciklama
{
	float:left; 
	width:56%; 
	height:120px; 
	margin-left:3%; 
	color:#FFF; 
	font-family:'Oswald'; 
	font-size:15px;
}

.egitim-paket-li-aciklama2
{
	font-size:12px; 
	color:#CCC;
}

.anasayfa-div-parca
{
	
	background: #002A4D;
    background: linear-gradient(38deg,rgba(0, 42, 77, 1) 13%, rgba(0, 120, 207, 1) 100%); 
	width:100%; 
	height:80%;
	z-index:-1000;
	position:absolute;
    top:0px;
	-webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 00% 50%); 
	clip-path: polygon(0 100%, 0 0, 100% 0, 00% 100%);
}
.anasayfa-div
{
	padding-top:200px;text-align:center;
	background: #004F8C;
    background: linear-gradient(306deg,rgba(0, 79, 140, 1) 13%, rgba(1, 131, 225, 1) 100%);
	background-size:cover; 
	background-repeat:no-repeat; 
}
.altsayfa-div
{
	padding-top:200px;text-align:center;

	background-size:cover; 
	background-repeat:no-repeat; 
	
}

.navbarstil
{
	background-color:#0B7CD2;height:115px;
	box-shadow: 0px 6px 6px #BBB;
}

.paket-bay
{
	float:left; width:40%; height:120px; border-top-left-radius:8px;border-bottom-left-radius:8px; background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%);  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%); clip-path: polygon(0 100%, 0 0, 100% 0, 70% 100%);box-shadow: 5px 100px #FF5709; padding:20px; z-index:5; position:absolute;
}
.paket-bay:active
{ 
background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,114,7,1) 100%); 
		-webkit-transition: background 150ms linear, color 150ms linear;
    -moz-transition: background 150ms linear, color 150ms linear;
    -o-transition: background- 150ms linear, color 150ms linear;
    -ms-transition: background 150ms linear, color 150ms linear;
    transition: background 150ms linear, color 150ms linear; 
}
.paket-bayan
{
	 position:absolute; margin-left:30%;float:left; width:50%; height:90px; border-top-right-radius:8px;border-bottom-right-radius:8px; background-color:rgba(255, 255, 255, 0.6); z-index:0; text-align:right; padding:20px;
}
.paket-bayan:active
{ 
background-color:rgba(255, 255, 255, 0.4);
		-webkit-transition: background-color 150ms linear, color 150ms linear;
    -moz-transition: background-color 150ms linear, color 150ms linear;
    -o-transition: background-color 150ms linear, color 150ms linear;
    -ms-transition: background-color 150ms linear, color 150ms linear;
    transition: background-color 150ms linear, color 150ms linear; 
}

a.butonturuncu{
    font-family:'Oswald';
	width:100%;
	background: rgb(231,33,5);
    background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%); 
    display:inline-block;
    color:#FFFFFF; 
    padding:10px 0;
    font-size:18px;
    text-align:center;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
a.butonyesil{
    font-family:'Oswald';
	width:100%;
	background: rgb(46,204,113);
    background: linear-gradient(132deg, rgba(46,204,113,1) 0%, rgba(37,170,95,1) 92%); 
    display:inline-block;
    color:#FFFFFF; 
    padding:10px 0;
    font-size:18px;
    text-align:center;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.mesajyaz2
{
	font-family:'Oswald';
	width:100%;
	background: rgb(46,204,113);
    background: linear-gradient(132deg, rgba(46,204,113,1) 0%, rgba(37,170,95,1) 92%); 
    display:inline-block;
    color:#FFFFFF; 
    padding:10px 0;
    font-size:18px;
    text-align:center;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0;
	margin-top:10px;
	
}
.baslikbg
{
background: linear-gradient(90deg, rgba(231,33,5,1) 0%, rgba(231,33,5,1) 35%, rgba(255,87,9,1) 100%); 
height:40px; 
font-family:'Oswald';
font-size:18px;
color:#FFF;
width:110.6%;
line-height:40px;	   
border-top-left-radius:8px; 
border-top-right-radius:8px;
margin-left:-5.3%;
margin-top:-6%;
}
}

@-webkit-keyframes egitimprogramlari-listeleme{
  0%   {margin-top:200px; opacity: 0; filter: alpha(opacity=0);}
  100% {margin-top:10px; opacity: 10; filter: alpha(opacity=100);}
}

/* Standard syntax */
@keyframes egitimprogramlari-listeleme {
  0%   {margin-top:200px; opacity: 0; filter: alpha(opacity=0);}
  100% {margin-top:10px; opacity: 10; filter: alpha(opacity=100);}
}

@media screen and (min-width: 481px) 
{
	.views{display:none;}
}