/*
Theme Name: Minimal-One Page Wedding Invitation Template
Description: Minimal-One Page Wedding Invitation Template 
Version: 1.0
Author: Metrothemes
Author URI: http://themeforest.net/user/metrothemes/profile?ref=metrothemes
*/

/* Body and structure
-------------------------------------------------- */
body{
    background-color: #ffffff;
    background-image: 
        -moz-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
        -moz-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
        -webkit-gradient(linear, left top, right top, color-stop(79px, rgba(0, 0, 0, 0)), color-stop(79px, #abced4), color-stop(81px, #abced4), color-stop(81px, rgba(0, 0, 0, 0))), 
        -webkit-gradient(linear, left top, left bottom, color-stop(.1em, #eeeeee), color-stop(.1em, rgba(0, 0, 0, 0)));
    background-image: 
        -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
        -webkit-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
        -o-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
        -o-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
        -ms-linear-gradient(left, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
        -ms-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0) 79px, #abced4 79px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
        linear-gradient(to bottom, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-size: 100% 1.2em;
  color:#363636;
  font-family:'Alegreya Sans SC', sans-serif;
/*  font-family:fantasy;*/
/*  font-family:OpenSansLight; */
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Clicker Script', sans-serif;
   /*font-family:PacificoRegular;*/
   font-weight: bold;
}
p{
  font-family:'Alegreya Sans SC', sans-serif;
/*  font-family:fantasy;*/
/*  font-family:OpenSansLight; */
}
.color{
  color:#3BC2C8;
}
.container {
  
}
a{
  color:#3BC2C8;
}
.fixed{
  position: fixed;
}
* {
    transition-duration: 0.2s;
    transition-property: color, background-color;
    transition-timing-function: ease;
}
.section{
  padding-bottom: 60px;
  padding-top: 60px;
}
/*Intro
--------------------------*/
.intro{
  text-align: center;
  margin-top: 50px;
}
.intro h1{
  font-weight: normal;
  text-transform: capitalize;
  display: inline;
  font-size: 60px;
}
.intro span{

}
.intro span p{
  font-family: georgia;
  font-size: 18px;
  line-height: 20px;
}
.intro span i{
  font-size: 60px;
  line-height: 60px;
}
#thecircles {
  margin-left: 150px;
  margin-top: 100px;
}
.circle {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 4px solid #3BC2C8;
  cursor: pointer;
  float: left;
  height: 150px;
  margin-left: 20px;
  position: relative;
  text-align: center;
  width: 150px;
  border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -ms-border-radius: 500px 500px 500px 500px;

}
.circle a {
  display: block;
  height: 150px;
  width: 150px;
  -webkit-transition: color 1s linear;  
  -moz-transition: color 1s linear;  
  -o-transition: color 1s linear;  
  -ms-transition: color 1s linear;  
  transition: color 1s linear 0s;
  outline: none;
}
.circle a:hover ,.circle a:active ,.circle a:focus {
  text-decoration: none;
  color: #FFA703;
  outline: none;
}
.circle .icon{
   font-size: 50px;
   line-height: 140px;
}
.circle h2{
  font-family:'Alegreya Sans SC', sans-serif;
  /*font-family: PacificoRegular;*/
  font-size: 22px;
  font-weight: normal;
  text-transform: capitalize; 
  margin-top: -50px;
}

/*About
--------------------------*/
.about{
  text-align: center;
  margin-left: 100px;
}
.about h1{
  margin-bottom: 34px;
}
.about .affix{
  top: 0;
  width: 101%;
}
.navbar .nav{
  float: none;
}
.navbar .nav > li{
  float: none;
  display: inline-block;
}
ul.nav{
  text-align: center;
}
.heart{
  text-align: center;
}
.paper {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}
.paper:before {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -2px;
    transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    width: 100%;
    z-index: -1;
}
.paper:after {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 1px;
    transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    width: 100%;
    z-index: -2;
}
/*Party
--------------------------*/
.party{
  height: 800px;
  text-align: center;
}
.party h1{
  margin-bottom: 34px;
  margin-left: 90px;
}
.party .time{
  margin-top: 40px;
  margin-bottom: 40px;
}
.party h2{
  font-family: BebasNeueRegular;
  font-weight: normal;
  font-size: 11em;
}
.party h3{
  font-family: BebasNeueRegular;
  font-weight: normal;
  font-size: 2.8em;
  margin-top: 50px;
}
.party .palce{

}
.party .place i{
  color: #7A9898;
  font-size: 20px;
  padding: 10px;
}
.party .place span{
  font-family: OpenSansRegular;
  font-size: 1.1em;
  text-transform: uppercase;
}
.party .map{
  height: 250px;
  outline: 1px solid;
}

/*Photos
--------------------------*/
.photos{

}
.photos h1{
  margin-bottom: 34px;
  margin-left: 90px;
  text-align: center;
}
.block{
  float: left;
  overflow: hidden;
  width:  250px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  margin: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.view {
   width:100%;
   float: left;
   position: relative;
   text-align: center;
   cursor: default;
   background:url('../img/spinner.gif') center center no-repeat #f1f1f1 !important; 
}
.view .mask {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view a.info {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#000;
   background-image: url(../img/zoom.png); 
   position:absolute;
   top:50% !important;
   left:50%;
   margin-top:-16px;
   margin-left:-36px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.nolink a.info {margin-left:-17px !important;}
.view a.info:hover {
  background-color:#69c1e7 !important;
  border:1px solid;
  border-color: rgba(255,255,255, 0.7);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view a.link {
   display:block;
   width:32px;
   height:32px;
   border-radius:3px;
   background-color:#000;
   background-image: url(../img/link.png); 
   position:absolute;
   top:50% !important;
   left:50%;
   margin-top:-16px;
   margin-left:4px;
   border:1px solid;
   border-color: rgba(0,0,0, 0.5);
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.noinfo a.link { margin-left:-17px;}
.view a.link:hover {
  background-color:#69c1e7 !important;
  border:1px solid;
  border-color: rgba(255,255,255, 0.7);
  -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(105,193,231, 0.5);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*Books
--------------------------*/
.books{

}
.books h1{
  margin-bottom: 34px;
  margin-left: 90px;
  text-align: center;
}

/*Contact
--------------------------*/
.contact{

}
ul.social {
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 10px;
}

ul.social > li {
  display: inline;
  font-size: 26px;
  padding-right: 10px;
}
ul.social > li a {
  text-decoration: none;
  color:#747474;
  -webkit-transition: color 1s linear;  
  -moz-transition: color 1s linear;  
  -o-transition: color 1s linear;  
  -ms-transition: color 1s linear;  
  transition: color 1s linear;
  cursor: pointer;  
}
ul.social > li a:hover{
  color:#3BC2C8;
}
.sending{
  display:none;
  color:#000;
  font-size:20px;
  line-height:20px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #84837F;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555555;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}
input[type="text"] {
    height: 28px;
    color: #84837F;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn span{
  font-family: 'OpenSansRegular';

}


.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-7 {
  background: #17aa56;
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 5px #119e4d;
  padding: 16px 26px 18px 60px;
}
/* Button 7b */
.btn-7b {
  overflow: hidden;
}

.btn-7b:before {
  position: absolute;
  left: 0;
  width: 40%;
  font-size: 160%;
  line-height: 0.8;
  color: #0a833d;
}

.btn-7b.btn-activated:before {
  -webkit-animation: scaleUp 0.5s;
  -moz-animation: scaleUp 0.5s;
  animation: scaleUp 0.5s;
}

@-webkit-keyframes scaleUp {
  80% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@-moz-keyframes scaleUp {
  80% {
    opacity: 0;
    -moz-transform: scale(2);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}

@keyframes scaleUp {
  80% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/*Footer
--------------------------*/
footer{
  text-align: center;
  font-family: 'Helvetica';
  text-transform: uppercase;
  margin-top: -42px;
}
/* Scroll-Top
-------------------------------------------------- */
.scroll-top {
    background: url("../img/small-arrow-top.png") no-repeat scroll center center #070707;
    bottom: 0;
    display: none;
    height: 30px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 30px;
    z-index: 9999;
}

/***************************
******** Responsive css
/***************************/
@media(max-width: 1280px){
  .about{
    margin-left: 92px;
  }
  .paper{
    padding: 18px;
  }
}
@media(max-width: 980px) {
body{
    background-image: 
    -moz-linear-gradient(left, rgba(0, 0, 0, 0) 81px, #abced4 81px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
    -moz-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
    -webkit-gradient(linear, left top, right top, color-stop(81px, rgba(0, 0, 0, 0)), color-stop(81px, #abced4), color-stop(81px, #abced4), color-stop(81px, rgba(0, 0, 0, 0))), 
    -webkit-gradient(linear, left top, left bottom, color-stop(.1em, #eeeeee), color-stop(.1em, rgba(0, 0, 0, 0)));
    background-image: 
    -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 81px, #abced4 81px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
    -webkit-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
    -o-linear-gradient(left, rgba(0, 0, 0, 0) 81px, #abced4 81px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
    -o-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
    -ms-linear-gradient(left, rgba(0, 0, 0, 0) 81px, #abced4 81px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
    -ms-linear-gradient(top, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0) 81px, #abced4 81px, #abced4 81px, rgba(0, 0, 0, 0) 81px), 
    linear-gradient(to bottom, #eeeeee .1em, rgba(0, 0, 0, 0) .1em);
    background-size: 100% 1.2em;
} 
#thecircles{
  margin-left: 22px;
}
.paper {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
.paper:before {
  display: none;
}
.paper:after {
  display: none;
}
.party h2{
  font-size: 10em;
}
.photos h1{
  margin-left: 0px;
}
.party h1{
  margin-left: 0px;
}
.about{
  margin-left: 0px;
}
}
@media(max-width: 800px) {
#thecircles{
  margin-left: 0px;
}
.circle{
  height: 150px;
  width: 150px;
}
.circle a{
  height: 150px;
  width: 150px;
}
.party h2{
  font-size: 8em;
}
}
@media(max-width: 360px){
.party h2{
    font-size: 3em;
}
}