/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.Content home section                              
 5.Portfolio Page                             
 6.Portfolio Detail       
 8.Full width page                               
 9.404 Error                            
 10.Contact page                            
 11.blog Page           
 12.Single Post         
 13.About Page
 14.Services Page  
 15.Footer  
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.container {
	max-width: 880px;
}
.container h1 {
	font-size: 20px;
}


.midashi {
	max-width: 940px;
	text-align: center;
}

.navbar {
	margin-bottom: 0;
	background-color: #00a0e9;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: none !important;
	border-radius: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.navbar-brand {
    padding: 47px 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active .navbar {
    opacity: 0.95;
}

header.active .navbar-brand {
    padding: 10px 15px;
}

.navbar-default .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.active .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > li {
    margin-left: 40px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 30px 0px 30px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #BEE8F4;
}

.navbar-default .navbar-nav > li > a.active {
	background: url('../images/nav-icon.png') center 0 no-repeat;
	color: #B5E5F3;
}

header.active .navbar-default .navbar-nav > li > a {
    padding: 15px 0;
    background: none !important;
}

.navbar-default .navbar-nav > li.drop {
    position: relative;
}

ul.dropdown-list {
	position: absolute;
	top: 90%;
	left: -20px;
	width: 180px;
	background: #fff;
	padding-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	border: 1px solid #F6F6F6;
	border-radius: 5px;
}

header.active ul.dropdown-list {
    top: 100%;
}

.navbar-default .navbar-nav > li.drop:hover ul.dropdown-list {
    opacity: 1;
    visibility: visible;
}

ul.dropdown-list li {
    display: block;
    line-height: 23px;
}

ul.dropdown-list li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 20px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #333333;
}

ul.dropdown-list li a:hover {
	color: #20a1c5;
	border-radius: 0px;
}


/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

h1 {
	color: #464646;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	line-height: 33px;
}

h3 {
	/* [disabled]color: #00a0e9; */
	font-size: 24px;
	margin: 0;
	margin-bottom: 25px;
	line-height: 38px;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 27px;
	font-weight: normal;
	text-align: left;
}

h5 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    background-color: #FFF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    line-height: 30px;
    text-align: left;
}

p {
    margin: 0;
    margin-bottom: 15px;
    line-height: 24px;
}

a.read-more {
    color: #7ea4f5;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 35px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
    padding-top: 120px;
}

/*-------------------------------------------------*/
/* =  content - home section
/*-------------------------------------------------*/

#slider {
	margin-bottom: 30px;
	text-align: center;
	margin-top: 20px;
}

#content {
    margin-bottom: 70px;
}

.services-post {
    text-align: center;
}

.services-post img {
    margin-bottom: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post:hover img {
	/* [disabled]transform: scale(1.3) rotate(36deg); */
	/* [disabled]-ms-transform: scale(1.3) rotate(36deg); */ /* IE 9 */
	/* [disabled]-moz-transform: scale(1.3) rotate(36deg); */ /* IE 9 */
	/* [disabled]-webkit-transform: scale(1.3) rotate(36deg); */ /* Safari and Chrome */
}

.services-post {
	margin-bottom: 50px;
	float: left;
}

.services-post p {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: left;
}

.services-section {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 60px;
}

.services-section:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 23px;
    background: url('../images/icon4.png') center center no-repeat;
    bottom: -11px;
    left: 50%;
    margin-left: -7px;
}

.title-section {
	text-align: center;
	margin-bottom: 30px;
}
.title-section h1 {
	text-align: center;
	color: #00CC66;
	text-decoration: underline;
	margin-bottom: 20px;
	margin-top: 25px;
	font-size: 24px;
}

.title-section p {
    color: #464646;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 60px;
}
.title-section2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.recent-work-post {
    text-align: center;
    margin-bottom: 50px;
}

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

.recent-work-post .inner-post {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.recent-work-post .inner-post {
    margin-bottom: 20px;
}

.hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(126,164,245,0.9);
    top: -100%;
    left: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.recent-work-post:hover .hover-box {
    top: 0;
}

.hover-box a {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #fff;
    top: -100%;
    margin-top: -30px;
}

.recent-work-post:hover .hover-box a {
    top: 50%;
}

.hover-box a.link {
    right: 50%;
    margin-right: 10px;
    background: url('../images/link.png') center center no-repeat;
    transition: all 0.37s ease-in-out;
    -moz-transition: all 0.37s ease-in-out;
    -webkit-transition: all 0.37s ease-in-out;
    -o-transition: all 0.37s ease-in-out;
}

.hover-box a.zoom {
    left: 50%;
    margin-left: 10px;
    background: url('../images/zoom.png') center center no-repeat;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.hover-box a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.hover-box span.work-title {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}

.hover-box span.work-date {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
}

ul.post-tags li {
    display: inline-block;
}

ul.post-tags li a {
    display: inline-block;
    color: #a1a1a1;
    font-size: 12px;
}

.recent-work-post ul.post-tags li:first-child a {
    padding-left: 15px;
    background: url('../images/tag.png') left center no-repeat;
}

.bottom-line {
    max-width: 618px;
    border-top: 1px solid #d7d7d7;
    padding: 60px 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.bottom-line:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #d7d7d7;
    top: -3px;
    left: 50%;
    margin-left: -30px;
}

.banner-section {
    padding-top: 52px;
    background: url('../upload/section-bg.jpg');
    margin-bottom: 50px;
}

.banner-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.banner-section img {
    color: #fff;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.point-section {
    position: relative;
    margin-bottom: 50px;
}

.point-section:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 214px;
    border-left: 1px solid #69684c;
    top: 7px;
    left: 0;
}

.point-section:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 7px;
    left: -6px;
    background: #fffb19;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;   
}

.point-section p {
    color: #fff;
}

.point-sections {
    position: relative;
}

.point-sections:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 0px;
    border-bottom: 1px solid #69684c;
    bottom: -200px;
    left: -15px;
}

.blog-post {
	overflow: hidden;
	margin-bottom: 35px;
}

.blog-post h5 a {
	text-decoration: none;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	color: #222;
}

.blog-post h5 a:hover {
    opacity: 0.8;
}

.blog-post .image-blog {
    position: relative;
    margin-bottom: 30px;
}

.blog-post .image-blog img {
	width: 100%;
}

.blog-post .image-blog .post-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    background: rgba(126,164,245,0.9);
    text-align: center;
    padding: 20px 0;
    transition: all 0.22s ease-in-out;
    -moz-transition: all 0.22s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
    -o-transition: all 0.22s ease-in-out;
}

.blog-post .image-blog:hover .post-date {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
}

.image-blog .post-date p {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 0;
}

.image-blog .post-date span {
    display: block;
    font-weight: 600;
}

.blog-post .post-tags {
    margin-bottom: 16px;
}

.blog-post .post-tags li {
    margin-right: 2px;
}

.blog-post .post-tags li:before {
    content:'/';
    color: #b2b3b3;
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
}

.blog-post .post-tags li:first-child:before {
    content:'';
    margin-right: 0px;
}

.blog-post.horizontal-align {
    margin-bottom: 30px;
}

.blog-post.horizontal-align:first-child {
}

.blog-post.horizontal-align .image-blog {
    max-width: 140px;
    float: left;
}

.blog-post.horizontal-align .blog-post-content {
    margin-left: 160px;
}

.blog-post.horizontal-align .blog-post-content2 {
	/* [disabled]margin-left: 10px; */
}
.blog-post.horizontal-align .image-blog .post-date {
    width: 70px;
    padding: 10px 0;
}

.blog-post.horizontal-align .post-date p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.blog-post.horizontal-align .post-date span {
    display: block;
    font-weight: 600;
    font-size: 24px;
}

.blog-post.horizontal-align .post-tags li a {
    font-size: 11px;
}

.blog-link-section {
    text-align: center;
}

.blog-link-section h3 {
    font-weight: 300;
    margin-bottom: 30px;
    color: #666666;
}

.blog-section {
    margin-bottom: 50px;
}

/*-------------------------------------------------*/
/* =  Portfolio-page
/*-------------------------------------------------*/

.page-title {
	text-align: center;
	padding: 50px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

.page-title h1 {
	font-size: 33px;
	line-height: 40px;
}

ul.page-depth li {
    display: inline-block;
}

ul.page-depth li:before {
    content: '/';
    color: #b1b1b1;
    font-size: 12px;

    font-weight: 300;
    margin-right: 3px;
}

ul.page-depth li:first-child:before {
    content: '';
    margin-left: 0px;
}

ul.page-depth li a {
    display: inline-block;
    color: #b1b1b1;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.page-depth li a:hover {
    color: #2c304a;
}

.page-description p {
    color: #a1a1a1;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

ul.filter {
    text-align: center;
    margin-bottom: 20px;
}

ul.filter li {
    display: inline-block;
}

ul.filter li a {
    display: inline-block;
    color: #464646;
    font-size: 14px;
    padding: 10px 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.filter li a:hover,
ul.filter li a.active {
    color: #fff;
    background: #7ea4f5;
}

.portfolio-box {
    width: 940px;
    margin-left: -15px;
    margin-bottom: 30px;
}

.portfolio-box .recent-work-post {
    width: 283.33px;
    margin: 25px 15px;
}

.portfolio-last-line {
    position: relative;
}

.portfolio-last-line .bottom-line,
.portfolio-detail-line .bottom-line {
    padding: 20px 0;
}

/*-------------------------------------------------*/
/* =  Portfolio Detail
/*-------------------------------------------------*/

.portfolio-detail-page {
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.portfolio-detail-page:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 23px;
    background: url('../images/icon4.png') center center no-repeat;
    bottom: -11px;
    left: 50%;
    margin-left: -7px;
}

.portfolio-detail-page h3 {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 40px;
}

.project-detail-content {
    padding-bottom: 50px;
}

.project-detail-content span {
    display: block;
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 4px;
}

.project-detail-content span.customer {
    margin-bottom: 20px;
}

.project-detail-content h5 {
    color: #464646;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

ul.features-list {
    margin-bottom: 20px;
}

ul.features-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    background: url('../images/tik.png') left center no-repeat;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
}

.portfolio-detail-line {
    padding-top: 40px;
}

/*-------------------------------------------------*/
/* =  Full width page
/*-------------------------------------------------*/

.full-width-page {
    padding: 55px 0;
}

.full-width-page h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.full-width-page h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.full-width-page p {
    margin-bottom: 20px;
}

.full-width-page p a {
    color: #7ea4f5;
}

.full-width-page p span {
    font-weight: bold;
}

.full-width-page blockquote {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    line-height: 24px;
    color: #b7b7b7;
    font-style: italic;
}

/*-------------------------------------------------*/
/* =  404Error page
/*-------------------------------------------------*/

.page-not-found {
    padding: 55px 0;
    margin-bottom: 120px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.page-not-found h1 {
    color: #2c304a;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 4px;
}

.page-not-found a {
    color: #2c304a;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}

.error404 {
    text-align: center;
    margin-bottom: 90px;
}

.error404 h1 {
    color: #2c304a;
    font-size: 200px;
    font-weight: 700;
    padding-top: 100px;
    background: url('../images/not-found.png') center 0 no-repeat;
}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/

.map {
    width: 100%;
    height: 500px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.contact-address-info {
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.contact-address-info:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 23px;
    background: url('../images/icon4.png') center center no-repeat;
    bottom: -11px;
    left: 50%;
    margin-left: -7px;
}

.contact-address-info p {
    font-size: 18px;
    color: #464646;
    max-width: 480px;
    margin: 0 auto 60px;
}

#contact-form {
    text-align: center;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #acacac;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 18px 30px;
    display: block;
    margin-bottom: 34px;   
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus {
    border: 1px solid #2e324c; 
}

#contact-form textarea {
    height: 190px;   
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 80px;
    background: #7ea4f5;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    margin: 0 auto 50px;
    border: none;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  blog
/*-------------------------------------------------*/

.filter-blog {
    margin-bottom: 55px;
    margin-top: 60px;
}

.filter-box {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.filter-box a.select-category {
    display: inline-block;
    position: relative;
    color: #acacac;
    font-size: 18px;
    font-weight: 300;
    padding: 18px 86px;
    border: 1px solid #d7d7d7;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background: url('../images/category.png') 20px center no-repeat;
}

.filter-box a.select-category:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 11px;
    background: url('../images/dawn.png') center center no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

.filter-box ul {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 2;
}

.filter-box ul li {
    border-top: 1px solid #d7d7d7;
}

.filter-box ul li:first-child {
    border-top: none;
}

.filter-box ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #acacac;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.filter-box ul li a:hover {
    font-weight: 600;
}

.blog-page .blog-post {
    text-align: center;
    overflow: visible;
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.blog-page .blog-post:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 23px;
    background: url('../images/icon4.png') center center no-repeat;
    bottom: -11px;
    left: 50%;
    margin-left: -7px;
}

.blog-page .blog-post h2 {
	margin-bottom: 30px;
	line-height: 38px;
	padding-top: 15px;
	padding-right: 15px;
	/* [disabled]padding-bottom: 15px; */
	padding-left: 15px;
	/* [disabled]border-color: #CCCCCC; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
	border-radius: 5px;
	font-size: 22px;
	font-weight: normal;
}

.post-gal-box {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.post-gal-box img {
	width: 100%;
}
.post-with {
	/* [disabled]width: 50%; */
}

.post-gal-box .post-date-cat {
    position: absolute;
    width: 300px;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.post-date-cat .post-date {
    width: 140px;
    float: left;
    background: rgba(126,164,245,0.9);
    padding: 20px 0;
}

.post-date-cat .post-date p {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
}

.post-date-cat .post-date span {
    display: block;
    font-weight: 600;
}

.post-date-cat .post-cat {
    width: 140px;
    float: right;
    background: rgba(126,164,245,0.9);
    height: 131px;
}

.post-gal-box:hover .post-date-cat {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
}

.blog-post.photo .post-cat {
    background: rgba(126,164,245,0.9) url('../images/camera.png') center center no-repeat;
}

.blog-post.video .post-cat {
    background: rgba(126,164,245,0.9) url('../images/film.png') center center no-repeat;
}

.blog-post-tags {
    margin-bottom: 45px;
}

.blog-post-tags li {
    display: inline-block;
    margin-left: 20px;
    color: #a1a1a1;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.blog-post-tags li a {
    display: inline-block;
    text-decoration: none;
    color: #a1a1a1;
    font-size: 12px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post-tags li a:hover {
    color: #2d314b;
}

.blog-post-tags li:first-child {
    margin-left: 0px;
}

.blog-post-tags li.category {
    background: url('../images/tag.png') left center no-repeat;
}

.blog-post-tags li.autor {
    background: url('../images/tag1.png') left center no-repeat;
}

.blog-post-tags li.comment {
    background: url('../images/tag2.png') left center no-repeat;
}

.blog-post-tags li.like {
    background: url('../images/tag3.png') left center no-repeat;
}

.blog-page .post-blog-content p {
    margin-bottom: 30px;
}

.blog-page .post-blog-content ul {
	margin-bottom: 5px;
	text-align: left;
}
.blog-page .post-blog-content li {
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: circle;
	color: #FF7D0C;
}

.blog-page .blog-post a.main-button {
    display: inline-block;
    margin-top: 15px;
}

.blog-page .blog-post iframe {
    width: 100%;
    height: 360px;
    margin-bottom: -5px;
}

.panigation-links {
    text-align: center;
    margin-bottom: 100px;
}

.panigation-links a {
    display: inline-block;
    width: 58px;
    height: 55px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.panigation-links a.prev-page {
    background: url('../images/prev.png') center center no-repeat;
    margin-right: 22px;
}

.panigation-links a.next-page {
    background: url('../images/next.png') center center no-repeat;
}

.panigation-links a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*-------------------------------------------------*/
/* =  Single-post
/*-------------------------------------------------*/

.single-post {
    margin-top: 50px;
}

.single-post .post-blog-content p {
	text-align: left;
	/* [disabled]margin-left: 100px; */
	/* [disabled]margin-right: 100px; */
}

.comment-tree {
    text-align: center;
}

.comment-tree h1 {
    margin-bottom: 50px;
}

.comment-post {
    margin-bottom: 65px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.comment-post:after {
    position: absolute;
    content: '';
    width: 23px;
    height: 19px;
    background: url('../images/reply2.png') center center no-repeat;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
}

.comment-post img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    max-width: 139px;
    border: 10px solid #7ea4f5;
    margin-bottom: 22px;
}

.comment-post h5 {
    font-size: 18px;
    color: #464646;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-post a.reply-comment {
    display: inline-block;
    font-size: 14px;
    color: #7ea4f5;
    font-weight: 700;
    margin-bottom: 3px;
    padding-right: 17px;
    text-decoration: none;
    background: url('../images/reply.png') right center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.comment-post a.reply-comment:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

span.comment-date {
    display: block;
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 20px;
}

.comment-post p {
    margin-bottom: 65px;
}

.leave-comment {
    text-align: center;
}

form.comment-form {
    max-width: 620px;
    margin: 0 auto;
}

form.comment-form h1 {
    margin-bottom: 25px;
}

form.comment-form input[type="text"],
form.comment-form textarea {
    margin-bottom: 30px;
    text-align: center;
}

form.comment-form textarea {
    height: 135px;
}

/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/

.about-page .page-description {
    margin-bottom: 50px;
}

#accordion {
    margin-bottom: 50px;
}

#accordion div h4 {
    position: relative;
    font-size: 18px;
    color: #464646;
    font-weight: 300;
    padding: 20px 0px 20px 70px;
    border: 1px solid #ebebeb;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div.active h4 {
    border: 1px solid transparent;
    color: #fff;
    background: #303048;
    margin-bottom: 0;
}

#accordion div h4:before {
    position: absolute;
    content: '';
    top: -1px;
    left: -1px;
    height: 61px;
    width: 61px;
    background: #7ea4f5 url('../images/closed.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div.active h4:before {
    background: #7ea4f5 url('../images/opened.png') center center no-repeat;
}

#accordion div p {
    display: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#accordion div p span {
    color: #666666;
    font-weight: bold;
}

#accordion div.active p {
    display: block;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 20px 4px;
    margin: 0;
}

#accordion div:last-child.active p {
    border-bottom: 1px solid #ebebeb;
}

.about-article {
    margin-bottom: 120px;
}

.about-article img {
    margin-bottom: 25px;
}

.team-section {
    padding: 60px 0;
    background: url('../upload/section-bg.jpg');
    margin-bottom: 55px;
}

.team-section .title-section h1,
.team-section .title-section p {
    color: #fff;
}

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

.team-member img {
    width: 100%;
    margin-bottom: 22px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.team-member:hover img {
    overflow: hidden;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-member h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 4px;
}

.team-member span {
    color: #a1a1a1;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
}

.team-member ul.social-icons {
    clear: both;
    width: 100%;
    text-align: center;
}

.team-member ul.social-icons li a:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    background-color: rgba(255,251,25,0.2);
}

.team-last-line .bottom-line {
    padding: 0;
}

ul.client-list {
    overflow: hidden;
}

ul.client-list li {
    float: left;
    border: 1px solid #e1e1e1;
    border-left: none;
    width: 33.33%;
}

ul.client-list li img {
    width: 100%;
    display: inline-block;
}

ul.client-list li:first-child {
    border-left: 1px solid #e1e1e1;
}

/*-------------------------------------------------*/
/* =  Services page
/*-------------------------------------------------*/

.skills h4 {
    margin-bottom: 25px;
}

.skills {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 55px;
}

.services-section.services-page {
    padding: 60px 0;
    background: url('../upload/section-bg2.jpg');
    border: none;
}

.services-section.services-page:after {
    width: 0;
    height: 0;
}

.services-section.services-page .title-section h1,
.services-section.services-page .title-section p,
.services-section.services-page h3,
.services-section.services-page p {
    color: #fff;
}

.services-line .bottom-line {
    padding: 0;
}

.services-left {
    text-align: center;
    margin-bottom: 35px;
}

.services-left img {
    margin-bottom: 25px;
}

.services-left h2 {
    margin-bottom: 30px;
    color: #666666;
    font-size: 24px;
    font-weight: 300;
}

.list-service {
    margin-bottom: 35px;
    max-width: 500px;
    margin: 0 auto;
}

.list-service li {
    padding-left: 30px;
    background: url('../images/tik.png') left 5px no-repeat;
    margin-bottom: 20px;
}

.list-service li p {
    margin-bottom: 0;

}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/

footer .inner-footer {
	text-align: center;
	/* [disabled]padding-bottom: 20px; */
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	background-color: #00a0e9;
}

footer .inner-footer a.footer-logo {
    margin-bottom: 4px;
}

footer .inner-footer span {
	display: block;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFF;
	padding-top: 20px;
}

footer .inner-footer p {
	color: #fff;
	font-size: 12px;
	max-width: 675px;
	margin: auto;
	line-height: 30px;
	margin-bottom: 45px;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 17px;
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    width: 60px;
    height: 53px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a.twitter {
    background: rgba(126,164,245,0.1) url('../images/twitter.png') center center no-repeat;
}

ul.social-icons li a.fb {
    background: rgba(126,164,245,0.1) url('../images/fb.png') center center no-repeat;
}

ul.social-icons li a.google {
    background: rgba(126,164,245,0.1) url('../images/google.png') center center no-repeat;
}

ul.social-icons li a.be {
    background: rgba(126,164,245,0.1) url('../images/be.png') center center no-repeat;
}

ul.social-icons li a:hover {
    background-color: transparent;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

footer .copyright {
    padding: 50px 0;
    text-align: center;
}

footer .copyright p {
    margin-bottom: 0;
    color: #b2b3b3;
    font-weight: 300;
}

footer .copyright p span {
    color: #707070;
    font-weight: 700;
}
a:hover img {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
	cunster: pointer;
}
