/*

1. TYPOGRAPHY
    1.1 HEADLINES
    1.2 PARAGRAPHS
2. LINKS
3. ALIGN, DEVIDER
    3.1 ALIGN
    3.2 DEVIDER
4. FORM
5. BUTTON
    5.1 NORMAL BUTTON
    5.2 BIG BUTTON
    5.3 WHITE BUTTON
    5.4 COLOR BUTTON
    5.5 LONG BUTTON
    5.6 CLOSE BUTTON
6. DROPDOWN
7. TRIANGLES
    7.1 WHITE TRIANGLE
    7.2 SMALL TRIANGLE
    7.3 BIG TRIANGLE
8. ICONS
9. FLOAT ICON
10. ICON BLOCK
11. PRICING TABLE
12. PROCESS
13. SERVICE
14. COUNTER
15. ACCORDION AND TOGGLE
16. TABS
    16.1 TAB NAVI
    16.2 TAB CONTENT
17. ALERT BOX
18. OWL CAROUSEL
19. CLIENT CAROUSEL
20. COMMENT CAROUSEL




/* --------------------------------------------------------------------- */
/* 1. TYPOGRAPHY
/* --------------------------------------------------------------------- */

/* ============ 1.1 HEADLINES ============  */

h1,


h4,

h6 {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    
}

span {
    color: #fff;
   
}

span.red {
    color: #e4533f;
    
}

span.black {
    color: #3d4148;
    
}
span.yellow {
    color: #edb328;
    
}

h1 {
    font-size: 2.4em;
    padding-bottom:24px;
    letter-spacing: -1px;
}
h2 {
    top:0;
    font-size: 3.9em;
    letter-spacing: -1px;
    padding-bottom:0px;
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    text-transform:uppercase;
}

h2.demo1 {
    top:0;
    font-size: 3.9em;
    letter-spacing: -1px;
    padding-bottom:0px;
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    text-transform:uppercase;
    
}

h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-family: 'Vesper Libre', serif;
    font-weight: 700;
    text-transform:uppercase;
    color: #fff;
}
h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
h5
{
font-family: 'Bree Serif', serif;
font-weight: 400;
text-transform:uppercase;
font-style:normal;
font-size: 1.1em;

}

h6 {
    position:relative;
    font-size: 5.1em;
    margin-bottom:-2%;
    letter-spacing: -1px;
    }

h1.undertitle,
h2.undertitle,
h3.undertitle,
h4.undertitle,
h5.undertitle,
h6.undertitle {
    position:relative;
    display: block;
    padding-top:15px;
    padding-bottom:5px;
    font-family: 'Lobster', cursive;
    font-weight: 400;
    text-transform:none;
}
h2.quote {
    font-family: 'Special Elite', cursive;
    font-weight: 400; font-style: italic;
    text-transform:uppercase;
    font-size: 2.2em;
    z-index:2;}


 
h2.quote.block {
	margin: 1em 20px;
	padding-left: 50px;
	background: url(../images/layout/quotation-l.png) left bottom no-repeat; }

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline, {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url(../images/layout/dividerwhite2.png) center bottom no-repeat;
    z-index:3;}

.ribbon {
    position:relative;
    display: block;
    padding-top:24px;
    padding-bottom:8px;
    margin-bottom:1px;
    background-image: url(../images/layout/ribbon.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    
    z-index:2;}




.headline-small {
    display: block;
    margin-top:0%;
    padding-top:10px;
    padding-bottom:10px;
    background-image: url(../images/layout/headline-small.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}
.headline-small.black {
background-image: url(../images/layout/headline-decoration.png);
}

.headline-big {
    display: block;
    margin-top:0%;
    padding-top:10px;
    padding-bottom:10px;
    background-image: url(../images/layout/headline-big.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}
.headline-big.black {
background-image: url(../images/layout/headline-bigblack.png);
}
.separator {
    position:relative;
    right:1px;
    display: block;
    margin-left:0.6%;
    margin-bottom: 25px;
    padding-top:14px;
    padding-bottom: 75px;
    background-image: url(../images/layout/separatorshort.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}

.separator.white {
    margin-top:1%;
    background-image: url(../images/layout/separatorwhite.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}
.separator.black {
    margin-top:1%;
    background-image: url(../images/layout/separatorblack.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}
.separatorlong {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 55px;
    background-image: url(../images/layout/separatorlong.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}

h2.separatormedium,
h3.separatormedium {
    display: block;
    margin-bottom: 35px;
    padding-bottom: 55px;
    background-image: url(../images/layout/separatormedium.png);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center bottom; 
    z-index:2;
}

h1.margin-bottom,
h2.margin-bottom,
h3.margin-bottom {
    margin-bottom: 60px;
}



/* ============ 1.2 PARAGRAPHS ============  */

p {
	font-family: 'Bree Serif', serif;
	margin-bottom: 30px;
     font-size: 19px;
	font-weight: 400;
}

p.text-block {
    max-width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
}

p.highlighting {
    padding-left: 30px;
    border-left: 3px solid #ccc;
    font-family: 'Bree Serif', serif;
    font-weight: 400;
}



/* --------------------------------------------------------------------- */
/* 2. LINKS
/* --------------------------------------------------------------------- */

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
}




/* --------------------------------------------------------------------- */
/* 3. ALIGN, DEVIDER
/* --------------------------------------------------------------------- */

/* ============ 3.1 ALIGN ============  */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}



/* ============ 3.2 DEVIDER ============  */

.devider {
    width: 100%;
    height: 5px;
    background: #f0f1f1 url(../images/layout/parallax-background.png) repeat;
}




/* --------------------------------------------------------------------- */
/* 4. FORM
/* --------------------------------------------------------------------- */


input.text,
input.submit,
textarea {
    font-family: 'Bree Serif', serif;
  font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #3d4148;
    font-size: 0.9em;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.text,
textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 7px;
    background: none;
    border: 2px solid #3d4148;
}

textarea {
    min-height: 100px;
    padding: 15px;
    overflow: hidden;
}

input.text {
    padding: 15px;
}


input.submit {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 25px;
    cursor: pointer;
    text-transform: uppercase;
    background: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
}
input.submit:hover {
    background: #3d4148;
    color: #fff;
}

input.submit.dark {
    background: #3d4148;
    color: #fff;
}
input.submit.dark:hover {
    background: #b6ded1;
}

::-webkit-input-placeholder {
    color: #3d4148;
    text-transform: uppercase;
}
:-moz-placeholder {
    color: #3d4148;
    text-transform: uppercase;
}
::-moz-placeholder {
    color: #3d4148;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    color: #3d4148;
    text-transform: uppercase;
}




/* --------------------------------------------------------------------- */
/* 5. BUTTON
/* --------------------------------------------------------------------- */

/* ============ 5.1 NORMAL BUTTON ============  */

.button {
    display: inline-block;
    height: 54px;
    line-height: 52px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.button .front, .button .bottom {
    height: 54px;
    padding: 0 25px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
	
}


.button .front {
    color: #3d4148;
    border: 2px solid #3d4148;
    -webkit-transform: translateZ(27px);
    transform: translateZ(27px);
}

.button .bottom {
    color: #fff;
    background: #3d4148;
    border: 2px solid #3d4148;
    -webkit-transform: rotateX(-90deg) translateZ(-27px);
    transform: rotateX(-90deg) translateZ(-27px);
}

.button:hover .front {
    -webkit-transition: all 0.6s;
    -moz-transition:    all 0.6s;
    -o-transition:      all 0.6s;
    transition:         all 0.6s;
    background: #3d4148;
}

.button:hover {
    -webkit-transform: rotateX(89deg);
    transform: rotateX(89deg);
}



/* ============ 5.2 BIG BUTTON ============  */

.button.big {
    height: 64px;
    line-height: 62px;
}


.button.big .front, .button.big .bottom {
    height: 64px;
    padding: 0 30px;
    font-size: 1.1em;
}

.button.big .front {
    -webkit-transform: translateZ(32px);
    transform: translateZ(32px);
}

.button.big .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(-32px);
    transform: rotateX(-90deg) translateZ(-32px);
}



/* ============ 5.3 WHITE BUTTON ============  */

.button.white .front {
    color: #fff;
    border-color: #fff;
}

.button.white .bottom {
    
    border-color: #fff;
}
.button.white:hover .front {
    background-color: transparent;
    border-color: #fff;
}



/* ============ 5.4 COLOR BUTTON ============  */

.button.color .front {
    color: #fff;
    border-color: #b6ded1;
    background: #b6ded1;
}

.button.color:hover .front {
    background: #b6ded1;
}




/* ============ 5.5 LONG BUTTON ============  */

.button.long {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 78px;
}

.button.long .front, .button.long .bottom {
    height: 80px;
}

.button.long .front {
    color: #3d4148;
    background: #fff;
    border: 2px solid #fff;
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.button.long .bottom {
    color: #fff;
    background: #3d4148;
    border: 2px solid #3d4148;
    -webkit-transform: rotateX(-90deg) translateZ(-40px);
    transform: rotateX(-90deg) translateZ(-40px);
}

.button.long:hover .front {
    background: #3d4148;
}



/* ============ 5.6 CLOSE BUTTON ============  */

.close-button {
    display: inline-block;
    float: right;
    padding: 0 0 15px 24px;
    color: #3d4148;
    background: url(../images/layout/arrow-left.png) bottom left no-repeat;
}

.close-button:hover {
    color: #b6ded1;
}





/* --------------------------------------------------------------------- */
/* 6. DROPDOWN
/* --------------------------------------------------------------------- */

.dropdown {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    z-index: 99;
}

.dropdown .visible-link {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 54px;
    line-height: 52px;
    padding: 0 45px 0 25px;
    color: #3d4148;
    border: 2px solid #3d4148;
}

.dropdown .visible-link.active,
.dropdown:hover .visible-link {
    color: #fff;
    background: #3d4148;
}

.dropdown .visible-link i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    font-size: 1.2em;
}

.dropdown ul {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    min-width: 100%;
    padding: 20px 0;
    background: #fefefe;
    z-index: 100;
    box-moz-box-shadow: 1px 4px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 12px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 12px rgba(0,0,0,0.2);
}

.dropdown li a {
    display: block;
    padding: 4px 25px;
    color: #3d4148;
}

.dropdown li a:hover,
.dropdown li.active a {
    text-decoration: line-through;
}




/* --------------------------------------------------------------------- */
/* 7. TRIANGLES
/* --------------------------------------------------------------------- */

.triangle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-family: 'Vesper Libre', serif;
    font-weight: 700;
    background-image: url(../images/layout/triangle.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

a.triangle:hover {
    color: #b6ded1;
}



/* ============ 7.1 WHITE TRIANGLE ============  */

.triangle.white {
    color: #3d4148;
    background-image: url(../images/layout/triangle-white.svg);
}



/* ============ 7.2 SMALL TRIANGLE ============  */

.triangle.small {
    width: 60px;
    height: 60px;
    line-height: 45px;
    font-size: 1.2em;
}



/* ============ 7.3 BIG TRIANGLE ============  */

.triangle.big {
    width: 120px;
    height: 120px;
    line-height: 90px;
    font-size: 2.2em;
}




/* --------------------------------------------------------------------- */
/* 8. ICONS
/* --------------------------------------------------------------------- */

.icon {
    font-size: 4.5em;
    color: #b6ded1;
}

.icon.small {
    font-size: 3.5em;
}

.icon.big {
    font-size: 5.5em;
}

.icon.dark {
    color: #3d4148;
}




/* --------------------------------------------------------------------- */
/* 9. FLOAT ICON
/* --------------------------------------------------------------------- */

.float-icon {
    position: relative;
    padding-left: 95px;
}

.float-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}




/* --------------------------------------------------------------------- */
/* 10. ICON BLOCK
/* --------------------------------------------------------------------- */

.icon-block {
    position: relative;
    text-align: center;
}

.icon-block .triangle {
    margin-bottom: 20px;
}

.icon-block p:last-child {
    margin-bottom: 0;
}




/* --------------------------------------------------------------------- */
/* 11. PRICING TABLE
/* --------------------------------------------------------------------- */

.pricing-table {
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 20px 5px 20px;
    text-align: center;
}

.pricing-table h4 {
    margin-bottom: 25px;
}

.pricing-table .price {
    font-size: 3.5em;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1;
}

.pricing-table .condition {
    font-size: 1.1em;
    text-transform: uppercase;
}

.pricing-table ol {
    margin: 30px 0 40px 0;
    font-size: 0.85em;
}

.pricing-table ol li {
    margin: 2px 0;
}


.pricing-table.top-price .price {
    color: #b6ded1;
}




/* --------------------------------------------------------------------- */
/* 12. PROCESS
/* --------------------------------------------------------------------- */

.process {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    text-align: center;
}

.process:after {
    display: block;
    content: '';
    width: 32%;
    height: 25px;
    position: absolute;
    top: 40px;
    left: 93%;
    background: url(../images/layout/process-arrow.png) top left no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.process.last:after {
    display: none;
}

.process .triangle {
    margin-bottom: 15px;
    color: #b6ded1;
}




/* --------------------------------------------------------------------- */
/* 13. SERVICE
/* --------------------------------------------------------------------- */

.service {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
}




/* --------------------------------------------------------------------- */
/* 14. COUNTER
/* --------------------------------------------------------------------- */

.counter {
    text-align: center;
}

.counter li {
    display: inline-block;
    width: 20%;
}

.counter .triangle {
    margin-bottom: 10px;
    font-size: 1.6em;
}




/* --------------------------------------------------------------------- */
/* 15. ACCORDION AND TOGGLE
/* --------------------------------------------------------------------- */

.accordion .title,
.toggle .title {
    display: block;
    position: relative;
    margin-bottom: 2px;
    padding: 12px 20px;
    background: #fff;
    color: #3d3d3d;
    font-weight: 400;
    font-size: 0.9em;
}

.accordion .title:hover,
.toggle .title:hover,
.accordion .title.active,
.toggle .title.active {
    background: #fff;
}

.accordion .title i,
.toggle .title i {
    position: absolute;
    top: 18px;
    right: 20px;
}

.accordion .title .fa-minus,
.toggle .title .fa-minus {
    display: none;
}

.accordion .content,
.toggle .content {
    display: none;
    margin-bottom: 2px;
    padding: 25px 20px;
    background: #fff;
}

.accordion p:last-child, .toggle p:last-child {
    margin-bottom: 0;
}




/* --------------------------------------------------------------------- */
/* 16. TABS
/* --------------------------------------------------------------------- */

/* ==== 16.1 TAB NAVI  ==== */

.tab-navi li {
    display: block;
    float: left;
}

.tab-navi:after {
    display: block;
    content: '';
    clear: both;
}

.tab-navi a {
    display: block;
    margin: 0 2px 2px 0;
    padding: 15px 30px;
    color: #3d4148;
    font-size: 0.9em;
    background: #ccc;
    border-top: 4px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0s;
    -moz-transition:    all 0s;
    -o-transition:      all 0s;
    transition:         all 0s;
}

.tab-navi a:hover {
    border-color: #3d4148;
}

.tab-navi a.active {
    border-color: #3d4148;
    border-left: none;
    padding: 15px 30px 25px 30px;
    margin-bottom: -10px;
}



/* ==== 16.2 TAB CONTENT  ==== */

.tab-content-container {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tab-content  p:last-child {
    margin-bottom: 0;
}

.tab-content {
    display: none;
}



/* --------------------------------------------------------------------- */
/* 17. ALERT BOX
/* --------------------------------------------------------------------- */

.alert-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto 10px auto;
    padding: 15px 50px 15px 20px;
    text-align: left;
    background: #fff;
    border-left: 3px solid #fff;
}

.alert-box i {
    width: 30px;
}

.alert-box .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    padding: 10px;
    font-size: 1.2em;
}
.alert-box .close:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.alert-box.error, .alert-box.error a {
    color: #e76c6c;
    border-color: #e76c6c;
}

.alert-box.warning, .alert-box.warning a {
    color: #eae55e;
    border-color: #eae55e;
}

.alert-box.success, .alert-box.success a {
    color: #8cbd89;
    border-color: #8cbd89;
}




/* --------------------------------------------------------------------- */
/* 18. OWL CAROUSEL
/* --------------------------------------------------------------------- */

.owl-carousel img {
    width: 100%;
    height: auto;
}

.owl-carousel {
    cursor: url(../images/layout/carousel-cursor-dark.png) 4 4, move;
}

.grabbing {
    cursor: url(../images/layout/carousel-cursor-dark.png) 4 4, move;
}

.white-grapper {
    background: #3d4148;
    cursor: url(../images/layout/carousel-cursor-light.png) 4 4, move;
}

.white-grapper .grabbing {
    cursor: url(../images/layout/carousel-cursor-light.png) 4 4, move;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    background: #fefefe;
    margin: 5px 5px;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3d4148;
}

.owl-carousel.only-images .item:after {
    display: block;
    content: '';
    clear: both;
}

.owl-carousel.only-images .item img {
    float: left;
}




/* --------------------------------------------------------------------- */
/* 19. CLIENT CAROUSEL
/* --------------------------------------------------------------------- */

.client-carousel {
    padding: 0 40px;
}

.client-carousel .item {
    padding: 0 30px;
    text-align: center;
}

.client-carousel .item img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.client-carousel .item:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}




/* --------------------------------------------------------------------- */
/* 20. COMMENT CAROUSEL
/* --------------------------------------------------------------------- */

.comment-carousel-container {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.comment-carousel-container .img-container {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-carousel-container img {
    float: left;
    max-width: 100%;
    height: auto;
}

.comment-carousel-container .img-container:after {
    display: block;
    content: '';
    clear: both;
}

.comment-carousel-container .comment {
    font-family: 'Bree Serif', serif;
  font-weight: 400;
	max-width: 820px;
    padding: 0 25px 45px 25px;
    margin: 0 auto 30px auto;
    color:#fff;
   font-size: 1.6em;
    background: url(../images/layout/headline-small.png) center bottom no-repeat;
}

.comment-carousel-container .name {
    font-family: 'Vesper Libre', serif;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

.comment-carousel-container .owl-controls{
    margin-top: 20px;
}

p.blockquote {
    border-top: 1.5px solid #ccc;
    border-bottom: 1.5px solid #ccc;
    color: #3d4148;
    font-family: 'Hammersmith One', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-transform:uppercase;
    letter-spacing: 0px;
    text-align: center;	
    padding: 30px;    
    text-align: center; 
    z-index: 3;
} 
p.blockquote.white {
    border-top: 1.5px dashed #ccc;
    border-bottom: 1.5px dashed #ccc;
    color: #FFF;
} 
p.blockquote.span {
font-family: 'Bree Serif', serif;
  font-weight: 400;
text-transform:uppercase;
font-style:normal;
font-size: 1.3em;
} 

.blockquote2 {
	
letter-spacing: 0px;
text-align: center;	

      }


.blockquote2 p:first-line {
	font-variant: small-caps;
     	font-family: 'Bree Serif', serif;
	font-weight: 400;
     	font-size: 23px; }



p.justify {
text-align: justify;
} 

p.big {
font-size: 1.4em;
} 

#line {
   
   font-variant: small-caps; }


.title-contentw {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
}
.title-contentw h1 {
	padding-bottom:0px;
     color: #fff;
     font-family: 'Vesper Libre', serif;
     font-weight: 700;
	font-size: 38px;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
}
.title-contentw p {
	
	color: #fff;
	font-family: 'Vesper Libre', serif;
     font-weight: 700;
     font-size: 19px;
	letter-spacing: 1.7px;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}


.title-innerw {
	display: inline-block;
      position: relative;  
}


.title-innerw:before {
	
  	
  	border-top: 4px solid #fff;
	content: "";
	position: absolute;
      height: 1.5px;
	left: 0;
	width: 600px;
	bottom: 68px;

}
.title-innerw:after {
	
     	
  	border-top: 4px solid #fff;
	content: "";
	position: absolute;
      height: 1.5px;
	right: 0;
	width: 600px;
	bottom: 68px;
}


.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quotation {
  position: relative;
  display:block;
}

.quotation img {
    width: 100px;
    height: 100px;
    }

.imagenlogo {
    position:relative;
    display: block;
    padding-top:10%;
    right:2px;
    }
.imagenlogo img {
    
    width: 290px;
    height: 203px;
    }

.dashed-line {
border-top: 1.5px dashed #ccc;
margin: 30px;
padding: 3px;  
}
.shadow {
    
    display: block;
    
    }
.shadow img {
    
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
    }

.shadow-parallax {
    
    display: block;
    
    }

.shadow-parallax img {
    
position: absolute;
  top:100%;
  left:0;
  width: 100%;
  height: 100%;
  
    }

.mobile-text {
    z-index: 3;
    display: none;

    }
.web-text {
    z-index: 3;
    display: block;

    }

.text-shadow {
   text-shadow: 2px 2px 4px #666;
}


span.underscore {text-decoration: underline;text-size:120%;}


.using-this-container {
    text-align: center;
}

.using-this-container a {
    display: inline-block;
    width: 185px;
    height: 77px;
    margin: 5px;
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}


.using-this-container a.using-this-amazon { background-image: url(../images/amazon/amazon.png); }
.using-this-container a.using-this-amazones { background-image: url(../images/amazon/amazones.png); }
.using-this-container a.using-this-amazonmx { background-image: url(../images/amazon/amazonmx.png); }
.using-this-container a.using-this-lektu { background-image: url(../images/amazon/lektu.png); }
.using-this-container a.using-this-amazon:hover { background-image: url(../images/amazon/amazon-hover.png); }
.using-this-container a.using-this-amazones:hover { background-image: url(../images/amazon/amazones-hover.png); }
.using-this-container a.using-this-amazonmx:hover { background-image: url(../images/amazon/amazonmx-hover.png); }
.using-this-container a.using-this-lektu:hover { background-image: url(../images/amazon/lektu-hover.png); }
.boton {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 25px;
    
    background: #ca4633;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #722419;
    -moz-box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: 'Bree Serif', serif;
    font-size: 26px; font-weight: 400;
    color: #fff;
    text-align: center;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.boton:hover {
    color: #fff;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.1) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
}

.boton:active {
    -moz-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);
    border: 0;
}

.fancy {
  line-height: 0.5;
  text-align: center;
  top:0;
  bottom:0;
  margin-bottom:0px;
  padding-bottom:0px;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 0;
  width: 300px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.bcr_ins_profile {
	padding-top: 10px;
	border: 0px solid #f1f1f1;
	display: block;
	margin: 0 0 20px 0;
	overflow: hidden;
	*overflow: visible;
	text-align: center;
}

.ins_pr_img {
	border-radius: 50%;
}

.bcr_ins_profile p {
	margin: 0 0 5px 0;
}

p.ins_username {
	font-size: 24px;
	margin-bottom: 10px;
}

.bcr_ins_gallery {
	display: block;
	overflow: hidden;
	*overflow: visible;
	text-align: center;
	margin: 0;
}

.ins_img {
	display: inline;
	margin: 0;
}

.ins_img a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
} 
	
.ins_img a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.load_more {
	text-align: center;
}

.btn {
	font-size: 2.3em;
	font-weight: bold;
	color: #000;
     cursor: pointer;
	border: none;
	padding: 15px 20px 15px 20px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	transition: border .25s linear,color .25s linear,background-color .25s linear
}

.btn:hover {
	background-color: #fff;
}

.ins_more {
	background-color: rgba(212,212,212,.5);
	color: #34495e
	border-color: #F04F3D;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.twitter-widget ul {
    width:100%;
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    /*padding:8px 0px 5px 10px;*/
    border-radius:12px;
    color:#fff;
    overflow:auto;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget li img, .twitter-widget li .tweets_txt {

}
.twitter-widget li img {
    display:inline-block;
    border-radius:7px; 
    border:none;
}
.twitter-widget a {
    color: #edb328;
    text-decoration: none;
}
.twitter-widget a:hover {
    text-decoration: underline;
    color: #edb328;
}
.twitter-widget li .tweets_txt {

}
.twitter-widget li .tweets_txt span {

    width:100%;
    float:left;
    font-size:11px;
	padding-top:10px;
	padding-bottom:6px;
	
}
.social-container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 25px;
    
    background: #ca4633;
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #722419;
    -moz-box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow:
        0 25px 35px 0 rgba(255,255,255,.15) inset,
        0 1px 5px 0 rgba(0,0,0,.2);
    color: #fff;
    
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: 'Vesper Libre', serif;
     font-weight: 700;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.insta-profile-widget {
	display:inline-block;
      width:296px; 
	border:1px solid #000000; 
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4); 
	border-radius:5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#ffffff;
	overflow:hidden;
}

.insta-profile-images {
	position:relative;	
}

.insta-profile-images:before,
.insta-profile-images:after {
    content: " ";
    display: table;
}

.insta-profile-images:after {
    clear: both;
}

.insta-profile-images {
    *zoom: 1;
}


.insta-profile-table {
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	margin-top:-1px;
	margin-left:-1px;
	height:100%;
}

.insta-profile-cell {
	display:table-cell;
	width:98px;
	height:75px;
	float:left;
	border:solid black 1px;
	border-left:0px;
	background-size: cover;
	background-position: center;
	background-color:#000000;	
	-webkit-filter: sepia(50%);	
	overflow:hidden;
	position:relative;
}

.insta-profile-cell.first {
	border-right:0px;	
}

.insta-profile-cell:after {
	content:"";
	width:98px;
	height:76px;
	display:block;
	border:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top:0px;	
	position:absolute;
	z-index:9;
	top:0px;
	left:0px;
}

.insta-profile-cell-image {
	width:98px;
	height:75px;
	background-size: cover;
	background-position: center;
	display:none;
	position:relative;
	z-index:1;
}

.insta-profile-cell-image.load {
	opacity:1;	
}

.insta-profile-details {
	position:relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
	height:48px;
	border-bottom:1px solid #cecece;
}

.insta-profile-details h1 {
	text-align:center;
	font-size:17px;
	line-height:50px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin:0;
	letter-spacing: -0.04em;
	text-shadow: 1px 0px 0px #ffffff;	
}

.insta-profile-icon {
	width:24px;
	height:25px;
	background-image: url(../images/layout/icon.png);
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-11px;
}

.insta-profile-avatar {
	padding:4px;
	background-color:#ffffff;
	border:1px solid rgba(0,0,0,0.6);
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
     width:70px;
	height:70px;
	position:absolute;
	right:113px;
	top:-70px;
	margin-left:-39px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4); 
	z-index:4;
}

.insta-profile-avatar img {
	position:absolute;
      top:-5px;
	left:-5px;
      width:70px;
	height:70px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.insta-profile-avatar a {
	display:block;	
	position:relative;
}

.insta-profile-avatar a:after {
	content: "";
	width:10px; 
	height:10px;
	background:none;
	z-index:5;
	position:absolute;
	display:block;
	top:-5px;
	left:-5px;
	width:68px;
	height:68px;
	border:1px solid rgba(0,0,0,0.6);
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.insta-profile-stat {
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:7px 13px;	
	font-size:10px;
	color:#777777;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;	
	font-weight:400;
	text-align:center;
}

.insta-profile-stat strong {
	display:block;	
	font-family:'Roboto', sans-serif;
	color:#111111;
	font-size:14px;
	font-weight:500;
}

.insta-profile-divider {
	float:left;
	width:1px;
	height:45px;
	background:#ececec;	
}

.insta-profile-btn {
	display:inline-block;
	float:right;
	margin-left:-10px;
     margin:8.7px;
	padding:4px 10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	border:1px solid #006314;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family:'Roboto', sans-serif;
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
	background: rgb(72,199,99);
	background: -moz-linear-gradient(top,  rgba(72,199,99,1) 0%, rgba(54,169,76,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,199,99,1)), color-stop(100%,rgba(54,169,76,1)));
	background: -webkit-linear-gradient(top,  rgba(72,199,99,1) 0%,rgba(54,169,76,1) 100%);
	background: -o-linear-gradient(top,  rgba(72,199,99,1) 0%,rgba(54,169,76,1) 100%);
	background: -ms-linear-gradient(top,  rgba(72,199,99,1) 0%,rgba(54,169,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(72,199,99,1) 0%,rgba(54,169,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48c763', endColorstr='#36a94c',GradientType=0 );
	line-height: 17px;
}

.insta-profile-btn:active {
	background:#37aa4d;	
}
.share-button { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 100; }
    .fork img { opacity: .6; -webkit-transition: all .5s ease; transition: all .5s ease; }
    .fork img:hover { opacity: 1; }
    pre { display: block; margin: auto; position: absolute; top: 57%; left: 0; bottom: 0; right: 0; color: #839496; text-align: center; font-family: 'Source Code Pro'; font-size: 13px; text-shadow: 1px 1px 1px #333; z-index: 10;}
    pre span.class { color: #b58900; }
    pre span.string { color: #2aa198; }
    pre span.new { color: #859900; }
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}