/*
Zerotheme.com | Free Html5 Responsive Templates
Author URI: http://www.zerotheme.com/
*/

@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
    background:transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    /*padding:0;*/
    border:0;outline:0;vertical-align:top;
}
ol, ul {padding-top: 20px;}
blockquote, q {quotes:none;}
table, table td {padding:0;border:none;border-collapse:collapse;}
img {vertical-align:top;}
embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
* {
  
}

::-moz-selection{background: #ec495e none repeat scroll 0 0;color: #fff;text-shadow:none}
::selection{background: #ec495e none repeat scroll 0 0;color: #fff;text-shadow:none}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #ec495e;text-decoration: none;-moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
	transition-duration: 0.3s;}
a:hover {color: #ec495e;}

h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}
h1,h2,h3,h4,h5,h6{font-family: "Merriweather",serif;letter-spacing: 1px;font-weight: 700;line-height:1.2;}

p{margin: 10px 0;color: #777;}

label {cursor:pointer;margin:5px 0;font-weight:bold;}
input {
    color:#222;
    border:1px solid #d1d1d1;
    padding:10px;
    margin: 5px 0 20px 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
input[type="submit"]{padding: 15px;}
textarea {display:block;width:100%;height:250px;background-color:#fff; color:#222;border:1px solid #d1d1d1;padding:10px;margin: 5px 0 20px 0; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.list-inline li{display: inline-block;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {height: 100%;width:100%; padding:0; margin:0;}
body {background: #fff;color: #3F3F3F;font: 14px/25px Arial;font-family: "Merriweather",serif; font-weight: 400;background: url(../images/bg-g.jpg) right no-repeat fixed #fff;}
body .wrap-body{}


/* ---------------------------------------------------------------------------- */
/* ----------------------------------Top-Site---------------------------------- */
/* ---------------------------------------------------------------------------- */
#top {
    background: url(../images/lines.png);
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#top ul.top-link {margin-top: 3px;}

.link{font-size: 12px;}
.link i.fa{color:#fff;margin: 7px 5px;}
.link a{display:inline-block;text-decoration:none;color: #bdbdbd;}
.link a:hover{color:#ec495e}
.link li:after{content:'';margin: 0 5px 2px 20px;display:inline-block;width:3px;height:3px;background-color:rgba(245, 155, 41,1.0)}
.link li:last-child:after{content:'';margin-right:0px;margin-left:0;display:none}
.link li ul{display:none}

#top .top-social{font-size: 20px; text-align: center;margin-top: 5px;}
#top ul.top-social{margin: 0;}
#top ul.top-social  li{width: 35px;}
#top ul.top-social a i{font-size: 15px;color: #fff;line-height: 2.1;height: 30px; width: 30px;border-radius: 3px;background-color: #2B2D3F;}
#top ul.top-social a i:hover{background-color:#fff;color: #2B2D3F;}

@media only screen and (max-width: 767px) {
	#top ul.top-link {text-align: center;margin-bottom: 7px;}
}
@media only screen and (max-width: 440px) {
	.link li:after{display: none;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header{background: url(../images/showcase_bg.jpg) no-repeat center top;color:#fff;min-height: 950px;}
header.sub-header{background:#fff;min-height: 50px;}
header .wrap-header{}
header .main-header{text-align: center;padding-top: 100px}

/* Header Styles */
.header-text {margin-top: 150px;color: #fff;text-shadow: 2px 2px #111;}

.header-text span{font-family: 'Satisfy', cursive;color: #e6be99;line-height: 1.2;font-size: 46px;margin-bottom: 14px;display: block;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;color: #fff;font-size: 44px;letter-spacing: 5px;font-family: 'Montserrat', sans-serif;}
.header-text hr{margin: 30px auto;}
.header-text p{ margin-bottom: 50px;font-size: 22px;color: #fff;line-height: 1.6;}
.header-text .btn-primary{background-color: #EC495E;border:none;padding: 15px 33px;border-radius: 3px;font-weight: 700;font-size: 17px;color: #fff;text-shadow: none;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Menu------------------------------------ */
/* ---------------------------------------------------------------------------- */
.wrap-menu{background: #FFF;}
#menu {border-radius: 0;text-transform: uppercase;}
#search {margin: auto;}
#search input[type="text"] {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fff;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #222;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    border: 1px solid #EDEDED;
}
#search input:focus{border: 1px solid #333;background-color: #fff;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {}
#container .wrap-container{background: #ffffff;}

/* ---content-box--- */
.content-box {}
.content-box .wrap-box {padding:80px 10px; position: relative;}

.content-box .heading{margin: 20px 0 70px; text-align: center;}
.content-box .heading h2{font-family: 'Roboto', sans-serif; font-weight: 300;color: #2b2d3f;font-size: 30px;margin-bottom: 10px;}
.content-box .heading .intro {color: #888;font-size: 15px;font-style: italic;}

.content-box.boxstyle-1{background:#fff; color: #333;}
.content-box.boxstyle-2{background: #222 url(../images/subscribe_bg.jpg);color: #fff;}
.content-box.boxstyle-3{background: #222 url(../images/bg3.jpg) fixed;color: #fff;}

.content-box.box-1 {}
.content-box.box-1 h1{font-size: 38px;color: #333;line-height: 1.2;margin-bottom: 30px;}
.content-box.box-1 span{color: #ec495e;font-size: 52px;}
.content-box.box-1 img{margin: 10px 0;}
.content-box.box-1 .lead {font-size: 21px;color: #555;}
.content-box.box-1 blockquote {position: relative;margin: 50px 0 30px;padding: 0 50px 20px;border:none;line-height: 1.2;font-size: 19px;}
.content-box.box-1 blockquote:before, .content-box.box-1 blockquote:after {position: absolute;width: 20px;height: 20px;font-size: 30px;line-height: 1; }
.content-box.box-1 blockquote:before {top: 0;left: 0;content: "\201C"; }
.content-box.box-1 blockquote:after {top: 0;right: 0;content: "\201D"; }


.content-box.box-2 .wrap-box {padding: 0;}
.content-box.box-2 .post{text-align: center;margin: 20px inherit; }
.content-box.box-2 img{}

.content-box.box-3 {}
.content-box.box-3 blockquote {position: relative;padding: 20px 120px 0;text-align: center;font-size: 26px; border:none;line-height: 1.2;font-family: 'Crimson Text', serif;}
.content-box.box-3 blockquote:before, .content-box.box-3 blockquote:after {position: absolute;width: 50px;height: 50px;font-size: 110px;line-height: 1; }
.content-box.box-3 blockquote:before {top: 0;left: 0;content: "\201C"; }
.content-box.box-3 blockquote:after {top: 0;right: 0;content: "\201D"; }
@media only screen and (max-width: 1100px) {
 .content-box.box-3 blockquote {font-size: 22px; } 
 }
@media only screen and (max-width: 960px) {
 .content-box.box-3 blockquote {padding: 30px 40px;font-size: 22px; }
 .content-box.box-3 blockquote:before, .content-box.box-3 blockquote:after {width: 25px;height: 25px;font-size: 47px; } 
 }
@media only screen and (max-width: 690px) {
 .content-box.box-3 blockquote {padding: 10px 20px;font-size: 20px; }
 .content-box.box-3  blockquote:before, .content-box.box-3 blockquote:after {font-size: 19px; } 
 }

.content-box.box-4 {text-align: center;}
.content-box.box-4 .wrap-box {padding-top:0;}
.content-box.box-4 .item{}
.content-box.box-4 .item .item-content{padding: 20px;}
.content-box.box-4 .item h3 a{font-size: 20px;font-weight: bold;color: #111;}
.content-box.box-4 .item h3 a:hover{color: #ec495e;}
.content-box.box-4 .item span{font-weight: bold;color: #ec495e;margin-top: 10px;display: block;}
.content-box.box-4 .project-social i.fa{font-size: 91px;}
.content-box.box-4 .project-social ul li{margin: 10px 2px 0;}
.content-box.box-4 .project-social ul li a{display: block;width: 40px;height: 40px;padding-top: 12px;}

.content-box.box-5 {text-align: center;}
.content-box.box-5 .testimonials-item{max-width: 600px;margin: auto;} 
.content-box.box-5 .testimonials-item img{max-width: 130px;margin-bottom: 15px;border-radius: 50%;}
.content-box.box-5 .testimonials-item h5{margin-top: 30px;margin-bottom: 30px;}
.content-box.box-5 .testimonials-item p{color: #ccc;}

.content-box.box-6 {text-align: center;}
.content-box.box-6 .wrap-box{padding: 30px 10px;}
.content-box.box-6 h3{color: #000;}
.content-box.box-6 p{font-size: 15px;}
.content-box.box-6 i.fa{font-size: 28px; height: 70px; width: 70px; background: #ec495e; color: #fff;border-radius: 50%;margin-bottom: 30px;padding-top: 22px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* ---MainContent-Article--- */
#main-content{margin: 40px 0;}
#main-content .wrap-content{padding: 0 30px 20px;}
#main-content .wrap-content h3{margin-bottom: 10px;}
#main-content .wrap-map{background: #fff;padding: 5px;border: 1px solid #bbb;max-width: 520px;}

article{display: inline-block;padding-bottom: 30px;margin-bottom: 30px;}
article:last-child{border-bottom: none;padding-bottom: 0;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .art-header{margin-bottom: 20px;}
article .art-header h3{font-size: 28px;color: #111;}

article .art-content a{ color: #FE9B13;font-weight: bold;}
article .art-content a:hover{ color: #000;}
article .art-content blockquote {border-left: 3px solid #1c7791;font-size: 18px;margin: 0 50px;font-style: italic;color: #666;padding-left: 20px;}
article .art-content ol {float: left;text-align: justify;margin: 10px 50px;font-size: 16px;list-style-type: circle;}

article .entry-title {margin: 10px 0;}
article .entry-title h2{font-size: 38px;}
article .info a{}
article .info i.fa{line-height: 1.6;margin: 0 3px;}
article .info{display: block;margin-top: 10px;font-size: 15px;}

/*article img{display: block;width: 100%;margin-top: 10px;}*/

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer{background: #181819;font-size: 13px;}
.widget-title{text-transform: capitalize;margin-bottom: 30px;color: #fff;}
footer .wrap-footer{padding: 50px 60px 60px;}

footer .wrap-footer ul li {margin-bottom: 5px;padding: 10px 0 15px;}
footer .logo img{max-width: 170px;margin-top: 30px;}
footer p{color: #999;}
footer .col-footer-1 {}

footer .col-footer-2{}
footer .col-footer-2 ul {padding: 0;}
footer .col-footer-2 ul li {list-style: none;margin-bottom: 5px; border-bottom: 1px solid #999;}
footer .col-footer-2 ul li:first-child{padding-top: 0;}
footer .col-footer-2 ul li:last-child{border-bottom: none;}
footer .col-footer-2 ul li a{color: #999;font-size: 12px;}
footer .col-footer-2 ul li a:hover{color: #ec495e;}

footer .col-footer-3 input[type="text"]{ outline: medium none;color: #999999;display: block;font-size: 14px;height: 40px;line-height: 1.2;margin: 10px 0;padding: 5px 10px 0;width: 100%;background-color: transparent;border: 2px solid #999;}

.copyright{
    background: #FFF;
    color: #FD3F26;
    background: url(../images/lines.png);
    height: 5px;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.copyright .wrapper{padding: 15px;}
.copyright ul.quick-link{float: right;}
.copyright ul.quick-link li {display: inline-block;margin-right: 10px;}
.copyright a{}

@media all and (max-width: 768px){
	footer .wrap-footer{padding: 40px;}
	
	.copyright{text-align: center;}
	.copyright ul.quick-link{float: none;margin-top: 10px;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
#contact_form{background: #f7f7f7;}
#contact_form, #comment {padding:20px 30px;}

#contact_form .sendButton , #comment_form .sendButton {cursor:pointer;background-color:#575756;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:20%;color:#ffffff;margin-top: 50px;}
#contact_form .sendButton:hover , #comment_form .sendButton:hover{opacity: 0.8;}



/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
.button{cursor: pointer;font-size: 13px;border:1px solid #ffffff;display: inline-block;text-decoration: none;margin: 5px 0;color: #fff;padding: 10px 15px;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;
}
.button:hover{text-decoration: none; background: #303030;}

.button.bt1 {background: #ec495e;color: #ffffff;padding: 10px 30px;text-align: center;border:2px solid #ec495e;font-weight: bold; font-size: 15px;border-radius: 5px;}
.button.bt1:hover{background: transparent;color: #ec495e;}
.button-subcribe{background-color: #ec495e;color: #fff;font-weight: bold;border: none;width: auto}
.button-subcribe:hover{background-color: #444;}


/* ---------------------------------------------------------------------------- */
/* ------------------------------Portfolio Box--------------------------------- */
/* ---------------------------------------------------------------------------- */	
.portfolio-box {display: block;position: relative;margin: auto;overflow: hidden;max-width: 350px;}
.portfolio-box:before{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-top:1px solid #ec495e;border-bottom:1px solid #ec495e;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:after{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-left:1px solid #ec495e;border-right:1px solid #ec495e;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:hover:before{transform:scale(0,1);-moz-transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform:scale(0,1)}
.portfolio-box:hover:after {transform:scale(1,0);-moz-transform:scale(1,0);-webkit-transform:scale(1,0);-ms-transform:scale(1,0)}

/****** Zoom Effect ******/
.portfolio-box.zoom-effect .portfolio-box-caption{background: none;}
.portfolio-box.zoom-effect img{-webkit-transition: 0.5s ease;transition: 0.5s ease;}
.portfolio-box:hover.zoom-effect img{-webkit-transform:scale(1.1); /* Safari and Chrome */-moz-transform:scale(1.02); /* Firefox */-ms-transform:scale(1.1); /* IE 9 */-o-transform:scale(1.1); /* Opera */transform:scale(1.1);}


.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-detail,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;text-transform: uppercase;font-weight: 600;letter-spacing: 2px;text-shadow: 2px 2px #111;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {font-size: 13px;color: #ec495e;margin-bottom: 10px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 16px;margin-bottom: 3px;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-detail{transition: opacity 1s ease-out;opacity: 0; height: 0;overflow: hidden;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-detail span{font-size: 14px;display:block;}

.portfolio-box:hover .portfolio-box-caption {opacity: 1;background: rgba(236, 73, 94,.4);}
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-detail{opacity: 1;height: auto;}
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-name
{display: none;}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 15px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 19px;
    }
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Crumbs---------------------------------- */
/* ---------------------------------------------------------------------------- */
.crumbs {
    -webkit-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75)!important;
    box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75)!important;
    padding:0px 0 15px 30px;
    margin: 0px 0 40px;
}
.crumbs ul {list-style: none;display: inline-table;}
.crumbs ul li {display: inline;}
.crumbs ul li a {display: block;float: left;background: #EB740E;text-align: center;padding: 7px 30px 8px 40px;position: relative;margin: 0 20px 0 0; font-size: 16px;text-decoration: none;color: #fff;}
.crumbs ul li a:after {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #EB740E;position: absolute; right: -20px; top: 0;z-index: 1;-webkit-transition: border 0.3s, -webkit-transform 0.3s;-moz-transition: border 0.3s, -moz-transform 0.3s;-o-transition: border 0.3s, -o-transform 0.3s;transition: border 0.3s, transform 0.3s;}
.crumbs ul li a:before {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 20px solid #fff;position: absolute; left: 0; top: 0;}
.crumbs ul li:first-child a {border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.crumbs ul li:first-child a:before {display: none; }
.crumbs ul li:last-child a {padding-right: 40px;padding-left: 50px;border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
.crumbs ul li:last-child a:after {display: none; }		
.crumbs ul li a:hover {background: #DE1318;color: #fff;}
.crumbs ul li a:hover:after {border-left-color: #DE1318;}
.crumbs ul li a:hover:after {border-left-color: #DE1318;}



h1,h2,h3,h4,h5{font-weight: normal;font-size: inherit;  font-family: 'Courgette', cursive!important; font-size: x-large}
h1 {color: #D91218; padding-top: 20px; padding-bottom: 20px; text-decoration: underline}
h2 {color: #8A191E; padding-top: 10px; padding-bottom: 10px;}
h3 {color:#986829; padding-top: 5px; padding-bottom: 5px;}
/*******MARGIN***********/
.bottom10{margin-bottom:10px}
.bottom20{margin-bottom:20px}
.bottom30{margin-bottom:30px}
.bottom40{margin-bottom:40px}
.bottom50{margin-bottom:50px}
.bottom90{margin-bottom:90px;}
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top25{margin-top:25px;}
.top30{margin-top:30px;}
.top35{margin-top:35px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
.top80{margin-top:80px;}
.top90{margin-top:90px;}
.top100{margin-top:100px;}
.left5{margin-left:5px;}
.left10{margin-left:10px;}
.left15{margin-left:15px;}
.left20{margin-left:20px;}
.left30{margin-left:30px;}
.left40{margin-left:40px;}
.left50{margin-left:50px;}
.left60{margin-left:60px;}
.left80{margin-left:80px;}
.left100{margin-left:100px;}
.left2P{margin-left:2%;}
.auto{margin:0 auto}
.autolr{margin-left:auto;margin-right:auto}
.padB10{padding-bottom:10px}
.padT10{padding-top:10px}
.pad5{padding:5px}
.pad10{padding:10px}
.pad20{padding:20px}
.pad50{padding:5px 0}
.pad100{padding:10px 0}
.pad200{padding:20px 0}
.pad010{padding:0 10px}
.pad020{padding:0 20px}
.pad030{padding:0 30px}
.pad520{padding:5px 20px !important}
.padLR50{padding-left:50px !important;padding-right:50px !important}
.padLR100{padding-left:100px !important;padding-right:100px !important}
.pad1020{padding:10px 20px !important}
.pad5{padding:5px;}
.pad2P{padding:2%;}
.padL2P{padding-left:2%;}
.padL5P{padding-left:5%;}
.padL5 {padding-left: 5px;}
.padLR10 {padding-left: 5px !important;padding-right: 5px !important;}
.padR20 {padding-right: 20px;}
.right5{margin-right:5px;}
.right10{margin-right:10px;}
.right15{margin-right:15px;}
.right20{margin-right:20px;}
.padR5P{margin-right:5%;}

/*******POSITION***********/
.z2{z-index: 2}
.z10{z-index: 10}
.left{float:left}
.right{float:right}
.spacer{clear:both}
.center{text-align:center}
.absolute{position:absolute}
.relative{position:relative}
.fixed{position:fixed}
.hidden{overflow:hidden}
.block{display:block}
.inblock{display:inline-block}
.table{display:table}
.cell{display:table-cell;vertical-align:middle}
.none{display:none}
a{cursor:pointer;color:inherit;text-decoration:none;color:#EB740E}
a:hover{color:#F29641; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s ease 0s; -o-transition: 0.3s ease 0s; -ms-transition: 0.3s ease 0s; transition: 0.3s ease 0s;}

/*******APPARENCE***********/
.ombre{box-shadow:0 3px 3px rgba(0, 0, 0, 0.2)}
ul li{list-style:none}
img{border:none}
.trait{border-top:1px solid #ccc; width:100%; margin:10px 0}
.radius{border-radius: 5px;}
.line15{line-height:15px;}
.line18{line-height:18px}
.line20{line-height:20px}
.line22{line-height:22px}
.line25{line-height:25px}
.line30{line-height:30px}
.line40{line-height:40px}
.line50{line-height:50px}
.ptrouge{width: 15px;height: 15px;border-radius: 10px;background-color: #FE0000}
.ptbleu{width: 15px;height: 15px;border-radius: 10px;background-color: #2C8DB8}
.scrollY{overflow-y: auto;overflow-x: hidden}


/*******WIDTH***********/
.w15{width:15px}
.w20{width:20px}
.w25{width:25px}
.w30{width:30px}
.w35{width:35px}
.w40{width:40px}
.w50{width:50px}
.w55{width:55px}
.w60{width:60px}
.w70{width:70px}
.w80{width:80px}
.w90{width:90px}
.w100{width:100px}
.w110{width:110px}
.w120{width:120px}
.w135{width:135px}
.w140{width:140px}
.w150{width:150px}
.w170{width:170px}
.w180{width:180px}
.w190{width:190px}
.w200{width:200px}
.w210{width:210px}
.w220{width:220px}
.w240{width:240px}
.w250{width:250px}
.w260{width:260px}
.w270{width:270px}
.w280{width:280px}
.w300{width:300px}
.w320{width:320px}
.w350{width:350px}
.w400{width:400px}
.w420{width:420px}
.w440{width:440px}
.w500{width:500px}
.w550{width:550px}
.w560{width:560px}
.w580{width:580px}
.w600{width:600px}
.w0{width: 0;overflow: hidden}
.maxw600{max-width:600px}
.maxw800{max-width:800px}
.maxw800 a {color:#006ead;}
.maxw800 a:hover {color:#006ead; text-decoration:underline}
.maxw1200{max-width:1200px}
.w18P{width:18%}
.w20P{width:20%}
.w25P{width:25%}
.w30P{width:30%}
.w32P{width:32%}
.w35P{width:35%}
.w40P{width:40%}
.w45P{width:45%}
.w48P{width:48%}
.w60P{width:60%}
.w70P{width:70%}
.w100P{width:100%}
.w26P{width:26%}
.h25{height:25px}
.h30{height:30px}
.h40{height:40px}
.h50{height:50px}
.h60{height:60px}
.h90{height:90px}
.h120{height:120px}
.h200{height:200px}
.h220{height:220px}
.maxh300{max-height:300px}


/*******BORDER***********/
.br{border-right:1px solid #ccc;margin-right:-1px}
.bl{border-left:1px solid #ccc;margin-left:-1px}
.bl2{border-left:2px solid #ccc;margin-left:-2px}
.bt{border-top:1px solid #ccc;margin-top:-1px}
.bb{border-bottom:1px solid #ccc;margin-bottom:-1px}
.bAll{border:1px solid #ccc;margin-top: -1px}
.bn{border:none}

/*******BACKGROUND***********/
.fg{background-color:#eee}
.fgc{background-color:#f2f2f2}
.fn{background-color:#5D6066}
.fb{background-color:#fff}
.fbleu{background-color:#006EAD}
.ligneTab:nth-child(even) {
    background-color: #fff;
}
.ligneTab:nth-child(odd) {
    background-color: #f2f2f2;
}

/*******FONTS***********/
.libre{font-family:'libre_baskervilleitalic'}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font24{font-size:24px;}
.font25{font-size:25px;}
.font26{font-size:26px;}
.font28{font-size:28px;}
.font30{font-size:30px;}
.font35{font-size:35px;}
.font40{font-size:40px;}
.font50{font-size:50px;}
.font80{font-size:80px;}
.font300{font-weight:300;}
.font400{font-weight:400;}
.font600{font-weight:600;}
.font700{font-weight:700;}
.font800{font-weight:800;}
.font120{font-size:120px;}
.bold{font-weight: bold}
.upper{text-transform:uppercase;}
.capital{text-transform:capitalize;}
.lower{text-transform:lowercase;}
.pointer{cursor:pointer}
.italic{font-style:italic}
.barre{text-decoration:line-through}
.underline{text-decoration:underline}
.nounder{text-decoration:none}
.center{text-align:center}
.justify{text-align:justify}
.txtRight{text-align:right}
.txtLeft{text-align:left}
.etc{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.letter3{letter-spacing: 3px}
.letter5{letter-spacing: 5px}
.letter10{letter-spacing: 10px}
.txtombre{text-shadow: 0 2px 2px #000000}

/*******COULEUR***********/
.blanc{color:#ffffff;}
.gris{color:#5D6066;}
.g999{color:#999!important}
.bleu{color:#006CAC;}
.bleuc{color:#4CC5DF;}
.bleuElectrique {color:#0b21e5!important;}
.rouge{color:#FF0000!important;}
.orange{color:#EB740E!important;}
.bgColorGray{background-color: #ccc!important}


/* Info bulle */

.altg,.altd,.alth,.altb{position: relative}
.altg::before,.altd::before,.alth::before,.altb::before,.altg::after,.altd::after,.alth::after,.altb::after{opacity:0;visibility: hidden;}
.altg:hover::before,.altd:hover::before,.alth:hover::before,.altb:hover::before,.altg:hover::after,.altd:hover::after,.alth:hover::after,.altb:hover::after{
    opacity:1;
    visibility: visible;
}
.altg::after,.altd::after,.alth::after,.altb::after{z-index:999;}
.altg::before,.altd::before,.alth::before,.altb::before{
    background-color:#FD3F26;/*#6382A9*/
    color:#fff;
    content:attr(data-alt);
    font-size:12px;
    font-weight:700;
    height:30px;
    line-height:30px;
    position:absolute;
    text-align:left;
    white-space:nowrap;
    z-index:999;
    padding: 0 10px;
    font-family: 'Roboto', 'helvetica',sans-serif;
}
.altg::after{
    border-bottom: 7px solid transparent;
    border-left: 7px solid #FD3F26;/*#6382A9*/
    border-top: 7px solid transparent;
    content: " ";
    height: 0;
    left: -10px !important;
    position: absolute;
    top: calc(50% - 7px);
    width: 0;
}
.altd::after{
    border-bottom: 7px solid transparent;
    border-right: 7px solid #FD3F26;/*#6382A9*/
    border-top: 7px solid transparent;
    content: " ";
    height: 0;
    right: -10px !important;
    position: absolute;
    top: calc(50% - 7px);
    width: 0;
}
.altb::after{
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #FD3F26;/*#6382A9*/
    bottom: -10px;
    content: " ";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    width: 0;
}
.alth::after{
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #FD3F26;/*#6382A9*/
    top: -10px;
    content: " ";
    height: 0;
    left: calc(50% - 7px);
    position: absolute;
    width: 0;
}
.altd[data-alt]::before{top:calc(50% - 15px);left:calc(100% + 10px);}
.altg[data-alt]::before{top:calc(50% - 15px);right:calc(100% + 10px);}
.altb[data-alt]::before{bottom:-40px;left:calc(50% - 15px);}
.alth[data-alt]::before{top:-40px;left:calc(50% - 15px);}
.altb.gauche[data-alt]::before,.alth.gauche[data-alt]::before{right:0 !important;left: inherit}
.altb.droite[data-alt]::before,.alth.droite[data-alt]::before{left:0 !important;right: inherit}
.altb.droite::after{left:10px !important}

ul>li {list-style-type: square !important;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    padding-right: 40px;
    padding-left: 50px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #EB740E;
    text-align: center;
    padding: 7px 30px 8px 40px;
    position: relative;
    margin: 0 20px 0 0;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #DE1318;
    color: #fff;
}

table {
    border-color:#666;
    border-style:solid;
    border-width:thin;
    width:100%;
}
th {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    color:#FFF;
    border-color:#666;
    border-style:solid;
    border-width:thin;
}

td {
    color:#000;
    border-color:#666;
    border-style:solid;
    border-width:thin;
    padding-left:10px;
}

.Titre_Rouge {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    color:#FFF;
    border-color:#666;
    border-style:solid;
    border-width:thin;
}

.Titre_Vert {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color:#b8e356;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    color:#000;
    border-color:#666;
    border-style:solid;
    border-width:thin;
}

.Titre_Jaune {
    -moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
    box-shadow:inset 0px 1px 0px 0px #fceaca;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
    background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
    background-color:#ffce79;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    color:#000;
    border-color:#666;
    border-style:solid;
    border-width:thin;
}

.Titre_Violet {
    -moz-box-shadow:inset 0px 1px 0px 0px #d197fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d197fe;
    box-shadow:inset 0px 1px 0px 0px #d197fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a53df6), color-stop(1, #7c16cb) );
    background:-moz-linear-gradient( center top, #a53df6 5%, #7c16cb 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a53df6', endColorstr='#7c16cb');
    background-color:#a53df6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    color:#FFF;
    border-color:#666;
    border-style:solid;
    border-width:thin;
}

/*******POPUP***********/
.popup,.pop{margin:0 auto;width:100%}
#popupContact,#popupImg,#blocContact{background:#222;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:2;opacity:0.7}
#popupContenu{background:#fff;box-shadow:0 3px 10px 0 #222;display:none;;position:fixed;z-index:2;border-radius: 5px}
#popContent{box-shadow:0 3px 10px 0 #222;border-radius: 5px}

#popupLoad {
    background: rgba(255, 255, 255, 0.8) url("../images/loader.gif") no-repeat scroll center center;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.divpop {
    -khtml-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px!important;
    border-radius:10px!important;
    border:10px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.z999 {
    z-index: 999;
}
.l0 {
    left: 0;
}
.t0 {
    top: 0;
}
.radius30 {
    border-radius: 30px;
}
.croix {
    background: #1135D8 url("../images/croix.png") no-repeat scroll center center;
    border-radius: 20px;
    cursor: pointer;
    height: 10px;
    padding: 8px;
    right: -20px;
    top: -20px;
    transition: all 0.4s ease 0s;
    width: 10px;
    z-index: 992;}
.croix:hover {background-color: #3a4eb2;}

/*******WIDTH***********/
.w20{width:20px}
.w25{width:25px}
.w30{width:30px}
.w35{width:35px}
.w40{width:40px}
.w50{width:50px}
.w55{width:55px}
.w60{width:60px}
.w70{width:70px}
.w80{width:80px}
.w90{width:90px}
.w100{width:100px}
.w110{width:110px}
.w120{width:120px}
.w140{width:140px}
.w150{width:150px}
.w170{width:170px}
.w180{width:180px}
.w200{width:200px}
.w220{width:220px}
.w240{width:240px}
.w250{width:250px}
.w260{width:260px}
.w270{width:270px}
.w280{width:280px}
.w300{width:300px}
.w320{width:320px}
.w350{width:350px}
.w400{width:400px}
.w420{width:420px}
.w440{width:440px}
.w500{width:500px}
.w550{width:550px}
.w560{width:560px}
.w580{width:580px}
.w600{width:600px}
.w0{width: 0;overflow: hidden}
.maxw600{max-width:600px}
.maxw800{max-width:800px}
.maxw800 a {color:#006ead;}
.maxw800 a:hover {color:#006ead; text-decoration:underline}
.maxw1200{max-width:1200px}
.w18P{width:18%}
.w20P{width:20%}
.w25P{width:25%}
.w30P{width:30%}
.w32P{width:32%}
.w33P{width:33%}
.w35P{width:35%}
.w40P{width:40%}
.w45P{width:45%}
.w48P{width:48%}
.w60P{width:60%}
.w70P{width:70%}
.w80P{width:80%}
.w100P{width:100%}
.w26P{width:26%}
.h25{height:25px}
.h30{height:30px}
.h40{height:40px}
.h50{height:50px}
.h60{height:60px}
.h90{height:90px}
.h100{height:100px}
.h120{height:120px}
.h130{height:130px}
.h200{height:200px}
.h220{height:220px}
.h400{height:400px}
.maxh300{max-height:300px}

.h100P {
    height: 100%;
}
.radius30 {
    border-radius: 30px;
}
/*******BORDER***********/
.br{border-right:1px solid #ccc;margin-right:-1px}
.bl{border-left:1px solid #ccc;margin-left:-1px}
.bl2{border-left:2px solid #ccc;margin-left:-2px}
.bt{border-top:1px solid #ccc;margin-top:-1px}
.bb{border-bottom:1px solid #ccc;margin-bottom:-1px}
.bAll{border:1px solid #ccc;margin-top: -1px}
.bn{border:none}

/*******BACKGROUND***********/
.fg{background-color:#eee}
.fgc{background-color:#f2f2f2}
.fn{background-color:#5D6066}
.fb{background-color:#fff}
.fbleu{background-color:#006EAD}
.ligneTab:nth-child(even) {
    background-color: #fff;
}
.ligneTab:nth-child(odd) {
    background-color: #f2f2f2;
}

/*******FONTS***********/
.libre{font-family:'libre_baskervilleitalic'}
.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font24{font-size:24px;}
.font25{font-size:25px;}
.font26{font-size:26px;}
.font28{font-size:28px;}
.font30{font-size:30px;}
.font35{font-size:35px;}
.font40{font-size:40px;}
.font50{font-size:50px;}
.font80{font-size:80px;}
.font300{font-weight:300;}
.font400{font-weight:400;}
.font600{font-weight:600;}
.font700{font-weight:700;}
.font800{font-weight:800;}
.font120{font-size:120px;}
.bold{font-weight: bold}
.upper{text-transform:uppercase;}
.capital{text-transform:capitalize;}
.lower{text-transform:lowercase;}
.pointer{cursor:pointer}
.italic{font-style:italic}
.barre{text-decoration:line-through}
.underline{text-decoration:underline}
.nounder{text-decoration:none}
.center{text-align:center}
.justify{text-align:justify}
.txtRight{text-align:right}
.txtLeft{text-align:left}
.etc{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.letter3{letter-spacing: 3px}
.letter5{letter-spacing: 5px}
.letter10{letter-spacing: 10px}
.txtombre{text-shadow: 0 2px 2px #000000}

/*******COULEUR***********/
.blanc{color:#ffffff;}
.gris{color:#5D6066;}
.g999{color:#999;}
.bleu{color:#0000ff;}

.fondBleu1{background-color:#202851}
.fondBleu2{background-color:#263a9b}
.fondBleu3{background-color:#1135d8}
.fondBleu4{background-color:#5385C0}
.fondBlanc{background-color:#FFF}

.bleu1{color:#202851}
.bleu2{color:#263a9b}
.bleu3{color:#1135d8}
.bleu4{color:#5385C0}

.sauvegarde{position: fixed; right: 50px; top: 20px;}


/****** switch ******/
.switch {border: 1px solid #ccc;border-radius: 10px;cursor: pointer;height: 20px;line-height: 20px;margin-top: 4px;overflow: hidden;width: 50px;}
.curseur {font-weight: bold;left: 0;top: 0;width: 100px;}
.curseur.off {left: -50px;top: 0;}
.curseur .active {background-color: #F41400 ;height: 20px;line-height: 20px;width: 50px;}
.curseur .inactive {background-color: #f2f2f2;height: 20px;line-height: 20px;width: 50px;}

textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
select {
    padding: 0; }



input[type=radio],
input[type=checkbox] {
    display: none;
}

label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.radio label:before {
    border-radius: 8px;
}

.checkbox label {
    margin-bottom: 10px;
}

.checkbox label:before {
    border-radius: 3px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #ff0000;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #ff0000;
    text-align: center;
    line-height: 15px;
}