/* CSS Document */
html {
	/*background: url(../img/body-bg3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
body {
	padding-top: 50px;
	padding-bottom: 100px;
	font-size: 18px;
	/*color: #fff;*/
}
@media (min-width: 992px){
	body {
		padding-top: 100px;
	}
}
body#home{
	padding-top: 0 ;
}
a {
	color: #228AC3;
}
hr {
	border-top: none;
	position: relative;		
	margin-bottom: 60px;
}
hr:before {
	width: 60px;
	position:absolute;
	left: 50%;
	margin-left: -30px;
	background: #217C44;
	height: 2px;
	content: "";	
}

#header {
	text-align: center;
}

#header .logo, #header .logo-video {
	margin-bottom: 5px;
	border-bottom: 2px solid #217C44;
	max-width: 100%;
	padding-bottom: 10px;
}

#header .logo-video {
	max-width: 640px;
}
#nav {
	margin-bottom: 30px;
}
#nav .nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav .nav > li {
	display: inline-block;
}
#nav .nav > li > a {
	border: 1px solid transparent;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: .2em .6em;
	color: #222;
 	position: relative; 
 } 
 #nav .nav > li.active > a {
	 color: #217C44;	 
	 border: 1px solid #217C44;
 }
@media (min-width: 768px){
#nav .nav > li.active > a:after, #nav .nav > li.active > a:before { 
 	top: -17px; 
 	border: solid transparent; content: " "; 
 	height: 0; 
 	width: 0; 
 	position: absolute; 
 	pointer-events: none; 
 } 
 #nav .nav > li.active > a:after { 
 	border-color: rgba(34,34,34, 0); 
 	border-top-color: #217C44; 
 	border-width: 8px; 
 	left: 50%; 
 	margin-left: -8px; 
 } 
#nav .nav > li.active > a:before { 
 	border-color: rgba(34,34,34, 0); 
 	border-top-color: #ff0000; 
 	border-width: 0px; 
 	left: 50%; 
 	margin-left: -8px; 
 }
}
#nav .nav > li > a:hover {
	
	color: #217C44;
}
.boxed-success {
    border: 1px solid #217C44;
    padding: 5px 10px;
    color: #217C44;
}
.boxed-success.boxed-inversed {
	background-color: #217C44;
    border: none;
    color: #fff;
}
.boxed-primary {
    border: 1px solid #228AC3;
    padding: 5px 10px;
    color: #228AC3;
}
.boxed-primary.boxed-inversed {
	background-color: #228AC3;
    border: none;
    color: #fff;
}

.btn {
	background-color: transparent;
    border: 1px solid #217C44;
    box-sizing: border-box;
    color: #217C44;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: .2em .8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn:hover {
	border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content {
	max-width: 500px; 
	margin-left:auto; 
	margin-right:auto;
	text-align: justify;
}
.header {
	font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.img-partner {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.m-t-none {
	margin-top:0 !important;
}
.m-t-xs {
	margin-top: 5px !important;
}
.m-t-sm {
	margin-top: 15px !important;
}
.m-t-md {
	margin-top: 30px !important;
}
.m-t-lg {
	margin-top: 60px !important;
}
.m-b-none {
	margin-bottom: 0 !important;
}
.m-b-xs {
	margin-bottom: 5px !important;
}
.m-b-sm {
	margin-bottom: 15px !important;
}
.m-b-md {
	margin-bottom: 30px !important;
}
.m-b-lg {
	margin-bottom: 60px !important;
}

.p-t-none {
	padding-top:0 !important;
}
.p-t-xs {
	padding-top: 5px !important;
}
.p-t-sm {
	padding-top: 15px !important;
}
.p-t-md {
	padding-top: 30px !important;
}
.p-t-lg {
	padding-top: 60px !important;
}
.p-b-none {
	padding-bottom: 0 !important;
}
.p-b-xs {
	padding-bottom: 5px !important;
}
.p-b-sm {
	padding-bottom: 15px !important;
}
.p-b-md {
	padding-bottom: 30px !important;
}
.p-b-lg {
	padding-bottom: 60px !important;
}

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