/* Author: Frittt Templates
   URI: http://www.frittt.com
*/

.wrapper {
	font-family: "Raleway", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
	color: #444;
	background: #ededed;
}

.wrapper img, .wrapper iframe {
	max-width: 100%;
}

.wrapper iframe {
	max-height: 100%;
}

.wrapper img {
	height:auto;
}

.btn {background:#135571;color:#fff;

	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all  250ms;
	transition: all  250ms;

}

.btn:hover {background:#333; }

.btn-download { border-radius:0 4px 0 0; font-weight:bold; width: 25px;  overflow: hidden;}

.btn-download  img {  width: 25px;
	float: left;
	margin-top: 18px;
	margin-right: 15px
}

.btn-download:hover { width:165px;}

.wrapper iframe {
	border: 0 !important;
}

.wrapper { padding:20px 40px ; border-radius:4px; box-shadow:0 0 2px 2px rgba(155,155,155,0.1); border:1px solid #d3d3d3;}
.wrapper header {
	width: 100%;
	overflow: hidden;
    padding: 1em 0 1em 0;
}

.wrapper .docs-container {
	width: 95%;
    margin: 0 20px 0 20px;
	position: relative;
}

.wrapper b, .wrapper strong, .wrapper dt, .wrapper h2, .wrapper h3, .wrapper h4 {
	font-weight: 700;
}

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	margin: 10px 0;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}


.wrapper h1,
.wrapper h2,
.wrapper h3 {
	line-height: 40px;
	padding: 70px 0 0;
    margin-top: -40px;
}

.wrapper h2 {
	font-size: 22px;
	line-height: 1.2;
}

.wrapper h3 {
	font-size: 24.5px;
}

.wrapper h4 {
	font-size: 17.5px;
    padding-top: 70px;
    margin-top: -40px;
}

.wrapper h5 {
	font-size: 14px;
}

.wrapper h6 {
	font-size: 11.9px;
}

.wrapper hr {
	background: #EEE;
	border: 0;
	height: 1px;
	margin: 40px 0 40px;
}

.wrapper blockquote {
	margin: 1em 0;
	border-left: 3px solid #ccc;
	padding-left: 20px;
	text-align: left;
}

.wrapper dt {
}

.wrapper dd {
	padding: 0;
	margin: 0 0 25px 0;
}

.wrapper a {
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;
	text-decoration: none;
	color: #6e6e6e;
}

.wrapper a:hover {
	text-decoration: underline;
}

.wrapper a:active {
	color: #47b5e2;
}

/* Header Styles */

.wrapper header {
	padding: 2em 0 2em 0;

	background: #F9B000;
	color: #fff;
}


.wrapper h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
}

.wrapper header h2 {
	margin: 0 0 1em 0;
}

.wrapper header h2.lone-header {
	margin: 0;
}

.wrapper footer {
	text-align: center;
	padding: 1.5em 0;
	background:#fff;
	border-radius:0 0 4px 4px;
}

.wrapper footer p {
	margin: 0;
	color: #999;
}

.pull-right{ float:right;}
.pull-left { float:left; }

/* Navigation Styles */
.wrapper nav {
	background: #fff;
	padding: 0;
	min-height: 60px;
	border-radius: 5px 5px 0 0;
}

.wrapper nav ul, .wrapper nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inner-nav {
    list-style: none;
}

.wrapper nav a {
	padding: 0 1em;
	text-decoration:none !important;
	font-size: .9em;
	height: 60px;
	line-height: 60px;
	display: block;
}

.wrapper nav h1 a {
	padding: 7px 1em;
	height: 46px;
	line-height: 0;
	height: 45px;
	line-height: 60px;
	color: #000;
}

.wrapper nav h1 a img {   margin-right: 10px;
	float: left;
	margin-top: 9px;
}

.wrapper nav h1 a  span {  float: left;
	margin-top: -5px;}

.wrapper nav a:active {
	color: #fff;
	cursor: default;
}



.wrapper nav ul.site {
	padding: 20px 0 0 0;
}

.wrapper nav #menu {
	overflow: hidden;
	max-height: 0;
	clear: left;
}


.wrapper nav #menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.5em;
	padding: 0 16px;
}


@media only screen and (min-width: 680px) {
	.wrapper nav, .wrapper nav #menu {
		height: 60px !important;
	}

	.wrapper nav li, .wrapper nav a {
		float: left;
	}


	.wrapper nav ul.site {
		float: left;
		padding: 0;
		clear: none;
	}

	.wrapper nav ul.site li {
		margin: 0 0 0 10px;
	}

	.wrapper nav #menu-toggle {
		display: none !important;
	}

	.wrapper nav #menu {
		max-height: 9999px;
		clear: none;
	}
}










/* Content Styles */
.wrapper section { padding: 1em 1em 3em; text-align: left; background: #fff;}
.wrapper section.vibrant { background: #222; color: #fff; }
.wrapper section.vibrant h4{
	line-height: 2;
	font-weight: normal;
	width: 90%;
	margin: 0 auto;
}

.wrapper nav:before,
.wrapper nav:after,
.wrapper header:before,
.wrapper header:after,
.wrapper section:before,
.wrapper section:after {
	content: " ";
	display: table;
}

.wrapper nav:after, .wrapper header:after, .wrapper section:after  { clear: both; }
.wrapper nav, .wrapper header, .wrapper section { *zoom: 1; }



/* Form Styles */
.wrapper input {
	display: block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.wrapper input:focus {
	border-color: #007eb2;
	outline: 0;
}



.docs-nav {
	background-color: #f5f5f5;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 15px 20px;
	font-size: 0.97em;
}

.docs-nav a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	border-right: 2px solid transparent;
}


@media only screen and (max-width: 959px) {
    #introduction {
        margin-top: 20px !important;
    }
}

@media only screen and (min-width: 960px) {

	.docs-nav {
		position: absolute;
		top: 0;

		-webkit-transition: top linear 50ms;
		-moz-transition: top linear 50ms;
		-o-transition: top linear 50ms;
		transition: top linear 50ms;
	}

	.docs-nav.fixed {
		position: fixed;
		top: 49px;
	}

	.docs-nav a:hover {
		background: #F9B000;
		color:#fff;
	}

	.docs-nav a:active,
	.docs-nav .active {
		background: #F9B000;
		color:#fff;
		border-right: 2px solid #ccc;
	}

	.docs-nav .separator {
		height: 20px;
	}

	.docs-content {
		padding-left: 340px;
	}

	.wrapper .docs-container {
		max-width: 1200px;
		padding: 0 20px;
	}

	.wrapper section { padding: 2em 0;}
	.wrapper section.centered {
		text-align: center;
	}

	.wrapper input {
		display: inline-block;
	}



}

