@font-face { font-family: GreatVibes; src: url('GreatVibes-Regular.otf'); } 

html {
    font-size: 100%;
}
body {
    background-color: #FAFAFA;
    background-image: url("../img/stock-photo-wedding-rings-146932970.jpg");
	background-size: 100%;
    overflow-x: hidden;
}

.myweddingbody{
	 background-image: url("../img/stock-photo-wedding-rings-146932970.jpg");
	 background-size:100%;
	 
}
body, p {
    color: #222222;
    font-size: 1em;
}
body, p, input, button, select, textarea, .btn {
    font-family: "PT Sans Narrow","Arial Narrow",Verdana,Geneva,sans-serif;
    font-style: normal;
    font-weight: normal;
}
body {
    line-height: 1.5;
    margin: 0;
}
ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
li, p {
    line-height: inherit;
}
p {
    margin: 9px 0;
}
hr {
    margin: 10px 0;
}
#main {
    position: relative;
}
input, textarea, select, .uneditable-input {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #484848;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #7A7A7A;
}
[class^="icon-"], [class*=" icon-"] {
    background-image: url("img/glyphicons-halflings.png");
}
.icon-white {
    background-image: url("img/glyphicons-halflings-white.png");
}
blockquote {
    background-color: #F3F3F3;
    background-image: url("img/quote.png");
    background-repeat: no-repeat;
    border-left: 10px solid #DDDDDD;
    border-right: 10px solid #DDDDDD;
    color: #666666;
    font-family: Overlock;
    font-style: italic;
    margin: 10px;
    padding: 20px 20px 30px 50px;
    position: relative;
}
.blog-side-width blockquote {
    font-size: 120%;
}
.blog-full-width blockquote {
    font-size: 120%;
}
blockquote author {
    bottom: 10px;
    font-size: 13px;
    position: absolute;
    right: 20px;
}
.testibox author {
    font-family: Overlock;
    font-style: italic;
    margin-right: 20px;
}
.dropcaps {
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 300%;
    line-height: 1em;
    margin-right: 0.3em;
    padding-bottom: 0.3em;
    position: relative;
    text-transform: uppercase;
    top: 6px;
}
.notfound {
    background-image: url("img/notfoundpattern.png");
    background-repeat: repeat;
}
.notfoundfirst {
    background-image: -moz-linear-gradient(center top , #F9F9F9 0%, #EEEEEE 100%);
    border-bottom: 1px solid #BFBFBF;
    font-size: 110px;
    padding: 30px 0;
    text-align: center;
}
.notfoundsec {
}
a {
    outline: 0 none;
}
a {
    color: #DE3917;
}
a:hover {
    color: #A8A8A8;
    text-decoration: none;
}
a:hover, a:active {
    outline: 0 none;
}
label, input, button, select, textarea {
    font-size: 100%;
}
input::-moz-focus-inner {
    border: 0 none;
}
object, embed {
    outline: 0 none;
}
.displayblock {
    display: block;
}
.no-margin {
    margin: 0;
}
.hr-margin {
    margin: 5px 0 10px;
}
.fix-right-margin {
    margin-left: 0;
    margin-right: 20px;
}
.clearright {
    clear: right;
}
.clearleft {
    clear: left;
}
.clearboth {
    clear: both;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.page-bottom-spacer {
    clear: both;
    margin-bottom: 50px;
}
.hideme {
    display: none;
}
.alignleft {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
}
.alignright {
    float: right !important;
    margin-left: 10px;
    margin-top: 10px;
}
.aligncenter {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.btn em {
    margin-right: 4px;
    margin-top: 1px;
}
.tab-wrapper li {
    list-style: none outside none;
}
.tab-wrapper .tab-pane > p {
    margin-left: 13px;
}
.show-grid [class*="span"] {
    background-color: #EEEEEE;
    border-radius: 3px;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
}
.show-grid {
    margin-bottom: 20px;
    margin-top: 10px;
}
.highlight, .highlight2 {
    border-radius: 3px;
    padding: 2px 5px;
}
.highlight {
    background-color: #000000;
    color: #FFFFFF;
}
.highlight2 {
    background-color: #999999;
    color: #FFFFFF;
}
button i {
    font-size: 95%;
    margin: 2px 6px 0 0 !important;
}
.container {
    margin-bottom: 50px !important;
    margin-top: 15px;
}
.containerborder {
    background-color: rgba(125, 125, 125, 0.1);
    border: 1px solid rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 7px;
}
.inner-container {
    background-color: #FFFFFF;
    border: 1px solid rgba(125, 125, 125, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.framed_right, .framed_left {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #999999;
    padding: 5px;
}
.framed_right {
    float: right;
    margin: 10px 0 10px 20px;
}
.framed_left {
    float: left;
    margin: 10px 20px 10px 0;
}
.button, #submit, input[type="submit"] {
    background-color: #181818;
    border: 0 none;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    outline: medium none;
    padding: 3px 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.button:hover, #submit:hover, input[type="submit"]:hover {
    background: none repeat scroll 0 0 #4D4949;
    color: #FFFFFF;
}
header {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("img/bg-header-pattern.png");
    background-position: 0 -51px;
    background-repeat: repeat-x;
    border-top: 5px solid #4B4B4B;
    min-height: 99px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 500;
}

.myweddingHeader{
    min-height: 0px !important;
	background-position: 0 -15px;
	height: 135px;
	border-top: 5px solid #D44646 !important;
}

.myweddingHeader .edit{
	text-align:center;

}

.myweddingHeader .title{
	font-family: GreatVibes;
	font-size: 3.5em;
	text-align:center;
	color:#D44646;
	
}

.heroPhoto{
	border: 10px solid #EDEDED;
    display: block;
    max-width: 851px;
	margin:auto;
	width:90%;
}

.myweddingHeader .date{
	font-family: GreatVibes;
	text-align:center;
	font-size:1.4em;
}

header .logo {
    left: 50%;
    position: absolute;
}
header .logo a {
    display: block;
}
header .logo img {

}
header nav {
    position: relative;
}
header nav .navleft, header nav .navright {
    width: 50%;
}
header nav .navleft {
    float: left;
    text-align: right;
}
header nav .navright {
    float: right;
    text-align: left;
}
header nav .navleft .navleft-wrapper {
    margin-right: 60px;
}
header nav .navright .navright-wrapper {
    margin-left: 60px;
}
header nav .navleft .menu > li {
    background-image: url("img/newseparator.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
}
header nav .navright .menu > li {
    background-image: url("img/newseparator.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    float: left;
}
header nav a, header nav h3, header nav span {
    color: #575757;
}
header nav a {
    display: block;
    height: 63px;
    padding: 30px 20px 0;
    text-decoration: none;
}
header nav a:hover {
    color: #FFFFFF;
}
header nav h3 {
    font-size: 100%;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}
header nav span {
    font-family: Overlock;
    font-size: 80%;
    font-style: italic;
}
.whitecolor h3, .whitecolor span {
    color: #FFFFFF;
}
.centered {
    text-align: center !important;
}
header .navselect {
    display: none;
}
header .menu > li {
    min-width: 133px;
    overflow: hidden;
}
header .menu > li > a {
    background-repeat: no-repeat;
}
header .navleft .menu > li > a {
    position: relative;
    z-index: 20;
}
header .navright .menu > li > a {
    position: relative;
    z-index: 20;
}
header .navleft .menu > li > a:hover, header .navright .menu > li > a:hover {
}
header .menu .bgmenu {
    background: none repeat scroll 0 0 #181818;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 10;
}
header .submenu {
    background: none repeat scroll 0 0 #181818;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 499;
}
header .menu > li > .submenu {
    margin-top: -1px;
}
header nav .submenu > li {
    float: left;
}
header nav .submenu > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #BBBBBB;
    height: 42px;
    padding: 0 30px;
}
header nav .submenu > li:last-child > a {
    border-right: 1px solid #BBBBBB;
}
header nav .submenu h3 {
    color: #FFFFFF;
    float: left;
    font-size: 80%;
    line-height: 42px;
}
header nav .submenu > li:hover {
    background: none repeat scroll 0 0 #FFFFFF;
}
header nav .submenu li:hover > a > h3 {
    color: #000000;
}
header nav .haschild > a {
    padding-left: 25px !important;
}
header nav .haschild > a > div {
    background-position: -313px -119px;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}
header nav .haschild:hover > a > div {
    background-image: url("img/glyphicons-halflings.png");
}
[class^="misc-"], [class*=" misc-"] {
    background-image: url("img/misc-icon.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 29px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 29px;
}
.misc-magnifying-glass {
    background-position: -22px -22px;
}
.misc-trashcan {
    background-position: -83px -21px;
}
.misc-trashcan2 {
    background-position: -147px -21px;
}
.misc-presentation {
    background-position: -204px -21px;
}
.misc-download-to-computer {
    background-position: -261px -19px;
}
.misc-download {
    background-position: -25px -82px;
}
.misc-upload {
    background-position: -83px -82px;
}
.misc-flag {
    background-position: -147px -82px;
}
.misc-flag2 {
    background-position: -206px -82px;
}
.misc-finish-flag {
    background-position: -265px -83px;
}
.misc-winner-podium {
    background-position: -21px -145px;
}
.misc-cup {
    background-position: -84px -145px;
}
.misc-home {
    background-position: -139px -145px;
}
.misc-home2 {
    background-position: -206px -145px;
}
.misc-link {
    background-position: -265px -145px;
}
.misc-link2 {
    background-position: -19px -201px;
}
.misc-note-book {
    background-position: -83px -201px;
}
.misc-book {
    background-position: -141px -202px;
}
.misc-book-large {
    background-position: -206px -202px;
}
.misc-books {
    background-position: -266px -201px;
}
.misc-tree {
    background-position: -21px -266px;
}
.misc-under-construction {
    background-position: -83px -266px;
}
.misc-umbrella {
    background-position: -142px -266px;
}
.misc-mail {
    background-position: -208px -266px;
}
.misc-help {
    background-position: -266px -265px;
}
.misc-rss {
    background-position: -21px -321px;
}
.misc-strategy {
    background-position: -83px -321px;
}
.misc-strategy2 {
    background-position: -143px -322px;
}
.misc-apartment-building {
    background-position: -210px -322px;
}
.misc-companies {
    background-position: -267px -324px;
}
.misc-pacman-ghost {
    background-position: -21px -384px;
}
.misc-pacman {
    background-position: -86px -384px;
}
.misc-vault {
    background-position: -143px -386px;
}
.misc-archive {
    background-position: -208px -386px;
}
.misc-file-cabinet {
    background-position: -267px -386px;
}
.misc-bandaid {
    background-position: -23px -441px;
}
.misc-post-card {
    background-position: -86px -443px;
}
.misc-alert {
    background-position: -146px -443px;
}
.misc-alert2 {
    background-position: -209px -444px;
}
.misc-alarm-bell {
    background-position: -267px -444px;
}
.misc-alarm-bell2 {
    background-position: -22px -500px;
}
.misc-robot {
    background-position: -85px -499px;
}
.misc-globe {
    background-position: -145px -501px;
}
.misc-globe2 {
    background-position: -211px -501px;
}
.misc-chemical {
    background-position: -268px -498px;
}
.misc-light-bulb {
    background-position: -20px -562px;
}
.misc-cloud {
    background-position: -87px -562px;
}
.misc-cloud-upload {
    background-position: -148px -564px;
}
.misc-cloud-download {
    background-position: -209px -564px;
}
.misc-lamp {
    background-position: -270px -562px;
}
.misc-preview {
    background-position: -20px -623px;
}
.misc-ice-cream {
    background-position: -86px -623px;
}
.misc-ice-cream2 {
    background-position: -148px -623px;
}
.misc-paperclip {
    background-position: -210px -623px;
}
.misc-footprints {
    background-position: -271px -620px;
}
.misc-firefox {
    background-position: -21px -685px;
}
.misc-chrome {
    background-position: -86px -685px;
}
.misc-safari {
    background-position: -148px -685px;
}
.misc-loading-bar {
    background-position: -210px -687px;
}
.misc-bulls-eye {
    background-position: -269px -687px;
}
.misc-folder {
    background-position: -21px -745px;
}
.misc-locked {
    background-position: -85px -745px;
}
.misc-locked2 {
    background-position: -147px -746px;
}
.misc-unlocked {
    background-position: -211px -745px;
}
.misc-tag {
    background-position: -271px -746px;
}
.misc-tags2 {
    background-position: -21px -810px;
}
.misc-macos {
    background-position: -85px -810px;
}
.misc-windows {
    background-position: -147px -810px;
}
.misc-linux {
    background-position: -210px -809px;
}
.misc-create-write {
    background-position: -271px -810px;
}
.misc-expose {
    background-position: -22px -870px;
}
.misc-key {
    background-position: -85px -869px;
}
.misc-key2 {
    background-position: -145px -868px;
}
.misc-table {
    background-position: -210px -869px;
}
.misc-chair {
    background-position: -271px -868px;
}
.misc-acces-denied-sign {
    background-position: -21px -929px;
}
.misc-balloons {
    background-position: -84px -928px;
}
.misc-cat {
    background-position: -144px -928px;
}
.misc-airplane {
    background-position: -210px -928px;
}
.misc-truck {
    background-position: -271px -928px;
}
.misc-car {
    background-position: -21px -988px;
}
.misc-info-about {
    background-position: -84px -989px;
}
.misc-frames {
    background-position: -21px -1043px;
}
.misc-coverflow {
    background-position: -81px -1042px;
}
.misc-list {
    background-position: -139px -1043px;
}
.misc-list-images {
    background-position: -198px -1044px;
}
.misc-list-image {
    background-position: -259px -1044px;
}
.misc-blocks-images {
    background-position: -21px -1101px;
}
.misc-headphone {
    background-position: -80px -1101px;
}
.misc-wordpress {
    background-position: -22px -1154px;
}
.misc-wordpress2 {
    background-position: -75px -1154px;
}
.misc-expression-engine {
    background-position: -138px -1154px;
}
.misc-joomla {
    background-position: -196px -1154px;
}
.misc-drupal {
    background-position: -255px -1156px;
}
[class^="social-"], [class*=" social-"] {
    background-image: url("img/socialset.png");
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    overflow: hidden;
    white-space: nowrap;
    width: 29px;
}
.social-digg {
    background-position: -13px -7px;
}
.social-digg2 {
    background-position: -67px -8px;
}
.social-gbuzz {
    background-position: -128px -9px;
}
.social-delicious {
    background-position: -186px -8px;
}
.social-twitter {
    background-position: -251px -7px;
}
.social-twitter2 {
    background-position: -13px -66px;
}
.social-tumbler {
    background-position: -69px -65px;
}
.social-plixi {
    background-position: -128px -66px;
}
.social-dribbble {
    background-position: -189px -66px;
}
.social-dribbble2 {
    background-position: -249px -66px;
}
.social-stubleupon {
    background-position: -17px -127px;
}
.social-lastfm {
    background-position: -71px -126px;
}
.social-moby {
    background-position: -129px -125px;
}
.social-youtube {
    background-position: -191px -125px;
}
.social-youtube2 {
    background-position: -251px -126px;
}
.social-vimeo {
    background-position: -15px -187px;
}
.social-vimeo2 {
    background-position: -73px -188px;
}
.social-skype {
    background-position: -130px -187px;
}
.social-facebook {
    background-position: -190px -185px;
}
.social-fblike {
    background-position: -250px -183px;
}
.social-fblike2 {
    background-position: -13px -248px;
}
.social-myspace {
    background-position: -72px -246px;
}
.social-dropbox {
    background-position: -129px -245px;
}
.social-foursquare {
    background-position: -195px -246px;
}
.social-gowalla {
    background-position: -250px -244px;
}
.social-ichat {
    background-position: -15px -295px;
}
.social-gplust {
    background-position: -72px -295px;
}
.social-twitter3 {
    background-position: -131px -295px;
}
.social-linkedin {
    background-position: -190px -294px;
}
#imageCaption {
    color: #969595;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 99;
}
#jegbgcontainer {
    background-color: #000000;
    clear: both;
    left: 0;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#jegbgcontainer .mask {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
#jeg-loader {
    background: url("img/loader-small.gif") no-repeat scroll center center #FFFFFF;
    border-radius: 30px;
    bottom: 20px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    right: 20px;
    text-indent: -999em;
    width: 60px;
    z-index: 10;
}
#jegbgcontainer #bgcontainer {
}
#jegbgcontainer #bgcontainer img {
    max-width: 1000% !important;
}
#jegbgcontainer .curmedia, #jegbgcontainer .nextmedia {
    position: absolute;
}
#jegbgcontainer .navleft, #jegbgcontainer .navright {
    background: url("img/slide-control.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 22px;
    z-index: 20;
}
#jegbgcontainer .navleft {
    left: 0;
    margin-left: 20px;
    margin-top: -10px;
}
#jegbgcontainer .navright {
    background-position: 22px 0;
    margin-right: 20px;
    margin-top: -10px;
    right: 0;
}
#jegbgcontainer .navleft:hover, #jegbgcontainer .navright:hover {
    opacity: 1;
}
#jegbgcontainer .texthome {
    color: #FFFFFF;
    height: 100%;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}
#jegbgcontainer .texthome .texthome-wrapper {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
.lt-ie10 #jegbgcontainer .texthome .texthome-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
#jegbgcontainer .texthome .texthome-wrapper h2 {
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin: 0;
}
#jegbgcontainer .texthome .texthome-wrapper h1 {
    color: #FFFFFF;
    font-size: 450%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}
#bgcontainer iframe, #bgcontainer object, #bgcontainer embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#homepita {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    cursor: pointer;
    display: none;
    font-size: 100%;
    padding: 5px;
    position: absolute;
    right: -288px;
    text-align: left;
    top: 40px;
    width: 250px;
    z-index: 50;
}
#homepita .homeinfo {
    background-color: rgba(125, 125, 125, 0.3);
    background-image: none;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: block;
    left: -65px;
    padding: 6px;
    position: absolute;
    top: 0;
}
#homepita .homeinfo .homeflagwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
#homepita .homeinfo .homeflagwrapper [class^="misc-"], [class*=" misc-"] {
    margin-left: 4px;
}
#homepita .triangle {
    border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 17px;
    float: left;
    left: -28px;
    position: absolute;
    top: 5px;
}
#homepita .triangle-border {
    border-color: rgba(0, 0, 0, 0) rgba(125, 125, 125, 0.3) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 22px 22px 22px 0;
    float: left;
    left: -22px;
    position: absolute;
    top: 0;
}
#homepita .torapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 10px 4px 20px;
}
#homepita.hptoogle {
    color: #FFFFFF;
}
#homepita.hptoogle .triangle {
    border-color: rgba(0, 0, 0, 0) #181818 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#homepita.hptoogle .torapper {
    background-color: #181818;
    border: 1px solid #181818;
}
#jegbgcontainer .homeblock {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 2px 0 0 2px;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 50;
}
#jegbgcontainer .homeblock .homeblockinside {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 0 0 2px;
    height: 305px;
    margin: 8px 0 8px 8px;
    padding: 5px;
    position: relative;
    width: 230px;
}
#jegbgcontainer .homeblock .homeblockinside .jspVerticalBar {
    margin-top: 18px;
}
#jegbgcontainer .homeblock .closeme {
    cursor: pointer;
    left: 218px;
    opacity: 1;
    position: absolute;
    top: 0;
}
#jegbgcontainer .homeblock .homedescdetail {
    font-size: 85%;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: 5px;
}
#jegbgcontainer .homeblock .homelink {
    background: none repeat scroll 0 0 #181818;
    bottom: 7px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}
#jegbgcontainer .homeblock .homelink a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-left: -10px;
    text-decoration: none;
    width: 100%;
}
#jegbgcontainer .homeblock .homelink:hover {
}
.homeblock .homelink:hover a {
}
.homeblock:hover .jspDrag {
    background: none repeat scroll 0 0 #333333;
}
.curtain {
    bottom: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 30;
}
.curtainfade {
    display: none;
    height: 100%;
    top: -10px;
}
.curtainhead {
    background-image: url("img/curtain.png");
    background-repeat: repeat-x;
    height: 7px;
    width: 100%;
}
.curtainbg {
    background-image: url("img/curtainbg.png");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
}
.curtain-loader {
    background-color: #FFFFFF;
    background-image: url("img/big-loader.gif");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 30px;
    display: none;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 20;
}
.curtainfade .curtain-loader {
    display: block;
}
.closeme {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    left: 0;
    padding: 0 4px;
}
.closeme div {
    margin-top: 3px;
}
.testibox {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.testibox img {
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    display: block;
    height: auto;
    padding: 3px;
    width: 120px;
}
.testiimage {
    float: left;
    padding: 15px 30px 15px 15px;
}
.testicontent {
    min-height: 212px;
    position: relative;
}
.testitext {
    background-image: url("img/quote.png");
    background-position: 140px 7px;
    background-repeat: no-repeat;
    font-style: italic;
    margin-top: 0;
}
.testiwrapper {
    padding: 35px 20px 50px 40px;
}
.testiwrapper p {
    color: #666666;
    font-family: Overlock;
    font-size: 120%;
    font-style: italic;
    line-height: 27px;
}
.testimeta {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    line-height: 35px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.testimeta ul {
    padding-right: 20px;
}
.testimeta li {
    border-right: 1px solid #DDDDDD;
    float: right;
    font-size: 90%;
    padding: 0 10px;
}
.testimeta li:first-child {
    border-right: medium none;
}
.testimeta i {
    margin-top: 2px;
    padding-right: 5px;
}
.testiauthor {
    margin-right: 20px;
    text-align: right;
}
.teamlist {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    transition: all 0.4s linear 0s;
}
.teamlist .content {
    padding: 16px 10px 10px;
}
.teamlist .job-title {
    color: #AEAEAE;
    font-family: Overlock;
    font-style: italic;
}
.teamlist:hover {
    background: none repeat scroll 0 0 #F8F8F8;
}
.teamlist .teamsocial {
    border-top: 1px solid #EFEFEF;
    height: 25px;
    margin: 0 0 5px;
    padding: 5px 0;
    width: 100%;
}
.teamsocial li {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.3;
    text-indent: 9999px;
    transition: all 0.4s linear 0s;
}
.teamsocial li:hover {
    opacity: 1;
}
.teamsocial li a {
    display: block;
}
#liofilter {
    clear: both;
    display: none;
    font-family: Overlock;
    font-style: italic;
    list-style: none outside none;
    margin: 10px auto 15px;
    padding-top: 10px;
    text-transform: lowercase;
}
#liofilter > span, #userLoggedIn > span, .stats, .userProfilePanel .likes {
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
}
#liofilter #userProfile {
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    float: right;
}
#liofilter #userMenu {
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    float: left;
}
#liofilter div {
    float: right;
}
#liofilter ul, .stats ul, .userProfilePanel .likes ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#liofilter li, .stats li, .userProfilePanel .likes li {
    border-left: 1px solid #DDDDDD;
    cursor: pointer;
    float: left;
    font-size: 85%;
    line-height: 30px;
    margin: 0;
    padding: 0 25px;
}
#liofilter li:hover, #liofilter .filter-select {
    background: none repeat scroll 0 0 #181818;
    color: #FFFFFF;
}
#jeglio {
    clear: both;
    margin: 0 auto 50px;
    min-height: 200px;
    min-width: 800px;
}
.lio-loader {
    background: url("img/big-loader.gif") no-repeat scroll 10px 10px #FFFFFF;
    border-radius: 30px;
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0.7;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 20;
}
#jeglio .item {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    display: none;
    margin-bottom: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    width: auto;
}
#jeglio .item a {
    text-decoration: none;
}
#jeglio .item .item-wrapper {
    cursor: pointer;
}
#jeglio .item .item-wrapper figure {
    margin: 0;
}
#jeglio .item .shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#jeglio .item .shadowload {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100% !important;
    z-index: 15 !important;
}
#jeglio .item .small-loader {
    background-image: url("img/loader-small.gif");
    display: none;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 20;
}
#jeglio .item .bottom-holder {
    height: 60px;
}
#jeglio .item .desc-holder {
    bottom: 0;
    margin-bottom: 3px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#jeglio .item i {
    display: none;
    margin-top: 10px;
}
.display-inline-table {
    display: inline-table !important;
}
#jeglio .item .love-this {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 5px;
    font-size: 70%;
    margin: 0;
    padding: 3px 6px;
    right: 0;
}
#jeglio .item .italic {
    font-family: overlock;
    font-size: 12px;
    font-style: italic;
}
#jeglio .item .love-this, #jeglio .item .closeme {
    cursor: pointer;
    opacity: 0.4;
    position: absolute;
    top: 0;
    z-index: 20;
}
#jeglio .item .closeme, #item-theater-detail .closeme {
    background: none repeat scroll 0 0 #FFFFFF;
}
#jeglio .item .voted {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
#jeglio .item .voted b {
    background-image: url("img/glyphicons-halflings-white.png");
}
#jeglio .item:hover .closeme {
    opacity: 0.7;
}
#jeglio .item:hover .love-this {
    opacity: 1;
}
#jeglio .item .item-wrapper .desc-holder img {
    float: left;
    padding: 3px 0 0 15px;
    width: 38px;
}
#jeglio .item .item-wrapper .desc-holder h3 {
    color: #464646;
    font-size: 80%;
    font-weight: normal;
    margin: 0;
    padding: 7px 11px 0;
}
#jeglio .item .item-wrapper .desc-holder h3 a {
    color: #464646;
}
#jeglio .item .item-wrapper .desc-holder h3 .profilelink {
    color: #3B5998;
    font-weight: bold;
}
#jeglio .item .item-wrapper .desc-holder h4, #jeglio .item .item-wrapper .desc-holder h4 a, #jeglio .item .item-wrapper .desc-holder h4 a:visited {
    color: #969595;
    font-size: 80%;
    font-weight: normal;
    margin: 0;
    padding: 2px 5px 0;
}
#jeglio .item .item-wrapper figure img {
    max-width: 100%;
}
@media (max-width: 767px) {
#jeglio .item {
    width: 200px !important;
}
#jeglio .item .item-wrapper figure img {
    height: auto;
    min-width: 100%;
}
}
@media (max-width: 480px) {
#jeglio .item {
    width: 200px !important;
}
#jeglio .item .item-wrapper figure img {
    height: auto;
    min-width: 100%;
}
}
@media only screen and (max-width: 320px) {
#jeglio .item {
    width: 220px !important;
}
}
.item-detail {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 15;
}
.item-detail li a {
    color: #FFFFFF;
    position: relative;
    right: 0;
    top: 0;
    z-index: 20;
}
.item-detail .item-description, .item-detail .item-gallery, .item-detail .item-comments {
    float: left;
    height: 100%;
    overflow: hidden;
    text-align: left;
    width: 344px;
}
.item-detail .item-gallery {
    width: 620px;
}
.item-detail .item-description {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 305px;
}
.item-detail .item-description .item-desc-wrapper {
    color: #969595;
    font-size: 80%;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
    overflow: hidden;
}
.item-detail .item-description .item-desc-wrapper h2 {
    color: #000000;
    font-size: 150%;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 3px;
    margin-top: 0;
}
.item-detail .item-description .item-desc-wrapper span {
    color: #969595;
}
.item-detail .item-description .item-desc-wrapper p {
    color: #7A7A7A;
    margin-bottom: 10px;
    margin-top: 10px;
}
.item-navigator {
    border-top: 1px solid #DEDEDE;
    height: 25px;
}
.item-navigator .item-prev, .item-navigator .item-next {
    background: none repeat scroll 0 0 #FAFAFA;
    cursor: pointer;
    float: left;
    height: 100%;
    width: 50%;
}
.item-navigator .item-next .item-icon-next, .item-navigator .item-prev .item-icon-prev {
    left: 50%;
    margin-left: -7px;
    margin-top: 4px;
    position: relative;
}
.item-navigator .item-prev:hover, .item-navigator .item-next:hover {
    background: none repeat scroll 0 0 #181818;
}
.item-navigator .item-prev:hover .item-icon-prev, .item-navigator .item-next:hover .item-icon-next {
    background-image: url("img/glyphicons-halflings-white.png");
}
#item-theater-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
#item-theater .love-this {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 70%;
    margin: 0 5px;
    padding: 3px 6px;
    right: 1px;
}
#item-theater .italic {
    font-family: overlock;
    font-size: 12px;
    font-style: italic;
}
#item-theater .love-this, #item-theater .closeme {
    cursor: pointer;
    opacity: 0.4;
    position: absolute;
    top: 0;
    z-index: 20;
}
#item-theater .voted {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
#item-theater .voted b {
    background-image: url("img/glyphicons-halflings-white.png");
}
#item-theater:hover .closeme {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.6;
}
#item-theater:hover .love-this {
    opacity: 1;
}
#item-theater:hover .jspDrag {
    background: none repeat scroll 0 0 #333333;
}
h1.page-title {
    border-bottom: 1px solid #DDDDDD;
    color: #555555;
    font-size: 150%;
    font-weight: normal;
    line-height: 60px;
    padding-left: 20px;
}
.gallery-navigator {
    float: right;
    font-family: overlock;
    font-weight: normal;
    margin-top: -37px;
    padding-right: 10px;
}
.portfolio-like {
    float: right;
    margin-top: -45px;
    padding-right: 10px;
}
.portfolio-meta {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    font-size: 90%;
    padding: 0 40px;
}
.portfolio-meta li {
    border-right: 1px solid #DDDDDD;
    float: left;
    line-height: 35px;
    opacity: 0.8;
    padding: 0 15px;
}
.portfolio-meta li:first-child {
    padding-left: 0;
    text-transform: capitalize;
}
.meta-last-child {
    border-right: medium none !important;
}
.portfolio-meta li i {
    margin-top: 2px;
    padding-right: 5px;
}
.portfolio-article {
    clear: both;
}
h2.project-title {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-size: 125%;
    font-weight: normal;
    line-height: 130%;
    padding: 10px 10px 10px 15px;
}
.portolio-content {
    overflow: hidden;
}
.gallery-main {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    max-height: 500px;
    max-width: 700px;
    position: relative;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    padding-top: 35px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-sidebar {
    font-size: 90%;
    padding-left: 20px;
}
.portfolio-gallery .desc-holder {
    bottom: -100px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.portfolio-gallery .desc-holder i {
    margin-top: 5px;
}
.portfolio-gallery .shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.portfolio-gallery .desc-holder h3, .portfolio-gallery .desc-holder h4 {
    font-size: 80%;
    font-weight: normal;
}
.portfolio-gallery .desc-holder h4 {
    color: #969595;
}
@media (min-width: 768px) and (max-width: 979px) {
.gallery-main {
    max-height: 358px;
    max-width: 538px;
}
.portfolio-gallery .desc-holder h3, .portfolio-gallery .desc-holder h4 {
    display: none;
}
}
@media (max-width: 767px) {
.gallery-main {
    max-height: 100%;
    max-width: 100%;
}
.portfolio-gallery .desc-holder h3, .portfolio-gallery .desc-holder h4 {
    display: none;
}
}
.blogentry {
    font-size: 90%;
}
.blogentry p {
    color: #484848;
}
.blogentry .blog-img {
    background: -moz-linear-gradient(center top , #F5F5F5 0%, #E7E7E7 100%) repeat scroll 0 0 #E3E3E3;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    min-height: 50px;
}
.blogentry .bottom-bar {
    background: none repeat scroll 0 0 #FCFCFC;
    border-top: 1px solid #DDDDDD;
    clear: both;
    margin-top: 15px;
}
.nopassword {
    display: none;
}
.postag {
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 140px;
}
.postag a, .tagcloud a {
    background-color: #999999;
    background-image: url("img/tag-circle.png");
    background-position: 8px 11px;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #FFFFFF;
    float: left;
    font-size: 13px !important;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: hidden;
    padding: 3px 8px 3px 20px;
}
.postag a {
    margin-bottom: 3px;
}
.postag a:hover, .tagcloud a:hover {
    opacity: 0.8;
}
.tagcloud {
    margin-top: 10px;
}
.clearbottombar {
    clear: both;
}
.btn-blog-more {
    margin-left: 20px;
    margin-top: 6px;
}
.blog-gallery-type {
    position: relative;
}
.blog-like {
    float: right;
}
.blog-like li {
    border-left: 1px solid #DDDDDD;
    float: left;
    padding: 3px;
}
.blog-more li {
    border-right: 1px solid #DDDDDD;
    float: left;
    padding: 3px;
}
.blogheading h3 {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #E7E7E7 100%);
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: center;
}
.blogtitle {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    width: 100%;
}
.blogtitle h2 {
    font-weight: normal;
    line-height: 50px;
    margin-top: -51px;
    padding-left: 20px;
}
.headingwithimage h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}
.headingwithimage h2 a {
    color: #FFFFFF;
}
.blog-meta {
    padding-left: 20px;
}
.blog-meta a {
    color: #222222;
}
.blog-meta a:hover {
    color: #DE3917;
}
.blog-meta .addby {
    text-transform: capitalize;
}
.blog-meta .addby a {
    margin-left: 5px;
}
.blog-container, .comment-container {
    padding: 10px 20px 0;
}
.blog-container ul, .blog-container ol {
    margin-left: 20px;
}
.blog-container ul {
    list-style: disc outside none;
}
.blog-container ol {
    list-style: decimal outside none;
    margin-left: 40px;
}
.blog-container ol li {
    margin: 7px;
    padding: 0 0 0 5px;
}
.blog-container img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.decimal {
    list-style: decimal outside none !important;
}
.lowerroman {
    list-style: lower-roman outside none !important;
}
.upperroman {
    list-style: upper-roman outside none !important;
}
.lowerlatin {
    list-style: lower-alpha outside none !important;
}
.upperlatin {
    list-style: upper-alpha outside none !important;
}
.list-check li, .list-chevron li, .list-star li, .list-certificate li {
    background-position: 0 5px;
    background-repeat: no-repeat;
    list-style: none outside none;
    margin: 7px;
    padding: 0 0 0 21px;
}
.list-check li {
    background-image: url("img/bullet/checklist.png");
}
.list-chevron li {
    background-image: url("img/bullet/chevron.png");
}
.list-star li {
    background-image: url("img/bullet/starempty.png");
    background-position: 0 6px;
}
.list-certificate li {
    background-image: url("img/bullet/certificate.png");
    background-position: 0 7px;
}
ul.nav-tabs {
    margin: 0;
}
.blog-side-width .span12 {
    width: 556px;
}
.blog-side-width .span11 {
    width: 508px;
}
.blog-side-width .span10 {
    width: 460px;
}
.blog-side-width .span9 {
    width: 412px;
}
.blog-side-width .span8 {
    width: 364px;
}
.blog-side-width .span7 {
    width: 316px;
}
.blog-side-width .span6 {
    width: 268px;
}
.blog-side-width .span5 {
    width: 220px;
}
.blog-side-width .span4 {
    width: 172px;
}
.blog-side-width .span3 {
    width: 124px;
}
.blog-side-width .span2 {
    width: 76px;
}
.blog-side-width .span1 {
    width: 28px;
}
.blog-full-width .span12 {
    width: 904px;
}
.blog-full-width .span11 {
    width: 827px;
}
.blog-full-width .span10 {
    width: 750px;
}
.blog-full-width .span9 {
    width: 673px;
}
.blog-full-width .span8 {
    width: 596px;
}
.blog-full-width .span7 {
    width: 519px;
}
.blog-full-width .span6 {
    width: 442px;
}
.blog-full-width .span5 {
    width: 365px;
}
.blog-full-width .span4 {
    width: 288px;
}
.blog-full-width .span3 {
    width: 211px;
}
.blog-full-width .span2 {
    width: 134px;
}
.blog-full-width .span1 {
    width: 57px;
}
.video-wrapper.span1, .video-wrapper.span2, .video-wrapper.span3, .video-wrapper.span4, .video-wrapper.span5, .video-wrapper.span6, .video-wrapper.span7, .video-wrapper.span8, .video-wrapper.span9, .video-wrapper.span10, .video-wrapper.span11, .video-wrapper.span12 {
    margin-left: 0;
}
.blog-container .video-wrapper {
    margin-bottom: 20px;
    max-width: 100%;
}
.blog-container .blog-gallery {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    padding: 20px 30px;
}
.blog-container .blog-gallery a span {
    background: url("img/zoom.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 200;
}
.blog-container .blog-gallery a:hover span {
    opacity: 1;
}
.comment-container {
    background: none repeat scroll 0 0 #FCFCFC;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}
#blogcomment {
    margin-right: 10px;
}
#blogcomment input[type="text"], #blogcomment textarea {
    width: 100%;
}
#blogcomment textarea {
    height: 150px;
}
.coment-box {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.coment-box-inner {
    overflow: hidden;
    position: relative;
}
#comment-box-reply {
    border-top: 1px solid #EDEDED;
    padding: 20px 20px 0;
}
.coment-box img {
    border: 1px solid #BFBFBF;
    display: block;
    height: auto;
    margin: 0 0 10px;
    padding: 3px;
    width: 80px;
}
.bypostauthor .coment-box {
    background-color: #FFFFFF;
}
.comment-autor {
    border-right: 1px solid #DDDDDD;
    float: left;
    height: 100%;
    padding: 10px;
    position: absolute;
    text-align: center;
}
.comment-meta {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #DDDDDD;
    height: 35px;
    margin-left: 108px;
    padding-left: 15px;
    padding-right: 0;
}
.replycomment, .closecommentform {
    border-right: medium none !important;
    color: #005DA7;
    cursor: pointer;
    float: right !important;
    margin-right: 0;
    text-transform: uppercase;
}
.closecommentform {
    display: none;
}
p.coment-autor-name {
    margin-bottom: 0;
}
.comment-text {
    margin-left: 108px;
    min-height: 63px;
    padding: 0 10px;
}
.comment-container .post-info {
    margin-bottom: 5px;
    width: auto;
}
#respond {
    margin-right: 10px;
}
#respond label {
    display: inline;
}
#reply-title {
    border-bottom: 1px solid #EEEEEE;
    font-size: 24px;
    padding-bottom: 15px;
    text-indent: -10px;
}
#respond .required {
    color: #FF0000;
    display: inline;
}
.comment-form-author, .comment-form-email {
    float: left;
    width: 50%;
}
#respond input[type="text"], #respond textarea {
    width: 100%;
}
.comment-author-wrapper {
    display: block;
    margin-right: 20px;
}
ul.children {
    padding-left: 30px;
}
.post-info {
    color: #DE3917;
}
.comment-date {
    bottom: 0;
    color: #999999;
    font-style: italic;
    margin-right: 20px;
    margin-top: 10px;
    position: absolute;
    right: 0;
}
.comment-date .no-caps {
    text-transform: capitalize;
}
.no-caps {
    color: #949494;
    font-size: 12px;
    font-style: normal;
    letter-spacing: normal;
    margin-right: 5px;
    text-transform: lowercase;
}
.reply {
    float: left;
}
.post-info a {
    color: #DE3917;
    font-style: normal;
}
.blog-gallery .btn-prev, .blog-gallery .btn-next {
    background: url("img/bloggalerynav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 26px;
}
.blog-gallery .active {
    background: url("img/bloggalerynavactive.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: inherit;
}
.blog-gallery .btn-prev {
    background-position: -30px 0;
    left: 0;
    text-indent: 9999px;
}
.blog-gallery .btn-next {
    right: 0;
    text-indent: 9999px;
}
.blogpagging {
    margin-bottom: 9px;
    text-align: center;
}
.blogpagging button {
    cursor: auto;
}
.sidebar {
    font-size: 90%;
}
.sidebar h3 {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #E7E7E7 100%);
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
    font-size: 100%;
    font-weight: normal;
    line-height: 35px;
    margin: -10px -10px 0;
    padding-left: 10px;
}
.sidebar .inner-container {
    padding: 10px;
}
.sidebar ul {
    margin: 0 -10px;
}
.sidebar li {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("img/arrow-right.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #DBDBDB;
    line-height: 34px;
    padding: 0 6px 0 30px;
}
.sidebar .sub-menu {
    border-top: 1px solid #DBDBDB;
}
.sidebar .sub-menu > li:last-child {
    border-bottom: medium none;
}
.sidebar li a {
    color: #484848;
    display: inline-block;
}
.sidebar li:hover {
    background-color: #F5F5F5;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
.sidebar li.cat-item {
}
.sidebar li.cat-item i {
    margin-right: 5px;
    margin-top: 1px;
    opacity: 0.4;
}
.sidebar .cat-count {
    border-left: 1px solid #EDEDED;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .latest-portfolio {
    clear: both;
    float: left;
    height: 100%;
    margin: 0 -10px;
}
.sidebar .latest-portfolio li {
    border: medium none;
    float: left;
    margin: 0;
    padding: 10px 0 0 10px;
}
.sidebar #searchform {
    margin: 15px 40px 0 0;
    position: relative;
}
.sidebar #searchform label {
    display: none;
}
#searchform input[type="text"] {
    background: url("img/search.png") no-repeat scroll 6px 4px rgba(0, 0, 0, 0);
    font-size: 90%;
    margin-bottom: 5px;
    padding-left: 30px;
    width: 100%;
}
.notfound #searchform input[type="text"] {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 250px;
}
.sidebar #searchform input[type="submit"] {
    display: none;
}
.sidebar #searchform #s {
}
#wp-calendar {
    text-align: center;
    width: 100%;
}
#wp-calendar caption {
    line-height: 35px;
}
table th {
    color: #5F5F5F;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 4px;
}
.sidebar table th {
    background-color: #E8E8E8;
    border: 1px solid #C2C2C2;
    text-shadow: 1px 1px 0 #F4F4F4;
}
.sidebar table td {
    border: 1px solid #DCDCDC;
    box-shadow: none;
    padding: 4px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.sidebar table td a {
    display: block;
}
table#wp-calendar td:hover, table#wp-calendar td a:hover {
    background: none repeat scroll 0 0 rgba(82, 168, 236, 0.8);
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000000;
}

/*Static Pages*/


#static_block{
    clear: both;
    left: 0;
    margin-top: -3px;

    position: relative;
    width: 100%;
    z-index: 1;
}
#static_block #static_canvas {

    width: 100%;
}

#static_block .static_form {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    display: block;
	margin:auto;
	margin-bottom:50px;
    padding: 10px;
    width: 80%;
    z-index: 10;
}
#static_block .static_form .static_form_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#static_block .static_form_inner h1 {
    background-color: #181818;
    color: #FFFFFF;
    font-size: 150%;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#static_block .static_form_inner .static_content {
 
}
#static_block .static_form_inner .static_content .static_left {
    border-right: 1px dotted #C9C9C9;
    float: left;
    height: 275px;
    margin-left: 15px;
    margin-top: 10px;
    padding-right: 20px;
    width: 220px;
}
#static_block .static_form_inner .static_content .static_right h2 {
    display: none;
}

#static_block .static_form_inner .static_content .static_right h3 {
color: #464646;
    line-height: 140%;

    font-size: 150%;
    font-weight: bold;

    margin-bottom: 3px;
    margin-top: 0;
}

#static_block .static_form_inner .static_content .static_right {
    height: 100%;
    margin: auto;
    padding: 20px;

}

/*Sign up*/

#addalbum_block {
    text-align: left;
}

#signup_block, #addalbum_block{
    clear: both;
    left: 0;
    margin-top: -3px;

    position: relative;
    width: 100%;
    z-index: 1;
}
#signup_block #signup_canvas {
    min-height: 250px;
    width: 100%;
}
#signup_block .hideform, #signup_block .hidelocation {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 100%;
    top: 15px;
}
#signup_block .signup_form {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    display: block;
    height: 460px;
    left: 50%;
    margin-left: -325px;
    margin-top: -270px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 650px;
    z-index: 10;
}
#signup_block .signup_form input, #signup_block .signup_form textarea, #signup_block .signup_form select {
    margin: 0;
}
#signup_block .signup_form .signup_form_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#signup_block .signup_form_inner h1, #addalbum_block .addalbum_form_inner h1 {
    background-color: #181818;
    color: #FFFFFF;
    font-size: 150%;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#signup_block .signup_form_inner .signup_content {
    height: 304px;
}
#signup_block .signup_form_inner .signup_content .signup_left {
    border-right: 1px dotted #C9C9C9;
    float: left;
    height: 275px;
    margin-left: 15px;
    margin-top: 10px;
    padding-right: 20px;
    width: 220px;
}
#signup_block .signup_form_inner .signup_content .signup_left .signup_note {
    padding: 5px 0 10px;
}

.addalbum_form_wrapper
{
	padding-top: 20px !important;

}

#signup_block .signup_form_inner .signup_content .signup_right, .addalbum_form_wrapper,.myweddingformwrapper {
    height: 100%;
    margin: auto;
    padding-left: 20px;
    padding-top: 5px;
    width: 370px;
}



#signup_block .signup_form_inner .signup_content .login_right {
    height: 100%;
    margin: auto;
    padding-left: 20px;
    padding-top: 20px;
    width: 370px;
}
#signup_block .signup_form_inner .signup_content .signup_right h2 {
    display: none;
}
#numberOfFileswrapper {
    margin-top: 30px;
    position: relative;
}
.addalbum_button {
    margin-top: 20px;
    position: relative;
}
.updatealbum_button {
    margin: auto;
    position: relative;
    width: 150px;
}
.addalbum_form input, .addalbum_form select {
    height: auto !important;
}

.addalbum_form .watermarktext
{
	margin-bottom: 9px !important;
	font-size:14px;
	color: #DE3917;
}

.addalbum_form .watermark
{
	margin-bottom: 0px !important;
}

#addalbum_block .addalbum_form_wrapper input[type="text"], 
#addalbum_block .addalbum_form_wrapper select, 
#signup_block .signup-wrapper input[type="text"], 
#signup_block .signup-wrapper input[type="password"], 
#signup_block .signup-wrapper select,
#updatemyweddingsubmit .myweddingformwrapper  input[type="text"]

{
    width: 330px;
}
#addalbum_block .addalbum_form_wrapper textarea,
#updatemyweddingsubmit .myweddingformwrapper  textarea
 {
    height: 150px;
    width: 330px;
}
#signup_block .signup_birthday_dd {
    width: 110px !important;
}
#signup_block .signup-wrapper label, #addalbum_block #addalbumform label {
    margin: 5px 0 2px;
}
#signup_block .signup-wrapper textarea {
    height: 105px;
    width: 330px;
}
#signup_block #signupform .signup_error {
    color: #FF0000;
    font-family: overlock;
    font-size: 90%;
    font-style: italic;
}
#signup_block #signupform .signup_button {
    margin-top: 10px;
}
#signup_block #signupform .signup_loader {
    background: url("img/vertical-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 10px;
    margin-top: 15px;
    width: 67px;
}
#signup_block .signupflag {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: none;
    left: -38px;
    padding: 7px;
    position: absolute;
    top: 0;
}
#signup_block .signupflag .signupflagwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
#signup_block .signupflag .signupflagwrapper [class^="misc-"], [class*=" misc-"] {
    margin-left: 4px;
}
#signup_block .signup_location {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    height: 350px;
    left: 0;
    margin-left: -276px;
    margin-top: -200px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 250px;
    z-index: 10;
}
#signup_block .signup_location_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#signup_block h1, #signup_block h2, #addalbum_block h2, .imageupdate-wrapper h2,#updatemyweddingsubmit h2 ,#updatesettingsubmit h2 {
    font-weight: bold;
}
.imageupdate-wrapper h2 {
    margin: auto !important;
    padding: 15px !important;
    width: 120px;
}
#signup_block .signup_location_inner h1 {
    background: none repeat scroll 0 0 #181818;
    border-bottom: 1px solid #C9C9C9;
    color: #FFFFFF;
    font-size: 150%;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#signup_block .locationflag {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    display: block;
    padding: 7px;
    position: absolute;
    right: -43px;
    top: 0;
}
#signup_block .locationflag .locationflagwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
#signup_block .signup_location .locationlist {
    height: 300px;
    overflow: hidden;
    width: 245px;
}
#signup_block .signup_location .locationlist .locdetail {
    border-bottom: 1px solid #C9C9C9;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
}
#signup_block .signup_location .locationlist .locdetail:hover {
    background: none repeat scroll 0 0 #181818;
    border-top: 1px solid #C9C9C9;
    color: #FFFFFF;
}
#signup_block .signup_location .locationlist .locdetail:hover h2 {
    color: #FFFFFF;
}
#signup_block .signup_location .locationlist .locdetail h2, #signup_block .signup_content h2, .infowindow-wrapper h2, .addalbum_form_inner h2, .imageupdate-wrapper h2, #updatemyweddingsubmit h2 ,#updatesettingsubmit h2{
    font-size: 120%;
    line-height: 100%;
    margin: 0;
    padding-bottom: 3px;
}
#updatesettingsubmit h2{
	margin: 20px 0  20px 170px;
}

#updatemyweddingsubmit h2{
	margin: 20px 0  20px 75px;

}

#signup_block .signup_location .locationlist .locdetail ul, #signup_block .signup_content ul, .infowindow-wrapper ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#signup_block .signup_location .locationlist .locdetail li > div, #signup_block .signup_content li > div, .infowindow-wrapper li > div {
    border-top: 1px dotted #C9C9C9;
    line-height: 22px;
}
#signup_block .signup_location .locationlist .locdetail div, #signup_block .signup_content div, .infowindow-wrapper div {
    font-size: 95%;
}
#signup_block .signup_location .locationlist .locdetail i, #signup_block .signup_content i, .infowindow-wrapper i {
    float: left;
    margin-top: 6px;
}
#signup_block .signup_location .locationlist .locdetail:hover i.icon-standard {
    background-image: url("img/glyphicons-halflings-white.png");
}
#signup_block .signup_location .locationlist .locdetail:hover .phone-icon {
    background-image: url("img/phone-white.png");
}
#signup_block .loc-content {
    padding-left: 22px;
}
#signup_block .signup_helper {
    display: none;
}

/*Contact*/

#contact_block {
    clear: both;
    left: 0;
    margin-top: -3px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
#contact_block #contact_canvas {
    min-height: 250px;
    width: 100%;
}
#contact_block .hideform, #contact_block .hidelocation {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 100%;
    top: 15px;
}
#contact_block .contact_form {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    display: block;
    height: 420px;
    left: 50%;
    margin-left: -325px;
    margin-top: -240px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 650px;
    z-index: 10;
}
#contact_block .contact_form input, #contact_block .contact_form textarea, #contact_block .contact_form select {
    margin: 0;
}
#contact_block .contact_form .contact_form_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#contact_block .contact_form_inner h1 {
    background-color: #181818;
    color: #FFFFFF;
    font-size: 150%;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#contact_block .contact_form_inner .contact_content {
    height: 304px;
}
#contact_block .contact_form_inner .contact_content .contact_left {
    border-right: 1px dotted #C9C9C9;
    float: left;
    height: 275px;
    margin-left: 15px;
    margin-top: 10px;
    padding-right: 20px;
    width: 220px;
}
#contact_block .contact_form_inner .contact_content .contact_left .contact_note {
    padding: 5px 0 10px;
}
#contact_block .contact_form_inner .contact_content .contact_right {
   	margin:auto;
    height: 100%;
    padding-left: 20px;
    padding-top: 5px;
    width: 370px;
}
#contact_block .contact_form_inner .contact_content .contact_right h2 {
    display: none;
}
#contact_block .contact-wrapper input[type="text"] {
    width: 330px;
}
#contact_block .contact-wrapper label {
    margin: 5px 0 2px;
}
#contact_block .contact-wrapper textarea {
    height: 105px;
    width: 330px;
}
#contact_block #contactform .contact_error {
    color: #FF0000;
    font-family: overlock;
    font-size: 90%;
    font-style: italic;
}
#contact_block #contactform .contact_button {
    margin-top: 10px;
}
#contact_block #contactform .contact_loader {
    background: url("img/vertical-loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 10px;
    margin-top: 15px;
    width: 67px;
}
#contact_block .contactflag {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    display: none;
    left: -38px;
    padding: 7px;
    position: absolute;
    top: 0;
}
#contact_block .contactflag .contactflagwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
#contact_block .contactflag .contactflagwrapper [class^="misc-"], [class*=" misc-"] {
    margin-left: 4px;
}
#contact_block .contact_location {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    height: 350px;
    left: 0;
    margin-left: -276px;
    margin-top: -200px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 250px;
    z-index: 10;
}
#contact_block .contact_location_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#contact_block h1, #contact_block h2 {
    font-weight: bold;
}
#contact_block .contact_location_inner h1 {
    background: none repeat scroll 0 0 #181818;
    border-bottom: 1px solid #C9C9C9;
    color: #FFFFFF;
    font-size: 150%;
    margin: 0;
    padding: 5px 0 5px 15px;
}
#contact_block .locationflag {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    display: block;
    padding: 7px;
    position: absolute;
    right: -43px;
    top: 0;
}
#contact_block .locationflag .locationflagwrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
#contact_block .contact_location .locationlist {
    height: 300px;
    overflow: hidden;
    width: 245px;
}
#contact_block .contact_location .locationlist .locdetail {
    border-bottom: 1px solid #C9C9C9;
    cursor: pointer;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
}
#contact_block .contact_location .locationlist .locdetail:hover {
    background: none repeat scroll 0 0 #181818;
    border-top: 1px solid #C9C9C9;
    color: #FFFFFF;
}
#contact_block .contact_location .locationlist .locdetail:hover h2 {
    color: #FFFFFF;
}
#contact_block .contact_location .locationlist .locdetail h2, #contact_block .contact_content h2, .infowindow-wrapper h2 {
    font-size: 120%;
    line-height: 100%;
    margin: 0;
    padding-bottom: 3px;
}
#contact_block .contact_location .locationlist .locdetail ul, #contact_block .contact_content ul, .infowindow-wrapper ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#contact_block .contact_location .locationlist .locdetail li > div, #contact_block .contact_content li > div, .infowindow-wrapper li > div {
    border-top: 1px dotted #C9C9C9;
    line-height: 22px;
}
#contact_block .contact_location .locationlist .locdetail div, #contact_block .contact_content div, .infowindow-wrapper div {
    font-size: 95%;
}
#contact_block .contact_location .locationlist .locdetail i, #contact_block .contact_content i, .infowindow-wrapper i {
    float: left;
    margin-top: 6px;
}
#contact_block .contact_location .locationlist .locdetail:hover i.icon-standard {
    background-image: url("img/glyphicons-halflings-white.png");
}
#contact_block .contact_location .locationlist .locdetail:hover .phone-icon {
    background-image: url("img/phone-white.png");
}
#contact_block .loc-content {
    padding-left: 22px;
}
.phone-icon {
    background-image: url("img/phone.png");
    background-position: 1px 1px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}
.view-map {
    border-bottom: 1px dotted #C9C9C9;
    cursor: pointer;
}
#contact_block .contact_helper {
    display: none;
}
.infowindow {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.3);
    border-radius: 3px;
    padding: 7px;
}
.infowindow-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 3px;
    overflow: hidden;
    width: 250px;
}
.infowindow-wrapper h2 {
    background: none repeat scroll 0 0 #181818;
    color: #FFFFFF;
    line-height: 35px;
    padding-left: 15px;
}
.infowindow-wrapper ul {
    padding: 10px 10px 12px;
}
.infowindow .closeme {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 23px;
    left: 227px;
    position: absolute;
    top: 15px;
    width: 15px;
}
.notification {
    background: none repeat scroll 0 0 rgba(125, 125, 125, 0.2);
    border-radius: 3px;
    display: none;
    height: 50px;
    left: 0;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 500px;
    z-index: 10;
}
.notification .notification-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.notification .notification-belt {
    background: none repeat scroll 0 0 #181818;
    height: 20px;
}
.notification .notification-content {
    font-family: overlock;
    font-size: 85%;
    font-style: italic;
    padding-left: 15px;
    padding-top: 5px;
    position: relative;
}
.notification .icon-remove {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 24px;
}
footer {
    background-image: url("img/bg-footer-pattern.png");
    border-bottom: 1px solid #9E9E9E;
    bottom: 0;
    color: #FFFFFF;
    height: 35px;
    overflow: hidden;
    padding: 0 8px 0 5px;
    position: fixed;
    width: 100%;
    z-index: 500;
}
footer nav.foot-left {
    float: left;
}
footer nav.foot-right {
    float: right;
}
footer nav.foot-right li, footer nav.foot-left li {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #FFFFFF;
    opacity: 1;
    transition: all 0s ease-in-out 0s;
    width: 36px;
}
footer nav.foot-right li:hover, footer nav.foot-left li:hover {
    opacity: 1;
    transition: all 0s ease-in-out 0s;
    width: 100px;
}
footer nav.foot-left li:hover .text-social, footer nav.foot-right li:hover .text-social {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}
footer nav .text-copyright {
    color: #000000;
    height: 35px !important;
    width: 145px !important;
}
footer nav li .text-social {
    color: #000000;
    float: left;
    font-family: overlock;
    font-size: 12px;
    font-style: italic;
    margin-right: 10px;
    opacity: 0;
    padding-top: 6px;
    text-transform: lowercase;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
footer nav.foot-left ul {
    margin-left: 0;
}
footer nav.foot-left li {
    float: left;
    height: 29px;
    margin-top: 6px;
}
footer nav.foot-right ul {
    margin-right: 15px;
}
footer nav.foot-right li {
    float: left;
    height: 29px;
    margin-top: 6px;
}
footer nav li a {
    display: block;
    height: 100%;
}
footer nav li i {
    float: left;
    margin-left: 5px;
    margin-right: 3px;
}
.portopwd {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.portopwd-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    font-size: 120%;
    left: 50%;
    margin: -50px 0 0 -150px;
    overflow: hidden;
    padding-bottom: 5px;
    position: absolute;
    top: 50%;
    width: 300px;
}
.portopwd-wrapper h2 {
    background: none repeat scroll 0 0 #181818;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 15px;
}
.pwdtxt {
    background-image: url("img/lock.png");
    background-position: 10px 7px;
    background-repeat: no-repeat;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
    padding-left: 31px;
    width: 224px;
}
.pwdbtn {
    float: right;
    margin-right: 20px;
}
.pwdcls {
    cursor: pointer;
    padding: 0 4px;
    position: absolute;
    right: 12px;
    top: 9px;
}
.pwderr {
    color: #FF0000;
    display: none;
    font-family: overlock;
    font-size: 13px;
    font-style: italic;
    margin-left: 21px;
}
.sticky {
    background: none repeat scroll 0 0 #FFFFFF !important;
}
.wp-caption {
    background: none repeat scroll 0 0 #2C2C2C;
}
.wp-caption .wp-caption-text {
    color: #999999;
}
.gallery-caption {
    color: #888888;
    font-size: 12px;
    margin: 0 0 12px;
}
.tab-content {
    margin-top: 20px;
    overflow: visible;
}
.the-icons {
    margin-top: 20px;
}
.the-icons li {
    list-style: none outside none;
}
h3 {
    line-height: 35px;
}
h4 {
    line-height: 20px;
    margin-top: 10px;
}
.sidebar .imagelist {
    clear: both;
    float: left;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
}
.sidebar .imagelist li {
    background-image: none;
    float: left;
    margin: 0;
    padding: 6px;
}
#jeglio .item:hover .item-download, #item-theater-detail:hover .item-download {
    opacity: 0.7;
}
.item-download {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 24px;
    left: 24px;
    opacity: 0.4;
    position: absolute;
    width: 24px;
    z-index: 200;
}
.item-download .icon-download-alt {
    margin-left: 5px;
    margin-top: 3px;
}
.langwrapper {
    float: left;
}
.langflag {
    background-position: 5px 10px;
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 29px;
}
.wrapper-text {
    clear: both;
}
.wrapper-social {
    clear: both;
    min-width: 200px;
    overflow: hidden;
}
.wrapper-social .fblio {
    float: left;
}
.wrapper-social .twtlio {
    float: left;
    padding-left: 10px;
}
.footercopy {
    font-size: 80%;
    line-height: 22px;
    text-align: center;
}
#jp_container {
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    z-index: 10;
}
.jp-previous {
    display: none;
}
.jp-next {
    display: none;
}
.jp-stop {
    display: none;
}
#mplist {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    display: none;
    font-size: 115%;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}
.musicplaylist h2 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding-bottom: 3px;
    padding-left: 12px;
}
.jp-btn-wrapper {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    font-family: Helvetica,Arial;
    font-size: 11px;
    height: 26px;
    line-height: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 26px;
}
.mpnotif {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    bottom: 45px;
    display: none;
    font-size: 80%;
    left: 10px;
    line-height: 25px;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 150px;
    z-index: 1000;
}
.commentList {
}
.commentform {
    border-bottom: 1px dotted #E1E1E1;
}
.commentlistwrapper {
    height: 428px;
    overflow-y: auto;
}
.commentform input {
    width: 96%;
}
.item-commentscontainer, .item-comments #back {
    color: #969595;
    font-size: 80%;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding-top: 20px;
}
.commentList {
    border-bottom: 1px dotted #E1E1E1;
    margin: 12px 0 10px;
}
.div_padding_20 {
    margin-bottom: 10px;
    padding: 0 10px;
}
.commentList .pic {
    height: auto;
    margin-right: 12px;
}
.comment_author a {
    color: #3B5998 !important;
    font-weight: bold;
}
.left {
    float: left;
}
.commentList .comment_text {
    height: auto;
    margin-left: 42px;
}
.usernameLink {
    line-height: 30px;
    text-align: center;
    width: 200px;
}
.usernameLink .profileImage img {
    float: left;
    width: 30px;
}
.updateuserProfilePanel {
    margin-bottom: 50px !important;
}
.updateuserProfilePanel input[type="text"], .updateuserProfilePanel textarea, .updateuserProfilePanel #updateprofile_country {
    width: 400px;
}
.updateuserProfilePanel #updateprofile_dob_day, .updateuserProfilePanel #updateprofile_dob_month, .updateuserProfilePanel #updateprofile_dob_year {
    width: 135px;
}
.formwrapper {
    display: block;
    float: left;
    margin: 0 50px;
}
.updateprofile_error_name, .updateprofile_error_email, .updateprofile_error_web,.signup_error_name,.signup_error_password,.signup_error_email,.signup_error_tnc,.contact_error_name,.contact_error_email,.contact_error_enquiry {
    color: #FF0000;
}


#userMenuSpan {
    cursor: pointer;
    margin-right: 20px;
    width: 100px;
}
.menudd {
    background-color: #FFFFFF;
    border-radius: 3px 3px 6px 6px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.44);
    margin-top: 30px !important;
    min-width: 150px;
    position: absolute;
    z-index: 99;
}
.menudd li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    float: none !important;
}
.menudd .last {
    display: block;
    float: none !important;
}
.userMenu {
    float: left !important;
}
.sponsored {
    box-shadow: 0 0 5px 2px #9F5E9F !important;
}
#jeglio .item .sponsoredLabel {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-right-radius: 5px;
    font-size: 70%;
    left: 0;
    margin: 0;
    opacity: 0.4;
    padding: 3px 6px;
    position: absolute;
    top: 0;
    z-index: 20;
}
.userProfilePanel .likes {
    float: right;
}
.profileImageBig {
    background-size: cover;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 2px #616161 inset;
    float: left;
    height: 100px;
    margin: 0 10px;
    width: 100px;
}
.userProfilePanel .profileName {
    color: #464646;
    font-size: 150%;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 3px;
    margin-top: 0;
}
.userProfilePanel .profileDescription {
    color: #464646;
    font-size: 80%;
    line-height: 140%;
    margin: 15px;
}
.userProfilePanel, .updateuserProfilePanel ,.updateuserMyweddingPanel{
    background-color: #F8F8F8;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    display: block;
    margin: 10px auto 0px;
    overflow: hidden;
    padding: 15px;
    width: 800px;
}
#jeglio {
    min-height: 630px !important;
	padding-bottom:65px;
}
.imageupdate-wrapper {
    overflow: auto;
}
.imageupdate-wrapper ul li {
    float: left;
    height: 173px;
    padding: 5px 20px;
}
.imageupdate-each .input-wrapper {
}
.imageupdate-each input[type="text"] {
    height: auto !important;
    width: 160px;
}
.slides li {
    padding: 0 !important;
}
#main ul {
    margin: 0;
    padding: 0;
}
#main ul li {
    list-style: none outside none;
    padding-left: 20px;
}

.setting
{
	overflow:visible !important;
}

.myweddingImageBig {
    background-size: cover;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 2px #616161 inset;
    margin: 0 75px;
    width: 670px;
}


.btn_facebook_login {

    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;

    position: relative;
    text-indent: -99999px;
    width: 140px;
}
