﻿/* Global Styles */
body{
	padding-top:0px;
}
.navbar{
	border:0px !important;
	border-radius:0px !important;
	margin-bottom:0px !important;
}
.navbar-inverse{
	background-color:#ffffff;
	border-top:3px solid #FA456B !important;
	border-bottom:0px !important;
}
.navbar-inverse .container{
	margin-top:10px;
	margin-bottom:10px;
}
.mylogo{
	float:left;
}
.mysocialicons{
	float:right;
	margin:20px 0px;
}
.mysocialicons img{
	margin:25px 0px;
}
header.carousel {
    height: 82%;
}
.page-header{
	font-weight:bold;
	color:#FA456B;
	/*color:#ffffff;*/
}
.paddingSmall{
	padding-top:20px;
	padding-bottom:20px;
}
.paddingMedium{
	padding-top:40px;
	padding-bottom:40px;
}
.paddingLarge{
	padding-top:60px;
	padding-bottom:60px;
}
.fullWidth.section1{
	width:100%;
	/*background-color:#09b7b1;*/
}
.fullWidth.section2{
	width:100%;
	/*background-color:#999999;*/
}
.fullWidth.section3{
	width:100%;
	/*background:#324651 none repeat scroll 0 0;*/
	background:#182227 none repeat scroll 0 0;
	color:#ffffff;
}




.btn-mystyle {
  color: #fff;
  background-color: #FA456B;
  border-color: #F92955;
}
.btn-mystyle:hover,
.btn-mystyle:focus,
.btn-mystyle.focus,
.btn-mystyle:active,
.btn-mystyle.active,
.open > .dropdown-toggle.btn-mystyle {
  color: #fff;
  background-color: #FB6181;
  border-color: #FA486D;
}








/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss, .social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook, .social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter, .social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle, .social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo, .social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin, .social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	/*color:#fff;*/
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}










