/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


/* Global Styles */

html,
body {
    height: 100%;	
    font-family: 'Lato', sans-serif;
}

body {
    padding-top: 50px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

p {
	line-height: 2em;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.form-hid-trick {
  position: absolute;
  left: -999em;
  visibility: hidden;
}


/* Home Page Carousel */

.slider-content {
    width: 1170px;
    margin: 0 auto;
}

header.carousel {
    height: 600px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

.description-detail ul {}

ul.checkmark,
ul.checkmark-content {
    list-style-type: "\2713\0020   ";
    margin: 20px;
}

ul.checkmark li {
    margin-bottom: 10px;
}

ul.checkmark-content li:before {
    content: "\2713\0020";
    font-size: 3em;
}

ul.checkmark-content li {
    margin-bottom: 40px;
}

ul.checkmark-content li:before {
    content: "\2713\0020";
    color: #011627;
    background-color: #00c5dc;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100% 100%;
    text-align: center;
    margin-right: 30px;
    float: left;
}

.form-control {
    background-color: transparent;
    border: 1px solid #011627;
    box-shadow: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6);
}

.contact-me {
    background-image: url('/images/header_img_white.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.contact-massage {
    height: 200px;
    margin-top: 150px;
    font-size: 4vw;
    color: #011627;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}

.contact-massage::before {
    position: absolute;
    top: 0px;
    height: 100%;
    background: #00c5dc;
    width: 100%;
    left: -100%;
    content: "";
    z-index: 500;
}

.contact-massage::after {
    position: absolute;
    top: 0px;
    height: 100%;
    background: #00c5dc;
    width: 100%;
    left: 200%;
    content: "";
    z-index: 500;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: red;
    transition: opacity 250ms ease-in-out;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
    transition: opacity 250ms ease-in-out;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

.breadcrumb {
    background-color: #00c5dc;
}

.header-img {
    width: 100vw!important;
    height: 300px!important;
}

.carousel-description {
    width: 60%;
    height: 100%;
    float: left;
    padding-left: 15px;
    padding-top: 30px;
}

.screenshot-wrapper {
    float: left;
    width: 40%;
    height: 100%;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.screenshot-wrapper img {
    margin-top: 80px;
    margin-bottom: 20px;
    -webkit-filter: drop-shadow( 3px 3px 3px #fff);
    filter: drop-shadow(0px 0px 3px #fff);
}

.carousel-description h1 {
    text-transform: uppercase;
    color: #00c5dc;
	font-size: 320%;
	line-height: 200%;
	font-weight: bold;
	margin-top: 30px;
}

.carousel-description h2 {
    text-transform: uppercase;
    color: #00c5dc;
	line-height: 150%;	
	margin-top: 20px;
}

.description-detail,
.slider-list {
    font-size: 18px;
    padding: 20px 0px;
    color: #fff;
}

.slider-list {
    padding-top: 5px;
    margin-bottom: 30px;
}

.carousel-control {
    width: 10%;
}

.slider-button {
    padding: 15px 25px;
    color: #011627;
    border-radius: 5px 5px;
    text-transform: uppercase;
    margin-right: 5px;
    transition: background-color 0.5s ease;
    font-weight: 700px;
}

.footer-button {
    padding: 20px 30px;
    color: #011627;
    border-radius: 5px 5px;
    text-transform: uppercase;
    margin-right: 5px;
    transition: background-color 0.5s ease;
    font-weight: 700px;
    margin-top: 120px!important;
}

.slider-button:hover,
.footer-button:hover {
    text-decoration: none;
    background-color: #fff;
}

.buy {
    background-color: #ff5904;
    color: #fff;
}

.try {
    background-color: #00c5dc;
    color: #fff;
}

.read-more {
    background-color: #00c5dc;
    border-color: #00c5dc;
    transition: background-color 0.2s ease-in-out;
    color: #fff;
}

.read-more:hover {
    background-color: #011627;
    color: #fff;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 60px;
    color: #fff;
    margin-left: -40px;
    margin-right: -40px;
}

.carousel-indicators li {
    border-color: #f4d873;
}

.carousel-indicators .active {
    background-color: #f4d873;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.button-wraper {
    width: 100%;
	text-align: center;
	margin-top: 50px;
}

.button-wraper2 {
    float: right;
    width: 100%;
}


/******** Logo ********/

.navbar {
    /*min-height: 70px;
	display: flex;
    align-items: center;*/
    background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #011627;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li {
    /*min-height: 70px;*/
    border-bottom: 4px solid transparent;
    transition: border 0.5s ease;
}

.navbar-inverse .navbar-nav>li:hover {
    border-bottom: 4px solid #00c5dc;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #00c5dc;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #00c5dc;
}

.navbar-inverse .navbar-toggle {
    border-color: #00c5dc;
    background-color: #00c5dc;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    font-weight: 700;
    color: #ff5904;
    background-color: transparent;
}

.panel-default>.panel-heading {
    color: #00c5dc;
    color: #fff;
    background-color: #011627;
    background-color: #00c5dc;
}

.panel-primary>.panel-heading {
    color: #00c5dc;
    background-color: #011627;
}

.label-success {
    background-color: #ff5904;
}

.logo-left {
    color: #011627;
}

.logo-right {
    color: #00c5dc;
}

.breadcrumb {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 30px;
}

.breadcrumb a {
    color: #00c5dc;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

.blog h2 a {
    color: #00c5dc;
}

.blog h2 a:hover,
.blog h2 a:focus {
    color: #011627;
    text-decoration: none;
}

.pager li>a,
.pager li>span {
    color: #00c5dc;
}

.pager li>a:hover {
    background-color: #011627;
    border-color: #011627;
}

.well-blog {
    padding: 40px;
}

.fa-search {
    color: #00c5dc;
}

.input-group-btn .btn-default {
    background-color: #011627;
}


/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.downloads-table {
    margin-bottom: 30px;
}

.downloads-table tr:first-child {
    background-color: #00c5dc;
    color: #fff;
}

.downloads-table tr td {
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
}

.downloads-table tr td:last-child {
    width: 60%;
}

.downloads-table tr td:first-child {
    width: 5%;
}

.downloads-table a {
    color: #00c5dc;
}

.downloads-btn {
    width: 50px;
    height: 50px;
    background-color: #00c5dc;
    text-align: center;
    display: inline-block;
}

.fa-download {
    vertical-align: middle;
}


/* Footer Styles */

h3 a {
    color: #00c5dc;
    transition: color 0.5s ease-in-out;
}

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

.well {
    width: 100vw;
    margin: 0px!important;
    padding: 40px 120px;
    color: #fff;
    background-color: #011627;
    border: 0px;
    border-radius: 0px;
}

.well .btn-default,
.panel .pricing {
    background-color: #ff5904;
    border-color: #ff5904;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    transition: background-color 0.5s ease;
    min-width: 200px;
}

.well .btn-default:hover {
    border-color: #fff;
    background-color: #fff;
    color: #011627;
}

.panel .pricing {
    width: 40%;
    margin: 0 auto;
    min-width: 200px;
}

.panel .pricing:hover {
    border-color: #011627;
    background-color: #011627;
    color: #00c5dc;
}

.table {
    width: 100%;
    margin-bottom: 30px;
    border: 0px!important;
}

.table th,
.table td {
    border-top: none !important;
    border-left: none !important;
}

.first td {
    color: #00c5dc;
}

.first {
    border-bottom: 1px solid #333;
    color: #00c5dc;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.well .col-md-3 a {
    color: #fff;
}

.well .col-md-3 a:hover {
    color: #00c5dc;
    text-decoration: none;
}

footer .row {
    background-color: #00c5dc;
    width: 100vw;
    color: #333;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}

.pagination>li>a,
.pagination>li>span {
    color: #00c5dc;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #011627;
    border-color: #011627;
    color: #00c5dc;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #00c5dc;
    border-color: #00c5dc;
    color: #011627;
}

.menu-try {
	color: #00c5dc !important;
	/*font-weight: bold;*/
}

.menu-buy {
	color: #ff5904 !important;
	/*font-weight: bold;*/
}

.cdld-services {
	padding: 4em 0 0 0;
	margin-top: 30px;
    clear: both;
}

.cdld-white {
    background: #fff;
/*    border: 1px solid #e6e6e6;*/
    border-left: none;
    border-right: none;
}

.cdld-gray {
    background: #f5f5f5;
    border-left: none;
    border-right: none;
}

.services .icon i {
    font-size: 50px;
    color: #00c5dc;
    z-index: 1;
}

.services {
        margin-bottom: 50px;
        position: relative;
        z-index: 0;
        padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .services {
         margin-bottom: 3em;
    }
}

.services .icon {
    position: relative;
/*    margin-bottom: 30px;*/
    display: inline-block;
}

.services .desc h3 {
    font-size: 26px;
    font-weight: 300;
	line-height: 1.5em;
	margin: 30px 0;
}

table.labels {
	margin: 30px auto;
	float: left;
	width: 50%;
}

table.labels td {
	text-align: center;
	width: 12.5%;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

	table.labels {
		width: 100%;
	}
}

@media(max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #00c5dc;
        color: #080808;
    }
    .table-content tr td {
        display: block;
        float: left;
        width: 100%!important;
    }
    .table-content tr:first-child td:last-child {
        margin-bottom: 50px!important;
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    header.carousel {
        height: auto;
        background-color: #011627;
        padding-bottom: 60px;
    }
    .carousel-description {
        width: 100%;
    }
    .carousel-description h1 {
        font-size: 220%;
    }
    .carousel-description h2 {
        font-size: 150%;
    }
	.slider-content {
		width: auto;
	}
	.screenshot-wrapper {
		width: auto;
	}
	.screenshot-wrapper img {
		margin-top: 0;
		width: 80%;
	}
	.button-wraper {
		margin-bottom: 20px;
	}
	.navbar-brand img {
		width: 48px;
		padding-top: 8px;
	}
	.navbar-brand {
		padding-left: 0;
	}
	h1 {
		font-size: 24px;
	}
}