/* READ ME FIRST

Don't edit this file, as it will be overridden by future updates.
To apply custom styles go to: assets/css/custom.css

Happy styling,
ThemeTrail.com
-------------------------*/
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.gradient {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background: -o-linear-gradient(top, #ffffff, #eeeeee);
}
.grayscale100 {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.grayscale0 {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: none;
  -webkit-filter: grayscale(0%);
}
.brdradius{border-radius:100%}
/* General Styles
-------------------------*/
:root {
  --blue: #203C80;
  --blue2: #003E52;
  --blue3: #EAF5F8;
  --blue4: #199AA6;
  --green: #54A456;
  --purple: #935CA0;
  --yellow: #F3BA0D;
  --orange: #EC803D;
  --red: #E55137;
  --black: #000;
  --white: #fff;  
}

.bg-blue {background-color: var(--blue);}
.bg-blue2 {background-color: var(--blue2);}
.bg-blue3 {background-color: var(--blue3);}
.bg-green {background-color: var(--green);}
.bg-purple {background-color: var(--purple);}
.bg-yellow {background-color: var(--yellow);}
.bg-orange {background-color: var(--orange);}
.bg-red {background-color: var(--red);}

html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  font-family: 'hurme_geometric_sans_4regular', Roboto, 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #563787;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  opacity:0;
  letter-spacing: 0.2px;
  overflow-x: hidden;
}
input, textarea, select, button, submit {
	font-family: 'hurme_geometric_sans_4regular', Roboto, 'Open Sans', Arial, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	transition: all 0.4s linear;
}
a {
  color: #563787;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a:hover,
a:focus {
  color: var(--blue2);
  text-decoration: none;
}
a, a:hover, a:focus { text-decoration: none; outline: none !important;}

.displaynone{display:none !important;}


::selection {
    color: #ffffff;
	background:#563787;
    opacity: 1;
}
::-moz-selection {
    color: #ffffff;
	background:#563787;
    opacity: 1;
}

::-webkit-input-placeholder{ /* WebKit browsers */
    color: #FFFFFF; opacity: 1;
}

:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #FFFFFF; opacity: 1;
}

::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #FFFFFF; opacity: 1;
}

:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #FFFFFF; opacity: 1;
}

strong, b {font-family: 'hurme_geometric_sans_4bold'; font-weight: normal;}

.font-light {font-family: 'hurme_geometric_sans_4light';}

.font-regular {font-family: 'hurme_geometric_sans_4regular';}

.font-semibold {font-family: 'hurme_geometric_sans_4SBd';}

.font-bold {font-family: 'hurme_geometric_sans_4bold';}

.font-black {font-family: 'hurme_geometric_sans_4black';}

img {
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
}
p {margin: 0 0 20px;}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #444444;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'hurme_geometric_sans_4bold', Roboto, 'Open Sans', Arial, sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
ul,
ol {
  margin-bottom: 20px;
  line-height: 1.3;
}
.list-unstyled i {
  display: inline-block;
  margin-right: 5px;
}
.color-primary {
  color: #333333;
}
.uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

section {
  position: relative;
  padding: 50px 0 0;
}


/* Elements
-------------------------*/
.btn-light {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 7px 50px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.btn-light:hover {
  color: #333333;
  text-shadow: none;
  border-color: #fff;
  background: transparent;
}
.btn-light:hover:after {
  height: 1000%;
}
.btn-light:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0%;
  width: 100%;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #dddddd;
}
.btn:hover {
  color: #fff;
  background: #333333;
}
.btn-default {
  color: #fff;
  background: #333333;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  background: #333333;
}
button,
a {
  border: none;
}
button.close,
a.close {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 0;
  right: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  color: #999;
  text-shadow: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button.close:hover,
a.close:hover {
  opacity: 1;
  color: #fff;
  background: #ccc;
}
.btn-lg {
  padding: 15px 20px;
  font-size: 1.1em;
  line-height: 1;
}
.lead {
  font-size: 18px;
  font-weight: normal;
}
.progress {
  height: auto;
  margin-bottom: 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e9e9e9;
}
.progress-bar {
  height: auto;
  padding: 5px 15px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccc;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.progress-bar:hover {
  background: #333333;
}
.photobox {
  position: relative;
}
.photobox img {
  width: 100%;
}
.photobox .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .photobox .caption {
    font-size: 1.3em;
  }
}
.photobox .caption p {
  margin: 0;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 1em;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip-inner {
  color: #666666;
  border-radius: 0;
  background: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.arrow-up,
.arrow-right,
.arrow-down,
.arrow-left {
  position: relative;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}
.arrow-up {
  border-bottom-color: #333333;
}
.arrow-down {
  border-top-color: #333333;
}
.arrow-right {
  border-left-color: #333333;
}
.arrow-left {
  border-right-color: #333333;
}
.form-group {
  margin-bottom: 25px;
}
.form-control,
.form-control:focus {
  height: auto;
  padding: 10px 0;
  font-size: 1em;
  line-height: 1.7;
  border-radius: 0;
  border: none;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-bottom-color: #333333;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal {
  background: #fff;
}
.modal-dialog {
  width: 100%;
  padding: 20px;
  background: transparent;
}
.modal-dialog .close {
  border-left: 2px solid #fff;
}
.modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 0;
}
.modal-profile {
  position: relative;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .modal-profile {
    padding-top: 0;
  }
}
.modal-profile img {
  width: 100%;
}
.modal-profile .name {
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  color: #eee;
  font-size: 1.6em;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-transform: uppercase;
  text-align: left;
  text-shadow: none;
}
.modal-profile .details .position {
  margin-bottom: 25px;
  margin-right: 50px;
  padding: 0 20px;
  font-size: 1.8em;
  line-height: 50px;
  color: #fff;
  background: #333333;
}
.modal-profile .details .sub-heading {
  margin-bottom: 1em;
}

/* Parallax
-------------------------*/
.parallax {
  color: #fff;
  text-align: center;
  text-shadow: none;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  background-position-x: 50%;
  background-position-y: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
.parallax .container {
  position: relative;
  z-index: 2;
  /* above overlay */

  margin: 0 auto;
  padding: 25px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .parallax .container {
    padding: 50px 0;
  }
}
.parallax:after {
  position: absolute;
  top: 0%;
  margin-top: 10%;
  right: 10%;
  content: "";
  font-family: FontAwesome;
  font-size: 300px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.background-overlay {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* Navigation
-------------------------*/
header {position: fixed; width: 100%; height:160px; z-index: 1000; background-image: url("../../images/banner.jpg"); 
background-position: center center; background-repeat: no-repeat;background-size: cover; }

.contacts p {
	color: var(--blue2);
	font-size: 13px;	
	margin: 0 0 10px;
}

.contacts a:hover {
	color: var(--blue4);
}

.social-networks p {
	color: var(--blue2);
	margin: 0 0 10px;
	font-size: 13px;
}

.social-networks a {
	display: inline-block;
	margin-right: 5px;
}

.social-networks a svg {
  width: 18px;
  height: auto;
  fill: var(--blue2);
  transition: all 0.4s linear;
}

.social-networks a:hover svg {
  fill: var(--blue4);
}



/* Footer
-------------------------*/
#footer {
  position: relative;
  background: #7398BA;
  border-top: solid 1px var(--blue2);
  padding: 30px 0;
  font-size: 12px;
}

#footer a:hover {
  color: var(--white);
}



