body, p, a, h1, h2, h3, h4, h5, h6, div {
    font-family: 'Open Sans',sans-serif ! important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
body {
    background: none repeat scroll 0% 0% #fff;
    color: #fff;
    max-width: 100%;
    overflow-x: hidden;
}

a {
    color: inherit;
}
a:hover, 
a:focus {
    font-weight:600;
    text-decoration:none;
}

ul {
    list-style-type: square;
    padding-left: 15px;
}
figcaption {
    font-size: 0.9em;
    text-align: justify;
    font-style:italic;
    margin: 5px 0px 15px 0px;
}

.header {
    background-color: #fff;
}

footer {
    background-color: #212121;
}
footer > p {
    font-size: 1.1em;
}
.footer-bottom {
    text-align: right;
}
.header, 
.content,
footer  {
    margin: 0px auto;
}
.justified {
    text-align: justify;
}

.centered {
    text-align: center;
}

.fa {
    font-size: inherit;
    color: inherit;
}



.form-elements {
	border: 1px solid #fff;
	border-radius: 0.4em;
	box-shadow: 0px 0px 0.3em #fff inset;
}
.form-elements:focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 255, 255, 0.6);
	border-color: #fff;
}
/* SLOGAN */
.slogan {
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
	text-shadow: 1px 1px 5px rgba(183, 183, 183, 1);
	margin-bottom: 1em;
}
.slogan a {
	color: inherit;
}
.slogan .slogan-subtext {
	font-style: normal;
	display: block;
	font-size: 0.65em;
	font-weight: 600;
	margin-top: 0.3em;
	color: inherit;
}
.slogan .slogan-subtext a {
	color: inherit;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #000;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-brand {
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.9;
}
.navbar-brand img {
    max-height: 45px;
}
.footer-item {
    margin-bottom: 20px;
}
/* COMPANY NAME */
.company-name {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
.company-name  h2 {
    font-size: 4.5em;
    text-shadow: 3px 3px rgba(0,0,0,0.5);
    font-weight: 500;
}
.company-name  h4 {
    font-size: 2em;
    text-shadow: 3px 3px rgba(0,0,0,0.5);
    font-weight: 500;
    margin-top: 1em;
}
/* QUOTE */
.opacity {
        background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.65);
}
.quote {
	padding: 5em 0px;
    margin-bottom: 0px;
	text-align: center;
    font-size: 3.5em;
    color: #fff;

    text-align:30%;
    font-weight: 300;
    border-left: 0px;
}
.quote img {
    margin: 0 auto;
}
.quote .quote_author {
    font-size: 60%;
    color: #fff;
}

/*SLIDER IMAGES*/
.oneline-img {
    text-align: center;
    margin: 3em 0;
}
.oneline-img img {
    max-width: 100%;
}
.logo {
    opacity: 0.5;
    padding: 0em 0.8em;
}
.logo:hover {
    opacity: 1;
}
.text-bigger {
    font-size: 17px;
    line-height: 1.5em;
}
.text-bigger {
    font-size: 17px;
    line-height: 1.5em;
}
.map {
    height: 500px;
}

/* MODULE'S STYLES */
.sub_content {
    background-size: 100% auto ! important;
    padding-bottom: 40%;
    position: relative;
    text-align: center;
}
.sub_content > .inner {
    position: absolute;
    width: 100%;
}
.sub_content_fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.sub_content_static {
    background-size: cover;
}
.sub_content_light {
    background-color: #fff;
    color: #666;
    border-color: #A5A5A5;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.2)
}
.sub_content_lightdark {
	background-color: #F5F5F5;
	color: #666;
	border-color: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0, 0.2)
}
.sub_content_lightdark .module .module-title,
.sub_content_light .module .module-title {
	color: inherit;
    text-align:center;
    width:100%;
    text-transform: uppercase;
	text-shadow: none;
    margin-top:0px;
}
.module .module-title {
    text-align: left;
    color: #fff;
    font-size: 2.2em;
    width:50%;
    padding-bottom: 1em;

}
.inner {
    padding-bottom: 30px;
    padding-top: 30px;
}
.inner-top {
    padding-top: 30px;
}

.dark-table {
    font-size: 1.1em;
}
.dark-table th:last-child,
.dark-table td:last-child {
    font-weight: bold;
}
.dark-table tr:hover th,
.dark-table tr:hover td {
    background: #e4e4e4 !important;
}
.dark-table tr td {
    color: #12142D;
}

/* UP BUTTON */
.up-button {
    bottom: 10%;
    color: #ffffff; 
    display: none;
    font-family: sans-serif;
    font-weight: bold;
    position: fixed;
    right: 0px;
    transition: all 0.4s ease-in-out 0s;
}
.up-button img {
    width: 65%;
}

/* SOCIAL ICONS */
.social-icons .social-icon {
    display: inline-block;
    width:2.5em;
    height: 2.5em;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0.2em;   
}
.social-icons .social-icon.i-behance {
    background: url('../img/behance-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-behance:hover {
    background-position: 0px -42px;
}
.social-icons .social-icon.i-fb {
    background: url('../img/fb-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-fb:hover {
    background-position: 0px -42px;
}
.social-icons .social-icon.i-google {
    background: url('../img/google-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-google:hover {
    background-position: 0px -42px;
}
.social-icons .social-icon.i-pin {
    background: url('../img/pintrest-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-pin:hover {
    background-position: 0px -42px;
}
.social-icons .social-icon.i-rss {
    background: url('../img/rss-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-rss:hover {
    background-position: 0px -42px;
}
.social-icons .social-icon.i-twitter {
    background: url('../img/twitter-icon.png') no-repeat scroll 0% 0% transparent;
    transition: background-position 250ms ease 0s;
}
.social-icons .social-icon.i-twitter:hover {
    background-position: 0px -42px;
}

/* PRICING */
.pricing-wrapper {
    text-align: center;
}
.pricing-wrapper .col-md-2,
.pricing-wrapper .col-md-3,
.pricing-wrapper .col-md-4,
.pricing-wrapper .col-md-5 {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.pricing {
    text-align: center;
    background-color: #fff;
    margin-bottom: 0.6em;
    padding: 5px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.pricing > h4 {
    text-transform: uppercase;
    letter-spacing: 5px;
}
.pricing .pricing-header {
    text-transform: uppercase;
    padding: 0.5em 0;
}
.pricing .pricing-header .pricing-title {
    font-size: 4.5em;
    line-height: 1em;
}
.pricing .pricing-header .pricing-title sub, 
.pricing .pricing-header .pricing-title sup {
    font-size: 35%;
}
.pricing .pricing-header .pricing-title sup {
    top: -1.5em;
}
.pricing .pricing-description {
    color: #000;
    background-color: #fff;
}
.pricing .pricing-description ul {
    padding-left: 0;
}
.pricing .pricing-description ul li {
    list-style: none;
    padding: 0.9em 0;
    text-align: center;
}
.pricing .pricing-description ul li:nth-child(2n+1) {
    background-color: rgb(239, 239, 239);
}
.pricing .pricing-footer {
    padding: 1em 0;
}

/* PORTFOLIO */
.portfolio .portfolio-item {
    width:33.148%;
    margin-bottom:0px;
    display:inline-block;
    position: relative;
    overflow: hidden;
}
.portfolio .portfolio-item .portfolio-description {
    opacity: 0;
    backface-visibility: hidden;
    color: #666;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.portfolio .portfolio-item:hover .portfolio-description {
    opacity: 1;
    cursor: pointer;
}
.portfolio .portfolio-item .portfolio-description h4 {
    margin: 0 0 1.3em 0px;
}
.portfolio .portfolio-item .portfolio-description p {
    margin-bottom: 0;
}
.portfolio .portfolio-item img {
    width:100%;
        transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.portfolio .portfolio-item:hover img {
    transform: scale(1.4);
}

/* NEWS */
.news .row:first-child .media {
	margin-top: 0;
}
.news .media {
    height: 30em; 
    background: no-repeat scroll 0% 0% / cover transparent;
    position: relative;
    padding: 0em;
    border-radius: 0.15em;
    margin-bottom: 1em;
}
.news .media:first-child {
    margin-top: 15px;
}
.news .media .media-content {
    position: absolute;
    bottom: -23%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 14px 0px rgba(102, 102, 102, 0.2);
    left:0%; 
    right:0%;
    padding: 2em 1em;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}.news .media:hover .media-content {
     bottom: 0%;
 }
.news .media .media-heading {
    margin: 5px 0px;
}
.news .media .media-body {
    background-color: transparent;
	margin: 1em 0em 0em 0em;
}
.news .media .media-body.open > p {
    white-space: normal; 
    overflow: visible;
    text-overflow: clip; 
    text-align:justify;
}
.news .media .media-more {
    text-transform: lowercase;
    font-style: italic;
    float: right;
}

/* OFFER */
.offer .media:first-child {
    margin-top: 15px;
    padding: 15px 0px;
}
.offer .media-object {
	max-width: 15em;
	float: left;
	margin-right: 1em;
}
.offer .media-heading,
.offer .media-prize {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: -2px;
}
.offer .media-body {
    text-align: justify;
}
/* SERVICES */
.services-item {
    margin: 2em 0px;
    text-align: center;
}
.services-item p{
    text-align: center;
}

/* TABLES */
.table > thead > tr > th {
    font-weight:400;
}
.table.table-striped > tbody > tr:nth-child(2n+1) > td,
.table.table-hover > tbody > tr:hover {
    background-color: #efefef;
    color: #12142D
}
/* NAVBAR - TOP */
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
     color: #666;
     border: 0px;
     font-weight: 600;
     background-color: #fff;
}
.navbar_top {
    background-color:#fff;
    border-radius: 0px;
    border: medium none;
    display: block;
    left: initial;
    margin: 0px;
    max-width: inherit;
    right: initial;
    width: 100%;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.navbar_top .nav li .nav_link {
    color: #666;
    font-size: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.52em;
    padding: 1.2em 1.7em;
    text-transform: uppercase;
}
.navbar_top .nav li .nav_link:hover {
    color: #000 !important;
		font-weight: 400 !important;
    opacity: 0.8;
		text-shadow: 0 0 5px #dadada;
}
.navbar-toggle .icon-bar {
    background: none repeat scroll 0% 0% #ffffff;
}

.tab-content {
    text-align: justify;
}
/* DROPDOWN MENU */
.dropdown-menu{
    background-color: #12142D;
}
.dropdown-menu li:hover {
    background-color: #303C6C;
}
.dropdown-menu li a {
    color: #fff;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus  {
    background-color: #12142D;
}

a:hover {
    color: inherit !important;
    opacity: 0.7;
    font-weight: inherit;
}

.services-item .fa {
    font-size: 3em;
    color: rgb(36, 36, 36);
    margin: 5px 0px;
}

/*THUMBNAIL*/
.thumbnail {
    background-color: transparent;
    border:none;
    text-align:center;
}

.thumbnail img {
    display:inline;
}
.thumbnail .caption {
    color: inherit;
}
.thumbnail .caption h3 {
    margin-bottom: 3px;
}
.thumbnail .team-hover .fa{
    margin: 5px 10px;
    font-size: 1.5em;
}
.thumbnail .team-hover .fa:hover {
    color: #666;
}
/*FORMS*/
.form-control {
    border-radius: 0px;
}
.form-control:focus {
    border-color: #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(204, 204, 204, 0.6);
}

/* BUTTONS */
.btn {
    border: none;
    color: #fff;
    text-transform: lowercase;
    border-radius: 0px;
    padding: 5px 20px;
}

.btn-default {
   background-color: #728089;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #96A9B6;
    color: #fff;
}
.btn-info {
    background-color: #CAA4A1;
}
.btn-info:hover, .btn-infor:focus, .btn-infor:active {
    background-color: #E7BBB7;
}
.btn-primary {
    background-color: #7C6764;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #A18480;
}
.btn-danger {
    background-color: #3D3630;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: #5D534A;
}
.btn-success {
    background-color: #A1C3CA;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #B4D8E0;
}
.btn-warning {
    background-color: #242220;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #443F3B;
}
/* PANELS */
.panel, 
.panel-group .panel  {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.panel .panel-heading {
    border-radius: 0px;
    color: #fff;
}
.panel .panel-body {
    color: #12142D;
    text-align: justify;
}
.panel-default > .panel-heading {
   background-color:  #728089;
   border-color: #728089;
}
.panel-danger > .panel-heading {
    background-color: #3D3630;
    border-color: #3D3630;
}
.panel-primary > .panel-heading {
    background-color: #7C6764;
    border-color: #7C6764;
}
.panel-info > .panel-heading {
    background-color: #CAA4A1;
    border-color: #CAA4A1;
}
.panel-success > .panel-heading {
    background-color: #A1C3CA;
    border-color: #A1C3CA;
}
.panel-warning > .panel-heading {
    background-color: #242220;
    border-color: #242220;
}
.panel-title > a:focus,
.panel-title > a:hover {
   
}
/* LABELS */
.label-default {
   background-color:  #728089;
}
.label-danger {
   background-color: #3D3630;
}
.label-primary {
   background-color: #7C6764;
}
.label-info {
   background-color: #CAA4A1;
}
.label-success {
   background-color: #A1C3CA;
}
.label-warning {
   background-color: #242220;
}

i {
    font-size: inherit;
    color: inherit;
}

/* ALERTS */
.alert {
    border-radius: 3px;
    color: #fff !important;
    border: none !important;
}
.alert-success {
    background-color: #A1C3CA;
}
.alert-info {
    background-color: #a7342b;
}
.alert-warning {
    background-color: #242220;
}
.alert-danger {
    background-color: #3D3630;
}
/* MODAL */
.modal-dialog .modal-content {
    color: #666;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
@media(max-width: 678px) {
    .portfolio .portfolio-item {
        width:100%;
    }
}





