/* Top Nav  */
body.header2 {
    padding-top: 92px;   
}

.header2 .navbar-nav {
    margin-top: 0;
    padding-top: 30px;    
}

#mainHeader {
    background-color: #002653;
    color: #888;
}

#footerWrapper {
    background-color: #3c3c3c;
    color: #888;
}

#footerRights {
    background-color: #e3edff;
    color: #333;
}

/* Nav Bar Solution Links */
.subMenu > li:nth-child(1) > a:nth-child(1):hover {
    background-color: #004d1d;
}

.subMenu > li:nth-child(2) > a:nth-child(1):hover {
    background-color: #3a002c;
}

.subMenu > li:nth-child(3) > a:nth-child(1):hover {
    background-color: #ff6c00;
}

/* Quote Font Size  */
.paralaxText .testimonialCarousel blockquote {
    font-size: 30px;
    line-height: 40px;
}

/* Make Image Circle Bigger  */
.img-circle {
    height: 200px;
    width: 200px;
}

/* layer-slider modifications  */
#layer-slider h2 {
    font-weight: 400;
    color: #333;
}

/* Slider dots  */
#paralaxSlice7333 .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 white;
}

/* Shrink logo on iPhone  */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#logo {
    height: 53px;
    width: 200px;
}

body.header2 {
    padding-top: 75px;   
}
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
	padding-bottom: 20px;
}

i img {
	padding-bottom: 10px;
}

h1, h2, h3 {
	text-transform: none;
}

.title h1:after, .title h1:before {
    content: '\e901';
    font-size: 26px !important;
    color: #9c9c9c;
}

h2.subTitle {
	font-size: 25px;
	margin-bottom: 0;
}

/* Modal background color  */
.mfp-bg {
    background-color: black;
}

/* UL checkboxes  */
ul.checkbox {
    list-style-image: url("../images/checkmark.png");
    margin-left: 15px;
}

/* Homepage "Solutions" adjustments  */
.newsText p {
    padding: 15px 0 15px 0;
    font-size: 12pt;
    color: black;
}

.newsText h2 {
    font-size: 28pt;
}

/* Top of page Title  */
.top {
    padding-top: 50px;
}

/* Fix circles on sliders */
.iconRounded {
    border-radius: 50% !important;
}

/* Fix focused pricing plan */
.pricingBloc.focusPlan h3 {
    padding: .8em;
}

.pricingBloc h3 span {
    font-size: 18px;
    line-height: 1.5em;
}

/* Buttons */
#salesCRM {
    background-color: #004d1d;
}

#webMaster {
    background-color: #3a002c;
}

#taskMaster {
    background-color: #ff6c00;
}

#salesCRM:hover, #webMaster:hover, #taskMaster:hover {
    background-color: #666 !important;
}

/* Animate Solution Monitors on Homepage */
article.col-sm-4:nth-child(1):hover img:nth-child(1),
article.col-sm-4:nth-child(2):hover img:nth-child(1),
article.col-sm-4:nth-child(3):hover img:nth-child(1) {
    margin-top: -3px;
    margin-bottom: 3px;
}

/* Accordion modificaitons */
.panel-title {
    font-size: 22px;
    font-weight: 400;
}

.panel-group {
    text-align: left;
    padding-top: 30px;
}

.panel-body {
    padding: 20px 40px 10px 40px;
    background: none repeat scroll 0 0 #EEEEEE;
}

.panel-body p {
    margin: 15px 0 15px;
    font-size: 16px;
}

.panel-body li {
    margin: 15px 0 15px;
    font-size: 16px;
}

.panel-heading a {
    text-decoration: none;
}

.panel-heading a h4 {
    color: white;
}

.color1 {
    background-color: #EEEEEE;
}

/* Free Trial */
.freeTrial {
    display: none;
    right: 0px;
    position: fixed;
    top: 150px;
    z-index: 9999;
}

.freeTrialImage {
    background-image: url(/images/seaTrial.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    -webkit-transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
    display: inline-block;
    width: 220px;
    height: 190px;
    text-decoration: none;
    cursor: pointer;
}

.freeTrialImage:hover {
    background-size: 220px;
}


@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){.freeTrial {display:block;width:220px;}}


