@import url('Hero-Light.css');
@import url('Hero-Regular.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

.container ol, .container ul {
	list-style: disc;
	margin-left:30px;
	margin-bottom:12px;
	line-height:1.8em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Hero-Regular';
    overflow-x: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}

header {
    background-image: url('../images/DA_header-01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 0;
}

header#home {
    position: relative;
    padding: 0;
}

header .row { margin: 0; }

.header-page{
	display: table;
    float: left;
    width: 100%;
    height: 120px;
}

.header-headings {
    font-size: 16px;
    color:#ffffff;
    text-transform: uppercase;
}

.header-box {
    line-height: 100px;
    height: 100px;
    margin: 0;
}

.header-content-box {
    padding: 100px 0 !important;
}

#logo img {
    margin: 15px 0 0 0;
    height: 69px;
    width: 110px;
}

.h1, h1 {  
    padding: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 65px;
    text-transform: uppercase;
}

header h1 {
    margin-top: 0;
    font-size: 54px;
    font-weight: lighter;
}

.h2, h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.h3, h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.h4, h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-info h4 { 
    margin-bottom: 10px;
    font-weight: normal;
}

.contact-person.col-md-3 {
    padding-left: 0;
    min-width: 115px;
    margin-right: 55px;
}

.h5, h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.h6, h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

strong, b, .blod, .strong { font-weight: bold; }

p { margin-bottom: 12px;
	line-height:1.8em; }

img { max-width: 100%; }

img.round { border-radius: 50%; }
img.center { margin: 0 auto; }

.col-md-4 img {
    margin-top: 55px;
    margin-bottom: 15px;
}

a { 
    color: white;
    font-family: 'Hero-Regular';
}

a:hover{
    text-decoration: none;
    color: #FDD501;
}

.grid-section {
	color: #333;
}

.grid-section .col-md-12.column h1 {
    margin-top: 55px;
}

.container .row.clearfix {
    padding-bottom: 65px;
}

.text-template .container .row.clearfix{
	padding-bottom: 15px;
}

.grid-section a { 
    color: #333;
	text-decoration:underline;
    font-family: 'Hero-Regular';
}

.grid-section a:hover{
    text-decoration: none;
    color: #000;
}

em.thin {
    font-weight: 400;
    color: #9B9B9B;
}

label {
    color: #303030;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dropdown, .dropup { position: inherit; }

#main-menu { float: left; }

.navbar-toggle {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border-right: 1px solid #33322E;
}

.navbar-toggle .icon-bar {
    background-color: #33322E;
    width: 27px;
}

nav { position: relative; }

nav ul {
    list-style-type: none;
    display: table;
	margin-left:0px !important;
	position: relative;
}

nav ul li {
    float: left;
    color: #333;
    display: table;
    cursor: pointer;
    font-size: 14px;
    margin-left: 0;
	margin-right: 10px;
    font-weight: bold;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

nav li a { color: #333; }

nav li a:hover,
nav li a:active {
    color: #16a9d1;
    text-decoration: none;
}

.nav-arrow { 
    font-size: 11px;
    color: #16a9d1;
}

.nav-arrow:before { 
    float: left; 
    line-height: 35px;
    padding-left: 3px;
}

.yellow nav li a,
.yellow nav li a:hover,
.yellow nav li a:active { 
	color: #373739; 
}

nav li ul.submenu.level-2 {
    background: rgba(16, 15, 0, 0.8);
    position: absolute;
    text-align: left;
    display: none;
    z-index: 999;
    padding: 0;
    margin: 0;
}

nav li ul.submenu.level-3 {
    text-align: left;
    display: table;
    z-index: 999;
    padding: 0 0 0 2px;
    margin: 0;
}

nav li:hover > ul.submenu {
    display: table;
}

nav li > ul.submenu li{
    line-height: 25px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

nav li > ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 0 5px;
    min-width: 200px;
    line-height: 35px;
}

.yellow nav li > ul li a { color: #fff; }
.yellow nav li > ul li a:hover { color: #16a9d1; }

ul.ul-header {
    margin: 0;
    padding: 0;
}

ul.ul-header li {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    color: #FDD501;
    width: 100%;
    text-transform: uppercase;
}

ul.ul-header li.glyphicon-menu-right:before {
    padding: 0;
    margin-right: 5px;
    float: left;
}

ul.ul-header li a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-links {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: none;
    max-width: 1280px;
}

.button-links li {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    float: left;
    width: 12.5%;
    display: block;
    height: 152px;
}

.button-links li:hover { background-color: #565451; }

.button-links img {
    width: 90px;
    margin: 0 auto;
    display: block;
}

ul.button-links span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 16px;
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.uppercase { text-transform: uppercase; }

.dark,
.light,
.yellow,
.blue,
.purple {
	display: block;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #000;
}

.dark .row,
.light .row,
.yellow .row,
.blue .row,
.purple .row {
	margin: 0;
}

.black-transparent-background {
    background-color: white !important;
}

.yellow {
	/*background: #16a9d1!important;*/
    background: #ffffff!important;
    position: relative;
    z-index: 9;
}

.yellow h1 { color: #373739; }
.yellow h2 { color: #373739; }

.white { 
    background: #ffffff!important; 
    position: relative;
    z-index: 9;
}

.blue { 
    background: #51c1f5!important;
    position: relative;
    z-index: 9;
}

.purple { 
    background: #C2357B!important; 
    position: relative;
    z-index: 9;
}

.light { 
    background: #EAE9E5!important;
    position: relative;
    z-index: 9;
}

.gray {
    background-color: #F6F6F6!important; 
    position: relative;
    z-index: 9;
}

.dark { 

    background: #33322E!important; 
    position: relative;
    z-index: 9;
}

.grid-section .col-md-12.column {
    margin: 0;
    padding: 0;
}

.row.home-page { margin: 0; }

.home-page-content .grid-section .col-md-6.column {
    padding-bottom: 25em;
    margin-bottom: -25em;
}

.home-page-content .col-md-6.column:nth-of-type(2n) div,
.home-page-content .col-md-6.column:nth-of-type(2n+1) div {
    margin: 15px auto 0;
}

.home-page-content .container {
    padding-top: 15px;
}

.grid-section .yellow a,
.grid-section .light a,
button {
    background-color: #33322E;
	text-decoration: none;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    max-width: 400px;
    margin: 20px auto 0;
    color: white;
    border: none;
}

input.btn.primary {
    background-color: #33322E;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    max-width: 400px;
    color: white;
    border: none;
    height: 44px;
	float: left;
}

.submit-btn {
    background-color: #33322E;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    max-width: 400px;
    margin: 50px auto 50px;
    color: white;
    border: none;
    height: 44px;
}

input, select {
    border: 1px solid #CACACA;
    background-color: white;
    border-radius: 3px;
    padding: 5px 8px;
    height: 36px;
    width: 100%;
}

input[type=file] {
	max-width: 400px;
}

textarea {
    border: 1px solid #CACACA;
    background-color: white;
    border-radius: 3px;
    padding: 5px 8px;
    height: 113px;
    width: 100%;
    max-width: 800px;
    min-width: 100px;
    max-height: 500px;
    min-height: 72px;
}

ul.home-tags {
    top: 80px;
    right: 0;
    width: 125px;
    text-align: right;
    font-weight: bold;
    position: absolute;
    padding-right: 10px;
    display: block!important;
}

ul.home-tags li {
    width: 100%;
    display: table;
    line-height: 1.2;
    margin-bottom: 45px;
}

ul.home-tags hr {
    border: 0;    
    width: 30px;
    right: -10px;
    float: right;
    margin-top: 5px;
    margin-bottom: 0;
    position: relative;
    border-top: 1px solid #373739;
}

.grid-section .dark ul.home-tags li {
    color: #16a9d1;
}

.grid-section .dark ul.home-tags hr {
    border-top-color: #16a9d1;
}

.grid-section .container .row.clearfix div.col-md-6:nth-child(3) ul.home-tags {
    left: 0;
    top: 40px;
	margin-left: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 10px;
}

.grid-section .container .row.clearfix div.col-md-6:nth-child(3) ul.home-tags hr {
    right: 0;
    float: left;
    left: -10px;
}

.grid-section .dark a {
    background-color: #16a9d1;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    max-width: 400px;
    margin: 20px auto 0;
    color: #33322E;
    border: none;
}

.grid-section .dark h1 { color: #16a9d1!important; }
.grid-section .dark h2 { 
    border-color: #16a9d1!important; 
    color: #16a9d1!important;
}

.grid-section .yellow,
.grid-section .light { color: #373739; }

.grid-section .dark { color: #E7E7E7; }

.text-template,
.business-solution-template {
    margin: 0;
    position: relative;
    color: #373739;
}

.text-template .grid-section .container,
.business-solution-template .grid-section .container {
    padding-right: 30px;
	padding-left: 30px;
}

.text-template .grid-section .col-md-12.column,
.business-solution-template .grid-section .col-md-12.column {
    padding-right: 15px;
    padding-left: 15px;
}

.text-template .grid-section .col-md-12 h2,
.business-solution-template .grid-section .col-md-12 h2 { border-bottom: none!important; }

.business-solution-template .col-md-1 img { width: 100%; }

.business-solution-template .col-md-11 h1 {
    left: -25px;
    margin: 0 0 35px;
    position: relative;
}

.text-template .col-md-12 h1,
.business-solution-template .col-md-12 h1 { margin: 0 0 35px; }

.bottom-navigation {
    margin: 0;
    padding: 0;
}

footer {
    /*background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
    padding: 50px 0 30px;
    position: relative;
    z-index: 99;*/
    background-image: url('../images/footer-01.jpg');
	background-position: top -100px center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0 30px;
    position: relative;
	min-height: 250px;
    z-index: 99;
}

footer .row { 
	margin: 0; 
	position: relative;
}

footer .contact-info p {
    line-height: 1.2;
}

footer .contact-info p:first-child{
	margin-bottom: 18px;
}

footer h6,
footer h6 a {
    color: #FDD501;
    margin-bottom: 15px;
}

ul.footer-menu {
    padding: 0;
    margin: 0 0 35px;
    list-style-type: none;
}

ul.footer-menu li {
    margin: 0 0 12px;
}

.footer-image {
    max-height: 290px;
    height: 290px;
    position: relative;
    left: -60px;
}

.container {
    background-color: white;
}

.blue .container,
.purple .container,
.light .container,
.yellow .container,
.gray .container,
.dark .container,
header .container,
footer .container {
    background-color: transparent!important;
}

.padding-r-80 { padding-right: 80px!important; }
.padding-l-80 { padding-left: 80px!important; }

.no-padding { padding: 0!important; }

.padding-top-125 { padding-top: 125px!important; }

.margin-bottom150 {
    margin-bottom: 150px !important;
}

.margin-bottom125 {
    margin-bottom: 125px!important;
}

.margin-bottom100 {
    margin-bottom: 100px !important;
}

.margin-bottom75 {
    margin-bottom: 75px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom25 {
    margin-bottom: 25px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.never-display { display: none!important; }

.contact-page { padding-bottom: 60px; }

.carousel-control {
    background: transparent !important;
}

.carousel-inner {
    overflow: visible;
}

.carousel-inner .item {
    background-repeat: no-repeat !important;
    background-size: cover;
	height: 886px;
}

.carousel-inner .item .container {
    background-color: transparent;
    padding: 130px 0;
}

.carousel-inner .item .container h1 {
    margin-top: 0;
    font-size: 54px;
    font-weight: lighter;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.field-validation-error {
    color: red;
    font-weight: 600;
}

#language-selector {
    position: absolute;
    margin: 5px 0 12px;
    right: 20px;
    width: 100%;
    padding: 0;
    top: 0;
}

#language-selector img {
    width: 25px;
    height: 25px;
}

#language-selector li {
    line-height: 26px;
    margin: 0 5px;
    float: right;
    padding: 0;
}

#social-media {
    list-style: none;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
}

#social-media li {
    float: left;
    margin-left: 12px;
}

#social-media-header {
	float: right;
    list-style: none;
    margin-bottom: 0;
    padding-top: 5px;
	display: inline-block;
}

ul#social-media-header li {
    margin: 0;
    padding: 0;
}

ul#social-media-header img {
    display: block;
    max-height: 25px;
    line-height: 50px;
}

.scrollup {
    position: fixed!important;
    height: 100px;
    width: 100%;
    z-index: 99;
}

.scrollup:hover {
    opacity: 1 !important;
}

header .container {
    padding-left: 0;
    padding-right: 0;
}

.contourFieldSet .row-fluid,
.contourNavigation.row-fluid {
    margin-left: -15px;
}

.col-md-6 iframe {
    margin: 0 auto;
    display: block;
}

.gallery-row a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.gallery-row a img {
    height: 75px;
    width: 100px;
    background-size: 100% 100%;
    background-position: center;
}

.ekko-lightbox {
    padding-left: 0!important;
    padding-right: 0!important;
}

.ekko-lightbox .modal-content {
    top: 10px;
}

.ekko-lightbox.modal .modal-header {
    display: none;
}

.ekko-lightbox.modal .modal-footer {
    text-align: center;
    font-style: italic;
    color: #808080;
    font-size: 13px;
}

@media(min-width: 1900px){
    .carousel-inner .item {
		height: auto;
		min-height: 945px;
	}
}

@media(max-width: 1380px){
    .carousel-inner .item {
		height: auto;
		min-height: 679px;
	}
}

@media(max-width: 1280px){
    ul.button-links {
        max-width: 1150px;
    }
}

@media(max-width: 1200px) {
    .business-solution-template .col-md-1 { width: 95px; }
    .business-solution-template .col-md-11.column { width: 845px; }
	
	.carousel-inner .item {
		height: auto;
		min-height: 591px;
	}
	
	nav ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	ul#social-media-header {
		position: absolute;
		top: -35px;
		right: 0;
	}
}

@media(max-width: 1150px){
    ul.button-links {
        max-width: 1024px;
    }

    ul.button-links li { height: 170px; }

    .home-page-content .col-md-6.column:nth-of-type(2n) div {
        margin: 85px 160px 85px auto;
    }

    .home-page-content .col-md-6.column:nth-of-type(2n+1) div {
        margin: 85px auto 85px 160px;
    }
}

@media(max-width: 1023px){
    ul.button-links {
        max-width: 992px;
    }

    ul.button-links li { height: 170px; }
	
	.carousel-inner .item {
		height: auto;
		min-height: 504px;
	}
}

@media(max-width: 992px){
    header#home { background-size: 860px 600px; }

    .container { width: 820px; }
    .h2, h2 { line-height: 30px; }

    .business-solution-template .col-md-1 { width: 95px; float: left; }
    .business-solution-template .col-md-11.column { width: 695px; }
    .business-solution-template .col-md-11 h1 { left: -10px; }

    .home-page-content .grid-section .yellow .col-md-6.column:nth-of-type(2n), 
    .home-page-content .grid-section .light .col-md-6.column:nth-of-type(2n),
    .home-page-content .grid-section .dark .col-md-6.column:nth-of-type(2n) { border: none; }

    .home-page-content .col-md-6.column:nth-of-type(2n) div,
    .home-page-content .col-md-6.column:nth-of-type(2n+1) div { 
        width: 95%;
        margin: 30px auto 50px;
    }

    ul.home-tags { display: none!important; }

    .grid-section .yellow a,
    .grid-section .light a,
    .grid-section .dark a,
    .submit-btn,
    button {
        margin: 0 auto;
    }

    .button-links img { width: 60px; }
    ul.button-links span { font-size: 11px; }

    ul.button-links li { 
        width: 12.73%;
        height: 128px;
    }

    ul.button-links li:first-child,
    ul.button-links li:last-child { width: 11.8%; }

    .text-template .grid-section .col-md-8.column,
    .business-solution-template .grid-section .col-md-8.column {
        width: 66.66666667%;
        float: left;
    }

    .text-template .grid-section .col-md-4.column,
    .business-solution-template .grid-section .col-md-4.column { 
        width: 33.33333333%;
        float: left;
    }

    .text-template .grid-section .col-md-6.column,
    .business-solution-template .grid-section .col-md-6.column {
        width: 50%;
        float: left;
    }

    .contact-person.col-md-3 {
        width: 50%;
        float: left;
        margin: 0!important;
    }

    .contact-person img {
        margin: 0 auto 15px!important;
        display: block;
    }

    .carousel-inner .item .container {
        padding: 90px 0;
    }
}

@media(max-width: 991px) {
	nav ul li {
		padding-right: 4px;
		padding-left: 4px;
		margin-right: 5px;
		font-size: 13px;
	}
}

@media(max-width: 830px) {
    .button-links img { width: 50px; }
    ul.button-links span { font-size: 10px; }

    header#home { background-size: 700px 560px; }
    .margin-bottom125 { margin-bottom: 100px!important; }
    .padding-top-125 { padding-top: 100px!important; }

    .carousel-inner .item .container {
        padding: 60px 0;
    }
}

@media (min-width: 768px) and (max-width: 830px) {
    .container { 
        width: 735px; 
        padding: 0;
    }

    nav ul li { margin-left: 20px; }
    ul.button-links span { font-size: 70%; }
}

@media(max-width: 767px) {
	.carousel-inner .item {
		height: auto;
		min-height: 378px;
	}
	
    .carousel-inner .item .container h1 {
        font-size: 32px;
        line-height: 40px;
    }

    header#home { background-size: 550px 402px; }
    .container { width: 690px; }

    #logo {
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    #logo img {
        margin: 5px auto 5px!important;
        padding: 0!important;
        position: absolute;
        display: block;
        width: 64px;
        height: 40px;
        left: 0;
        right: 0;
    }

    .header-box { height: auto; }

    .yellow.header-box {
        background-color: transparent!important;
    }

    .yellow .navbar-header { 
        border-bottom: 1px solid #33322E;
        background-color: #fff;
        width: 100%;
    }

    .black-transparent-background .navbar-header { 
        border-bottom: 1px solid #FFFFFF; 
        width: 100%;
    }

    .header-box .container { 
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .header-box .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .yellow #navbar { 
        background-color: #fff;
        float: left!important; 
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
    }

    .black-transparent-background #navbar {
        float: left!important;
        width: 100%;
    }

    nav ul li { 
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        line-height: 35px;
    }

    nav li ul.submenu.level-2 {
        background: transparent;
        position: relative;
        display: block;
    }

    nav li ul.submenu.level-2 li a,
    .nav-arrow {
        color: #373739;
    }

    .margin-bottom125 { margin-bottom: 45px !important; }
    .padding-top-125 { padding-top: 45px !important; }

    ul.button-links li,
    ul.button-links li:last-child,
    ul.button-links li:first-child { 
        width: 25%; 
        height: auto;
    }

    .business-solution-template .col-md-11.column {
        width: 680px;
    }

    .carousel-inner .item .container {
        padding: 25px 0;
    }
	
	footer {
		background-size: auto;
	}
}

@media(max-width: 720px) {
    .container { width: 650px; }

    .header-page { 
        height: 200px; 
        border-bottom: none;
    }

    .text-template, 
    .business-solution-template {
        display: table;
        width: 100%;
        margin: 0;
        top: 0;
    }

    .text-template .grid-section .container, 
    .business-solution-template .grid-section .container {
        padding: 30px 20px;
        margin: 0 auto;
    }

    .business-solution-template .col-md-11.column {
        width: 650px;
    }

    ul.button-links li,
    ul.button-links li:last-child,
    ul.button-links li:first-child { 
        height: 110px;
    }
}

@media(max-width: 680px) {
    .container { width: 600px; }

    header#home { background-size: 410px 400px; }

    .header-headings { color: #ffffff; }

    .header-page { 
        height: 200px; 
        border-bottom: none;
    }

    .text-template, 
    .business-solution-template {
        margin: 0;
        top: 0;
    }

    .text-template .grid-section .container, 
    .business-solution-template .grid-section .container {
        padding: 20px;
        margin: 0 auto;
    }

    .contact-page .grid-section .col-md-6.column {
        width: 100%;
        margin-bottom: 25px;
    }

    .business-solution-template .col-md-11.column {
        width: 590px;
    }
}

@media(max-width: 620px) {
    .container { width: 500px; }

    header#home { background-size: 320px 382px; }

    .header-page { 
        height: 200px; 
        border-bottom: none;
    }

    .text-template, 
    .business-solution-template {
        margin: 0;
        top: 0;
    }

    .text-template .grid-section .container, 
    .business-solution-template .grid-section .container {
        padding: 20px;
        margin: 0 auto;
    }

    .business-solution-template .col-md-11.column {
        width: 490px;
    }

    .text-template .grid-section .col-md-8.column,
    .business-solution-template .grid-section .col-md-8.column,
    .text-template .grid-section .col-md-4.column,
    .business-solution-template .grid-section .col-md-4.column {
        width: 100%;
    }

    .col-md-4 img {
        margin: 15px auto 15px;
        display: block;
    }

    .hide-on-620-device { display: none!important; }
    .full-width-on-620-device { width: 100%!important; }
    .full-width-on-620-device .col-md-6.col-xs-12,
    .full-width-on-620-device .contact-info {
        margin: 0;
        padding: 0;
    }

    body { font-size: 13px; }

    h1, .h1,
    .text-template .col-md-12 h1,
    .business-solution-template .col-md-12 h1 { 
        font-size: 32px; 
        margin: 0 0 20px;
        line-height: 38px;
    }

    .carousel-inner .item .container h1 {
        font-size: 32px;
        line-height: 30px;
    }

    .header-headings { color: #ffffff; }
    .header-headings h1 { font-size: 36px; }

    h2, .h2 { font-size: 28px; }
    .home-page-content .grid-section h2 { font-size: 17px!important; }

    h3, .h3 { font-size: 24px; }
    h4, .h4 { 
        font-size: 20px;
        margin-bottom: 12px;
    }
    h5, .h5 { font-size: 16px; }
    h6, .h6 { font-size: 14px; }
}


@media(max-width: 520px) {
    .container { width: 400px; }

    .header-content-box { width: 100%; }

    header#home { background-size: 320px 382px; }

    #logo { width: 230px; }

    .header-page { 
        height: 200px; 
        border-bottom: none;
    }

    .text-template, 
    .business-solution-template {
        margin: 0;
        top: 0;
    }

    .text-template .grid-section .container, 
    .business-solution-template .grid-section .container {
        padding: 20px;
        margin: 0 auto;
    }

    .business-solution-template .col-md-11.column {
        width: 390px;
    }
	
	#social-media{
		position: relative;
		padding: 0;
		margin: 0;
	}
	
	#social-media li {
		margin-right: 12px;
		margin-left: 0;
	}
	
	.carousel-inner .item {
		height: auto;
		min-height: 256px;
	}
}

@media(max-width: 420px) {
    .container {
        width: 300px; 
    }

    #logo { width: 200px; }

    .header-page { 
        height: 200px; 
        border-bottom: none;
    }

    .text-template, 
    .business-solution-template {
        margin: 0;
        top: 0;
    }

    .text-template .grid-section .container, 
    .business-solution-template .grid-section .container {
        padding: 20px;
        margin: 0 auto;
    }

    .business-solution-template .col-md-1 { display: none!important }

    .business-solution-template .col-md-11.column {
        width: 100%;
    }

    .business-solution-template .col-md-11 h1 { left: 0; }

    ul.button-links li, 
    ul.button-links li:last-child, 
    ul.button-links li:first-child {
        width: 50%;
        height: auto;
    }
}

@media(max-width: 320px) {
    .container { width: 250px; }
    header#home { background-size: 320px 415px; }

    h1, .h1,
    .text-template .col-md-12 h1,
    .business-solution-template .col-md-12 h1 { 
        font-size: 26px; 
        margin: 0 0 20px;
        line-height: 30px;
    }
    
    .header-headings { color: #ffffff; }
    .header-headings h1 { font-size: 28px; }

    h2, .h2 { font-size: 22px; }
    .home-page-content .grid-section h2 { font-size: 15px!important; }

    h3, .h3 { font-size: 20px; }
    h4, .h4 { 
        font-size: 18px;
        margin-bottom: 12px;
    }
    h5, .h5 { font-size: 16px; }
    h6, .h6 { font-size: 14px; }
    body { font-size: 12px; }

    .header-page { height: 120px; }

    .grid-section .yellow a, .grid-section .light a, .submit-btn, button { font-size: 12px; }
	
	.carousel-inner .item {
		height: auto;
		min-height: 158px;
	}
}

.some-class{
	padding-bottom: 0px !important;
	margin-top: -50px;
}

@media ((max-width: 720px) and (min-width: 680px)){
	.some-class{		
		margin-top: -110px;
	}
}

@media ((max-width: 679px) and (min-width: 620px)){
	.some-class{		
		margin-top: -90px;
	}
}

@media (min-width: 768px){
	.navbar-collapse.collapse {
		margin-top: 50px;
	}	
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
