﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

 /***********************************
 * change color #fed136  yellor lighter to  #A9BCF5 blue lighter -> #337AB7 -> #285f8f
 * change color #fec503  yellow 		to  #337ab7 blue  -> #31708F -> #23527C
 * change color #f6bf01  yellow         to  #5882FA blue  bright blue
 * hover image can see image slightly
  <div class="portfolio-hover">
  <div class="portfolio-hover-content">
	    background: rgba(171,178,202,.8);   /* light blue   #abb2ca  good */
	/*  background: rgba(155,126,164,.8);      light purple #9B7EA4  good 
	#4058ac  darker blue	
 ***********************************/

/***********************************/
/*   (1) from agency               */
/***********************************/

body {
    overflow-x: hidden;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    /* color: #A9BCF5; */
	/* color: #337AB7; mid blue */
	color: #4058ac;  /* darker blue */
}

p {
     margin-bottom: 20px;
    font-size: 16px;                   /* 14px; */
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    /* color: #337AB7; mid blue */
	color: #4058ac;  /* darker blue */
}

a:hover,
a:focus,
a:active,
a.active {
    /* color: #fec503;  yellow */
	color: #23527C;   /* light blue*/
	/*color: #DA81F5;    light purple*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-transform: uppercase;  */
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700; 
    line-height: 30px; 
}

#wrapper {
    width: 100%;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

/* -------------------------------------------------------------
.btn-primary {
    border-color: #A9BCF5;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    /* background-color: #fed136; */  /* yellow 
	background-color: #819FF7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #5882FA;
    color: #fff;
    /* background-color: #fec503;  yellow 
	background-color: #819FF7;     light blue 
}
-------------------------------------------------------------- */

/* ---------------use blog bootstrap.css -- blue ------------- */
.btn-primary {
  color: #fff;
  background-color: #337AB7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* ------------------------------------------------------------- */

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	/*
    border-color: #fed136;
    background-color: #fed136; */
    border-color: #337AB7;
    background-color: #337AB7;
}

.btn-primary .badge {
    color: #337AB7;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    /* border-color: #fed136; */
	border-color: #337AB7;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /* background-color: #fed136; */
	 background-color: #337AB7;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #5882FA;
    color: #fff;
    background-color: #337ab7;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #337AB7;
    background-color: #337AB7;
}

.btn-xl .badge {
    color: #337AB7;
    background-color: #fff;
}

/*to be deleted ash*/
/*.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #337AB7;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #337AB7;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #337AB7;
    background-color: #337AB7;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #337AB7;    
    
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #337AB7         
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color:  #337AB7;    
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color:  #337AB7;    

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}*/

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    /* padding: 100px 0;  */
	padding: 30px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: rgba(254,209,54,.9); */
	/*background: rgba(174,192,254,.8);      light blue #AEC0FE good-wuma */ 
	 background: rgba(131, 178, 220,.5);         /* #83b2dc mid blue */	
	 /* background: rgba(171,178,202,.8);   light blue #abb2ca   */
	/* background: rgba(155,126,164,.8);       light purple #9B7EA4 good-lsa*/
    -webkit-transition: all ease .5s;     
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

/* Customized for 4 portfolio column hover --------------------------------------------------------------------------- ash */
/* #portfolio .portfolio-item .portfolio-link .portfolio-hover1  */
#portfolio .portfolio-hover1 
{
    
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background: rgba(254,209,54,.9); */
	/*background: rgba(174,192,254,.8);    /* light blue #AEC0FE */	
	background: rgba(171,178,202,.8);      /*light blue #abb2ca  good */
    /*  background: rgba(155,126,164,.8);     light purple #9B7EA4 good */
    -webkit-transition: all ease .5s;     
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

/* #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
} */

 #portfolio .portfolio-item2 .portfolio-link2 .portfolio-hover2 .portfolio-hover-content2 

{
    position: absolute;
    top: 50%;               
    width: 100%;
    height: 20px;           
    margin-top: -12px;       
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item2 .portfolio-link2 .portfolio-hover2 .portfolio-hover-content2 i 

{
    margin-top: -12px;           /* -12px */
}

#portfolio .portfolio-item2 .portfolio-link2 .portfolio-hover2 .portfolio-hover-content2 h3,
#portfolio .portfolio-item2 .portfolio-link2 .portfolio-hover2 .portfolio-hover-content2 h4 {
    margin: 0;
} 

/* ------------------------------------------------------------ */
/* from creative start                                          */
/* ------------------------------------------------------------ */
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    /* background: rgba(240,95,64,.9); */
	background: rgba(171,178,202,.8);   /* light blue */
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}



@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
/* from creative end */
/* ------------------------------------------------------------ */

/* Customized End */


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #337AB7;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #337AB7;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

/*footer*/
footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #337AB7;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

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

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #337AB7;
}

::selection {
    text-shadow: none;
    background: #337AB7;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #337AB7;
}

/**************************panel*********************/
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

/*
.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}
*/
.accordion-inner img{
  border-radius: 4px;
}


.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  /*background: #1f1f20;*/
  background: #337AB7;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 40px;    /*44px;*/
  font-size: 20px;
  margin-top: -10px;   
  text-align: center;
  margin-right: -15px;  
  background: #c9c9c9;  
}

.panel-heading.active a.accordion-toggle i{
  background: #c9c9c9;   /* light gray right arrow */
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i
{
  background: #c9c9c9;    /* light gray right arrow */
  color: #fff;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600)*/


/***********************************/
/*   (2) from main                 */           
/***********************************/

/***********************************
    #c52d2f -> #9839a2 purple -> #337ab7 mid blue (button, panel heading)
    #337ab7 mid blue 
    #819ff7 light blue   
     
    #4058ac  dark blue
    #23527c  darker blue
************************************/


/***********************************/
/*   top slide caption             */           
/***********************************/
h1{
  font-size: 36px;
  color:#fff;
}

/***********************************/
/*       Pagination                *           
/***********************************/
ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color:  #337ab7 !important;         /* #9839a2; */
  border-color: #337ab7 !important;              /* #9839a2; */
  color: #fff;
}

/***********************************/
/*  Video page top slide           */                 
/***********************************/
/**** top slide (1) ****/

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 30px;     /*margin-top: 150px;*/
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #337ab7;             /* #9839a2; */
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;   /*height: 730px;*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #337ab7;             /* #9839a2; */
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #337ab7;             /* #9839a2; */
   margin: 0 15px 0 0;
   border: 1px solid #337ab7;            /* #9839a2; */
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #337ab7;                 /* #9839a2; */
  border: 1px solid #337ab7;           /* #9839a2; */
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

/***********************************/
/* recentwork - adjcent photos     */
/***********************************/
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .recent-work-inner h4{
  margin: 50px 0;
}

.recent-work-wrap .recent-work-inner h4 a{
  font-size: 14px;
  color: #fff;
}


.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  /*background: #337ab7; 51,122,183*/
  /* background: rgba(51,122,183,.5);  xxx light blue */
  /*background: rgba(171,178,202,.8);*/   /* light blue */
  background: rgba(131, 178, 220,.8);   /* light blue */
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}


/***********************************/
/* Panel Group                     */
/***********************************/
/* class="nav nav-pills"           */
/* class="nav nav-tabs"            */
/***********************************/

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

/*.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6;               /*not   #ffffff;*/            
  border:0 none;
  box-shadow:none;
}*/

.panel-default>
.panel{
  background-color: #ffffff;               /*not   #ffffff;*/            
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading
{
  background-color: #e6e6e6;               /*not   #ffffff;*/            
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  /* color: #858586;        mid gray */ 
  color: #2c2c2c;        /* dark gray */        
}

.panel-body{
  padding: 20px 20px 10px;
                border-right: 1px solid #d9d9d9; 
                border-left: 1px solid #d9d9d9; 
                border-bottom: 1px solid #d9d9d9;    
     
}

.panel-group .panel+.panel{
  margin-top: 0;
  /*border-top: 1px solid #d9d9d9;*/ 
        border-right: 1px solid #d9d9d9;            /* light mod gray */
        border-left: 1px solid #d9d9d9; 
        border-bottom: 1px solid #d9d9d9;   
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
            border-right: 1px solid #d9d9d9; 
            border-left: 1px solid #d9d9d9; 
}

.panel-title>a{
  color: #4e4e4e;               /* #4e4e4e; dark chuckle */
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #819ff7;       /* light-mid blue */         
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle i {
    width: 45px;
    line-height: 38px; /* 44px; */
    font-size: 20px;
    margin-top: -10px; /* -10px; */
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9; /* mid gray*/
}

.panel-heading.active a.accordion-toggle i{
  background: #337ab7;        /* mid blue*/
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #337ab7;
    color: #fff;
}

/***********************************/
/* Bottom-ul/li not show listperiod 
/* Footer                          */
/***********************************/
#bottom {
    background: #f5f5f5;
    /*border-bottom: 5px solid #c52d2f;  red  */
    border-bottom: 5px solid #337ab7;
    font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #4058ac;           /* #808080; darkgray */
  font-weight: bold;
}
 
#bottom ul li a:hover {
  color: #819ff7;            /* #c52d2f; red */
}

#bottom .widget {
  margin-bottom: 0;
}

/*footer background*/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2a6698;   
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #dde5fd;       
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/* nav tab */
.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

/*
.nav-tabs>li>a {
  background: #f5f5f5;       
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}
*/
.nav-tabs>li>a {
  background: #f5f5f5;       /* light gray */ 
  color: #666;  
}

/* customized */
.nav-pills>li>a {
  background: #f5f5f5;       /* light gray */
  color: #666;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

/*  modified */
/* .nav-tabs>li>a:hover{ */
#bottom .nav-tabs>ul li a:hover {
  background:  #337ab7;     /* black #1f1f20; */
  color:#fff;
}

/*  customized */
#bottom .nav-pills>ul li a:hover {
  background:  #337ab7;     /* black #1f1f20; */
  color:#fff;
}


/*  modified */
/*
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus 
{
*/
#bottom .nav-tabs>li.active>a, 
#bottom .nav-tabs>li.active>a:hover, 
#bottom .nav-tabs>li.active>a:focus  {
  border: 0;
  color:#fff;
  background:  #337ab7;     /* black #1f1f20; */
  position: relative;
}

/*  customized */
#bottom .nav-pills>li.active>a, 
#bottom .nav-pills>li.active>a:hover, 
#bottom .nav-pills>li.active>a:focus  {
  border: 0;
  color:#fff;
  background:  #337ab7;     /* black #1f1f20; */
  position: relative;
}

/* remove trangle */
/*.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}*/

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

/***********************************/
/*   (3) from navbar-inverse       */
/***********************************/
/* CSS Document */

.navbar-inverse {
  /* background-color: #222; */
  background-color:  #c7ddf0;    /* #5998d6; mid blue #eff5fb; #8bb8df; #63a0d4; #23588d; #193f64; dark blue  #dbe9f5;  lightblue  */
  border-color: #eff5fb;         /* 宏武協會 #080808; */
}
.navbar-inverse .navbar-brand {
  color: #2d72b6;                /* #9d9d9d; */
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #193f64;    /* #9d9d9d; */
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #22527b;    /* #fff;*/
  background-color:  #dbe9f5;     /* #eff5fb    #f2f2f2;  background-color: transparent; */
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #dbe9f5;     /* #080808;  */
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #dbe9f5;          /* #333; */
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #dbe9f5;         /* #fff; */
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { 
  border-color: #eff5fb;        /* #101010; */
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #22527b;          /* #fff; */
  background-color: #dbe9f5;         /* #080808; */
}

/***********************************/
/* from main navbar-inverse start  */
/***********************************/
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(219,233,245,.85);										/* rgba(0,0,0,.85); */
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);           
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #2d72b6;           /* mid-blue #fff; */
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #5998d6;  /* mid-darker-blue #327eca;     /*  #c7ddf0;     /* #327eca;  dark blue #2d72b6;   /* #c52d2f; */
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

/* navbar-default ash new */

/* customized */
.navbar-default { 
     scrollbar-face-color: #666;
     background: rgba(223,236,246,0.9);                                /* ash */     
     border: none;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* dropdown menu and submenu */ 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  /*text-decoration: underline;*/
  background-color: #c1d9ee;                    /* hover,active blue ash #e4c9eb; */
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
    font-size: 18px;     /*ash*/
  }
  .navbar-default .navbar-toggle .icon-bar {
    /*background-color: #fff;*/
    background: rgba(223,236,246,0.9); 
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #285f8f;                     /*dark blue  #a84cbc;*/
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;                        /*dark grey*/
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,   /* ash*/
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;             /*grey*/
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
/* dropdown-menu end*/

/***********************************/
/* from main navbar-inverse end    */
/***********************************/

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;					/* black */
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;							/*  gray */
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {	
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/***********************************/
/*   (4) from style                */
/***********************************/

 /* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600); */


section {
  /* color: #ffffff; */
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
	 background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed;
	/* background: url('http://www.bootply.com/assets/example/bg_4.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	/*  background: url('http://www.bootply.com/assets/example/bg_5.jpg') no-repeat center center fixed; */
	background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('http://www.bootply.com/assets/example/bg_blueplane.jpg') no-repeat center center fixed;
	/* background: url('http://www.bootply.com/assets/example/bg_6.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/*
.bg-4 {
	padding-top:30px;
    background-color:#e6e6e6;
}
*/

.bg-4 {
	padding-top:30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));
}

/*
.panel .img-responsive {
	min-height:270px;
    max-height:270px;
}
*/

/* class row centered*/
.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

/*--------------------------new added------*/
/*------------------------------
  3. About Area
--------------------------------*/
/*ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}*/
.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
/*-----------*/
/* New 2019  */
/*-----------*/
ul {
    color: indigo;
    display: block;
    /*list-style-type: disc;*/
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    font-size:16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
ul.primary {
        color: black;
        display: block;
        list-style-type: disc;
        list-style-type: none;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;        /*40px;*/
        font-size: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
}
hr {
    /*display: block;*/
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.1px;    
}
 hr.primary {
    max-width: 100px;       
    border-color:blue;
    /*color:aqua;*/
    border-width: 3px;
}
.panel-heading.title {
    /*background: #819ff7;*/ /* light-mid blue */
    height:auto;
    margin-right: -1px;
    margin-left: -1px;
}

 Contact
.main-section.contact {
    padding: 90px 0 100px;
}

.main-section.contact {
    background: url(../img/bg-map.png) left 190px no-repeat; /*original*/
}

.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    /*margin: 0 0 50px 0;*/
    margin: 50px 50px 50px 50px;
    text-transform: uppercase;
}

.contact_section h3 {
        font-size: 20px;
        color: #ffffff;
        /*margin: 0 0 50px 0;*/
        margin: 0 50px 50px 50px;
        /*text-transform: uppercase;*/
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

    .contact_block_icon.icon2 {
        border-color: #7cc576;
    }

    .contact_block_icon.icon3 {
        border-color: #49b5e7;
    }

    .contact_block_icon span {
        background: none repeat scroll 0 0 #f56eab;
        border: 5px solid #fff;
        border-radius: 50%;
        display: block;
        height: 100%;
        width: 100%;
    }

    .contact_block_icon.icon2 {
        border-color: #7cc576;
    }

        .contact_block_icon.icon2 span {
            background: #7cc576;
        }

    .contact_block_icon.icon3 {
        border-color: #49b5e7;
    }

        .contact_block_icon.icon3 span {
            background: #49b5e7;
        }

    .contact_block_icon i {
        color: #fff;
        font-size: 36px;
        margin-top: 0;
        position: relative;
        top: 26px;
        z-index: 20;
    }

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

    .contact_block span a {
        display: block;
        font-size: 16px;
        color: #ffffff;
        line-height: 20px;
    }


