

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
}
.video-half.video-right,
.half-video.video-right {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-half img,
.img-half img,
.half-img img,
.half-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.image-30 {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.image-40 {
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}     

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    color: #000;
    overflow-x: hidden;
}      

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
}

h1 {
    font-size: 50px;
    line-height: 1.3;
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 25px 0;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
    font-weight: bold;
}

a {
    transition: -webkit-all 0.4s ease;
    transition: -moz-all 0.4s ease;
    transition: -ms-all 0.4s ease;
    transition: all 0.4s ease;
    color: #0573b7;
}

.buttons-center {
    /*display: inline-block;*/
    /*width: 100%;*/
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    width: 280px;
    margin: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
    border: 2px solid #000;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.default-button {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    border: 2px solid #000;
}
.default-button:focus,
.default-button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}


header {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    transition: -webkit-all 0.4s ease;
    transition: -moz-all 0.4s ease;
    transition: -ms-all 0.4s ease;
    transition: all 0.4s ease;
}
header .logo {
    display: inline-block;
    width: auto;
    float: left;
}
header .logo img {
    max-width: 100px;
    height: auto;
    transition: -webkit-all 0.4s ease;
    transition: -moz-all 0.4s ease;
    transition: -ms-all 0.4s ease;
    transition: all 0.4s ease;
}
header .menu-phone {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: 15px;
}
header .menu {
    display: inline-block;
}
header .menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
header .menu ul li {
    display: inline-block;
    margin: 5px;
    position: relative;
}
header .menu ul li a { 
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
header .menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    background: white;
    width: 200px;
    top: 30px;
    z-index: 999;
    box-shadow: 0px 1px 1px 1px #ddd;
}
header .menu ul li ul li {
    display: block;
}
header .menu ul li ul li a {
    display: block;
    padding: 5px;
}
header .menu ul li:hover ul {
    display: inline-block;
}

header .phone {
    display: inline-block;
}
header .phone a {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 30px;
}
header .phone a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
header .phone a i {
    margin-right: 5px;
}
header .close-menu {
    display: none;
}
header .icon-menu {
    display: none;
}
.header-overlay {
    display: none;
}


body {
    padding-top: 130px;
}
body.homepage {
    padding-top: 0px;
}
body.homepage header {
    background: transparent;
} 



.top-home {
    display: inline-block;
    width: 100%;
    padding-top: 150px;
    background: #E0FFFF;
    background: url(../images/waves-bg.png) no-repeat, -webkit-linear-gradient(#EBFFFF, #CBFFFE);
    background: url(../images/waves-bg.png) no-repeat, -moz-linear-gradient(#EBFFFF, #CBFFFE);
    background: url(../images/waves-bg.png) no-repeat, -o-linear-gradient(#EBFFFF, #CBFFFE);
    background: url(../images/waves-bg.png) no-repeat, linear-gradient(#EBFFFF, #CBFFFE);
    background-position: bottom center;
    background-size: contain;
}
.top-home .text {
    display: block;
    max-width: 50%;
    float: left;
    padding: 50px 0;
}
.top-home .text h1 {
    font-size: 50px;
    text-align: left;
    max-width: 630px;
    margin: 0;  
}
.top-home .text .crumbs {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.top-home .text .crumbs p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
}
.top-home .text .crumbs p img {
    width: 22px;
    float: left;
    display: inline-block;
    height: auto;
    margin-right: 5px;
}
.top-home .text .crumbs p a {
    color: #000;
}

.top-home .text a.get-started {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    border: 2px solid #000;
}
.top-home .text a.get-started:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.top-home .image {
    display: inline-block;
    float: left;
    max-width: 50%;
}


.seen-logos {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.seen-logos h3 {
    /*font-size: 22px;*/
}
.seen-logos .logos .item {
    display: inline-block;
    margin: 10px;
}
.seen-logos .logos .item img {
    width: auto;
    max-width: 180px;
    height: auto;
}

.home-about h2 {
    font-size: 40px;
}
.home-about .text {
    /*max-width: 1100px;*/
    margin: auto;
    display: block;
    text-align: center;
}
.home-about .images {
    display: block;
    /*max-width: 1100px;*/
    margin: 30px auto;
}
.home-about .images img {
    margin-bottom: 30px;
}



.home-artists {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #FBFBFB;
    position: relative;
    padding-bottom: 100px;
    background: linear-gradient(#ffffff, #f4f4f4);
}
.home-artists h2 {
    font-size: 22px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600px;
    text-transform: uppercase;
}
.home-artists .text {
    margin-top: 70px;
}
.home-artists .text h3 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: bold;
}
.home-artists .text p {
    font-size: 16px;
}
.home-artists .text a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.home-artists .image {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.home-artists .image h2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #fff;
}
.home-artists .curve-bg {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.home-artists .curve-bg::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: hsl(0deg 0% 100%);
}
.home-artists .curve-bg::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #f4f4f4;
    transform: translate(-4%, 40%);
    z-index: -1;
}



.home-faq {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.home-faq .site-container {
    max-width: 1000px;
    margin: auto;
    display: block;
}
.home-faq h2 {
    font-size: 40px;
    margin: 20px 0;
    text-align: left;
}
.home-faq .buttons-center a {
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
    width: auto;
}

.faqs-accordion .panel-default {
    border-radius: 0;
    margin: 0;
}
.faqs-accordion .panel+.panel {
    margin-top: 0;
    border-top: 0;
}
.faqs-accordion .panel-heading {
    padding: 0;
    background: none;
    border-radius: 0;
}
.faqs-accordion .panel-heading h4 a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}
.faqs-accordion .panel-heading h4 a:active,
.faqs-accordion .panel-heading h4 a:focus,
.faqs-accordion .panel-heading h4 a:hover {
    text-decoration: none;
}
.faqs-accordion .panel-heading h4 a span {
    margin-right: 10px;
}
.faqs-accordion .panel-heading h4 a span.glyphicon-plus {
    display: none;
}
.faqs-accordion .panel-heading h4 a span.glyphicon-minus {
    display: inline-block;
}
.faqs-accordion .panel-heading h4 a.collapsed span.glyphicon-plus {
    display: inline-block;
}
.faqs-accordion .panel-heading h4 a.collapsed span.glyphicon-minus {
    display: none;
}
.faqs-accordion .panel-body {
    font-size: 18px;
    line-height: 1.6;
}




.home-contact {
    display: inline-block;
    width: 100%;
    background: #F8F8F8;
    padding: 30px 0;
}
.home-contact h2 {
    font-size: 40px;
    margin: 20px 0;
}
.home-contact iframe {
    max-width: 100%;
}


.contact-content .site-container {
    max-width: 1000px;
}
.text-contact {
    text-align: center;
    margin: 30px 0;
}
.contact-form {
    margin: 50px 0;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group label {
    font-weight: 500;
    font-size: 16px;
}
.contact-form .form-group label.error {
    font-size: 15px;
    color: red;
    font-weight: 600;
}
.contact-form .form-group input {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
    border-radius: 0;
}
.contact-form .form-group textarea {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 10px;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}
.contact-form .form-group button {
    color: #000;
    background: none;
    border: 2px solid;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.contact-form .form-group button:hover {
    background: #000;
    color: #fff;
}



footer {
    display: inline-block;
    width: 100%;
    background: #FAFAFA;
    text-align: center;
    padding: 30px 0;
}
footer p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
footer p a {
    color: #000;
}
footer p.links a {
    display: inline-block;
    margin: 5px 10px;
}
footer .social-media a {
    display: inline-block;
    margin: 10px;
    color: #000;
    padding: 5px;
}
footer .social-media a i {
    font-size: 25px;
}
footer .social-media a:hover {
    color: #0573b7;
}


.default-text {
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}





/*blog page*/

.blogs-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.blogs-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs-list .item {
    margin-bottom: 50px;
    text-align: center;
}
.blogs-list .item .box {
    border: 1px solid #b8b8b8;
}
.blogs-list .item .image {
    overflow: hidden;
}
.blogs-list .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.blogs-list .item:hover .image img {
    transform: scale(1.08);
}
.blogs-list .item p.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 55px;
    margin: 10px 5px;
    color: #038dc2;
}

.blog-article {
    display: block;
    max-width: 1200px;
    margin: auto;
}
.blog-article .infos {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.blog-article .infos p {
    font-style: italic;
    margin: 0;
}
.blog-article .blog-img {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.blog-article .blog-img img {
    width: 100%;
    height: auto;
}

.page-navigation {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.page-navigation a {
    font-weight: 600;
    padding: 5px;
    margin: 5px;
    display: inline-block;
}
.page-navigation a.active {
    border: 1px solid;
    line-height: 1;
    padding: 2px 5px;
}
.page-navigation a.arrow-left {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.page-navigation a.arrow-right {
    float: right;
    margin-right: 0;
    padding-right: 0;
}



/*news page*/

.news-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.news-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.news-list .item {
    margin-bottom: 50px;
    text-align: center;
}
.news-list .item .image {
    overflow: hidden;
}
.news-list .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.news-list .item:hover .image img {
    transform: scale(1.08);
}
.news-list .item p.title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0;
    color: #038dc2;
}



/*artists page*/
.artists-content {
    margin-top: 70px;
}
.artists-content .person {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    padding-top: 100px;
    margin-top: -100px;
}
.artists-content .person h2 {
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
}
.artists-content .person .half-video {
    margin-top: 8px;
}


/*sitemap page*/
.sitemap-section {
    margin-bottom: 50px;
}
.sitemap-section .title {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .title h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sitemap-section .links a {
    display: inline-block;
    width: 31.33%;
    float: left;
    padding: 5px 0;
    margin: 5px 1%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}
.sitemap-section a {
    color: #000;
}



.galleries {
    padding-bottom: 100px;
}
.galleries .item {
    margin-bottom: 30px;
}
.galleries .item p.title {
    text-align: center;
    font-size: 18px;
    margin: 5px 0;
    font-style: italic;
}


.faq-content {
    margin-bottom: 100px;
}

.error-404 {
    display: block;
    margin: auto;
    max-width: 530px;
}


/*treatments page*/
.treatments {
    max-width: 1100px;
    margin: auto;
}
.treatments .line {
    margin-top: 60px;
    margin-bottom: 60px;
}
.treatments .line h2 {
    margin-top: 0;
    text-align: left;
}
.treatments .line a.default-button {
    line-height: 1;
    padding: 10px 20px;
}
.treatments .line img {
    margin: 10px 0;
}


.wide-cta {
    text-align: center;
    background: #EBFFFF;
    margin-left: -500%;
    margin-right: -500%;
    padding: 30px 15px;
}
.wide-cta p {
    font-size: 20px;
    font-weight: 500;
}
body.treatments-page .default-text {
    padding-bottom: 0;
}


.logos-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.logos-center img {
    display: inline-block;
    margin: 20px;
    max-width: 300px;
    height: auto;
}











@media(min-width: 993px) {
	
	html{
	    height: 100%;
	}
	body{
	    padding-bottom: 240px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

	header.scrolled {
    	box-shadow: 1px 1px 10px 1px #e5e5e5;
	    padding: 5px 0;
	}
	header.scrolled .logo img {
	    max-width: 70px;
	}
	header.scrolled .menu-phone {
	    margin-top: 10px;
	}
	body.homepage header.scrolled {
	    background: #fff;
	} 


}	


@media(max-width: 1200px) {
	
	.top-home {
		position: relative;
	}
	.top-home .text {
	    max-width: 55%;
	}
	.top-home .text h1 {
	    font-size: 45px;
	}
	.top-home .image {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    max-width: 45%;
	}
	.home-artists .text {
	    margin-top: 30px;
	}
	.wide-cta {
	    margin-left: -15px;
	    margin-right: -15px;
	    padding: 15px;
	}
	.wide-cta p {
	    font-size: 17px;
	}

}


@media(max-width: 993px) {

	.header-overlay {
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgb(0 0 0 / 85%);
    	z-index: 999;
	}
	header {
		position: absolute;
		padding: 5px 0;
	}
	header .logo img {
	    max-width: 70px;
	}
	header .icon-menu {
	    display: inline-block;
        float: right;
    	margin-left: 20px;
    	cursor: pointer;
	}
	header .icon-menu i {
	    font-size: 30px;
    	padding: 10px 0;
	}

	header .menu {
	    display: none;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    background: black;
	    width: 220px;
	    z-index: 999;
	}
	header .menu ul {
	    display: block;
	    margin: 0;
	    padding: 15px;
	}
	header .menu ul li {
	    display: block;
	    margin: 0;
	    margin-bottom: 10px;
	    position: relative;
	}
	header .menu ul li a {
	    padding: 5px;
	    font-size: 14px;
	    line-height: 1.5;
	    display: block;
	    color: #fff;
	}
	header .menu ul li ul {
	    display: block;
	    position: relative;
	    left: auto;
	    background: transparent;
	    width: auto;
	    top: auto;
	    box-shadow: none;
	    padding: 0;
	    padding-left: 15px;
	    margin: 0;
	}
	header .menu ul li:hover ul {
	    display: block;
	}
	header .close-menu {
		display: inline-block;
	}
	header .close-menu i {
		color: #fff;
	    font-size: 15px;
	    padding: 10px;
	    cursor: pointer;
	}
	header .menu-phone {
		margin-top: 5px;
	}

	body {
	    padding-top: 80px;
	}
	h1 {
	    font-size: 40px;
	}
	h2 {
	    font-size: 30px;
	}
	h3 {
	    font-size: 25px;
	}

	.top-home {
	    padding-top: 80px;
	}
	.top-home .text {
	    max-width: 65%;
	}
	.top-home .text h1 {
	    font-size: 38px;
	}
	.home-about h2 {
	    font-size: 30px;
	}

	.home-artists {
	    padding: 30px 0;
	    background: #f4f4f4;
	}
	.home-artists .text {
	    margin-top: 0;
	}
	.home-artists .text h3 {
	    font-size: 25px;
	}
	.home-artists .curve-bg {
		display: none;
	}
	.home-artists h2 {
	    font-size: 18px;
	}

	.home-faq {
	    padding: 20px 0;
	}
	.home-faq h2 {
	    font-size: 30px;
	}

	.home-contact {
		text-align: center;
	}
	.home-contact h2 {
	    font-size: 35px;
	}
	.home-contact iframe {
	    width: 100%;
	}
	.contact-form {
	    margin: 20px 0;
	}

	ul.three li {
	    width: 50%;
	}

	.treatments .line {
	    margin-top: 0;
	    text-align: center;
	}
	.treatments .line img {
	    margin: 0;
	}
	.treatments .line h2 {
	    text-align: center;
	    margin: 15px 0;
	}

	.video-half, .half-video {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}

	.artists-content {
	    margin-top: 0px;
	}
	.artists-content .person {
	    margin: 0;
	    margin-bottom: 40px;
	    padding-top: 0;
	    margin-top: 0;
	}
	.artists-content .person h2 {
	    font-size: 30px;
	    margin: 10px 0;
	}
	.sitemap-section .links a {
	    width: 48%;
	}

}



@media(max-width: 767px) {

	h1 {
	    font-size: 30px;
	}
	h2 {
	    font-size: 25px;
	    margin: 30px 0 20px;
	}
	h3 {
	    font-size: 20px;
	}

	.buttons-center a {
	    width: 250px;
	    font-size: 16px;
	    border: 1px solid #000;
	    margin: 5px;
	}
	.default-button {
	    font-size: 16px;
	    border: 1px solid #000;
	}

	.default-text {
		padding-bottom: 50px;
	}

	.top-home {
	    background: #E0FFFF;
	}
	.top-home .text {
	    max-width: 100%;
	    text-align: center;
	    padding: 30px 0;
	    float: none;
	}
	.top-home .text h1 {
	    font-size: 30px;
	    text-align: center;
	    max-width: 100%;
	}
	.top-home .image {
	    position: relative;
	    bottom: auto;
	    right: auto;
	    float: none;
	    max-width: 100%;
	    text-align: center;
	    display: block;
	}
	.top-home .image img {
	    width: 100%;
	    max-width: 350px;
	    margin: auto;
	    display: block;
	}

	li, p {
	    font-size: 16px;
	}
	.home-about h2 {
	    font-size: 25px;
	}

	.home-about .images img {
	    margin-bottom: 20px;
	    width: 100%;
	}
	.home-artists .text {
	    text-align: center;
	}
	.home-artists .text h3 {
	    font-size: 22px;
	    margin: 10px 0;
	}
	.home-artists .text p {
	    margin-bottom: 5px;
	}
	.home-artists .text a {
	    font-size: 16px;
	}
	.home-artists .image {
	    width: 100%;
	    max-width: 300px;
	    margin: 20px auto;
	}

	.home-faq h2 {
	    font-size: 25px;
	}
	.home-faq .buttons-center a {
	    font-size: 15px;
	}
	.faqs-accordion .panel-heading h4 a {
		font-size: 16px;
		padding: 15px 10px;
	}
	.faqs-accordion .panel-heading h4 a span {
	    margin-right: 5px;
	    font-size: 14px;
	}
	.faqs-accordion .panel-body {
	    padding: 10px;
	}

	.home-contact h2 {
	    font-size: 30px;
	}

	footer {
		padding: 15px 0;
	}
	footer p {
	    font-size: 14px;
	}
	footer .social-media a {
	    margin: 5px;
	}
	footer .social-media a i {
	    font-size: 20px;
	}
	footer p.links a {
	    margin: 5px;
	}

	.image-30,
	.image-40 {
	    width: auto;
	    max-width: 50%;
	}

	ul.two li,
	ul.three li {
	    width: 100%;
	    padding-right: 0;
	}

	.galleries .image img {
		display: block;
		margin: auto;
	}
	.galleries {
	    padding-bottom: 0;
	}

	
	.artists-content .person h2 {
	    font-size: 25px;
	}

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}

	.sitemap-section {
	    margin-bottom: 25px;
	}
	.sitemap-section .links a {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.sitemap-section .title h5 {
	    font-size: 20px;
	}

	.blogs-list .item p.title {
		min-height: initial;
	}
	.blogs-list .item {
	    margin-bottom: 30px;
	}
	.blogs-list {
	    margin-bottom: 0;
	}
	.blog-article .blog-img {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-top: 0;
	    margin-bottom: 10px;
	}
	.blog-article .infos {
	    margin: 10px 0;
	}
	.blog-article .infos p {
		font-size: 14px;
	}

	.image-half, .img-half, .half-img, .half-image {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.logos-center img {
	    margin: 0 10px;
	    max-width: 200px;
	}
	.seen-logos .logos .item {
	    margin: 5px;
	}
	.seen-logos .logos .item img {
	    max-width: 110px;
	}


}



@media(max-width: 600px) {

	.image-30,
	.image-40 {
	    width: auto;
	    max-width: 100%;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	ol, ul {
	    padding-left: 20px;
	}
	.default-text {
	    padding-bottom: 50px;
	}
	.contact-form .form-group label {
	    font-size: 15px;
	}

}


@media(max-width: 450px) {
	body {
	    padding-top: 70px;
	}
	header .logo img {
	    max-width: 60px;
	}
	header .phone a {
	    padding: 10px 15px;
	}
	header .icon-menu {
	    margin-left: 10px;
	}
	header .menu-phone {
	    margin-top: 0;
	}

	.top-home .text h1 {
	    font-size: 27px;
	}

	.top-home .text .crumbs p {
	    font-size: 16px;
	    line-height: 1.5;
	    display: block;
	    margin-bottom: 15px;
	    margin-right: 0;
	    text-align: center;
	}
	.top-home .text .crumbs p a {
	    display: inline-block;
	}
	.top-home .text .crumbs p img {
	    width: 20px;
	}

	.top-home .text a.get-started {
	    font-size: 17px;
	    padding: 10px 20px;
	    border: 1px solid #000;
	}

	.home-contact {
	    padding: 0 0 50px;
	}
	.contact-form {
	    margin: 10px 0;
	}
	.contact-form .form-group input {
	    font-size: 15px;
	    line-height: 1.3;
	}
	.contact-form .form-group label.error {
	    font-size: 14px;
	}

	.news-list .item p.title {
	    font-size: 16px;
	}

	.artists-content .person h2 {
	    font-size: 20px;
	}

	.blog-text h2 {
		font-size: 22px;
	}
	


}






























