
body {
		background: #fdfcfc;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
		font-weight: 300;
    overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
  line-height: 46px;
}

h3 {
  font-size: 26px;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
}

strong {
  font-weight: 400;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#about,
#gallery,
#contact,
#single-project,
#blog-single-post {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

.section-title h3 {
  color: #555;
  font-weight: 400;
  letter-spacing: 4px;
}

#contact .p5 {font-size: 23px;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #f5f5f9;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #fdfcfc;
    padding: 12px 0;
    border: none;
    margin-top: 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-brand {
  padding-top: 25px;
}

.navbar-default .navbar-brand .fa {
  color: #000;
  font-size: 42px;
}

.navbar-default .navbar-nav li a {
    color: #777;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 22px;
    padding-left: 22px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #333 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    color: #333;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #f5f5f9;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home hr {
  width: 42px;
  margin-top: 32px;
}

@media only screen and (max-width: 500px) {
  .text br {
    display: none;
  }
}

.title { text-align: left; }
.title2 { text-align: right; }
.text { display: inline-block; font-size: 15px;}
.p {font-size: 15px;}

.text3 { display: inline-block; font-size: 22px;}

.text4 { display: inline-block; font-size: 15px;}

#home .text2 {max-width: 50%; margin: 0 auto;}

#home .p1 {font-size: 20px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home .p2 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home .p3 {font-size: 35px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home .p4 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home .p5 {font-size: 23px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: left;
}

#home .p6 {font-size: 25px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

#home .p6_2 {font-size: 28px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

#home .p7 {font-size: 22px;
}

#home .p8 {font-size: 15px;
}

#home .p10 {font-size: 32px;
}

# {
position: relative;
width: 500px; /* CΣ */
height: 10px; /* CΣ */
}

.block {
position: absolute;
top: 2px; /* #contentsΰΜγ©η½px© */
 left: 300px; /* #contentsΰΜΆ©η½px© */
}

p.indentfront{
  text-indent: 1em;
  padding-left: 1em;
}

/*---------------------------------------
    Home2 section              
-----------------------------------------*/

#home2 {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 30px;
}

#home hr {
  width: 42px;
  margin-top: 32px;
}

@media only screen and (max-width: 500px) {
  .text br {
    display: none;
  }
}

.title { text-align: center; }
.text { display: inline-block; font-size: 20px;}
.p {font-size: 30px;}


/*---------------------------------------
    Home3 section              
-----------------------------------------*/

#home3 {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#home3 hr {
  width: 42px;
  margin-top: 32px;
}

@media only screen and (max-width: 500px) {
  .text br {
    display: none;
  }
}

.title { text-align: left; }
.title2 { text-align: right; }
.text { display: inline-block; font-size: 15px;}
.p {font-size: 15px;}

.text3 { display: inline-block; font-size: 22px;}

.text4 { display: inline-block; font-size: 15px;}

#home3 .text2 {max-width: 50%; margin: 0 auto;}

#home3 .p1 {font-size: 20px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home3 .p2 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home3 .p3 {font-size: 35px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home3 .p4 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#home3 .p5 {font-size: 23px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: left;
}

#home3 .p6 {font-size: 25px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

#home3 .p7 {font-size: 22px;
}

#home3 .p8 {font-size: 15px;
}

# {
position: relative;
width: 500px; /* CΣ */
height: 10px; /* CΣ */
}

.block {
position: absolute;
top: 2px; /* #contentsΰΜγ©η½px© */
 left: 300px; /* #contentsΰΜΆ©η½px© */
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about .text-center {
  padding-bottom: 42px;
}

#about .col-md-8 {
  padding-left: 30px;
}

#about .col-md-8 img {
  padding-right: 22px;
  padding-bottom: 22px;
}

#about hr {
  width: 100px;
  margin-top: 42px;
  margin-bottom: 42px;
}

#about ul {
  padding-left: 22px;
}

#about ul li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}

p.indentfront{
  text-indent: 1em;
  padding-left: 1em;
}

#about .p1 {
font-family: "lr oΎ©","lr Ύ©",serif;
}

#about .p3 {font-size: 35px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#about .p4 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#about .p6 {font-size: 25px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

/*---------------------------------------
   Portfolio section              
-----------------------------------------*/

#portfolio small {
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 10px;
}

#portfolio .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .text-center {
  padding-top: 0px;
}

.portfolio-font p{
font-size:110%; 
font-weight:;
color:#ffffff;
border-bottom:;
background-color:#; 
padding:0px 0 0 0px; 
}

#portfolio .p1 {
font-family: "lr oΎ©","lr Ύ©",serif; text-align: left; float: left; 
}

#portfolio .p1r {
font-family: "lr oΎ©","lr Ύ©",serif; text-align: right;
}

#portfolio .p1top {
font-family: "lr oΎ©","lr Ύ©",serif; text-align: center; font-size: 16px; 
}

#portfolio .title { text-align: left; font-size: 23px; }
#portfolio .title2 { text-align: left; font-size: 20px; }


.text { display: inline-block; font-size: 15px;}
.p {font-size: 15px;}

#portfolio .text5 { display: inline-block; font-size: 15px;}

#portfolio .text2 {max-width: 50%; margin: 0 auto;}

.photo-title p{
font-size:120%; 
font-family: "lr oΎ©","lr Ύ©",serif;
font-weight:bold;
text-align: left;
color:#000000;
border-bottom:1px solid #ffaa00;
background-color:#; 
margin: 0 auto;  
padding:0px 0 0 0px; 
}

#portfolio {
  padding-top: 10px;
  padding-bottom: 40px;
}

#portfolio .p8red {font-size: 15px; color:red ;}

/*---------------------------------------
   Portfolio2 section              
-----------------------------------------*/

#portfolio2 small {
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio2 .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 50px;
}

#portfolio2 .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio2 .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio2 .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio2 .text-center {
  padding-top: 0px;
}

.portfolio-font p{
font-size:110%; 
font-weight:;
color:#ffffff;
border-bottom:;
background-color:#; 
padding:0px 0 0 0px; 
}

#portfolio2 .p1 {
font-family: "lr oΎ©","lr Ύ©",serif;
}

/*---------------------------------------
   Portfolio4 section              
-----------------------------------------*/

#portfolio4 small {
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio4 .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 10px;
}

#portfolio4 .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio4 .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio4 .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio4 .text-center {
  padding-top: 0px;
}

.portfolio-font p{
font-size:110%; 
font-weight:;
color:#ffffff;
border-bottom:;
background-color:#; 
padding:0px 0 0 0px; 
}

#portfolio4 .p1 {
font-family: "lr oΎ©","lr Ύ©",serif;
}

#portfolio4 .title { text-align: left; font-size: 23px; }
#portfolio4 .title2 { text-align: left; font-size: 20px; }


.text { display: inline-block; font-size: 15px;}
.p {font-size: 15px;}

#portfolio4 .text5 { display: inline-block; font-size: 16px;}

#portfolio4 .text2 {max-width: 50%; margin: 0 auto;}

.photo-title p{
font-size:120%; 
font-family: "lr oΎ©","lr Ύ©",serif;
font-weight:bold;
text-align: left;
color:#000000;
border-bottom:1px solid #ffaa00;
background-color:#; 
margin: 0 auto;  
padding:0px 0 0 0px; 
}

#portfolio4 {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*---------------------------------------
   Portfolio3 section              
-----------------------------------------*/

#portfolio3 small {
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio3 .portfolio-thumb {
  position: relative;
  padding: 0;
  margin-top: 10px;
}

#portfolio3 .portfolio-thumb .portfolio-overlay {
  position: absolute;
  background: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio3 .portfolio-item {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio3 .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio3 .text-center {
  padding-top: 0px;
}

.portfolio-font p{
font-size:110%; 
font-weight:;
color:#ffffff;
border-bottom:;
background-color:#; 
padding:0px 0 0 0px; 
}

#portfolio3 .p1 {
font-family: "lr oΎ©","lr Ύ©",serif;
}

#portfolio3 .title { text-align: left; font-size: 23px; }
#portfolio3 .title2 { text-align: left; font-size: 20px; }


.text { display: inline-block; font-size: 15px;}
.p {font-size: 15px;}

#portfolio3 .text5 { display: inline-block; font-size: 16px;}

#portfolio3 .text55 { display: inline-block; font-size: 20px; color: red;}

#portfolio3 .text2 {max-width: 50%; margin: 0 auto;}

.photo-title p{
font-size:120%; 
font-family: "lr oΎ©","lr Ύ©",serif;
font-weight:bold;
text-align: left;
color:#000000;
border-bottom:1px solid #ffaa00;
background-color:#; 
margin: 0 auto;  
padding:0px 0 0 0px; 
}

#portfolio3 {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
  text-align: center;
}

#single-project .col-md-12,
#single-project .col-md-6,
#single-project .col-md-4 {
  padding-left: 0px;
  padding-bottom: 22px;
}

#single-project .col-md-12 {
  padding-top: 42px;
}

#single-project .text-center strong {
  display: block;
  padding-top: 12px;
}

#single-project a {
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 14px;
}



/*---------------------------------------
   Portfolio2 section              
-----------------------------------------*/

#portfolio2 small {
  color: #f0f0f0;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#portfolio2 .portfolio-thumb2 {
  position: relative;
  padding: 0;
  margin-top: 5px;
}

#portfolio2 .portfolio-thumb2 .portfolio-overlay {
  position: absolute;
  background: #666666;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#portfolio2 .portfolio-item2 {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#portfolio2 .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio2 .text-center2 {
  padding-top: 5px;
}

#portfolio2 .textc {
  text-align: center;
}

.portfolio-font p{
font-size:110%; 
font-weight:;
color:#ffffff;
border-bottom:;
background-color:#; 
padding:0px 0 0 0px; 
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-6,
#contact .col-md-12 {
  padding-left: 0px;
}

#contact .form-control {
  border: 1px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #777;
}

#contact input,
#contact select {
  height: 50px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #000;
}

#contact .p3 {font-size: 35px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#contact .p4 {font-size: 30px;
font-family: "lr oΎ©","lr Ύ©",serif;
}

#contact .p6 {font-size: 25px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

#contact .p7 {font-size: 20px;
font-family: "lr oΎ©","lr Ύ©",serif;
text-align: center;
}

/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 30px;
  margin-bottom: 32px;
}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}

.blog-post-image {
  padding-bottom: 18px;
  width: 100%;
}

.blog-post-title a {
  color: #555;
}

.blog-post-title a:hover {
  color: #000;
}

.blog-post-format {
  padding-bottom: 22px;
}

.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #000;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(3) {
  padding-top: 18px;
}

.blog-comment .media img {
  width: 80px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}

.blog-comment h3,
.blog-comment-form h3 {
  padding-bottom: 18px;
}

.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 1px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #777;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
  background: #000;
  border-color: transparent;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-post-des h3 {
  padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0px;
    position: relative;
}

footer .col-md-3 .fa {
  font-size: 42px;
}

footer a {
  color: #555;
}

footer hr {
  border-color: #ffffff;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 16px;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #777;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 12px 10px 12px;
}

.social-icon li a:hover {
    color: #000;
    transform: scale(1.1);
}



/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/


@media (max-width: 767px) {

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
    line-height: 48px;
  }

  h3 {
    font-size: 22px;
  }

  .section-title h2 {
    font-size: 22px;
    line-height: 35px;
  }

  .navbar-default {
    margin-top: 0px;
    text-align: center;
  }

  #about .col-md-8 img {
    padding-right: 0px;
  }

  #blog-single-post .blog-post-title h2 {
    font-size: 29px;
    line-height: 40px;
  }

  footer {
    text-align: center;
  }

  footer .col-md-4 {
    padding-top: 42px;
  }

}

.photo-title p{
font-size:50%; 
font-weight:bold;
text-align: center;
color:#000000;
border-bottom:1px solid #ffaa00;
background-color:#; 
margin: 0 auto;  
padding:0px 0 0 0px; 
}

.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
	color: red;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

div.modal {
	position: relative;
	display:none;
	z-index:9999;
}
div.modal .pr_box {
	width:500px;
	height:auto;
	margin:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:40px;
	background:#FFFFFF;
}
.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}
.close_modal{
	display: block;
	width: 180px;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #018ad1;
	background: #018ad1;
	*display: inline;
	*zoom: 1;
}
.close_modal:hover {
	text-decoration: none;
	display: inline-table;
	color: #018ad1;
	border: 2px solid #018ad1;
	background: #fff;
}
.close_modal_no{
	display: block;
	width: 180px;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #60cfff;
	background: #60cfff;
	*display: inline;
	*zoom: 1;
}
.close_modal_no:hover {
	text-decoration: none;
	display: inline-table;
	color: #018ad1;
	border: 2px solid #60cfff;
	background: #fff;
}

.pex {
color:#f39800;
font-size:26px;
font-weight:bold;
line-height:150%;
font-family:"οΌ­οΌ³ οΌ°γ΄γ·γγ―",Meiryo,sans-serif;
text-align:left;
}