/* ==========================================================================
    #ABOUT US
============================================================================= */
/* ========== #ABOUT US 1 ========== */
.about-content h3{
    font-weight: 600;
    color: #333;
}

.about-content h6{
    font-style: italic;
}

.about-content p{
    margin: 10px 0px 10px 0px;
    color: #808080;
    font-size: 15px;
    line-height: 1.7;
}

.about-signature{
    float: right;
    width: 200px;
    margin-right: 20px;
}

.about-signature img{
    width: 100%;
}

.icon-boxes-shadow{
    width: 100%;
    height: 150px;
    background: #FFF;
    padding: 35px 15px 40px 15px;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.icon-boxes-shadow:before, .icon-boxes-shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.icon-boxes-shadow:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.icon-boxes-shadow .fa{
    font-size: 40px;
    color: #808080;
    margin-bottom: 10px;
}

.icon-boxes-shadow p{
    text-align: center;
    color: #333;
}

.icon-boxes-shadow h3{
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.counter-background{
    background: #00a0e3;
    padding: 40px 0px 40px 0px;
    margin: 60px 0px 60px 0px;
}

.inner-counter{
    background: transparent;
}

.counter-icon{
    width: 40px;
    margin: auto;
}

.counter-icon img{
    width: 100%;
}

.counter{
    text-align: center;
    font-size: 30px;
    color: #FFF;
}

.counter-statistics h5{
    text-align: center;
    font-size: 16px;
    color: #FFF;
}


/* ========== #ABOUT US 2 ========== */
.about-image img{
    width: 100%;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
                0 5px 15px 0 rgba(0,0,0,0.08);
}

.rounded-image-3 img{
    border-radius: 10px;
}

.bullet-list{
    margin: 15px 0px 20px 0px;
}

.bullet-list p{
    margin: 0px;
}

.bullet-list .fa{
    color: #00a0e3;
    font-size: 16px;
}

.about-signature-2{
    width: 200px;
}

.about-signature-2 img{
    width: 100%;
}

/* ========== #ABOUT US 3 ========== */

.box-corner-shadow .fa{
    color: #00a0e3;
}


/* ========== #ABOUT US 4 ========== */
.about-content-2 h6{
    font-style: italic;
    margin-bottom: 10px;
    color: #00a0e3;
}

.about-content-2 h2{
    margin-bottom: 10px;
    color: #333;
    font-weight: 600; 
    text-align: left;
}

.about-image-3 img{
    width: 100%;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
                0 5px 15px 0 rgba(0,0,0,0.08);
}

.span-about{
    margin-top: 20px;
}

.inner-about{
    display: inline-block;
    margin: 0px 20px 18px 0px;
    width: 250px;
    float: left;
}

.about-icon{
    margin-bottom: 10px;
    width: 40px;
}

.about-icon img{
    width: 100%;
}

.inner-about h6{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.inner-about p{
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* ==========================================================================
    #CAREERS
============================================================================= */
/* ========== #CAREERS 1 ========== */
.career-icon{
    float: left;
    margin-right: 20px;
    height: 80px;
    width: 60px;
}

.career-icon img{
    width: 100%
}

.iconography{
    height: 80px;
}

.career-title{
    text-align: left;
}

.career-title h2{
    text-align: left;
    font-stretch:ultra-expanded;
    line-height: 1.2;
}

.career-title h1{
    text-align: left;
    font-weight: 600;
    margin-top: -5px;
}

.span-careers h2{
    text-align: left;
}

.span-careers p{
    margin: 10px 0px 10px 0px;
    color: #999;
}

.parallax-bg{
    background-image: url("../img/images/img48.jpg");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefits-box{
    padding: 80px 0px 80px 0px;
}

.span-benefits{
    text-align: center;
    color: #FFF;
    padding: 30px 0px 30px 0px;
    transition: 0.3s;
}

.span-benefits:hover{
    border-radius: 5px;
    background: rgba(255, 64, 76, 0.5);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
                0 5px 15px 0 rgba(0,0,0,0.08);
}

.span-benefits h5{
    margin: 10px 0px 5px 10px;
    text-align: center;
    font-weight: 600;
}

.span-benefits p{
    line-height: 1.7;
    font-size: 15px;
}

.span-benefits h6{
    font-size: 16px;
    margin-top: 10px;
    color: #f0f0f0;
}

.benefit-icon a:link {
    text-decoration: none;
    color: #FFF;
}

.benefit-icon a:visited {
    text-decoration: none;
    color: #FFF;
}

.benefit-icon a:hover {
    text-decoration: none;
    color: #FFF;
}

.benefit-icon a:active {
    text-decoration: none;
    color: #FFF;
}

.benefit-icon{
    width: 55px;
    margin: auto;
}

.benefit-icon img{
    width: 100%;
}

.span-jobs{
    padding: 20px 0px 20px 0px;
}

.job-icon{
    margin-bottom: 10px;
    width: 50px;
}

.job-icon img{
    width: 100%;
}

.span-jobs h6{
    font-weight: 600;
}

.apply-link{
    margin-top: 10px;
}

.apply-link p{
    color: #00a0e3;
}

/* ========== #CAREERS 2 ========== */
.job-positions .panel-default > .panel-heading {
  color: #FFF;
  background-color: #00a0e3;
  border-radius: 0px;
}

.job-positions .panel-default {
  border-color: #FAFCFC;
  background: #FAFCFC;
}

.span-careers img{
    width: 100%;
}

.span-careers h1{
    margin: 20px 0px 20px 0px;
    font-weight: 600;
}

.job-positions{
    margin-top: 40px;
}

.job-positions .accordion{
    font-size: 18px;
}

.inner-accordion{
    padding: 30px 10px 30px 10px;
}

.inner-accordion h5{
    color: #333; 
    font-weight: 600;
}

.inner-accordion h6{
    color: #333; 
    margin: 20px 0px 20px 0px;
}

.inner-accordion li{
    padding: 2px 20px 2px 20px;
    font-size: 14px;
    color: #999;
}

.inner-accordion p{
    margin: 0px;
}

.inner-accordion .fa{
    font-size: 20px;
    color: #00a0e3;
}

.inner-accordion a:link {
    text-decoration: none;
    color: #666;
}

.inner-accordion a:visited {
    text-decoration: none;
    color: #666;
}

.inner-accordion a:hover {
    text-decoration: none;
    color: #666;
}

.inner-accordion a:active {
    text-decoration: none;
    color: #666;
}

.career-sidebar{
    background: #00a0e3;
    height: 100%;
    padding: 30px 20px 30px 20px;
    color: #FFF;
}

hr.careers{
    width: 100%;
    border-top: 1px solid #fff;
    margin: 10px auto 10px auto;
}

.map-sidebar{
    margin-top: 40px;
}

/* ========== #CAREERS 3 ========== */
.careers-box{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    padding: 40px;
}

.inner-careers{
    clear: both;
    height: 140px;
    padding: 30px 0px 30px 0px;
    border-bottom: solid 1px #f2f2f2;
}

.last-job{
    border-bottom: solid 1px transparent;
}

.inner-careers .job-icon-2{
    width: 70px;
    height: 70px;
    border: solid 2px #ddd;
    border-radius: 50%;
    line-height: 70px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.job-icon-2 img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.job-info{
    padding-top: 5px;
}

.job-info h5{
    font-weight: 600;
    color: #666;
}

.job-info p{
    color: #999;
}

.job-info .fa{
    color: #00a0e3;
}

color-text{
    color: #012C40;
}

.btn-apply{
    float: right;
    margin-top: -70px;
    clear: both;
}

.btn-careers {
  color: #FFF;
  background-color: #00a0e3;
  border-color: #00a0e3;
  transition: 0.3s;
  border-radius: 0px;
  border-radius: 5px;
}
.btn-careers:focus,
.btn-careers.focus {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29;
}
.btn-careers:hover {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29;
}
.btn-careers:active,
.btn-careers.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29;
}

/* ==========================================================================
    #CONTACT
============================================================================= */

/* ========== #CONTACT 1 ========== */
.contact-left{
    margin-top: 70px;
}

.contact-left h1{
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.contact-left h6{
    font-weight: 600;
    color: #00a0e3;
    font-size: 15px;
}

.contact-left p{
    color: #a6a6a6;
    font-size: 16px;
}

.contact-left .fa{
    color: #00a0e3;
}

.form-box{
    margin-top: 60px;
}

.customize{
    border: none;
    -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
    border-radius: 0px;
    background: #FAFCFC;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #eff5f5;
    color: #000;
}

.customize:focus {
  border-color: #e0ebeb;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customize::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.customize:-ms-input-placeholder {
  color: #333;
}
.customize::-webkit-input-placeholder {
  color: #333;
}

.customize::-ms-expand {
  background-color: none;
  border: 0;
}

.controls p{
    text-align: center;
}

.btn-contact {
  color: #FFF;
  background-color: #00a0e3;
  border-color: #00a0e3;
  transition: 0.3s;
  border-radius: 5px;
  margin-top: 20px;
}
.btn-contact:focus,
.btn-contact.focus {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29;
}
.btn-contact:hover {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29
}
.btn-contact:active,
.btn-contact.active,
.open > .dropdown-toggle.btn-contact {
  color: #FFF;
  background-color: #ff1a29;
  border-color: #ff1a29;
}



/* ========== #CONTACT 2 ========== */
.no-margin{
    margin-bottom: 0px;
}

.contact-left-2 hr.center{
    width: 80px;
    border-top: 3px solid #00a0e3;
    margin: 10px 0px 15px 0px;
}

.inner-contact{
    clear: both;
    height: 100%;
    padding: 30px 0px 30px 0px;
}

.inner-contact .contact-icon {
    width: 50px;
    height: 50px;
    border: solid 2px #00a0e3;
    border-radius: 50%;
    line-height: 50px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.contact-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.span-left-contact{
    clear: both;
    height: 90px;
}

.contact-info h6{
    color: #333;
}

.contact-info p{
    color: #666;
}

.contact-left-2 p{
    text-align: left;
}

/* ========== #CONTACT 3 ========== */
.footer .no-margin-bottom{
    margin-top: 0px;
}

.contact-address{
    margin: 50px 0px 50px 0px;
}

.span-address{
    text-align: center;
    padding: 0px 40px 0px 40px;
}

.span-address .contact-icon {
    width: 80px;
    height: 80px;
    border: solid 2px #00a0e3;
    border-radius: 50%;
    line-height: 80px;
    position: relative;
    float: none;
    margin: auto auto 10px auto;
}

.span-address .contact-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.inner-contact-3{
    background: #FAFCFC;
    height: 100%;
    padding: 50px;
    border: solid 1px #eff5f5;
}

.span-schedule{
    clear: both;
    margin-top: 30px;
}

.span-schedule .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.span-schedule .list-group-item:hover {
  color: #cccccc;
  background: transparent;
}

.span-schedule .list-group-item:hover .badge .fa {
  color: #cccccc;
}

.span-schedule .list-group-item.active > .badge,
.span-schedule .nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}

.span-schedule .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.span-schedule .list-group-item .fa{
    font-size: 16px;
}

.divider-schedule{
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin: 3px auto 3px auto;
}

.shedule-box{
	border: solid 3px #3FB6E0;
	padding: 40px 20px 30px 20px;
}

.inner-time-info .clock{
	float: left;
	margin-right: 20px;
}

/* ========== #CONTACT 4 ========== */
.contact-left-4 h1{
    margin-bottom: 15px;
}

.contact-left-4 p{
    color: #4d4d4d;
    font-size: 16px;
}

.contact-info-4 strong{
    font-weight: 600;
    color: #666;
}

.contact-info-4 p{
    color: #999;
}

.contact-right-4 p{
    text-align: left;
}

/* ========== #CONTACT 5 ========== */
.contact-right-5{
    background: #00a0e3;
    height: 100%;
    padding: 40px 20px 40px 20px;
    color: #FFF;
}

.contact-right-5 h2{
    margin-bottom: 10px;
}

.contact-right-5 h6{
    margin: 20px 0px 10px 0px;
}

.contact-right-5 p{
    line-height: 1.6;
}

/* ========== #Event 5 ========== */
.event-right{
    background: #00a0e3;
    height: 100%;
    padding: 1px 10px 40px 10px;
    color: #FFF;
    margin: 10px 0;
}

.event-right .gorsel img{
	float: left;
	margin:0 10px 10px 0;
}
.event-right > .inner-sidebar-contact > p.tarih{
	font-size: 10px;
    font-style: italic;
}
.event-right > .inner-sidebar-contact > p.baslik{
    font-weight: bold;
    font-size: 12px;
}

.event-right h2{
    margin-bottom: 10px;
}

.event-right h6{
    margin: 20px 0px 10px 0px;
}

.event-right p{
    line-height: 1.6;
}

/* ========== #News 5 ========== */
.news-right{
    background: #104b8f;
    height: 100%;
    padding: 1px 10px 40px 10px;
    color: #FFF;
    margin: 10px 0;
}

.news-right .gorsel img{
	float: left;
	margin:0 10px 10px 0;
}
.news-right > .inner-sidebar-contact > p.tarih{
	font-size: 10px;
    font-style: italic;
}
.news-right > .inner-sidebar-contact > p.baslik{
    font-weight: bold;
    font-size: 12px;
}

.news-right h2{
    margin-bottom: 10px;
}

.news-right h6{
    margin: 20px 0px 10px 0px;
}

.news-right p{
    line-height: 1.6;
}

/* ========== #Menu 5 ========== */
.menu-right{
    background: #4d5158;
    height: 100%;
    padding: 1px 10px 40px 10px;
    color: #ffffff;
    margin: 10px 0;
}


.menu-right h2{
    margin-bottom: 10px;
}

.menu-right h6{
    margin: 20px 0px 10px 0px;
}



/* ========== #Announcement 5 ========== */
.announcement-right{
    background: #00a4e6;
    height: 100%;
    padding: 1px 10px 40px 10px;
    color: #FFF;
    margin: 10px 0;
}

.announcement-right .gorsel img{
	float: left;
	margin:0 10px 10px 0;
}
.announcement-right > .inner-sidebar-contact > p.tarih{
	font-size: 10px;
    font-style: italic;
}
.announcement-right > .inner-sidebar-contact > p.baslik{
    font-weight: bold;
    font-size: 12px;
}

.announcement-right h2{
    margin-bottom: 10px;
}

.announcement-right h6{
    margin: 20px 0px 10px 0px;
}

.announcement-right p{
    line-height: 1.6;
}

.map-box-2{
    margin-bottom: 40px;
}

hr.contact{
    width: 100%;
    border-top: 1px solid #fff;
    margin: 15px auto 15px auto;
}

.inner-sidebar-contact{
    clear: both;
    margin: 15px 0px 15px 0px;
}

.inner-sidebar-contact .contact-icon {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    border-radius: 0%;
    line-height: 40px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.inner-sidebar-contact .contact-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 3px;
}

.map-container-bottom{
    background: #333;
}


/* ========== #CONTACT 6 ========== */
.contact-box{
    background: #F6F6F6;
    height: 200px;
    text-align: center;
    padding: 35px 10px 35px 10px;
    transition: 0.6s;
}

.contact-box:hover{
    background: #00a0e3;
    border-radius: 10px;
}

.contact-box-icon .fa{
    font-size: 40px;
    color: #00a0e3;
    transition: 0.3s;
}

.contact-box h3{
    margin-bottom: 5px;
    color: #333;
    transition: 0.3s;
}

.contact-box p{
    color: #999;
    transition: 0.3s;
}

.contact-box:hover .fa{
    color: #FFF;
}

.contact-box:hover h3{
    color: #FFF;
}

.contact-box:hover p{
    color: #FFF;
}

.inner-contact-6{
    background: #00a0e3;
    height: 100%;
    padding: 50px;
    border: solid 1px #eff5f5;
    color: #FFF;
}

.inner-contact-6 .span-address .contact-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}

.inner-contact-6 .span-schedule{
    clear: both;
    margin-top: 30px;
}

.inner-contact-6 .span-schedule .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.inner-contact-6 .span-schedule .list-group-item:hover {
  color: #fff;
  background: transparent;
}

.inner-contact-6 .span-schedule .list-group-item:hover .badge .fa {
  color: #fff;
}

.inner-contact-6 .span-schedule .list-group-item.active > .badge,
.inner-contact-6 .span-schedule .nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #fff;
}

.inner-contact-6 .span-schedule .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.inner-contact-6 .span-schedule .list-group-item .fa{
    font-size: 16px;
}

.inner-contact-6 .divider-schedule{
    border-top: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 3px auto 3px auto;
}

.inner-contact-6 .shedule-box{
	border: solid 3px #3FB6E0;
	padding: 40px 20px 30px 20px;
}

.inner-contact-6 .inner-time-info .clock{
	float: left;
	margin-right: 20px;
}

/* ==========================================================================
    #PROFILE
============================================================================= */
.profile-headshot img{
    width: 100%;
}

.profile-sidebar h5{
    text-align: left;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
}

.profile-sidebar h6{
    text-align: left;
    font-size: 15px;
    margin-top: -5px;
}

.profile-sidebar p{
    text-align: left;
    font-size: 15px;
    margin-top: 15px;
    color: #666;
}

.profile-signature{
    width: 200px;
    margin-top: 15px;
}

.profile-content{
    border-left: solid 2px #ddd;
    height: 100%;
    padding: 20px 40px 20px 40px;
}

.inner-experience{
    padding: 20px 0px 20px 0px;
}

.inner-experience h6{
    color: #333;
    font-weight: 600;
}

.inner-experience p{
    color: #666;
}

hr.profile{
    width: 100;
    border-top: 2px solid #ddd;
    margin: 20px auto 20px auto;
}

.skills{
  margin: 15px 0px 20px 0px;  
}

.progress {
  height: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #e6e6e6;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #00a0e3;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
    font-family: 'Roboto', sans-serif;
}

.skill-label p{
    font-weight: normal;
    line-height: 1;
    color: #666;
    margin-bottom: 10px;
}

.skills h5{
    text-align: left;
    margin-bottom: 20px;
}

.profile-portfolio {
  display: block;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.profile-portfolio > img,
.profile-portfolio a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.profile-portfolio .caption{
      padding: 10px 25px 20px 25px;
}

.profile-portfolio .caption h5{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;  
    font-weight: 600;
    
}

.profile-portfolio .caption h6{
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.profile-portfolio p{
    color: #999;
    text-align: center;
}

.profile-portfolio .fa{
    color: #ffd11a;
}

/* ========== #PROFILE 2 ========== */
.full-avatar{
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 212px 50px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 212px 50px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 212px 50px rgba(0,0,0,0.75);
    background-image: url("../img/images/profile-full.jpg");
    height: 560px; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.profile-info{
    position: absolute;
    margin: auto;
    bottom: 5px;
    left: 20px;
    width: 250px;
    border-radius: 3px;
    color: #FFF;
}

.inner-profile-social{
    display: inline-block;
    margin-top: -30px;
}

.inner-profile-social .icon-fa .fa{
    color: #fff;
	font-size: 18px;
	transition: 0.3s;
}

.inner-profile-social .icon-fa{
    display:inline-block;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
	border: solid 2px #fff;
	transition: 0.3s;
}

.inner-profile-social .icon-fa:hover{
    background: #00a0e3;
	border: solid 2px #00a0e3;
}

.profile-about{
    height: 100%;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}

.profile-about h6{
    font-weight: 600;
    color: #333;
}

.profile-about p{
    margin: 10px 0px 10px 0px;
    color: #666;
}

.profile-contact-left{
    float: left;
}

.profile-contact-right{
    float: right;
}

.profile-contact p{
    line-height: 1.7;
}

.profile-contact strong{
    font-weight: 600;
}

.profile-content-2 .skills{
    margin-top: 30px;
}

.profile-content-2 hr.profile{
    width: 100;
    border-top: 2px solid #ddd;
    margin: 10px auto 10px auto;
}

/* ========== #PROFILE 3 ========== */
.profile-photo {
  display: block;
  line-height: 1.42857143;
  background-color: #FAFCFC;
  border: 1px solid #eff5f5;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  padding-bottom: 30px;
}
.profile-photo > img,
.profile-photo a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.profile-photo:hover,
a.profile-photo:focus,
a.profile-photo.active {
  border-color: #337ab7;
}
.profile-photo .caption {
  padding: 9px;
  color: #333;
}

.profile-socials{
	width: 140px;
	margin: 10px auto 10px auto;
}

.profile-schedule{
	border: solid 10px #f0f0f0;
	padding: 40px 20px 30px 20px;
	margin: 40px 20px 40px 20px;
}

.profilen h6{
	color: #3FB6E0;
}

.profile-information p{
	font-size: 15px;
}

.profile-information h4{
	color: #333;
    font-weight: 600;
}

.profile-information h5{
	color: #00a0e3;
	margin-bottom: 15px;
}

.specialities{
	margin: 15px 0px 15px 0px;
}

.specialities h6{
    margin-top: 20px;
}

.specialities p{
    color: #999999;
}

.profile-schedule-2{
	border: solid 3px #00a0e3;
	background: #00a0e3;
	padding: 40px 20px 30px 20px;
	margin: 40px 20px 40px 20px;
}

.profile-schedule-2 .span-schedule .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}

.profile-schedule-2 .span-schedule .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.profile-schedule-2 h6{
	color: #fff;
}

.profile-schedule-2 .inner-time-info p{
	color: #FFF;
}

.profile-socials-3{
	width: 160px;
	margin: 10px auto 10px auto;
}

.profile-socials-3 .icon-fa{
	display:inline-block;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    color: #00a0e3;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    float: left;
	border: solid 2px #00a0e3;
	transition: 0.3s;
    margin: 0px 2px 0px 2px;
}

.profile-socials-3 .icon-fa:hover{
    background: #3FB6E0;
    color: #FFF;
	border: solid 1px #3FB6E0;
}

.profile-socials-3.icon-fa .fa{
    color: #00a0e3;
	font-size: 18px;
	transition: 0.3s;
}

.profile-socials-3 .icon-fa:hover{
    background: #00a0e3;
	border: solid 2px #00a0e3;
}

.inner-time-info .clock{
    width: 50px;
}

.inner-time-info .clock img{
    width: 100%;
}

/* ==========================================================================
    #TEAM
============================================================================= */
.team-headshot{
    margin: 20px 0px 20px 0px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 200px;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 64, 76, 0.5);
  border-radius: 50%;
  margin: 0px auto 0px auto;

}

/* ==========================================================================
    #404 ERROR PAGE
============================================================================= */
/* ========== #404 ERROR PAGE 1 ========== */
.error-page-container .pages-header{
    background: transparent;
}

.error-page-container{
    background-image: url("../img/images/img53.jpg");
    min-height: 900px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.error-page-container .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.error-page-container .middle h1 {
    font-size: 200px;
    line-height: 1;
}

.error-page-container .middle h2 {
    margin-bottom: 10px;
}

/* ========== #404 ERROR PAGE 2 ========== */
.error-page-content{
    text-align: center;
}

.error-page-content h1{
    font-size: 200px;
    line-height: 1;
    text-align: center;
}

/* ==========================================================================
    #SHOP CLASSIC
============================================================================= */
.shop-banner-img img{
    width: 100%;
}

.shop-front-thumbs{
    background: #FFF;
    padding: 20px;
    height: 490px;
    margin: 20px 0px 20px 0px;
}

.shop-front-thumbs:hover{
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}

hr.shop{
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 25px auto 15px auto;
}

.shop-thumb-img{
    width: 200px;
    margin: auto;
}

.top-caption{
    margin-bottom: 10px;
    width: 200px;
    height: 60px;

}

.top-caption h6{
    color: #1f5fc7;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
}

.bottom-caption{
    margin: 20px 0px 20px 0px;
    clear: both;
}

.bottom-caption h6{
    color: #333;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
}

old-price{
    text-decoration: line-through;
}

.rating-box .ratingp-stars{
    display: inline-block;
    margin-right: 2px;
    font-size: 13px;
}

.bottom-caption-left{
    float: left;
}

.bottom-caption-right{
    float: right;
}

hr.more-product{
	width: 100%;
    border-top: 1px solid #e6e6e6;
    margin: 20px 0px 20px 0px;
}

/* ========== #RELATED PRODUCT SLIDER. ========== */

.item-info h6{
    text-align: center;
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.3s;
}

.item-info h5{
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}

.item-info p{
    text-align: center;
    margin-top: 10px;
}

.item-box:hover .item-info h6{
    color: #999;
}

.item-box:hover .item-info h5{
    color: #999;
}

.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
    display: none;
}
.slick-dots li.slick-active button {
  background-color: #cc0023;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #cc0023;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #cc0023;
}

.navigation-arrows{
    float: right;
    margin-top: -35px;
}

/* Custom Arrow */
.navigation-arrows .prev {
  color: #666;
  display: inline-block;
  padding: 5px 12px 5px 12px;
  transition: 0.3s;
}

.navigation-arrows .prev:hover {
  color: #333;
}

.navigation-arrows .prev .fa {
  font-size: 25px;
}

.prev :hover {
  cursor: pointer;
}

.navigation-arrows .next {
  color: #666;
  display: inline-block;

  transition: 0.3s;
}

.navigation-arrows .next:hover {
  color: #333;
}

.navigation-arrows .next .fa {
  font-size: 25px;
}

.next :hover {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

#carousel-example-generic {
  display: inline-block;
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin: 0px 1px 0px 1px;
	float: left;
	cursor: pointer;
    max-width: 104px;
}

ul.thumbnails-carousel li img {
	width: 100%;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 70px;
}

.carousel .item {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.carousel-inner{
    height: 100%;
}

@media (max-width:768px) {
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} 
    
.middle h1{
    font-size: 50px;
    text-align: center;
}

.middle h2{
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}

.middle p{
    text-align: center;
    padding-top: 20px;
}
    
}

@media (max-width:440px) {   
.middle h1{
    font-size: 35px;
    text-align: center;
}

.middle h2{
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
}
    
}

.span-item img{
    width: 100%;
}

.horizontal-banner{
    width: 100%;
}

.product-box{
    padding: 2px 10px 2px 10px;
}

.product-box .item-img{
    float: left;
    margin-right: 20px;
}

.product-box .item-details{
    margin: 20px 0px 20px 0px;
    clear: both;
    height: 80px;
}

.product-box .item-details h6{
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f5fc7;
}

/* ========== #SHOP CLASSIC LEFT SIDEBAR ========== */
.shop-left-sidebar{
    background: #fff;
    margin-top: 20px;
    padding: 30px 20px 30px 20px;
}

.shop-left-sidebar .search-box{
    width: 100%;
    background: #f2f2f2;
}

.shop-left-sidebar .search-box .search-container .form-group .input-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #f2f2f2;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

.shop-left-sidebar .search-box{
    width: 100%;
    height: 40px;
    background: #ddd;
    padding: 0px;
    margin: 0px;
}

.shop-left-sidebar .search-box .search-container .form-group .input-group .input-group-addon{
    background: #f2f2f2;
    border: none;
    border-radius: 0px;
    height: 40px;
}

.shop-left-sidebar .search-box .search-container .form-group .input-group .input-group-addon .fa{
    font-size: 18px;
    color: #1f5fc7;
}

.sidebar-header{
    margin: 30px 0px 20px 0px;
}


.inner-categories .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.inner-categories .list-group-item:hover {
  color: #cccccc;
    background: #FFF;
}

.inner-categories .list-group-item:hover .badge .fa {
  color: #cccccc;
}

.inner-categories .list-group-item.active > .badge,
.inner-categories .nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}

.inner-categories .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.inner-categories .list-group-item .fa{
    font-size: 16px;
}

.divider-categories{
    border-top: 1px solid #e6e6e6;
    margin: 3px auto 3px auto;
}

p.media-heading{
    font-size: 15px;
    color: #1f5fc7;
    line-height: 1.4;
}

.media-body h5{
    font-size: 15px;
    font-weight: 600;
}

.media-left{
    padding-right: 20px;
}

.promo-banner{
    margin-top: 30px;
}

.promo-banner img{
    width: 100%;
}

/* ==========================================================================
    #PRODUCT DETAIL
============================================================================= */
.product-container{
    margin-bottom: 60px;
}

.product-photo-gallery{
    width: 430px;
    float: left;
    margin-right: 20px;
}

.product-leftside .carousel .carousel-inner .item{
    width: 430px;
}

.product-leftside .carousel .carousel-inner .item img{
    width: 100%;
}

.product-description{
    padding: 20px;
}

.product-description p{
    color: #666;
}

.product-description h6{
    margin-bottom: 15px;
}

.product-rating{
    margin: 10px 0px 10px 0px;
}

.inner-rating-star{
    display: inline-block;
    margin-right: 2px;
    color: #00a0e3;
}

.bullet-descriptions{
    margin: 15px 0px 15px 0px;
    font-size: 14px;
}

.bullet-descriptions li{
    color: #999;
}

.inner-whistlist{
    display: inline-block;
    margin: 15px 10px 0px 0px;
}

.inner-stock{
    display: inline-block;
}

.order-box{
    margin-top: 30px;
}

.order-qty{
    display: inline-block;
    margin-right: 10px;
    
}

.btn-order{
   display: inline-block; 
}


.number{
	color: #00a0e3;
	border: 2px solid #00a0e3;
	border-radius: 5px;
	text-align: center;
	padding: 6px 12px;
}

.order-qty
.number:focus,
.number:active
{
	outline: none;
}

table {
   font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

td, th {
    border: 1px solid #f2f2f2;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th{
    font-weight: 600;
}

td.justified{
    text-align: left;
}

td.justified .fa{
    color: #666;
}

th.justified{
    text-align: left;
}

.reviews-container{
    margin-top: 10px;
    clear: both;
}

.inner-reviews{
    height: 150px;
}

.review-avatar{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.review-avatar img{
    width: 100%;
    border-radius: 50%;
}

.span-reveiw-star{
    color: #00a0e3;
    height: 25px;
}

.span-reveiw-star .stars-fa{
    display: inline-block;
    margin-right: 2px;
}

.rating-title{
    display: inline-block;
    margin-left: 10px;
}

.review-description p{
    font-size: 13px;
}

.tab-pane{
    color: #666;
    padding: 20px 0px 20px 0px;
    text-align: left;
}

.tab-pane p{
    color: #666;
    text-align: left;
    margin-bottom: 15px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: none;
  margin-bottom: -1px;
  display: inline-block;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-bottom: solid 1px transparent;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  text-align: center;
  font-family: 'Archivo Narrow', sans-serif;
  color: #333;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00a4e6;
  cursor: default;
  background-color: #F9F9F9;
  border: none;
  border-bottom: solid 2px #00a4e6; 
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


/* ========== #PRODUCT LEFT SIDEBAR ========== */

.with-sidebar .product-photo-gallery{
    width: 320px;
    float: left;
    margin-right: 20px;
}

.with-sidebar .product-leftside .carousel .carousel-inner .item{
    width: 320px;
}

.with-sidebar .product-leftside .carousel .carousel-inner .item img{
    width: 100%;
}

.with-sidebar .product-description .bullet-descriptions P{
    font-size: 13px;
}

/* ==========================================================================
    #SHOPPING CART
============================================================================= */



/* ==========================================================================
    #CHECKOUT
============================================================================= */



/* ==========================================================================
    #BLOG
============================================================================= */
/* ========== #BLOG CLASSIC ========== */
.posts-thumbs {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  padding-bottom: 30px;
}
.posts-thumbs > img,
.posts-thumbs a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.posts-thumbs:hover,
a.posts-thumbs:focus,
a.posts-thumbs.active {
  border-color: #337ab7;
}
.posts-thumbs .caption {
  padding: 10px 0px 10px 0px;
  color: #333;
  text-align: left;
}

.posts-thumbs .caption h4{
    text-align: left;
    line-height: 1.1;
    clear: both;
}

.caption .post-description p{
    text-align: left;
    margin: 20px 0px 20px 0px;
}

.caption-header .post-date{
    background: #00a0e3;
}

.caption-header .post-date p{
    text-align: center;
}

.post-date{
	width: 60px;
	height: 70px;
	position: absolute;
	top: 20px;
	right: 30px;
	background: #0798BC;
	color: #FFF;
	padding: 5px 15px 5px 15px;
    text-align: center;
}

.post-date p{
	color: #FFF;
}

.post-social{
    font-size: 14px;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    float: right;
    margin-bottom: 5px;
}

.post-social .inner-post-social{
    display: inline-block;
    margin-right: 10px;
}

.btn-read-more{
    float: right;
    margin-top: -25px;
}

.author-avatar{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}

.author-avatar img{
    width: 100%;
    border-radius: 50%;
}

.author-name{
    padding-top: 13px;
}

.btn-read-more .fa{
    font-size: 18px;
}

.blog-sidebar{
    background: #fff;
    padding: 0px 10px 30px 10px;
}

.blog-sidebar .search-box{
    width: 100%;
    background: #f2f2f2;
}

.blog-sidebar .search-box .search-container .form-group .input-group .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #f2f2f2;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

.blog-sidebar .search-box{
    width: 100%;
    height: 40px;
    background: #ddd;
    padding: 0px;
    margin: 0px;
}

.blog-sidebar .search-box .search-container .form-group .input-group .input-group-addon{
    background: #f2f2f2;
    border: none;
    border-radius: 0px;
    height: 40px;
}

.blog-sidebar .search-box .search-container .form-group .input-group .input-group-addon .fa{
    font-size: 18px;
    color: #1f5fc7;
}

.sidebar-header{
    margin: 30px 0px 20px 0px;
}


.blog-sidebar .inner-categories .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.blog-sidebar .inner-categories .list-group-item:hover {
  color: #cccccc;
    background: #FFF;
}

.blog-sidebar .inner-categories .list-group-item:hover .badge .fa {
  color: #cccccc;
}

.blog-sidebar .inner-categories .list-group-item.active > .badge,
.blog-sidebar .inner-categories .nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}

.blog-sidebar .inner-categories .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.blog-sidebar .inner-categories .list-group-item .fa{
    font-size: 16px;
}

.blog-sidebar .divider-categories{
    border-top: 1px solid #e6e6e6;
    margin: 3px auto 3px auto;
}

.blog-sidebar p.media-heading{
    font-size: 13px;
    color: #808080;
    line-height: 1.4;
}

.blog-sidebar .media-body h5{
    font-size: 15px;
    font-weight: 600;
}

.blog-sidebar .media-left{
    padding-right: 10px;
}

.blog-sidebar .media-left .media-object{
    width: 90px;
    height: 90px;
}

/* ========== #BLOG GRID ========== */
.posts-thumbs-grid {
  display: block;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
 margin: 20px 0px 20px 0px;

}

.posts-thumbs-grid > img,
.posts-thumbs-grid a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
a.posts-thumbs-grid:hover,
a.posts-thumbs-grid:focus,
a.posts-thumbs-grid.active {
  border-color: #337ab7;
}
.posts-thumbs-grid .caption {
    padding: 10px 0px 10px 0px;
    color: #333;
    text-align: left;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
}

.posts-thumbs-grid .caption h4{
    text-align: left;
    clear: both;
	font-size:16px;
}

.caption .post-description p{
    text-align: left;
    margin: 20px 0px 20px 0px;
}

.caption-header .post-date{
    background: #00a0e3;
}

.caption-header .post-date p{
    text-align: center;
}

/* ========== #BLOG THUMBNAIL ========== */
.post-thumbnail{
    height: 281px;
}

.thumbnail-pic{
    width: 500px;
    float: left;
    margin-right: 20px;
}

.thumbnail-pic img{
    width: 100%;
}

.post-thumbnail .post-description{
    margin: 10px 0px 10px 0px;
    color: #666;
}

.post-content .post-social{
    float: none;
    margin: 15px 0px 15px 0px;
}

.read-more{
    margin-top: 20px;
}

.read-more a:link {
    text-decoration: none;
    color: #333;
}

.read-more a:visited {
    text-decoration: none;
    color: #333;
}

.read-more a:hover {
    text-decoration: none;
    color: #333;
}

.read-more a:active {
    text-decoration: none;
    color: #333;
}

hr.post-divider{
    width: 100%;
    border-top: 1px solid #f2f2f2;
    margin: 25px auto 25px auto;
    clear: both;
}

.inner-post-items{
    display: inline-block;
    margin-right: 10px;
}

.pagination-small .pagination {
    display: inline-block;
    border-radius: 50%;
}

.pagination-small .pagination a {
    color: black;
    float: left;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    margin: 0px 2px 0px 2px;
    transition: 0.3s;
    
}

.pagination-small .pagination a.active {
    background-color: #00a4e6;
    color: #FFF;
    border: 1px solid #00a4e6;
}

.pagination-small .pagination a:hover:not(.active) {
    background-color: #00a4e6;
    color: #FFF;
    border: 1px solid #00a4e6;

}

.pagination-small .pagination a:first-child {
    margin: 0px 2px 0px 2px;
}

.pagination-small .pagination a:last-child {
    margin: 0px 2px 0px 2px;
}


/* ========== #BLOG THUMBNAIL ========== */

.post-thumbnail-2{
    height: 230px;
}

.thumbnail-pic-2{
    width: 400px;
    float: left;
    margin-right: 20px;
}

.thumbnail-pic-2 img{
    width: 100%;
}

.post-thumbnail-2 .post-description p{
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    color: #666;
}

.post-thumbnail-2 .post-content h3{
    line-height: 1.2;
    margin-bottom: 5px;
}

/* ========== #SINGLE POST ========== */
.blog-picture{
    margin-bottom: 10px;
}

.blog-picture img{
    width: 100%;
}

.blog-content h1{
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 80px;
}

.post-information p{
    margin: 20px 0px 20px 0px;
    color: #808080;
    line-height: 1.8;
    font-size: 16px;
    
}

.post-information blockquote{
  display:block;
  background: #fff;
  padding: 40px 20px 40px 45px;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 10px solid #00a0e3;
  border-right: 2px solid #00a0e3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-information blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}

.post-information blockquote::after{
  content: "";
}

.post-information blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #00a0e3;
}

.post-information blockquote a:hover{
 color: #666;
}

.post-information blockquote em{
  font-style: italic;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 20px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* ==========================================================================
   	SERVICES.
   ========================================================================== */

/* ========== #SERVICES 2 ========== */
.services-front p{
    line-height: 1.7;
    color: #666;
}

.services-front h6{
    line-height: 1.3;
}

hr.short{
    width: 80px;
    border-top: 3px solid #00a0e3;
    margin: 10px 0px 10px 0px;
}

.service-img{
    float: left;
    margin-right: 20px;
    width: 60px;
}

.service-img img{
    width: 100%;
}

.span-services{
    margin-top: 20px;
}

.service-front-img{
    width: 400px;
}

.service-front-img img{
    width: 100%;
}

.inner-services{
    display: inline-block;
    margin: 0px 20px 18px 0px;
    width: 250px;
    float: left;
}

.inner-services h6{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin: 10px 0px 5px 0px;
}

.inner-services p{
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.services-us{
    background: #fff;
    margin-top: 30px;
    padding: 40px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-radius: 5px;
}

.services-us h3{
    margin-bottom: 10px;
}

.services-us p{
    color: #999;
    line-height: 1.7;
}

.services-icons{
    margin-top: 30px;
}

.icon-png{
    margin-right: 20px;
    float: left;
    width: 50px;
}

    
.icon-png img{
    width: 100%;
}


.inner-services-icons{
    margin: 30px 0px 30px 0px;
    padding: 0px 30px 0px 15px;
    height: 60px;
    clear: both;
}

.inner-services .services-icon{
    width: 55px;
}

.inner-services .services-icon img{
    width: 100%;
}

.services-img{
    margin-top: 60px;
    margin-top: 60px;
}

.services-img img{
    width: 100%;
}

.call-banner{
    clear: both;
    background: #00a0e3;
    padding: 30px 0px 30px 0px;
    height: 150px;
    border-bottom: solid 1px #ddd;
}

.banner-left{
    float: left;
}

.banner-left h3{
    text-align: left;
    color: #FFF
}

.banner-left h6{
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.banner-right{
    float: right;
    margin-top: 5px;
}

.banner-right .btn-offer {
  color: #00a0e3;
  background-color: #FFF;
  border-color: #FFF;
    border-radius: 5px;
}
.banner-right .btn-offer:focus,
.banner-right .btn-offer.focus {
  color: #fff;
  background-color: #ff1a29;
  border-color: #ff1a29;
}
.banner-right .btn-offer:hover {
  color: #fff;
  background-color: #ff1a29;
  border-color: #ff1a29;
}
.banner-right .btn-offer:active,
.banner-right .btn-offer.active,
.open > .dropdown-toggle.btn-offer {
  color: #fff;
  background-color: #ff1a29;
  border-color: #ff1a29;
}

/* ========== #SERVICES 3 ========== */
.service-icon-img2{
    width: 50px;
    height: 50px;
    margin: auto;
}

.service-icon-img2 img{
    width: 100%;
}

.icon-circle h3{
    margin: 10px 0px 5px 0px;
}

.wide-section-2{
    background: #EEF2F5;
}

.wide-section-2 .section{
    padding: 70px 20px 70px 20px;
}

.wide-section-content{
    padding: 50px 0px 50px 0px;
}

.wide-section-content p{
    line-height: 2;
    color: #666;
}

.wide-section-3{
    background: #FFF;
}

.wide-section-3 .section{
    padding: 70px 20px 70px 20px;
}

.wide-section-3 .wide-section-content{
    padding: 50px;
}

.inner-wide-section-img img{
    width: 100%;
}




/* ========== #SERVICES 4 ========== */
.service-box{
    height: 340px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    border-top: solid 3px #00a4e6;  
    padding: 40px 10px 40px 10px;
    text-align: center;
    transition: 0.5s;
}

.service-box h5{
    margin: 15px 0px 5px 0px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.service-box:hover{
    border-top: solid 3px #00a0e3; 
}

.service-box:hover .service-icon-box {
    background: #00a0e3;
}

.service-icon-box{
    position: relative;
    background: #00a4e6;
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    transition: 0.5s;
}

.service-icon-img{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.service-icon-img img{
    width: 100%;
}

.service-box strong{
    font-weight: 600;
    color: #666;
}

.service-front-info{
    margin-top: 60px;
}

.service-signature{
    width: 200px;
}

.service-signature img{
    width: 100%;
}

.box-counter{
    padding: 0px 40px 0px 40px;
}

.box-counter .grid-box-counter{
    padding: 30px 10px 30px 0px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.box-counter .bottom-grid-2{
    border-bottom: solid 1px transparent;
}

.box-counter .right-grid-2{
    border-right: solid 1px transparent;
    padding-left: 20px;
}

.box-counter .grid-icon-2{
    float: left;
    margin-right: 20px;
}

.box-counter .grid-info{
    margin-top: -5px;
}

.grid-box-counter .grid-info .counter{
    color: #333;
    font-weight: 600;
    text-align: left;
}

.box-counter .grid-info p{
    color: #999;
    margin-top: -5px;
}

.parallax { 
    background-image: url("../img/images/background-parallax.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-content{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 767px;
  height: 190px;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
}

.parallax-content h1{
    font-style: italic;
}

.parallax-content p{
    font-size: 16px;
    margin: 10px 0px 20px 0px;
}


/* ==========================================================================
   	SHOPPING CART.
   ========================================================================== */
.shopping-cart-header{
    margin-bottom: 20px;
}

.header-product{
    height: 40px;
}

.header-price{
    height: 40px;
    text-align: center;
}

.header-quantity{
    height: 40px;
    text-align: center;
}

.header-total{
    height: 30px;
    text-align: center;
}

.span-product{
    height: 140px;
    padding: 20px;
}

.span-product p{
    font-size: 13px;
    margin-bottom: 5px;
}

.span-price{
    height: 140px;
    padding: 20px;
}

.span-quantity{
    height: 140px;
    padding: 20px;
}

.span-quantity .order-qty{
    margin: 20px auto 0px auto;
    width: 73px;
    display:block;
}

.span-quantity .order-qty .number{
	color: #666;
	border: 2px solid #666;
	border-radius: 5px;
	text-align: center;
	padding: 6px 12px;
}

.span-total{
    height: 140px;
    padding: 20px;
}

.product-pic-thumb{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.product-pic-thumb img{
    width: 100%;
}

.span-price h6{
    margin-top: 30px;
    text-align: center;
}

.span-total h6{
    margin-top: 30px;
    text-align: center;
}

.shopping-cart-bottom{
    margin-top: 50px;
}

.shop-btn-right{
    float: right;
}

.btn-update{
    display: inline-block;
    margin-right: 10px;
}

.btn-checkout{
    display: inline-block;
}


.inner-shoppping{
    height: 50px;
    clear: both;
}

.inner-product-left{
    float: left;
    font-weight: 600;
}

.inner-product-right{
    float: right;
}

.responsive-view{
    display: none;
}

.delete-item{
    float: right;
    margin-bottom: 20px;
}

.checkout-box{
    width: 500px;
    height: 300px;
    float: right;
    margin-top: 50px;
}

hr.summary{
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 10px auto 40px auto;
}

hr.summary-2{
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin: 10px auto 10px auto;
}

.box-summary{
    height: 30px;
    padding: 0px 
}

.inner-summary-left{
    float: left;
    font-weight: 600;
}

.inner-summary-right{
    float: right;
}

.inner-summary-right strong{
    font-weight: 600;
}


/* ==========================================================================
   	CHECKOUT.
   ========================================================================== */

.customer-form .form-group label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.checkout-form {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 10px;

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.checkout-form:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.checkout-form::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.checkout-form:-ms-input-placeholder {
  color: #999;
}
.checkout-form::-webkit-input-placeholder {
  color: #999;
}

.order-summary{
    background: #F2F2F2;
    height: 100%;
    padding: 40px 30px 50px 30px;
    border-radius: 5px;
}

hr.summary-line{
    width: 100%;
    border-top: 1px solid #cccccc;
    margin: 10px auto 40px auto;
}

.inner-order{
    height: 35px;
    border-bottom: solid 1px #e6e6e6;
    margin-top: 15px;
}

.inner-order .label-left{
    float: left;
}

.inner-order .product-total{
    float: right;
}

.label-left strong{
    font-weight: 600;
}

.inner-order .product-total strong{
    font-weight: 600;
}

.no-line{
    border-bottom: solid 1px transparent;
    text-align: center;
}

/* ==========================================================================
   	MEDIA QUERIES MODULE.
   ========================================================================== */
@media (max-width:1100px) { 
 .box-counter .grid-box-counter{
    padding: 20px 15px 20px 15px;
     height: 120px;
} 
    
.box-counter .grid-icon-2{
    float: left;
    margin-right: 20px;
    height: 100px;
}

}

@media (max-width:992px) {  
.about-image{
    margin-top: 50px;
}
    
.about-image-3{
    margin-top: 30px;
}

.inner-about{
    display: inline-block;
    margin: 0px 20px 30px 0px;
    width: 250px;
    float: left;
}
    
.parallax-bg{
    height: 100%; 
}
    
.bottom-benefits{
    margin: 0px;
}

.contact-left{
    margin-top: 0px;
}

.map-box{
    margin-top: 30px;
}
    
.contact-left h1{
    font-size: 30px;
}

.contact-left p{
    font-size: 14px;
}
    
.contact-left-3{
    margin-top: 30px;
}
    
.contact-right-4{
    margin-top: 30px;
}
    
.contact-right-5{
    margin-top: 30px;
}
    
.profile-content{
    border-left: none;
    height: 100%;
    padding: 0px;
    margin-top: 30px;
}
    
.profile-information{
    margin-top: 30px;
}
    
.error-page-container{
    min-height: 700px; 
}
    
.error-page-container .middle h1 {
    font-size: 150px;
}
    
.error-page-content h1{
    font-size: 150px;
}
    
.shop-banner-big{
    height: 100%;
    margin-bottom: 20px;
}
    
.center-banner{
    margin: 20px 0px 20px 0px;
}
    
.product-photo-gallery{
    width:520px;
    float: none;
    margin: 0px auto 20px auto;
}
    
.product-leftside .carousel .carousel-inner .item{
    width: 520px;
}

.product-leftside .carousel .carousel-inner .item img{
    width: 100%;
}
    
.product-container{
    margin-bottom: 0px;
}
    
.with-sidebar .product-photo-gallery{
    width: 520px;
    float: none;
    margin: 0px auto 20px auto;
}

.with-sidebar .product-leftside .carousel .carousel-inner .item{
   width: 520px;
}
    
.with-sidebar{
    margin-bottom: 30px;
}
    
.post-thumbnail{
    height: 100%;
}
    
.thumbnail-pic{
    width: 100%;
    float: none;
    margin: 0px 0px 20px 0px;
}

.service-front-img{
    margin-top: 30px;
}
    
.wide-section-2 .wide-section-content{
    padding: 10px 0px 10px 0px;
} 
    
.wide-section-3 .wide-section-content{
    padding: 10px 0px 10px 0px;
}
    
.box-counter .grid-box-counter{
    padding: 20px 0px 20px 0px;
    height: 100%;
    margin-bottom: 10px;
} 
    
.box-counter .grid-icon-2{
    float: left;
    margin-right: 20px;
    height: 60px;
}
    
.box-counter{
    margin-top: 30px;
}
    
.box-counter .grid-box-counter{
    border-right: solid 1px transparent;
    border-bottom: solid 1px #ddd;
}
    
.bottom-grid-2{
    border-bottom: solid 1px #ddd;
    
}
    
.service-box{
    margin: 20px 0px 20px 0px;
    height: 100%;
    padding: 40px 20px 50px 20px;
}
    
.span-benefits{
    padding: 50px 20px 50px 20px;
}
    
.span-benefits h5{
    font-weight: 600;
}
    
.inner-contact-3{
    background: #FAFCFC;
    height: 100%;
    padding: 30px 20px 30px 20px;
    border: solid 1px #eff5f5;
    margin-top: 30px;
}
    
.shop-left-sidebar{
    margin-top: 20px;
    padding: 15px;
}
    
.contact-box{
    margin: 20px 0px 20px 0px;
    height: 100%;
    padding: 50px 10px 60px 10px;
}
    
.career-sidebar{
    margin-top: 40px;
}
    
.desktop-view{
    display: none;
}
    
.responsive-view{
    display: inherit;
    padding: 0px 50px 0px 50px;
}

.inner-product-right .order-qty{
    margin: 0px;
}
    
.inner-product-right .order-qty .number{
	color: #666;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	padding: 3px 8px;
}
    
.checkout-box{
    width: 100%;
    height: 300px;
    float: none;
    margin: 0px;
}

.order-summary{
    margin-top: 40px;
}
    
.posts-thumbs {
    height: 100%;
} 
    
.posts-thumbs-grid {
    height: 100%;
}
    
.inner-contact-6{
    margin-top: 40px;
}
    
.service-front-img{
    width: 100%;
}
    
.icon-boxes-shadow{
    width: 100%;
    height: 100%;
    padding: 35px 15px 50px 15px;
}
    
.our-team h6{
    text-align: left;
} 
    
.our-team h2{
    text-align: left;
}
    
.our-team p{
    text-align: left;
}
    
.customers{
    margin-top: 30px;
}
    
.banner{
    display: none;
}

}

@media (max-width:767px) {
    
.error-page-container{
    min-height: 600px; 
}
  
.error-page-container .middle h1 {
    font-size: 100px;
}
    
.error-page-content h1{
    font-size: 100px;
}
    
.inner-reviews{
    height: 100%;
}
    
.review-avatar{
    width: 100px;
    height: 100px;
    float: none;
    margin: 0px 0px 10px 0px;
}
    
.product-description{
    padding: 10px;
}
    
.product-banner{
    display: none;
}
    
.call-banner{
    padding: 15px 0px 15px 0px;
    height: 100%;
    height: 100%;
}  
    
.banner-left{
    float: none;
}
    
.banner-left h3{
    text-align: center;
}

.banner-left h6{
    text-align: center;
    font-size: 14px;
}
    
.banner-right{
    float: none;
}  
    
.banner-right p{
    text-align: center;
    margin-top: 15px;
}
    
.parallax-content{
    width: 100%;
    padding: 0px 20px 0px 20px;
}
    
.profile-about{
    height: 100%;
    padding: 30px;
    margin-top: 40px;
}
    
.author-avatar{
    width: 40px;
    height: 40px;
}
    
.author-name{
    padding-top: 12px;
}
    
.blog-content h1{
    font-size: 26px;
}
    
.address-center{
    margin: 30px 0px 30px 0px;
}

}

@media (max-width:630px) {
.inner-careers{
    clear: both;
    height: 100%;
    padding: 30px 0px 30px 0px;
    border-bottom: solid 1px #f2f2f2;
}
    
.btn-apply{
    float: none;
    margin-top: 40px;
}
    
}
    
@media (max-width:576px) {
.about-signature{
    float: none;
    width: 150px;
    margin: 20px 0px 0px 0px;
}

.error-page-container{
    min-height: 600px; 
}
    
.product-photo-gallery{
    width: 100%;
}
    
.product-leftside .carousel .carousel-inner .item{
    width: 100%;
}

.product-leftside .carousel .carousel-inner .item img{
    width: 100%;
}
    
.thumbnails-carousel li{
    width: 60px;
    display: inline-block;
}   
    
.thumbnails-carousel img{
    width: 100%;
}
    
.with-sidebar .product-photo-gallery{
     width: 100%;
}

.with-sidebar .product-leftside .carousel .carousel-inner .item{
    width: 100%;
}
    
.pagination-small .pagination a {
    padding: 6px 14px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    font-size: 13px;
}
    
.btn-read-more{
    margin-top: -18px;
} 
    
.btn-read-more .fa{
    font-size: 12px;
}
    
.btn-read-more p{
    font-size: 12px;
}

.services-icons{
    text-align: center;
}
    
.services-us{
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
}

.services-us h3{
    margin-bottom: 10px;
    text-align: center;
}

.services-us p{
    color: #999;
    line-height: 1.7;
    text-align: center;
}

.icon-png{
    margin: 20px auto 20px auto;
    float: none;
    width: 40px;
}

.inner-services-icons{
    height: 100%;
    clear: both;
}
    
.contact-left h1{
    font-size: 24px;
}
    
.inner-time-info .clock{
	float: left;
	margin-right: 10px;
    width: 50px;
}  
    
.inner-time-info p{
	line-height: 1.3;
}
    
.author-avatar{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
    
.author-name{
    padding-top: 8px;
}

.number{
	padding: 4px 12px;
}
    
.responsive-view{
    display: inherit;
    padding: 0px;
}

    
.inner-product-right{
    text-align: right;
    width: 180px;
}
       
.checkout-box{
    width: 100%;
    height: 300px;
    float: none;
}

.order-summary{
    padding: 30px 15px 30px 15px;
}
    
.no-line p{
    font-size: 13px;
    margin-top: 20px;
}
    
.blog-content h1{
    font-size: 24px;
    line-height: 1.2;
}


}

.pageNavigationTitle{
	background-color: #082b53b0; 
	padding: 15px 15px 15px 30px; 
	height:45px
}
.pageNavigation{
	background-color: #000000a8; 
	padding: 15px 15px 15px 30px; 
	height:70px
}

.page-map a{
	color:#fff;
}