/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
	color: #C54A4A;
}
.mz-module:hover .ot-circle.color2 {
	color: #6091DC;
}
.mz-module:hover .ot-circle.color3 {
	color: #6EB377;
}
.mz-module:hover .ot-circle.color4 {
	color: #FCBE03;
}

/*--------------------
1. General
--------------------*/

body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
	background-color: rgba(28,45,61,1);

/*
	background-color: #B113AD;
	background-image: linear-gradient(to bottom, #0D1533 0, #B113AD 50%, #202E63 100%);
*/
	
	background-image: linear-gradient(to bottom, #0D1533, #3E063C);

}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
h7 {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.2px;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	color: #F6B000;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
	font-weight: 600;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #CFCFCF;
	padding-top: 10px;
/*	padding-bottom: 0px;	*/
}


.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #4CE2FB;
}

a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #fed136;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 70px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul {
    list-style: none;
    padding-bottom: 10px;
	padding-left: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
/*    color: #000000;*/
	color: #CFCFCF;
}

li {
	list-style-type: disc;
}


section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\f105";
	padding-right: 7px;
	color: #23AD21;
}

.responsive {
	width: 100%;
	max-width: 30vw;
	height: auto;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}



/*--------------------
5. Footer
--------------------*/

footer {
/*	Footer yuksekligi padding den ayarla*/
	padding: 20px;
/*	background-color: #294259;*/
	background-image: linear-gradient(#1C2D3D, #294259);

}

footer p {
	color: #B7B7B7;
	margin: 0;
	font-size: 11px;
/*	text-transform: uppercase;*/
	font-weight: 500;
	letter-spacing: 1.0px;
}

footer p a {
	color: #B7B7B7;
}

/*farkli renk ve font icin istedigin kadar span tanimlayabilirsin*/
footer p a span {
	color: #E5E5E5;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
}


/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

