/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive
**********************************************************************/

/*
1. General
**********************************************************************/
body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#d71641;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    color: #d71641;
    text-decoration:none;
}
a,form,input,iframe,.artistInfo,#colorbox,#cboxOverlay,#cboxWrapper,a:hover span,a span,a:active span,a:hover h3,a h3,a:active h3,button {
	outline:0px none black !important;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
@media (max-width: 1024px) {
	p {
	    padding: 0px;
	}
}

.navbar {
    background: #000;
    margin-bottom:0;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:65px;
    height:65px;
    padding-top:0;
}

.navbar-inner {
    background: #000;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width: auto;
    height: auto;
	padding-top: 8px;
}
.navbar .nav {
	margin: 0 !important;
}

.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: 40px;
    vertical-align: middle;
    margin:0 1px 0 0;
	padding: 20px;
	min-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size:16px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.navbar-fixed-top .nav > li > a {
    line-height: 25px;
	min-height: 25px;
}
.navbar-fixed-top .brand img {
    padding-top: 8px;
}

.navbar .nav > li:last-child > a {
	color: #d71641;
}

.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #d71641;
    color: #fff;

    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #000;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #000;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#d71641;
    color: #000;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #000;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #000 !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #000;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #000;
    color:#000;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#000;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#d71641;
    color:#000;
}
.button-sp:hover, .button-sp:active {
    background-color:#000;
    color:#d71641;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#000;
    color:#d71641;
}
.button-ps:hover, .button-ps:active {
    background-color:#d71641;
    color:#000;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 90.48%;
    height: 90.48%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: url(../images/bg-artist.gif) repeat center center;
    padding: 4.76%;
}
.thumbnail .imgBox {
	position: relative;
	display: block;
	width: 190px;
	height: 190px;
	background-color: #fff;
}
.thumbnail .imgBox img {
	position: absolute;
    top: 15px;
    left: 15px;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.thumbnail .imgBox:before {
/*
    content:"";
    display: block;
    padding-top: 100%;
*/
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #000;
    margin-top:10px;
    font-size:15px;
    line-height: normal;
    height: 45px;
    line-height: 22px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #000;
}
.social li a:hover {
    color:#fff;
}
/*
3. Sections
***************************************************************************/
.section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.title {
    text-align: center;
    padding:10px;
}
@media (max-width: 1024px) {
	.title {
	    padding: 10px 0px;
	}
}

.title h2 {
    margin-bottom: 20px;
    padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 35px;
}
.title .sub-ttl {
	font-size: 18px;
	font-weight: bold;
}
#c-about .container {
	margin-top: 0;
	padding-top: 25px;
}
#c-about .title h2 {
	padding-top: 15px;
}

.title > p {
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
}
.t-info {
	font-size: 14px;
	padding-top: 20px;
}

.t-info dl dt {
	float: left;
	font-size: 14px;
	font-weight: normal;
	width: 80px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 20px;
}
.t-info dl dt:after {
	content: ":";
	position: absolute;
	right: 0;
	top: 0;
}
.t-info dl dd {
	padding-left: 110px;
	position: relative;
}
.t-info dl dd:before {
}
@media (max-width: 1024px) {
	.t-info dl dt {
		float: none;
		font-size: 16px;
		font-weight: bold;
		width: 110px;
		margin: 0;
		padding: 0;
		position: relative;
		padding-right: 0px;
	}
	.t-info dl dt:after {
		display: none;
	}
	.t-info dl dd {
		margin-left: 0px;
		padding-left: 0px;
		position: relative;
	}
}

.title .t-intro {
	font-size: 14px;
	line-height: 26px;
}
.line-bottom {
	border-bottom: 1px solid #333;
}

.primary-section {
    background:#000;
}
.primary-section .triangle {
    border-top: 40px solid #fff;
}
#c-ticket .triangle {
    border-top: 40px solid #000;
}

.secondary-section {
    background:#fff;
}

.secondary-section h2 {
	color: #000;
	padding-top: 40px;
}

.secondary-section .title p {
    color: #fff;
}

/* font */
.f-red {
	color: #d71641;
}
.f-os {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

/* Third section use bacground image */
#c-ticket {
    padding-bottom: 70px;
    background: url(../images/bg-ticket.jpg) no-repeat center top;
    background-size: cover;
}
#c-ticket .container {
    padding-top:20px;
    position:relative;
}
#c-ticket .title {
    color: #fff;
}
#c-ticket .container {
	border-bottom: 1px solid #7b7565;
}
h2.subTtl {
	font-size: 40px;
}

#c-ticket .t-info {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.ticket-ban {
	padding-bottom: 50px;
}
.ticket-ban .f-bold {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.ticket-ban ul {
	margin: 0;
	padding: 0;
}
.ticket-ban ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.ticket-ban ul li+li {
	float: right;
}
.ticket-ban ul li a:hover {
	opacity: 0.7;
}
@media (max-width: 1200px) {
	.ticket-ban ul {
		text-align: center;
	}
	.ticket-ban ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		float: none;
		margin-bottom: 15px;
	}
	.ticket-ban ul li+li {
		float: none;
	}
}

#c-timetable .sub-ttl{
	display: inline-block;
	position: relative;
}
#c-timetable .sub-ttl:after {
	position: absolute;
	content: url(../images/icon-plane.png);
	right: -50px;
	top: 5px;
}

.container.c-ticketing {
	border-bottom: none !important;
}
.container.c-ticketing .title {
	margin-bottom: 0;
	padding-bottom: 0;
}
.container.c-ticketing .title h2 {
	padding-top: 15px;
}
.container.c-ticketing .title h3 {
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: bold;
}
.container.c-ticketing p {
	margin: 0;
	padding: 0;
}

.third-section .t-info dl dt {
	float: left;
	font-size: 14px;
	font-weight: normal;
	width: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 20px;
}
.third-section .t-info dl dt:after {
	content: url(../images/icon-star.png);
	position: absolute;
	right: 0;
	top: 0;
}
.third-section .t-info dl {
	margin-bottom: 15px;
}
.third-section .t-info dl dd {
	padding-left: 30px;
	position: relative;
}
.t-info dl dd:before {
}

.regarding {
}
.regarding .container {
	padding-top: 0;
}
.regarding .t-info dl dt {
	float: left;
	font-size: 14px;
	font-weight: normal;
	width: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-right: 20px;
}
.regarding .t-info dl dt:after {
	content: url(../images/icon-star.png);
	position: absolute;
	right: 0;
	top: 0;
}
.regarding .t-info {
	margin-top: 0;
	padding-top: 0;
}
.regarding .t-info dl {
	margin-bottom: 15px;
}
.regarding .t-info dl dd {
	padding-left: 30px;
	position: relative;
}
@media (max-width: 1024px) {
	.regarding .t-info dl dd {
		padding-left: 0px;
	}
}
.regarding .title h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.t-info dl dd:before {
}


#c-access {
	border-top: 5px solid #ed2542;
}
#c-access {
}
#c-access .title h2 {
	padding-top: 30px;
	padding-bottom: 10px;
}
#c-access .title h3 {
	margin: 0;
	padding: 0;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: bold;
}
#c-access .title p {
	color: #000;
	padding: 0;
	padding-bottom: 10px;
}

.map-wrapper {
	margin-bottom: 35px;
}

#c-access {}
#c-access .container {
	padding-top: 0;
}
#c-access .by-Box {
	display: block;
	background-color: #f2f2f2;
	border-top: 2px solid #060606;
	padding: 5px 25px 25px 25px;
}
#c-access .by-Box p:after {
    content:"";
    display:block;
    clear:both;
}
#c-access .by-Box p {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
}
#c-access .by-Box p:first-child {
	padding-top: 0;
}
#c-access .span4:first-child {
	margin-left: 0;
}
#c-access .by-Box h3 {
	font-size: 28px;
	color: #000;
	font-weight: bold !important;
}
#c-access .by-Box h3 span {
	display: inline-table;
	background-color: #000;
	font-weight: 600;
	width: 42px;
	height: 42px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 18px;
	text-align: center;
}
#c-access .by-Box h3 i {
	display: table-cell;
	font-size: 21px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
#c-access .by-Box p i {
	font-size: 12px;
	margin-right: 1px;
}

.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#000;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
#c-artist {
	padding-bottom: 70px;
}
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #000;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#000;
}
.testimonial p {
    color:#000;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;

}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}

/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#000;
}

/*
3.7 Contact
********************************************************************/
.contact {
/*     background: #FECE1A; */
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #000;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:350px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:350px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#000;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
/*     background-color:#FECE1A; */
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#000;
}
.black {
    color:#000;
}

/*
3.8 NOTICE
********************************************************************/
#c-notice {
	background: #d71641;
}

#c-notice h2 {
	color: #fff;
}

#c-notice p {
	color: #fff;
}

/*
3.9 Footer
********************************************************************/
#c-footer {
	padding-top: 70px;
	background: #000;
}

#c-footer .c-copy {
	background: #d71641;
}

#c-footer .c-copy p {
	text-align: center;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 20px 0;
}

#c-footer .c-copy a {
	color: #fff;
}

.footer {
    background: #000;
    text-align: center;
}
.footer h2 {
	margin: 0 auto;
	padding: 0;
	line-height: normal;
	font-size: inherit;
}
@media (max-width: 979px) {
	.footer h2 {
		margin: 0 15px;
	}
}
.footer h3 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 20px;
	line-height: normal;
	margin: 0;
	color: #909090;
}
.footer > p {
    color: #909090;
    margin:0;
    padding-top: 0px;
    padding-bottom: 15px;
}
.footer p.f-tel {
	font-size: 30px;
	color: #fff;
	padding-bottom: 18px;
}
.footer p.f-tel i {
	margin-right: 3px;
}

.footer a{
    /* color:#FECE1A; */
}

.footer .social {
    display: inline-block;
    margin-left:0;
}
.footer .social li {
    line-height: 32px;
    padding: 0px 10px 10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.footer .social li a {
    color:#000;
}
.footer .social li a span {
	display: inline-table;
	width: 45px;
	height: 45px;
	background-color: #ed2542;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.footer .social li a span i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 25px;
}

.footer .operation {
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .operation ul {
	margin: 0;
	padding: 0;
	display: inline-table;
}
.footer .operation ul li {
	list-style-type: none;
	display: table-cell;
	padding: 0 15px;
}
.footer .operation ul li span {
	font-size: 14px;
	color: #909090;
}
@media (max-width: 1024px) {
	.footer .operation {
		text-align: left !important;
	}
	.footer .operation ul li {
		display: block;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.footer .operation ul li span b {
		display: block;
		margin-bottom: 0px;
		padding: 0 0px;
	}
}

/*
.footer .social li a:hover {
    color:#181A1C;
}
*/



.footer a:hover, .footer a:focus{
    text-decoration: underline;
}


.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #d71641;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

.footer #f-organizer.operation {
	padding-bottom: 0;
}
.footer #f-archive.operation dl {
	display: table;
	width: auto;
	margin: 0 auto;
}
.footer #f-archive.operation dl dt,
.footer #f-archive.operation dl dd {
	display: table-cell;
	vertical-align: middle;
    line-height: 1.4;
	margin: 0;
}

.footer #f-archive.operation dl dt {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
  	font-style: normal;
	padding-right: 10px;
}

.footer #f-archive.operation dl dd {
	
}
.footer #f-archive.operation dl dd ul li {
	display: inline-block;
	padding: 5px 10px;
}

.footer #f-archive.operation dl dd ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 108%;
}
