body {
  background-color: /*#f2f2f2*/transparent;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  padding-top: 50px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  /* background-image: linear-gradient(to bottom right,#c30f54 20%,#f31260 100%); */
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #424242;
}

h1{
    font-weight: 800;
}

h3{
    font-weight: 400;a
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 0px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #bbbbbb;
    /*word-wrap: break-word;*/
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #550e84;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/*background: #428bca;
    border-bottom: 3px solid #2980b9;
    border-top: 3px solid #2980b9;*/
	padding-top: 60px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: #444444;
}

/* intro Wrap */

#intro {
	padding-top: 50px;
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #2980b9;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}


.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 20px 27px 12px;
    font-size: 14px;
    line-height: 1.428571;
    color: #464646;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Login Page */

  .main {
    /* max-width: 320px; */
    margin: 0 auto;
  }
  .login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
            margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  h3 {
    text-align: center;
    line-height: 300%;
  }

/* Push Menu */

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 100px;
  /* background-image: linear-gradient(to bottom right,#c30f54 20%,#f31260 100%); */
  /* background: #292a2d; */
  background: rgb(240, 240, 240);
}
footer {
  /* padding: 30px 0; */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.list-group-item:first-child, .list-group-item:last-child {
    border-top-right-radius: 3px; 
    border-top-left-radius: 3px; 
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.row-offcanvas{
    padding-left: 10px;
    /*padding-top: 40px;*/
}

/* Base */
#sidebar{
    padding-right: 25px;
    padding-top: 10px;
}

.panel-body{
    padding-top: 0px;
}

/* Masonry Layout */

*, *:before, *:after {box-sizing:  border-box !important;}


.row .masonry  {
     -moz-column-width: 18em;
     -webkit-column-width: 18em;
     -moz-column-gap: 1em;
     -webkit-column-gap:1em; 
}

.item .masonry {
     display: inline-block;
     padding:  .25rem;
     width:  100%; 
}

.well .masonry  {
     position:relative;
     display: block;
}

/* Ladda Buttons */

/** Contains the default Ladda button theme styles */


/*************************************
 * CONFIG
 */

$green: #2aca76;
$blue: #53b5e6;
$red: #ea8557;
$purple: #9973C2;
$mint: #16a085;


/*************************************
 * BUTTON THEME
 */

.ladda-button {
	background: #666;
	border: 0;
	padding: 14px 18px;
	font-size: 18px;
	cursor: pointer;

	color: #fff;
	border-radius: 2px;
	border: 1px solid transparent;

	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	&:hover {
		border-color: rgba( 0, 0, 0, 0.07 );
		background-color: #888;
	}

	@include buttonColor( 'green', $green );
	@include buttonColor( 'blue', $blue );
	@include buttonColor( 'red', $red );
	@include buttonColor( 'purple', $purple );
	@include buttonColor( 'mint', $mint );

	&[disabled],
	&[data-loading] {
		border-color: rgba( 0, 0, 0, 0.07 );

		&, &:hover {
			cursor: default;
			background-color: #999;
		}
	}

	&[data-size=xs] {
		padding: 4px 8px;

		.ladda-label {
			font-size: 0.7em;
		}
	}

	&[data-size=s] {
		padding: 6px 10px;

		.ladda-label {
			font-size: 0.9em;
		}
	}

	&[data-size=l] .ladda-label {
		font-size: 1.2em;
	}

	&[data-size=xl] .ladda-label {
		font-size: 1.5em;
	}
}

/* Other Styles*/

.input-group-addon{
    background-color: #201e21;
    color: white;
    border: 0;
}

.row{
    padding-left: 10px;
    padding-right: 10px;
}

.panel-default{
    margin-top: 22px;
}

.panel-body{
    padding: 10px;
    background: rgba(255, 255, 255, 0.74);
}

.first-navigation-dropdown{
    display: block;
    margin-top: -7px;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: #f8f8f8;
    height: 72;
}

#display {
    width: 249px;
    float: right;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    background-clip: padding-box;
    margin-top: 17px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.display_box {
    padding: 4px;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
    font-size: 16px;
    text-transform: capitalize;
    border-left: 4px solid #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu{
    background-color: #f8f8f8;
    border-top: 0px;
}

.navbar-default .navbar-nav > li > a{
    font-weight: normal;
    color: #ffffff;
}

.profile{
    margin-top: 20px;
}

.profile-avatar{
    height: 120px;
    margin: 15px 43px 6px;
    width: 120;
}
.profile-avatar1 {
    height: 29px;
    float: left;
    margin-right: 9px;
    margin-top: -4px;
    border-radius: 50%;
    background: url(logo1.png)50% 50% no-repeat #dededd;
}

.white{
    background-color: #fff !important;
}

.profile-title{
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
}

.profile-text{
    color: #666;
    font-weight: 800;
    text-transform: uppercase;
}

.profile-profession{
    font-size: 15px;
}

.profile-details{
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
}

#imagePreview, #imageBackgroundPreview{
    width: 100%;
    height: 80px;
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

#uploadImagePreview, #uploadBackgroundImagePreview{
    display: none;
}

/*.navbar-default .navbar-toggle .icon-bar{
    background: #000;
}

.navbar-default .navbar-toggle{
    border: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: transparent;
}*/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    color: #3bc492;
    background: transparent;
}
/* Cards */
.card {
  display: block;
  position: relative;
  margin: 0 0 2rem 0;
  transition: box-shadow .25s;
  border-radius: 2px;
  font-family: "Dosis";
  padding: 20px;
  display: block;
  color: #2a2d2d;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  }
  .card .label {
    position: absolute;
    right: 20px;
    font-size: 12px;
    top: 50%;
    margin-top: -9px;
    line-height: 21px;
    }
  .card.card-primary {
    background-color: #ffffff;
    }
    .card.card-primary .label {
      background: #c30f42;
      height: 25px;
      }
  .card.card-success {
    background-color: #0F9E7B; }
    .card.card-success .label {
      background: #085845; }
  .card h4 {
    color: #434344;
    font-weight: 300;
    margin: 0;
    font-family: sans-serif;
    font-weight: 700;
    }
  .card:hover {
    text-decoration: none; }
  .card.has-icon {
    padding-left: 80px;
    padding-right: 60px;
    }
    .card.has-icon:before {
      font-family: 'icomoon';
      position: absolute;
      top: 0;
      left: 0;
      padding: 13px 0 0 13px;
      font-size: 2.5rem;
      color: #fff;
      border-radius: 3px 0 0 3px;
      width: 54px;
      height: 100%; }
    .card.has-icon:after {
      content: ' ';
      position: absolute;
      top: calc(50% - 6px);
      left: 54px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px; }
    .card.has-icon.card-primary:before {
      text-shadow: 1px 1px 3px #04223d;
      background: #c30f42;
      }
    .card.has-icon.card-primary:after {
      border-color: transparent transparent transparent #c30f42;
      }
    .card.has-icon.card-primary:hover {
      background: #e5e5e5;
      }
      .card.has-icon.card-primary:hover:before {
        background: #E91E63;


        }
      .card.has-icon.card-primary:hover:after {
        border-color: transparent transparent transparent #063055; }
    .card.has-icon.card-success:before {
      text-shadow: 1px 1px 3px #02120e;
      background: #085845; }
    .card.has-icon.card-success:after {
      border-color: transparent transparent transparent #085845; }
    .card.has-icon.card-success:hover {
      background: #12c196; }
      .card.has-icon.card-success:hover:before {
        background: #064132; }
      .card.has-icon.card-success:hover:after {
        border-color: transparent transparent transparent #064132; }
/* btns (overwrite material in) */
.btn-success {
  background-color: #0F9E7B !important; }
  .btn-success:hover {
    color: #fff;
    background-color: #12bf94 !important; }

@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?-u3fjdm");
  src: url("../fonts/icomoon.eot?#iefix-u3fjdm") format("embedded-opentype"), url("../fonts/icomoon.ttf?-u3fjdm") format("truetype"), url("../fonts/icomoon.woff?-u3fjdm") format("woff"), url("../fonts/icomoon.svg?-u3fjdm#icomoon") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
  text-transform: none;
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-food:before {
  content: "\e600"; }

.icon-phone:before {
  content: "\e601"; }

.icon-car:before {
  content: "\e602"; }

.icon-rocket:before {
  content: "\e603"; }

.icon-chart:before {
  content: "\e604"; }

.icon-comments:before {
  content: "\e605"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-database:before {
  content: "\e964"; }

.icon-dynamic:before {
  content: "\e982"; }

.icon-key:before {
  content: "\f084"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bed:before {
  content: "\f236"; }

.icon-hotel:before {
  content: "\f236"; }

.icon-mail:before {
  content: "\f03b"; }

.icon-mail-read:before {
  content: "\f03c"; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-profile:before {
  content: "\e923"; }

.icon-address-book:before {
  content: "\e944"; }

.icon-user-plus:before {
  content: "\e973"; }

.icon-gift:before {
  content: "\e99f"; }

.icon-arrow-right:before {
  content: "\ea34"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-search:before {
  content: "\f02e"; }

.icon-upload:before {
  content: "\e961"; }

.has-icon.alert {
  padding-left: 70px; }
  .has-icon.alert:before {
    padding: 13px 0 0 13px; }
.has-icon.h4 {
  padding-left: 30px; }
  .has-icon.h4:before {
    padding: 7px 0 0 13px; }
.has-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  width: 50px;
  height: 100%; }
.has-icon.alert:after {
  content: ' ';
  position: absolute;
  top: calc(50% - 6px);
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px; }
.has-icon.has-icon-success:before {
  content: 'check_circle';
  color: #0F9E7B; }
.has-icon.alert-success:before {
  content: 'check';
  background: #085845; }
.has-icon.alert-success:after {
  border-color: transparent transparent transparent #085845; }
.has-icon.alert-info:before {
  content: 'info';
  background: #007e8f; }
.has-icon.alert-info:after {
  border-color: transparent transparent transparent #007e8f; }
.has-icon.alert-warning:before {
  content: 'warning';
  background: #6d5200; }
.has-icon.alert-warning:after {
  border-color: transparent transparent transparent #6d5200; }
.has-icon.alert-danger:before {
  content: 'error';
  background: #911d00; }
.has-icon.alert-danger:after {
  border-color: transparent transparent transparent #911d00; }


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


#preloader {
     background-color: #ffffff;
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 /* background: url(../logo.png) 50% 50% no-repeat #00365e; */
 /* background-image: -webkit-gradient(linear,left top,left bottom,from(#1597b8),to(#00365e)); */
 /* background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); */
}

#loading {
 width: 200px;
 height: 200px;
 position: absolute;
 top: 50%;
 left:50%;
 background: url(logo.png)50% 50% no-repeat #ffffff;
 animation: mymove 5s infinite alternate;
 background-repeat:no-repeat;
 background-position:center;
 margin:-100px 0 0 -100px;
 /* background: #01365e; */
}

.navigation_bar{
  padding: 0;
  z-index: 1000;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.navigation_bar>ul{
  padding: 15px 0 0 0;
  display: inline-block;
  list-style: none outside none;
}
.navigation_bar>ul>li{
  float: left;
  margin: 10px;
  display: block;
  cursor: pointer;
}
.navigation_bar>ul>li>a{
  color: #303030;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  text-shadow: none;
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Cairo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.navigation_bar>ul>li>a:hover,
.navigation_bar>ul>li>a:active{
  color: #fe6a00;
}
@media only screen and (max-width: 900px) {
  .navigation_bar>ul>li{
    float: none;
    margin: 10px;
  }
}
