/*
Theme Name: GGMJ
Theme URI: https://plentongstudio.com
Description: Theme khusus yang dibuat untuk website GGMJ
Author: Dhimas Ronggobramantyo
Author URI: https://www.plentongstudio.com
Version: 1.0
Tags: clean, logistic, two-columns, fixed-width, custom-menu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #ff783c; outline:0; }
a:hover { color: #ec5b1b; }

/* Global Elements
=====================================================================*/

body {
	font:16px 'Open Sans', sans-serif;
    color:#333;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}

/* Start CSS Coding
=====================================================================*/

#breadcrumbs li:after {
    font-family: 'Font Awesome\ 5 Pro';
}

#content-header ul li,
#link-city,
#hero-image h1,
#hero-image-page h1,
#title-intro,
.subtitle,
#title-blog h2,
#list-blog-homepage .date,
#main-footer h5,
#list-city li a,
.title-widget {
    font-family: 'Quicksand', sans-serif;
}
#nav-main li,
#service-homepage li h3,
#button-more,
#button-more-gallery,
#button-blog,
#list-blog-homepage li h3,
#nav-footer {
    font-family: 'PT Sans', sans-serif;
}

.mobile {
    display: none;
}
#main-header {
    width:100%;
    height:120px;
    margin:30px 0 0 0;
    position: fixed;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#main-header .wrapper {
    height: 120px;
    width:1200px;
    background:#fff;
    border-radius:0 0 15px 15px;
}
#main-header.small {
    background: #fff;
    margin:0;
    height:65px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
#main-header.small .wrapper {
    height:65px;
    border-radius: 0;
}
#main-header.small #header-top {
    opacity: 0;
    height: 0;
}
#main-header.small #logo {
    width:156px;
    height:65px;
    background: url(images/logo-notext.png) no-repeat;
    background-size:156px 65px;
}
#main-header.small #content-header,
#main-header.small #link-city {
    display: none;
}
#contact-jakarta, #contact-pekanbaru {
    display: none;
}
#contact-jakarta.show, #contact-pekanbaru.show {
    display: block;
}
#city-jakarta, #city-pekanbaru {
    display: none;
}
#city-jakarta.show, #city-pekanbaru.show {
    display: block;
}
#link-city i {
    float:left;
    margin:19px 10px 0 20px;
}
#link-city span {
    float:left;
}
#list-city {
    list-style: none;
    margin:0;
    position: absolute;
    z-index: 10;
    width:155px;
    top:55px;
    right:0;
    background: #ffa101;
    display: none;
}
#list-city.show {
    display: block
}
#list-city li {
    height:40px;
}
#list-city li a {
    display: block;
    color:#fff;
    height:40px;
    line-height: 40px;
    padding:0 15px;
    text-decoration: none;
}
#list-city li a:hover {
    background: #d98900;
}
.wrapper {
    width:1200px;
    margin:0 auto;
}
.open-menu, .close-menu, .close-menu-big {
    display: none;
}
#logo {
    width:240px;
    height:120px;
    display: block;
    background: url(images/logo.png) no-repeat;
    background-size:240px 120px;
    float:left;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#header-right {
    width:830px;
    height:120px;
    float:right;
}
#header-top {
    height:55px;
    background: #015bbb;
    position: relative;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#content-header {
    width:670px;
    float:left;
}
#content-header ul {
    list-style: none;
    margin:0;
}
#content-header ul li {
    float:left;
    color:#fff;
    font-size:16px;
    margin:15px 0 0 25px;
}
#content-header ul li i {
    font-size:22px;
    color:#96c9ff;
    margin:0 10px 0 0;
    float:left;
}
#content-header ul li span {
    float:left;
    margin:2px 0 0 0;
}
#content-header ul li a {
    color:#fff;
}
#link-city {
    width:155px;
    height:55px;
    float:right;
    background: #ffa101;
    text-align: center;
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 55px;
}
#nav {
    margin:0;
    float:left;
    height:65px;
}
#nav-main {
    list-style: none;
    margin:0;
}
#nav-main li {
    float:left;
}
#nav-main li a {
    display: block;
    font-size:18px;
    color:#111;
    height:45px;
    padding:20px 15px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#nav-main li:hover a {
    border-bottom:1px solid #015bbb;
    background: #f2f2f2;
}
#nav-main li.current-menu-item a {
    background: #015bbb;
    border-bottom:1px solid #015bbb;
    color:#fff;
}
#nav-social {
    list-style: none;
    margin:13px 20px 0 0;
    float:right;
}
#nav-social li {
    width:36px;
    height: 36px;
    float:left;
    margin:0 0 0 10px;
}
#nav-social li a {
    color:#fff;
    width:36px;
    height:36px;
    display: block;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    font-size:18px;
}
#icon-facebook a {
    background: #4267b2;
}
#icon-twitter a {
    background: #1ea2f2;
}
#icon-youtube a {
    background: #ff0000;
}
#icon-instagram a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
#icon-pinterest a {
    background: #bd081c;
}


/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
    margin: 0; 
    padding: 0; 
}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

#slideshow-container {
    margin:0 0 60px 0;
    position: relative;
}
#slideshow-testimonial-1,
#slideshow-testimonial-2 {
    position: relative;
}
#slideshow-testimonial-1 .slides,
#slideshow-testimonial-2 .slides {
    list-style: none;
    margin:0;
}
#slideshow-testimonial-1 .slides li,
#slideshow-testimonial-2 .slides li {
    padding:0;
    position: relative;
}
#slideshow-testimonial-1 .slides li img,
#slideshow-testimonial-2 .slides li img {
    width:200px;
    height:200px;
    float:left;
    border:3px solid #fff;
    border-radius:120px;
    margin:0 40px 0 0;
}
#slideshow-testimonial-2 .slides li img {
    float:right;
    margin:0 0 0 40px;
}
#slideshow-testimonial-1 p,
#slideshow-testimonial-2 p {
    font-size:18px;
    color:#fff;
    font-weight: 300;
    margin:0 40px 20px 0;
    padding:30px 0 0 0;
    line-height: 1.4;
}
#slideshow-testimonial-2 p {
    margin:0 0 20px 40px;
}
#slideshow-testimonial-1 h4,
#slideshow-testimonial-2 h4  {
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
#slideshow-testimonial-2 h4 {
    margin-left:40px;
}
#slideshow-testimonial-1 .flex-control-nav,
#slideshow-testimonial-2 .flex-control-nav {
    height:26px;
    text-align: center;
    list-style: none;
    margin:30px 0 0 0;
}
#slideshow-testimonial-1 .flex-control-nav li,
#slideshow-testimonial-2 .flex-control-nav li {
    height:26px;
    width:26px;
    display: inline-block;
    margin:0 4px;
}
#slideshow-testimonial-1 .flex-control-nav li a,
#slideshow-testimonial-2 .flex-control-nav li a {
    display: block;
    width:22px;
    height:22px;
    background: #fff;
    border:2px solid #fff;
    text-indent:-9999px;
    border-radius:20px;
    cursor: pointer;
}
#slideshow-testimonial-1 .flex-control-nav li a.flex-active,
#slideshow-testimonial-2 .flex-control-nav li a.flex-active {
    background: none;
}
#slideshow-testimonial-1 .flex-direction-nav,
#slideshow-testimonial-2 .flex-direction-nav {
    display: none;
}

#hero-image {
    width:100%;
    height:800px;
    background: url(images/img-1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#dark-cover {
    background: rgba(0,0,0,0.2);
}
#hero-image .wrapper {
    height:800px;
    position: relative;
    z-index: 10;
}
#hero-image-page {
    width:100%;
    height:370px;
    background: url(images/img-1.jpg) no-repeat center center fixed;
    margin:0 0 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#hero-image-page .wrapper {
    height:370px;
    position: relative;
    z-index: 10;
}
#hero-image h1 {
    font-size:50px;
    color:#fff;
    width:620px;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    bottom:200px;
    left:0;
    z-index: 10;
}
#hero-image-page h1 {
    font-size:50px;
    color:#fff;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    bottom:40px;
    left:0;
    z-index: 10;
}
#service-homepage {
    list-style: none;
    height:270px;
    width:1200px;
    margin:-135px auto 70px auto;
    position: relative;
    z-index: 20;
}
#service-homepage li {
    width:270px;
    height:230px;
    float:left;
    background: #015bbb;
    border-radius:15px;
    text-align: center;
    color:#fff;
    padding:40px 0 0 0;
    margin:0 40px 0 0;
}
#service-homepage li img {
    width:80px;
    margin:0 0 10px 0;
}
#service-homepage li i {
    font-size:64px;
    margin:0 0 25px 0;
}
#service-homepage li h3 {
    font-size:32px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0 40px;
    line-height: 1.1;
}
#service-homepage li:last-child {
    width:270px;
    height:270px;
    background: none;
    padding:0;
    margin:0;
    position: relative;
}
#service-homepage li:last-child a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    display: block;
    background: #ffa101;
    border-radius:15px;
    font-size:32px;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#service-homepage li:last-child a strong {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: normal;
}
#service-homepage li:last-child a strong i {
    font-size:30px;
}
#service-homepage li:last-child a:hover {
    background: #d98900;
}
#full-image {
    width:100%;
    background: url(images/background-1.png) no-repeat 100% 100%;
    background-size: 640px 500px;
    padding-bottom:80px;
}
#intro-homepage figure {
    width:140px;
    float:left;
}
#text-intro {
    width:1020px;
    float:right;
}
#title-intro {
    font-size:40px;
    color:#111;
    font-weight: bold;
    position: relative;
    padding:0 0 30px 0;
    margin:10px 0 40px 0;
}
#title-intro:before {
    content:"";
    width:300px;
    height:5px;
    background: #015bbb;
    position: absolute;
    bottom:0;
    left:-40px;
    display: block;
}
#text-intro p {
    font-size:20px;
    color:#333;
    line-height: 1.7;
    margin:0 0 40px 0;
}
#button-more {
    width:255px;
    height:50px;
    display: block;
    margin:0 0 30px 0;
    background: #ffa101;
    border-radius:5px;
    text-align: center;
    color:#fff;
    line-height:50px;
    font-size:20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#button-more:hover {
    background: #d98900;
}
#button-more-gallery {
    width:255px;
    height:50px;
    display: block;
    margin:0 auto;
    background: #ffa101;
    border-radius:5px;
    text-align: center;
    color:#fff;
    line-height:50px;
    font-size:20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#button-more-gallery:hover {
    background: #d98900;
}
#full-gallery {
    width:100%;
    padding:80px 0;
    background:#015bbb url(images/background-2.png) no-repeat 50% 0;
    background-size:2000px 700px;
    margin:0;
}
.subtitle {
    font-size:40px;
    color:#111;
    font-weight: bold;
    margin:0 0 40px 0;
}
#full-gallery .subtitle {
    text-align: center;
    color:#fff;
}
#list-gallery {
    list-style: none;
    margin:0;
}
#list-gallery li {
    width:370px;
    height:260px;
    margin:0 45px 45px 0;
    float:left;
    position: relative;
    overflow: hidden;
}
#list-gallery li:last-child, #list-gallery li:nth-child(3n) {
    margin-right:0;
}
#list-gallery li a {
    font-size:18px;
    color:#fff;
    text-decoration: none;
}
#list-gallery li a:hover img {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#list-gallery strong {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#list-gallery li a:hover strong {
    opacity: 1;
}
#list-gallery li span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin:0 50px;
}
.full-color {
    background: #f2f2f2;
    padding:80px 0;
}
#title-blog {
    width:270px;
    height:340px;
    float:left;
    position: relative;
    margin:0 40px 0 0;
}
#title-blog h2 {
    font-size:40px;
    color:#111;
    font-weight: bold;
    position: relative;
    padding:0 0 20px 0;
    margin:0 0 30px 0;
}
#title-blog h2:before {
    content:"";
    width:150px;
    height:5px;
    position: absolute;
    z-index: 10;
    background: #015bbb;
    left:0;
    bottom:0;
}
#title-blog p {
    font-size:20px;
    color:#333;
    line-height: 1.4;
}
#button-blog {
    width:100%;
    height:50px;
    display: block;
    background: #ffa101;
    border-radius:5px;
    font-size:20px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom:0;
    left:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#button-blog:hover {
    background: #d98900;
}
#list-blog-homepage {
    list-style: none;
    margin:0;
}
#list-blog-homepage li {
    width:270px;
    height:337px;
    float:left;
    position: relative;
    margin:0 40px 0 0;
    background: #fff;
    border-bottom:3px solid #015bbb;
}
#list-blog-homepage .date {
    font-size:14px;
    color:#999;
    display: block;
    text-align: center;
    margin:0 0 10px 0;
}
#list-blog-homepage li img {
    margin:0 0 10px 0;
}
#list-blog-homepage li h3 {
    text-align: center;
    font-size:24px;
    margin:0 15px;
    font-weight: bold;
    line-height: 1.3;
}
#list-blog-homepage li h3 a {
    color:#111;
    text-decoration: none;
}
#list-blog-homepage li h3 a:hover {
    color:#015bbb;
}
#list-blog-homepage li:last-child {
    margin:0;
}

/* About
=====================================================================*/
#hero-image-page {
    width:100%;
    height:370px;
}
.wrapper.page {
    padding-bottom:100px;
}

/* Service
=====================================================================*/
#list-service {
    list-style: none;
    margin:0;
}
#list-service li {
    width:370px;
    float:left;
    position: relative;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.3);
    margin:0 45px 45px 0;
}
#list-service li span {
    position: absolute;
    width:100%;
    left:0;
    bottom:0;
    background: url(images/gradient.png) repeat-x 0 100%;
    text-align: center;
    font-size:24px;
    color:#fff;
    z-index: 10;
    text-transform: uppercase;
    padding:10px 0 15px 0;
    font-weight: bold;
}
#list-service li:nth-child(3n) {
    margin-right:0;
}
#list-service li img {
    vertical-align: top;
    margin:0;
}
#list-service li a {
    display: block;
}
#main-content {
    width:850px;
    float:left;
}
#sidebar {
    width:300px;
    float:right;
}
.title-widget {
    background: #015bbb;
    color:#fff;
    padding:15px 20px;
    font-size:16px;
    margin:0 0 20px 0;
}
#sidebar aside ul {
    list-style: none;
    margin:0;
}
#sidebar aside ul li {
    border-bottom:1px solid #bbb;
}
#sidebar aside ul li a {
    display: block;
    padding:10px 20px;
    text-decoration: none;
    font-size:16px;
}
#sidebar aside ul li a:hover {
    background: #bbb;
    color:#fff;
}
.page #list-blog-homepage {
    margin-bottom:50px;
}
.pagination {
    clear:both;
}
.pagination h2 {
    text-transform: uppercase;
    font-size:14px;
    color:#111;
    font-weight: bold;
    margin:0 0 5px 0;
}
.nav-links {
    height: 30px;
    float:left;
    line-height: 30px;
}
.page-numbers {
    width:30px;
    border:1px solid #d6dbdd;
    float:left;
    margin:0 5px 0 0;
    text-align: center;
    text-decoration: none;
}
.page-numbers.next,
.page-numbers.prev {
    width:auto;
    padding:0 10px;
    font-weight: bold;
}
.page-numbers.current {
    color:#d6dbdd;
}

/* Gallery
=====================================================================*/
.gallery-columns-3 .gallery-item {
    width:30% !important;
    margin-right: 3% !important;
}
.gallery .gallery-icon img {
    border-radius:10px;
}
.gallery .gallery-item {
    margin-bottom:25px;
}
.gallery-columns-2 .gallery-item {
    width:47% !important;
    margin-right: 3% !important;
}
.gallery-columns-4 .gallery-item {
    width:22% !important;
    margin-right: 3% !important;
}
.gallery-columns-5 .gallery-item {
    width:17% !important;
    margin-right: 3% !important;
}
.gallery br {
    display: none;
}
.gallery {
    clear:both;
}

/* Partnership
=====================================================================*/
#list-partnership {
    list-style: none;
    margin:0;
    text-align: center;
}
#list-partnership li {
    display: inline-block;
    margin:0 10px 20px 10px;
    width:200px;
    vertical-align: middle;
}

/* Contact
=====================================================================*/
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-select {
    height:38px;
    line-height:38px;
    width:90%;
    background:#fff;
    border:1px solid #d9e4eb;
    padding:0 5px;
    outline: none;
    margin:0 0 12px 0;
    font-size:16px;
}
.wpcf7-form .wpcf7-select {
    width:40%;
}
.wpcf7-form .wpcf7-textarea {
    height:200px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    margin:5px 0 0 0;
}
.wpcf7-form-control-wrap {
    margin:0 0 28px 0;
}
.wpcf7-form .wpcf7-submit {
    background: #ffa101;
    font-size:14px;
    text-transform: uppercase;
    display: block;
    height: 35px;
    width:170px;
    text-align: center;
    line-height: 35px;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    border:none;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #015bbb;
    color:#fff;
}


/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 0 0;
    height:auto;
}
.static-page #map {
    width:100% !important;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#33abff;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}

/* Footer
=====================================================================*/
#main-footer {
    padding:30px 0;
    background: #015bbb;
}
#main-footer h5 {
    font-size:14px;
    color:#fff;
    font-weight: normal;
    float:left;
    margin:0;
    font-weight: bold;
}
#nav-footer {
    list-style: none;
    margin:0;
    float:right;
}
#nav-footer li {
    float:left;
    font-size:16px;
    margin:0 0 0 20px;
}
#nav-footer li a {
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
}






/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    html {
        -webkit-text-size-adjust: none;
    }
    body {
        min-width:auto; 
        padding:0;
    }
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100%;
        height: auto;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    .wrapper, #main-footer, #container, #primary {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
    #main-header .wrapper {
        width:auto;
        padding:0;
    }
    #logo {
        margin-left:40px;
        width:120px;
        height:60px;
        background-size:120px 60px;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 0;
        height: 100%;
        background: rgba(0,0,0,0.7);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
    }
    #nav-container {
        width:60%;
        height: 100%;
        background:#fff;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav {
        border: none;
    }
    #nav-main {
      float: none;
      text-align: left;
      border: none;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0;
        text-shadow:none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover {
        height:auto;
        float:none;
        display: block;
        color:#2b2b2b;
        text-transform: uppercase;
        text-shadow:0 1px #fff;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: normal;
        line-height:18px;
        padding:7px 10px;
        font-size:14px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:7px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a {
        background: #015bbb;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:7px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li:hover ul li a, #nav #nav-main li:hover ul li a:link, #nav #nav-main li:hover ul li a:visited {
      width:auto;
      height:auto;
      text-transform:none;
      border:none;
      background: none;
      margin:0;
      box-shadow:none;
      text-shadow:none;
      border:none;
      margin-left:10px;
      color:#2b2b2b;
      font-size:14px;
      padding:7px 10px;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover {
      background: none;
      text-decoration: none;
      padding:7px 10px;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        text-decoration: none;
        display: block;
        width:30px;
        height: 30px;
        padding:5px 0 0 0;
        position: absolute;
        z-index:1100;
        left:15px;
        top:5px;
        text-align: center;
        color:#015bbb;
        font-size:28px;
    }
    .close-menu, .close-menu:link, .close-menu:visited {
        text-decoration: none;
        display: block;
        width:30px;
        height: 30px;
        padding:5px 0 0 0;
        text-align: center;
        color:#015bbb;
        font-size:28px;
        margin:5px 0 20px 15px;
    }
    #main-header,
    #main-header.small {
        height:60px;
        margin:0;
        position: relative;
    }
    #main-header .wrapper {
        height:60px;
        border-radius: 0;
    }
    #header-right {
        width:100%;
        height:40px;
        position: absolute;
        z-index: 10;
        top:60px;
        left:0;
        float:none;
    }
    #content-header {
        width:auto;
        float:none;
    }
    #link-city {
        position: absolute;
        z-index: 10;
        top:-60px;
        right:0;
        height:60px;
        font-size:14px;
        width:145px;
    }
    #link-city i {
        margin-top:25px;
        margin-left:15px;
    }
    #list-city {
        width:145px;
        top:0;
    }
    #link-city span {
        margin:5px 0 0 0;
    }
    #content-header ul li {
        font-size:12px;
        margin:17px 0 0 20px;
    }
    #content-header ul li i {
        font-size:12px;
        margin-top:4px;
    }
    #nav-social {
        position: absolute;
        top:-55px;
        right:135px;
        margin-top:15px;
    }
    #nav-social li {
        width:26px;
        height: 26px;
        float:left;
        margin:0 0 0 5px;
    }
    #nav-social li a {
        color:#fff;
        width:26px;
        height:26px;
        display: block;
        line-height: 26px;
        text-align: center;
        border-radius: 20px;
        font-size:12px;
    }
    #hero-image-page,
    #hero-image {
        background-attachment: scroll;
    }
    #hero-image,
    #hero-image .wrapper {
        height:400px;
    }
    #hero-image h1 {
        width:auto;
        font-size:36px;
        left:auto;
        bottom:50px;
    }
    #service-homepage {
        width:auto;
        padding:0 20px;
    }
    #service-homepage {
        height:auto;
        margin:0;
    }
    #service-homepage li,
    #service-homepage li:last-child {
        width:46%;
        margin:0 5% 5% 0;
        height:180px;
    }
    #service-homepage li:last-child {
        height:220px;
    }
    #service-homepage li:nth-child(2n) {
        margin-right:0;  
    }
    #service-homepage li img {
        width:60px;
    }
    #service-homepage li h3 {
        font-size:24px;
        margin:0 15px;
    }
    #service-homepage li:last-child a {
        font-size:20px;
    }
    #service-homepage li:last-child a strong i {
        font-size:22px;
    }
    #hero-image {
        margin:0 0 30px 0;
    }
    #intro-homepage figure {
        width:20%;
        margin:0 5% 0 0;
    }
    #text-intro {
        width:75%;
    }
    #title-intro {
        font-size:30px;
    }
    #title-intro:before {
        display: none;
    }
    #title-intro {
        padding-bottom:0;
    }
    #text-intro p {
        font-size:16px;
    }
    #button-more {
        width:240px;
    }
    #list-gallery li {
        width:100%;
        height:auto;
        float:none;
        margin:0 0 30px 0;
    }
    #button-more-gallery {
        width:100%;
    }
    #title-blog {
        width:100%;
        height:auto;
    }
    #title-blog h2 {
        font-size:30px;
    }
    #button-blog {
        position: relative;
        left:auto;
        bottom:auto;
        margin:0 0 40px 0;
    }
    #title-blog p {
        margin:0 0 30px 0;
    }
    #list-blog-homepage li {
        width:100%;
        height: auto;
        margin:0 0 30px 0;
        padding:0 0 20px 0;
    }
    #hero-image-page h1 {
        font-size:40px;
        left:20px;
    }
    #list-service li {
        width:100%;
        float:none;
        margin:0 0 30px 0;
    }
    #main-content {
        float:none;
        margin:0 0 40px 0;
        width:100%;
    }
    #sidebar {
        width:100%;
        float:none;
    }
    .gallery-columns-2 .gallery-item,
    .gallery-columns-2 .gallery-item:nth-child(2n),
    .gallery-columns-3 .gallery-item,
    .gallery-columns-3 .gallery-item:nth-child(2n),
    .gallery-columns-4 .gallery-item,
    .gallery-columns-4 .gallery-item:nth-child(2n),
    .gallery-columns-5 .gallery-item,
    .gallery-columns-5 .gallery-item:nth-child(2n),
    .gallery-columns-6 .gallery-item,
    .gallery-columns-6 .gallery-item:nth-child(2n) {
        width:47% !important;
        margin-right:3% !important;
    }
    #main-footer .wrapper {
        text-align: center;
        padding:30px 0;
    }
    #main-footer h5 {
        float:none;
        margin:0 0 15px 0;
    }
    #nav-footer {
        text-align: center;
        float:none;
    }
    #nav-footer li {
        display: inline-block;
        margin:0 5px 10px 5px;
        float:none;
    }
    
}