html,
button,
input,
select,
textarea {
	color: #535252;
}

::-moz-selection {
    background: #FF0066;
    text-shadow: none;
}

::selection {
    background: #FF0066;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.menu-wrapper ul.menu, ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.spacing {
	margin-bottom: 40px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 10px;
    width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}

form .button {
	background: #fff;
	border: 1px solid #fff;
	padding: 7px 20px;
	text-transform: none;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #0070A6;
    color: #fff;
    border: 1px solid #0070A6;
	opacity: 0.6;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
    /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
  a:visited {
	text-decoration: none;
	color: #FF0066;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
    /* h5bp.com/t */;
}

tr,
  img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
}
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

body {
	font: 13px/19px "Century Gothic", Arial, sans-serif;
	font-weight: 300;
	color: #242424;
	background-color: transparent;
}

a {
	color: #535252;
	text-decoration: none !important;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

a:hover {
	color: #535252;
}

h1, h2, h3, h4, h5  {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #242424;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: 400;
}

h1 {
    font-size: 2.6em;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #535252;
	
}

h3 {
	font-size: 14px;
	font-weight: 400;
	color: #535252;
	text-transform: none;
}

h4 {
	font-size: 14px;
	font-weight: 400;
	color: #535252;
	line-height: 20px;










h5 {
	font-size: 18px;
	color: #737373;
}
h5a {
	font-size: 16px;
	color: #737373;
	line-height: 18px;
	font-weight: 500;
}

h6 {
    font-size: 14px;
		color: #242424;

}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:transparent;
}

.container-fluid {
	padding: 10px 10px 10px;
}

.content {
    display: none;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
	position: fixed;
	z-index: 9;
	padding-right: 5px;
}

.logo-wrapper {
	background-color: rgba(0,0,0,0.8);
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.logo-wrapper h1 {
	font-size: 36px;
	text-transform: none;
	font-weight: 700;
	margin: 0;
}

.logo-wrapper h1 span {
	margin-top: 0px;
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: rgba(0,0,0,0.2);
}

.menu-wrapper {
    display: block;
}

.menu-wrapper ul.menu {
	display: none;
	background-color: rgba(0,0,0,0.5);
	text-align: left;
}

.menu-wrapper ul.menu li {
	border-top: 1px solid  rgba(0,0,0,0.6);
}

.menu-wrapper ul.menu li a {
	text-transform: none;
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 12px;

}

.menu-wrapper a.toggle-menu {
	display: block;
	background-color:  rgba(0,0,0,0.9);
	color: #FFFFFF;
	text-align: center;
}

.menu-wrapper a.toggle-menu i {
    padding: 5px 5px;
    font-size: 12px;
}

#prevslide {
	position: absolute;
	right: -40px;
	top: 10px;
}

#nextslide {
	position: absolute;
	top: 53px;
	right: -40px;
}

#prevslide, #nextslide {
	width: 30px;
	height: 35px;
	background-color: rgba(0,0,0,0.2);
	color: #F06;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

#prevslide i, #nextslide i {
    font-size: 30px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
	margin-top: 35px;
	display: block;
	padding: 20px;
	background-color: rgba(0,0,0,0.8);
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: border-box;
	/* stops bg color from leaking outside the border: */;
}

.icon-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 26px;
}

.icon-item.active {
	background-color: #FF0066;
	color: #FFFFFF;
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
	margin-top: 30px;
	overflow: hidden;
	padding: 10px;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */;
}

.member-item .thumb {
    width: 100%;
    overflow: hidden;
}

.member-item .thumb img {
    width: 100%;
}

.member-item h4 {
    margin: 20px 0 10px 0;
}

.member-item span {
	text-transform: uppercase;
	color: #FF0066;
	font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 70px 40px;
}

/* ==========================================================================
    Gallery Styling
   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.g-item img {
    overflow: hidden;
    width: 100%;
}

.g-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FF0066;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.g-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-item span {
    color: white;
    font-weight: 300;
    font-size: 60px;
    height: 60px;
    width: 100%;
    top: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    left: 0;
}


	
	
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
	color:  #014C76;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 30px;
	border: 1px solid  #014C76;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color:  #014C76;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1024px) {
    .sidebar-menu {
        padding-right: 40px;
    }

    #prevslide {
        right: 0;
    }

    #nextslide {
        right: 0;
    }

    .footer {
        position: relative;
    }
}

@media (max-width: 991px) {
    .sidebar-menu {
	margin-bottom: 10px;
	padding-right: 10px;
    }

    .icon-item {
        position: relative;
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .container-fluid {
	padding: 0px;
    }
}
