/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

   Circle Template 
   
   http://www.templatemo.com/preview/templatemo_410_circle 

*/

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
	
}

.blue {
	color: #06F;
}

.green {
	color: #0A0;
}

.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-color:rgba(255,255,255,1);;
    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: uppercase;
}

form .button:focus, form .button:active {
    outline: none !important;
}

form .button.yellow {
    background: #27348b;
    color: #fff;
    border: 1px solid #c89316;
}

/* ==========================================================================
   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: underline;
    }

    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 "Open Sans", Arial, sans-serif;
    font-weight: 300;
    color: #27348b;
    background-color: rgb(0,0,51);
/*	background-image:url(../images/templatemo-slide-1.jpg);*/
}

a {
    color: #27348b;
    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: #ec008c;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, sans-serif;
	color: #27348b;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

*, *: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: rgba(0, 0, 0, 0.1);
}

.container-fluid {
    padding: 60px 80px;
}

.content {
    display: none;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.sidebar-menu {
    position: relative;
    z-index: 9;
    padding-right: 80px; border-color: rgb(0,0,153);
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.logo-wrapper {
    background-color: rgba(255,255,255,1);
    text-align: center;
    padding: 40px; border:thin; border-color: rgba(0,0,0,1);
	-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.logo-wrapper h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.logo-wrapper h1 span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #27348b;
}

.menu-wrapper {
    display: block; border:thin; border-color: rgba(0,0,0,1);-webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.menu-wrapper ul.menu {
    display: none;
    background-color: rgba(255,255,255,1);
    text-align: center;
}

.menu-wrapper ul.menu li {
    border-top: 1px solid #27348b;
}

.menu-wrapper ul.menu li a {
    text-transform: uppercase;
    display: block;
    padding: 18px 30px;
    color: rgb(255,255,255);
    font-weight: 600;
    font-size: 16px;
	   background : -moz-linear-gradient(50% 100% 90deg,rgba(27, 20, 100, 1) 0%,rgba(27, 20, 101, 1) 0.26%,rgba(36, 33, 121, 1) 8.83%,rgba(41, 42, 135, 1) 18.54%,rgba(45, 47, 143, 1) 30.35%,rgba(46, 49, 146, 1) 50%,rgba(45, 47, 143, 1) 69.65%,rgba(41, 42, 135, 1) 81.46%,rgba(36, 33, 121, 1) 91.17%,rgba(27, 20, 101, 1) 99.74%,rgba(27, 20, 100, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% -1.28% ,color-stop(0,rgba(27, 20, 100, 1) ),color-stop(0.0026,rgba(27, 20, 101, 1) ),color-stop(0.0883,rgba(36, 33, 121, 1) ),color-stop(0.1854,rgba(41, 42, 135, 1) ),color-stop(0.3035,rgba(45, 47, 143, 1) ),color-stop(0.5,rgba(46, 49, 146, 1) ),color-stop(0.6965,rgba(45, 47, 143, 1) ),color-stop(0.8146,rgba(41, 42, 135, 1) ),color-stop(0.9117,rgba(36, 33, 121, 1) ),color-stop(0.9974,rgba(27, 20, 101, 1) ),color-stop(1,rgba(27, 20, 100, 1) ));
  background : -o-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464', endColorstr='#1B1464' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464',endColorstr='#1B1464' , GradientType=0);


}

.menu-wrapper a.toggle-menu {
    display: block;
    background-color: #27348b;
    color: white;
    text-align: center; border:thin; border-color: rgba(0,0,0,1);       background : -moz-linear-gradient(50% 100% 90deg,rgba(27, 20, 100, 1) 0%,rgba(27, 20, 101, 1) 0.26%,rgba(36, 33, 121, 1) 8.83%,rgba(41, 42, 135, 1) 18.54%,rgba(45, 47, 143, 1) 30.35%,rgba(46, 49, 146, 1) 50%,rgba(45, 47, 143, 1) 69.65%,rgba(41, 42, 135, 1) 81.46%,rgba(36, 33, 121, 1) 91.17%,rgba(27, 20, 101, 1) 99.74%,rgba(27, 20, 100, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% -1.28% ,color-stop(0,rgba(27, 20, 100, 1) ),color-stop(0.0026,rgba(27, 20, 101, 1) ),color-stop(0.0883,rgba(36, 33, 121, 1) ),color-stop(0.1854,rgba(41, 42, 135, 1) ),color-stop(0.3035,rgba(45, 47, 143, 1) ),color-stop(0.5,rgba(46, 49, 146, 1) ),color-stop(0.6965,rgba(45, 47, 143, 1) ),color-stop(0.8146,rgba(41, 42, 135, 1) ),color-stop(0.9117,rgba(36, 33, 121, 1) ),color-stop(0.9974,rgba(27, 20, 101, 1) ),color-stop(1,rgba(27, 20, 100, 1) ));
  background : -o-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464', endColorstr='#1B1464' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464',endColorstr='#1B1464' , GradientType=0);
-webkit-border-radius: 5px;
    border-radius: 5px;
padding: 18px 30px;
    font-weight: 600;
    font-size: 16px;
	text-transform: uppercase;
}

.menu-wrapper a.toggle-menu i {
    padding: 10px 20px;
    font-size: 24px;
}

#prevslide {
    position: absolute;
    right: 40px;
    top: 0;
}

#nextslide {
    position: absolute;
    top: 41px;
    right: 40px;
}

#prevslide, #nextslide {
    width: 40px;
    height: 40px;
    background-color: #27348b;
    color: white;
    opacity: 1 !important;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

#prevslide i, #nextslide i {
    font-size: 24px;
}

/* ==========================================================================
    About Styling
   ========================================================================== */
.toggle-content {
	margin-top: 0px;
	display: block;
	padding: 12px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.toggle-content2 {
    margin-top: 0px;
    display: block;
    padding: 10px;
    background-color:rgba(255,255,255,1);
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */;
}

.icon-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
    display: block;
}

.icon-item i {
    font-size: 36px;
}

.icon-item.active {
    background-color: #F06;
    color: white;
}

ul.tabs {
    text-align: center;
    display: block;
}

.member-item {
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
    background-color: white;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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: #27348b;
    font-weight: 600;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
.services .icon-item {
    padding: 70px 40px;
}

/* ==========================================================================
    Gallery Styling
   ========================================================================== */
.g-item {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color:rgba(255,255,255,1);
    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: #27348b;
    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;
}

.g-itemvideo1 {
    margin-bottom: 30px;
    padding: 6px;
    position: relative;
    background-color:rgba(255,255,255,1);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
    backface-visibility: hidden;
	color:rgba(255,255,255,1); 
	font-weight:bold;
}

.g-itemvideo1 img {
    overflow: hidden;
    width: 100%;
}

.g-itemvideo1 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #27348b;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-itemvideo1:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.g-itemvideo1 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;
}

.videotext {color:rgba(255,255,255,1); 
			font-weight:bold;
			
}

.table-video {}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
.google-map {
    height: 250px;
    padding: 6px;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
/*    background-clip: padding-box;*/
	background-color:rgba(255,255,255,1);
  /* stops bg color from leaking outside the border: */;
}

.google-map iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
/*    background-clip: padding-box;*/
	background-color:rgba(255,255,255,1);
  /* stops bg color from leaking outside the border: */;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    outline: 0;
    border: 0;
    border: 2px solid #e5e8ed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
/*    background-clip: padding-box;*/
	background-color:rgba(255,255,255,1);
  /* stops bg color from leaking outside the border: */;
}

.contact-form textarea {
    min-height: 160px;
	background-color:rgba(255,255,255,1);
}

.contact-form input.button {
    width: auto;
    background : -moz-linear-gradient(50% 100% 90deg,rgba(27, 20, 100, 1) 0%,rgba(27, 20, 101, 1) 0.26%,rgba(36, 33, 121, 1) 8.83%,rgba(41, 42, 135, 1) 18.54%,rgba(45, 47, 143, 1) 30.35%,rgba(46, 49, 146, 1) 50%,rgba(45, 47, 143, 1) 69.65%,rgba(41, 42, 135, 1) 81.46%,rgba(36, 33, 121, 1) 91.17%,rgba(27, 20, 101, 1) 99.74%,rgba(27, 20, 100, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% -1.28% ,color-stop(0,rgba(27, 20, 100, 1) ),color-stop(0.0026,rgba(27, 20, 101, 1) ),color-stop(0.0883,rgba(36, 33, 121, 1) ),color-stop(0.1854,rgba(41, 42, 135, 1) ),color-stop(0.3035,rgba(45, 47, 143, 1) ),color-stop(0.5,rgba(46, 49, 146, 1) ),color-stop(0.6965,rgba(45, 47, 143, 1) ),color-stop(0.8146,rgba(41, 42, 135, 1) ),color-stop(0.9117,rgba(36, 33, 121, 1) ),color-stop(0.9974,rgba(27, 20, 101, 1) ),color-stop(1,rgba(27, 20, 100, 1) ));
  background : -o-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464', endColorstr='#1B1464' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(27, 20, 101, 1) 0.26%, rgba(36, 33, 121, 1) 8.83%, rgba(41, 42, 135, 1) 18.54%, rgba(45, 47, 143, 1) 30.35%, rgba(46, 49, 146, 1) 50%, rgba(45, 47, 143, 1) 69.65%, rgba(41, 42, 135, 1) 81.46%, rgba(36, 33, 121, 1) 91.17%, rgba(27, 20, 101, 1) 99.74%, rgba(27, 20, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464',endColorstr='#1B1464' , GradientType=0);
    border-color: #27348b;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.footer {
    overflow: hidden;
    position: fixed;
	left: 70px;
    bottom: 10px;
    color: #ec008c;
    font-size: 14px;
	font-weight: bold;
}

.footer a {
    color: #ec008c;
}

/*------------------------------------------------------
	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: 30px;
	padding-right: 0px;
    }

    .icon-item {
        position: relative;
        z-index: 99;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 20px;
    }
}
