/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #000;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #000;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}
.navbar {
	min-height:20px;
	}

.navbar-default {
    border-color: transparent;
    background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navbar-default .navbar-brand {
    color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ccc;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #000;
    background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}

.navbar-default .nav li a {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;

}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #000;
	font-weight: 700;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #000;
	font-weight: 700;
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
	background-color: #FFFFFF;
}
.navbar-inverse {
    background-color: #000;
    border-color: #080808;
}
.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
	font-size: 80%;
	padding: 5px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #999;
	background-color: transparent;
}
.navbar-inverse .navbar-optimate {
    color: #fff;
}
.navbar-optimate {
    float: left;
    padding: 5px 10px;
    line-height: 20px;
	margin-right: 40px;
	font-weight:400;
}
.blanco {
	color: #FFFFFF;
}
.otra-nav-fixed {
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1015;
	top:32px;	
	}

.dropdown-menu {
	background-color: #222;
	border-radius: 0px;
	
}
.dropdown-menu>li>a {
    color: #fff;
font-weight:300;
}

img.img-padding {
	padding: 15px 0;
	}

.fdo-contacto {
   /*! background-image: url(../img/fdo_contacto2.gif); */
	background-size: 100%;
    background-repeat: repeat-y;
	padding-bottom: 1px;
	padding-top: 1px;
}
#contactForm {
	margin: 15px 0;
	padding: 20px;
	background-color: #fff;
	font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;

	}
#contactForm label{
	text-transform:uppercase;
	}
section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}
.form-group-sm .form-control {
    border-radius: 0px;
}
.form-control {
	color: #555;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.btn {
	display: inline-block;
	border-radius: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ccc;
    background-color: #333;
    border-color: #111;
	}

footer {
    padding: 25px 0 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #000;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 20px 0 0;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	width: 970px;
	margin: 30px auto 0;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content table {
    border: none;
	border-color:transparent;
	text-align:left;
	text-transform:uppercase;
}
.portfolio-modal .modal-content table td {
    border: none;
	border-color:transparent;
	padding: 10px 10px 0;
	}
.portfolio-modal .modal-content table td:first-child {
	background:url(../img/dot2px.gif) repeat-x;
	padding-left: 0;
	}
	
.portfolio-modal .modal-content table td span {
	background: #FFFFFF;
	padding-right: 10px;
    font-weight: 700;
	}

.portfolio-modal .close-modal {
    position: absolute;
	z-index: 199;
    top: 25px;
    right: 25px;
	width: 50px;
    height: 50px;
	background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 45px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 45px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.portfolio-modal .container {
    width: 100%;
}

::-moz-selection {
    text-shadow: none;
    background: #000;
}

::selection {
    text-shadow: none;
    background: #000;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #000;
}
.modal-content {
  border-radius:0;
}
#Modelo-opciones div a{float:left;}
#Modelo-opciones div a:nth-child(odd){clear:left;}
#Modelo-opciones img {
    margin-bottom: 10px;
	border: 1px solid;
	border-color:transparent;
}
#Modelo-opciones img.active {
	opacity: 0.5;
}
#Modelo-opciones img:hover,
#Modelo-opciones img:focus,
#Modelo-opciones img:active {
	border: 1px solid #666;
	border-radius: 0;
	}


/*campanias */
#campanias img {
  cursor: pointer;
}

#CampaniasModal .modal-dialog  {
	width: auto !important;
	max-width:1100px;
}


/* CARROUSEL DEL HEADER */
.carousel {
	height:90%;
		}
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* CARROUSEL DE PRODUCTOS*/
.carousel-indicators {
position: absolute;
    right: 40%;
    z-index: 215;
    width: 20%;
    margin: 10px auto;
    text-align: center;
    list-style: none;
    left: 40%;
	}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #666;
}
.carousel-indicators li {
    border: 1px solid #666;
    border-radius: 10px;
}
.carousel-control{z-index:220; top:40px; bottom:40px;}
/*
.carousel-control {
	opacity: .1;
	}
*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 80px;
    margin-top: -60px;
    font-size: 120px;
    font-family: 'Lato';
	font-weight: 100;
}
.carousel-control {
    width: 10%;
}
.carousel-control:focus, .carousel-control:hover {
	opacity:.3; 
	}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    filter: none;
}
.carousel-control {
    text-shadow: none;
    filter: none;
}
	header {
		margin-top:120px;
		}

@media (max-width: 620px){
	header {
		margin-top:150px;
		}
	header.carousel {
	height: 300px;
	width: 100%;
}
	}


/* FIN Carousel */
.product-item-badge {
    text-transform: uppercase;
	position: absolute;
    top: 4px;
    left: 4px;
    padding: 5px 12px 6px;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    /**background: #000;*/
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    -o-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
	border: 0px solid transparent;
	border-color: #ccc;
}

.product-item-badge.badgelarge {
    font-size: 18px;
	z-index:100;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 20px 0 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
		height: 80px;
    }

    .navbar-default.navbar-shrink img {
		height: 50px;
    }
    .navbar-default.navbar-shrink .menu {
		    margin-top: 10px;
    }

}

/*header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}*/

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0 40px;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.menu {
    display: block;
    margin-top: 30px;
	}

@media(min-width:768px) {
    section {
        padding: 120px 0 60px;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

 .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

 .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

 .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(2,2,2,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

 .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: .5;
}

 .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

 .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

 .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
 .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

 .portfolio-item .portfolio-caption {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

 .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
	/*background:url(../img/linea_titulod.gif) no-repeat center; */
	padding-bottom:3px;
}

 .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
#sunglasses * {
    z-index: 2;
}

@media(min-width:767px) {
     .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}
@media(max-width:992px) {
.portfolio-modal .modal-content {
    width: 98%;
    margin: 0 auto;
}
#CampaniasModal .modal-dialog  {
	max-width: 800px;
}

}
@media(max-width:767px) {
.nav>li {
    display: inline-block;
}
.navbar-header img,
.menu {
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none;
}
.navbar-header img {
	margin-top: 10px;
	}
.navbar-optimate {
    margin-right: 10px;
}
.navbar-nav {
    margin: 0 -15px;
}
.menu-idioma {
    float: right!important;
    margin-right: -15px;
}
ul.navbar-nav {
	display:inline-block;
	}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	font-size: 80%;
	padding: 0 0 0 10px;
}
.navbar-nav>li>a {
	padding: 5px 5px;
	font-size: 85%;
}
.navbar-default.navbar-shrink img {
	height: 40px;
}
#CampaniasModal .modal-dialog  {
	max-width: 100%;
}

}
@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	top:0;
	left: 0;
	z-index: 900000;
	opacity: 0.8;
}

.bubblingG {
	text-align: center;
	width:80px;
	height:50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -40px;
}

.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #000000;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 0.8s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 0.8s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 0.8s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 0.8s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 0.8s infinite alternate;
}

#bubblingG_1 {
	-moz-animation-delay: 0.48s;
	-webkit-animation-delay: 0.48s;
	-ms-animation-delay: 0.48s;
	-o-animation-delay: 0.48s;
	animation-delay: 0.48s;
}

#bubblingG_2 {
	-moz-animation-delay: 0.24s;
	-webkit-animation-delay: 0.24s;
	-ms-animation-delay: 0.24s;
	-o-animation-delay: 0.24s;
	animation-delay: 0.24s;
}

#bubblingG_3 {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

@-moz-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-moz-transform: translateY(0);
	}

	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-moz-transform: translateY(-21px);
	}

}

@-webkit-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-webkit-transform: translateY(0);
	}

	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-webkit-transform: translateY(-21px);
	}

}

@-ms-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-ms-transform: translateY(0);
	}

	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-ms-transform: translateY(-21px);
	}

}

@-o-keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		-o-transform: translateY(0);
	}

	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		-o-transform: translateY(-21px);
	}

}

@keyframes bubblingG {
	0% {
		width: 10px;
		height: 10px;
		background-color:#000000;
		transform: translateY(0);
	}

	100% {
		width: 24px;
		height: 24px;
		background-color:#FFFFFF;
		transform: translateY(-21px);
	}

}

.rowpagination{position:relative; padding-bottom:50px; text-align:center;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #eee;
	background-color: #111;
	border-color: #adadad;
}
.rowpagination .btn-default{margin:0px auto;}
.rowpagination .divbut{position:absolute; left:0px; bottom:0px; width:100%;}
.share_box{float:right; text-align:center; }
.share_box>div{float:left; width:32px; height:33px; background-image:url(../img/social.png); margin-bottom:2px; overflow:hidden; margin-left:6px; }
.share_box>div:hover{opacity:0.7; cursor:pointer;}
.share_box>div>*{opacity:0;}
.sharedfixed{position: fixed;top: 125px;left: 0;}
.post-edit-link{ margin-left:0; font-weight:bold; text-transform:uppercase;}
.share_fb{background-position:-1px 0;}
.share_tw{background-position:-34px 0px;}
.share_box .share_pin{float:left; margin-bottom:2px; background-position:-66px 0;}
.share_box .share_pin a{background-size: 32px 33px !important;
    height: 33px !important;
    width: 32px !important; cursor:pointer;}