@font-face {
	font-family: 'TitilliumWeb-Regular';
	src: url('../fonts/TitilliumWeb-Regular.eot');
	src: local('☺'), url('../fonts/TitilliumWeb-Regular.woff') format('woff'),
        url('../fonts/TitilliumWeb-Regular.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TitilliumWeb-Light';
	src: url('../fonts/TitilliumWeb-Light.eot');
	src: local('☺'), url('../fonts/TitilliumWeb-Light.woff') format('woff'),
        url('../fonts/TitilliumWeb-Light.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?hp2esn');
    src:    url('../fonts/icomoon.eot?hp2esn#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?hp2esn') format('truetype'),
        url('../fonts/icomoon.woff?hp2esn') format('woff'),
        url('../fonts/icomoon.svg?hp2esn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bank-solutions:before {
    content: "\e900";
}
.icon-billing:before {
    content: "\e901";
}
.icon-consulting:before {
    content: "\e902";
}
.icon-enterprise-resource-planning:before {
    content: "\e903";
}
.icon-fax:before {
    content: "\e904";
}
.icon-government-solutions:before {
    content: "\e905";
}
.icon-home:before {
    content: "\e906";
}
.icon-implementation-of-systems:before {
    content: "\e907";
}
.icon-mail:before {
    content: "\e908";
}
.icon-security-solutions:before {
    content: "\e909";
}
.icon-software-development:before {
    content: "\e90a";
}
.icon-solutions-per-request:before {
    content: "\e90b";
}
.icon-supervision:before {
    content: "\e90c";
}
.icon-system-and-network:before {
    content: "\e90d";
}
.icon-telephone:before {
    content: "\e90e";
}
.icon-work-time:before {
    content: "\e90f";
}
.icon-search:before {
    content: "\e986";
}
.icon-circle-up:before {
    content: "\ea41";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-linkedin:before {
    content: "\eaca";
}
.icon-xing:before {
    content: "\ead4";
}


/* ==========================================================================
   01. LAYOUT ELEMENTS
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    background-color: #f7f7f7;
    color: #a1a1a1;
    font-family: 'TitilliumWeb-Light', sans-serif;
    font-size: 16px;
}

#header {
	background:#ededed;
	padding:10px;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#page-wrapper {
	padding-bottom: 240px;
}

#page-wrapper.padding-top {
    padding-top: 130px;
}

#page-wrapper.dark-bg {
    background-color: #eee;
}

/* ==========================================================================
   02. FOOTER
   ========================================================================== */

#footer {
	background: #1b4a64;
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0;
}

#footer-xs {
	background: #1b4a64;
	width: 100%;
    height: 240px;
    position: absolute;
	bottom: 0;
    padding-top: 15px;
}

#footer-content {
    height: 190px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 35px;
}

#footer-bottom-xs{
    background-color: #17425a;

    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#footer-bottom {
    background-color: #17425a;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#footer-bottom > .container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
}

#footer-menu > div {
    display: inline;
    float: left;
    padding-right: 25px;
}

#footer-menu > div > a {
    color: #a1a1a1;
}

#footer-menu > div > ul > li {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-menu > div > ul > li > a {
    color: #a1a1a1;
    border-left: 2px solid #6fa9d1;
    padding-left: 5px;
}

#footer-menu > div > a:hover,
#footer-menu > div > ul > li > a:hover {
    color: #6fa9d1;
}

/* The search form */

.footer-distributed form {
	position: relative;
}

.footer-distributed form input {
	background-color:  #511816;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
    border-radius: 3px;
	box-sizing: border-box;
	color: #a1a1a1;
    display: block;
    font: inherit;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 50px 15px 15px;
    width: 100%;
}

.footer-distributed form input:focus {
	outline: none;
}

/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder,
.footer-distributed form input:-ms-input-placeholder,
.footer-distributed form input::-moz-placeholder {
	color:  #a1a1a1;
}

.footer-distributed form input::-moz-placeholder {
	opacity: 1;
}

/* The magnify glass icon */

.footer-distributed form i{
	color: #d1d2d2;
	font-size: 18px;
    width: 18px;
	height: 18px;
	position: absolute;
	top: 16px;
	right: 18px;
}

#follow-us-label {
    line-height: 45px;
}

#back-to-top {
    font-size:25px;
    line-height: 50px;
    color: #bbb;
}

#back-to-top:hover{
    color: #a1a1a1;
}


#inline-social > li {
    padding-right: 0;
    padding-left: 10px;
}

/*------------------------------------------*/
/*	FOOTER & STICKY SOCIAL ICONS
/*------------------------------------------*/

.social-icons {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
}

#footer-social {
    margin-top: 15px;
}

#sticky-social {
   right: 0;
   position: fixed;
   top: 80vh;
}

#footer-social-xs a,
#footer-social a {
    background: #fff;
    color: #1b4a64;
}

#footer-social-xs a:hover,
#footer-social a:hover {
    color: #fff;
}

#sticky-social a {
   background: #a1a1a1;
   color: #fff;
}

#sticky-social a[class*="facebook"]:hover,
#footer-social a[class*="facebook"]:hover {
    background: #3b5998;
}

#sticky-social a[class*="twitter"]:hover,
#footer-social a[class*="twitter"]:hover {
    background: #00aced;
}

#sticky-social a[class*="linkedin"]:hover,
#footer-social a[class*="linkedin"]:hover {
    background: #007bb6;
}

#sticky-social a[class*="xing"]:hover,
#footer-social a[class*="xing"]:hover {
    background: #00605e;
}

@media only screen and (max-width : 767px) {
    #sticky-social {
       display:none;
    }
}

/* ==========================================================================
   03. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'TitilliumWeb-Light', sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Padding and margins
/*------------------------------------------*/

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.padding-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.auto-side-margin {
    margin-left: auto;
    margin-right: auto;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-side-15,
a.padding-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}

/*------------------------------------------*/
/*	 Text alignment
/*------------------------------------------*/

.rich-text.justified,
.justified {
    text-align: justify;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Vertical alignment
/*------------------------------------------*/

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items horizontally inside the column */
}

/*------------------------------------------*/
/*	 Theme buttons
/*------------------------------------------*/


.btn {
    border-radius: 0;
}

.btn,
button:focus {
    outline: 0!important;
}

.btn-theme {
	background-color: #1b4a64;
	color: #f7f7f7;
	font-size: 14px;
	padding: 2px 5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme:visited {
    background-color: #1b4a64;
	color: #f7f7f7;
}

.btn-theme:hover{
	background-color: #17425a;
	color: #f7f7f7!important;
}

.btn-file,
.btn-file:focus,
.btn-file:active,
.btn-file.active,
.btn-file:visited{
    background-color: #a1a1a1;
    color: #fff;
}

.btn-file:hover {
    background-color: #909090;
    color: #fff;
}

.btn-def-sub{
    background-color: #1b4a64;
    color: #ffffff;
}

.btn-def-sub:hover{
    background-color: #1b4a64;
    color: #ffffff;
}

/* ==========================================================================
   04. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image
/*------------------------------------------*/

.navbar-brand {
	padding: 2px 15px;
}

/*------------------------------------------*/
/*	 Navigation Menu
/*------------------------------------------*/

.navbar {
    margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 15px 0px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar-fixed-top {
	background-color: rgba(30, 30, 30, 0.45);
	border-bottom: none;
}

.navbar-nav > li > a {
	color: #1b4a64;
	font-size: 15px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Navbar Scroll
/*------------------------------------------*/

.scroll-fixed-navbar.navbar-fixed-top {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
}

.scroll-fixed-navbar > .container > nav > .navbar-nav > li > a {
    color: #1b4a64;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.scroll-fixed-navbar > .container > nav > .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #ffc400;
	background-color: transparent;
}

/*------------------------------------------*/
/*	 Responsive Menu
/*------------------------------------------*/

.navbar-toggle {
    background-color: transparent;
    border: 2px solid #ddd;
    color: #fff;
    float: right;
    margin: 13px 30px 13px 0;
    padding: 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
	background-color: #ddd;
}

.dropdown-menu{
    min-width: 50px;
}

.dropdown-menu li:hover {
    cursor: pointer;
}

.btn-lang {
    background-color: transparent;
    border: none;
    padding: 0 15px;
}

a.dropdown-lang{
    padding-left: 15px;
}

@media(max-width:767px){

    ul.nav.navbar-nav.navbar-right {
        padding-bottom: 30px;
    }

}


/* ==========================================================================
   05. CAROUSEL
   ========================================================================== */

.carousel {
    height: 55%;
    margin-top: 90px;
    z-index: 10;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
    padding-bottom: 0;
    text-align: right;
}

.carousel-caption > h2 {
    color: #6f1f1e;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.carousel-caption.top {
    top: 40px;
    right: 41%;
}

.carousel-caption.upper {
    top: 45px;
    right: 50%;
}

.carousel-caption.middle {
    bottom: 250px;
    right: 30%;
}

.carousel-caption.about-us {
    top: 40px;
    right: 41%;
}

.carousel-caption.about-us h2 {
    color: #fff;
}

.carousel-caption > h2 {
    font-size: 27px;
}

.carousel-caption > h4 {
    color: #727677;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: none;
    padding-right: 5px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    top: 45%;
}


@media(max-width:767px){

    .carousel-caption.middle{
        top: 35%;
        right: 10%;
    }

    .carousel-caption.upper{
        top: 5%;
        right: 10%;
        text-align: left;
    }

    .carousel-caption.top{
        top: 10%;
        right: 8%;
    }


    .carousel-caption > h2 {
        font-size: 14px;
    }

}
@media(min-width:768px) and (max-width:992px) {
	.partner-img {
		/*padding: 20px;*/
	}
}
@media(min-width:992px){
	.partner-img {
		/*padding: 50px;*/
	}
}


/* ==========================================================================
   06. SECTIONS
   ========================================================================== */

/*------------------------------------------*/
/*	 Section background
/*------------------------------------------*/


section.padding-bottom{
    padding-bottom: 50px;
}

section.padding-top {
    padding-top: 50px;
}

section.padding-frame,
.container.padding-frame {
    padding-bottom: 50px;
    padding-top: 50px;
}

section.dark-bg,
div.dark-bg {
    background-color: #eeeeee;
}

section.light-bg,
div.light-bg {
    background-color: #f7f7f7;
}

section.clearfix {
    background-color: #f7f7f7;
    height: 15px;
}

section > .container.light-bg {
    background-color: #f7f7f7;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.section-title {
    margin-bottom: 20px;
}

.titlebar {
	text-align: center;
}

.titlebar h2 {
	color: #1b4a64;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.titlebar h2:after {
    display: block;
    content: "";
    height: 2px;
    width: 40px;
	background: #6ea9d1;
    margin: 15px auto;
    position: relative;
}

.titlebar h4 {
	font-size: 18px;
}

/*------------------------------------------*/
/*	 Section Content
/*------------------------------------------*/

.section-content .img-wrapper.full img,
.section-content .img-wrapper.most img,
.section-content .img-wrapper.mid img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-content .img-wrapper.full img {
    width: 100%;
}

.section-content .img-wrapper.most img {
    width: 75%;
}

.section-content .img-wrapper.mid img {
    width: 50%;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */

#map-canvas{
    width: 99.9%;
    height: 450px;
}

#contact-info {
    background-color: #1b4a64;
    color: #fff;
}

#contact-info h2{
    color: #eee;
}

#contact-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#contact-container ul li {
    display: inline;
    text-decoration: none;
    padding: .2em 1em;
    color: #fff;
}

@media only screen and (max-width : 767px) {

    #contact-container ul li {
        display: block;
        padding: .4em 1em;
    }

}

#contact-container ul li a {
    text-decoration: none;
    color: #fff;
}

#contact-container > ul > li > a > i {
    font-size: 18px;
    padding-right: 10px;
    line-height: 1px;
    vertical-align: middle;
}

form input,
form textarea {
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 0;
}

form input[type=text],
form input[type=email],
form textarea {
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

form input[type=submit]{
    text-transform: uppercase;
}

form input.display-none {
    display: none;
}

.field-placeholder {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

input[type="file"] {
    display: none;
}

/* ==========================================================================
   ABOUT US
   ========================================================================== */

.about-us-article {
    line-height: 1.3;
}

.about-us-article ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}



/* ==========================================================================
   HOME PAGE
   ========================================================================== */


/*------------------------------------------*/
/*	 Section Products
/*------------------------------------------*/

.product-item:hover {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
    -moz-box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
    box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
}

.product-item > a {
    color: #a1a1a1;
}

.product-item > a:hover {
    color: #1b4a64;
    font-weight: 700;
}

.product-item > a > .match-box {
    text-align: center;
    padding: 40px 10px 40px 10px;
}

.product-item > a > .match-box > i {
    font-size: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width : 767px) {

    .match-box {
        height: auto !important;
    }

}

@media only screen and (max-width : 992px) {

    .match-box {
        height: auto !important;
    }

}


/*------------------------------------------*/
/*	 Section Solutions
/*------------------------------------------*/

.circle-list {
    background-color: #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.circle-list.light-bg {
    background-color: #f7f7f7;
}

.circle-list i {
	font-size: 12px;
    padding-right: 10px;
}

.circle-list.light-bg,
.circle-list a {
    color: #a1a1a1;
}

.circle-list.light-bg a:hover,
.circle-list a:hover {
    color: #1b4a64;
    font-weight: 700;
}

/*------------------------------------------*/
/*	 CLIENTS CAROUSEL
/*------------------------------------------*/


.owl-item > .item > img.img-customer {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.owl-item > .item > img.img-customer:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    cursor: auto;
}

#clients-holder > div {
    padding-left:60px;
    padding-right:60px;
}

.btn-nav {
	background-color: transparent;
	color: #333;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btn-nav.left {
    position: absolute;
    top:16%;
    left:1%;
}

.btn-nav.right {
    position: absolute;
    top:16%;
    right:1%;
}

.btn-nav:hover {
	font-weight: 700
}


/*------------------------------------------*/
/*  Section Blog
/*------------------------------------------*/

.blog-box {
    border:1px solid #eeeeee;
    background-color: #eeeeee;
}

.blog-box:hover{
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
    -moz-box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
    box-shadow: 0 4px 7px 0 rgba(143,143,143,1);
}

#blog .blog-post-title-bar h4 {
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin: 20px 0 5px;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*  Side blog items
/*------------------------------------------*/

.flex-parent {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: stretch;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.flex-parent > div {
    flex:1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.padding-parent > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

#news-archive {
    background-color: #eee;
    color: #7d7d7d;
    font-weight:700;
}

.blog-side-item {
    border-bottom:1px solid #eee;
    background-color: #f7f7f7;
}

.blog-side-item a {
    color: #7d7d7d;
}

.blog-side-item a:hover {
    color: #1b4a64;
    font-weight: 700;
}


@media(max-width:767px){

    article.blog-box {
        margin-bottom: 15px;
    }

    .blog-side-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .flex-parent{
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ==========================================================================
   BLOG PAGE
   ========================================================================== */

#blog-title {
    color: #1b4a64;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom:20px;
    text-transform: uppercase;
}

#blog-intro {
    margin-bottom: 30px;
}

#blog-content {
    padding-left: 0;
}

img.left {
    float: left;
    margin-right: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
}

.features-box {
    margin-bottom: 30px;
}

.icon-box {
    float: left;
    height: 100%;
    line-height: 12px!important;
    text-align: left;
    width: 20px;
}

.icon-box i {
	color: #a1a1a1;
    font-size: 7px;
}

.features-text {
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: justify;
}

.features-text p {
	font-size: 16px;
    font-weight: 300;
	line-height: 1.3;
}


/* PRODUCT GROUP PAGE */

#product-group .section-content {
    border:1px solid #eeeeee;
}

.table-column {
    display: table;
}

.table-cell {
    display:table-cell;
    vertical-align:middle;
}

.table-cell.justify {
    text-align: justify;
}

.icon-placeholder {
    font-size: 7px;
    margin-left:auto;
    margin-right:auto;
    text-align:right;
}

.title-placeholder {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

.title-placeholder h3.item-title {
    color: #1b4a64;
    font-size: 24px;
    margin-bottom: 0;

}

.product-content-placeholder h3,
.child-placeholder h3 {
    text-transform: uppercase;
    color: #1b4a64;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.stream-field .child-placeholder a.btn {
	margin-bottom: 20px;
}

.product-content-placeholder .stream-field .features-box,
.features-box {
    margin-bottom: 0;
	padding-bottom: 10px;
}


.features-text .block-header p {
    font-weight: 700!important;
    margin-bottom: 0;
}

.features-text .block-content {
    margin-bottom: 15px;
}

.btn-collapse-in.hide {
    display: none;
}

.btn-download {
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-download {
    color: #f7f7f7;
    font-size: 20px;
    text-transform: uppercase;
}

.btn-download:hover {
    background-color: #17425a;
    color: #f3f3f3;
}

.btn-download a:hover{
    color: #f7f7f7;
}

.btn-collapse-out {
    display: block;
    margin: 20px auto;
}

.rich-text > ul > li:before {
    color: #a1a1a1;
    content: "\f111";
    display: inline-block;
    font: normal normal normal 7px/1 FontAwesome;
    padding-right: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    padding-bottom: 4px;
}


.img {
    position: relative;
    float: left;
    width:  100%;
    height: 180px;
	background: 50% 50% no-repeat;
	background-size: cover;
}



.item .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
    display: block;
    background: rgba(0, 0, 0, .3);
    z-index:1000;
}





.blog .img-wrapper.most img,
.blog .img-wrapper.full img {
    width: 100%;
}






@media only screen and (max-width : 767px) {
    #news-archive,
    .side-blog-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.partner-img img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

@media(max-width:767px){
	.partner-img {
		padding: 10px;
	}
}
@media(min-width:768px) and (max-width:992px) {
	.partner-img {
		/*padding: 20px;*/
	}

    #blog-social-parent {
        display: block;
    }

    #page-wrapper.padding-top{
        padding-top: 120px;
    }
}
@media(min-width:992px){
	.partner-img {
		/*padding: 50px;*/
	}
}





@media only screen and (max-width : 767px) {

    .vertical-align {
      display: block!important;
    }

    .vertical-align > [class^="col-"],
    .vertical-align > [class*=" col-"] {
      display: block!important;
    }

    .padding-tb-15 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media only screen and (max-width : 992px) {

    .vertical-align {
      display: block!important;
    }

    .vertical-align > [class^="col-"],
    .vertical-align > [class*=" col-"] {
      display: block!important;
    }
}

#blog-social-parent > div {
    padding-left: 15px;
}

#linkedin-widget-parent > span,
#twitter-widget-parent > iframe {
    position: absolute!important;
    top: 2px;
}

#linkedin-widget-parent{
    margin-left: 65px;
}


@media only screen and (max-width : 767px) {

    .child-placeholder .rich-text img {
        width: 100%;
        height: auto;
    }

    #published-sm {
        display: none;
    }

}

span.help-block {
    font-size: 14px;
}

li.success,
li.error {
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
}

li.error {
    color: #1b4a64;
}

li.success {
    color: #3c763d;
}

.justified,
.justified p,
.justified div {
    text-align: justify;
}

.recaptcha {
    justify-content: flex-start!important;
}

@media (max-width : 992px) {
    .recaptcha {
        justify-content: center!important;
        margin-bottom: 10px;
    }
}
