/* CSS Document

li-imagem.default
v.0.1
*/

/*--------------------- [li]fonts --------------------------*/
@import url('https://fonts.googleapis.com/css?family=Crete+Round:400,400i|Roboto:300,400,700');
/*
Google

font-family: 'Crete Round', serif;
font-family: 'Roboto', sans-serif;

*/
/* li font 1 */
.li-font-1-1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}
.li-font-1-2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
.li-font-1-3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}
/* li font 2 */
.li-font-2-1 {
    font-family: 'Crete Round', serif !important;
    font-weight: 400 !important;
}
.li-font-2-2 {
    font-family: 'Crete Round', serif !important;
    font-weight: 400 !important;
    font-style: italic;
}
/*--------------------- [li]layout --------------------------*/
html, body {
    width: 100%;
}
body {5
    margin: 0px 0px 0px 0px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    
    font-family: 'Roboto','Helvetica Neue', 'Arial', serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
    color: #020302;
    
    background-image: url(/media/fx.2017/bg.2017.jpg);
    background-attachment: scroll;
    background-color: #000000;
    background-size: auto 750px;
    background-repeat: no-repeat;
}
.container {
    max-width: 1110px;
}
.container-free-padding {
    padding: 0px !important;
    overflow: hidden;
}
.col-free-padding {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.li-breaker {
    margin:40px 0px 0px 0px !important;
}
.li-div-pad{
    margin:40px 0px 0px 0px;
}
.li-box{
    padding:16px !important;
}


/*--------------------- [li]text --------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}
h1 {
    font-weight: 500 !important;
    font-size: 45px;
    line-height: 40px !important;
}
h2 {
    font-family: 'Crete Round', serif !important;
    font-weight: 400 !important;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 30px !important;
    margin-top: 30px;
}
h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 20px;
    margin-top: 14px;
    font-style: italic;
}
h4 {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 14px;
}
h5 {
    font-weight: 400;
    font-size: 17px;
    line-height: 15px;
}
.main-content p {
    margin: 0px 0px 13px 0px !important;
    padding: 0px 0px 13px 0px !important;
    text-align: left !important;
}
p {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: left !important;
}
strong, b {
    font-weight: 700;
}
ul, ol {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
i {
    /*	font-size: 1em !important;*/
    font-size: 16px !important;
}
img {
    max-width: 100%;
    height: auto;
}
.li-img-centered{
    margin: auto;
}
.li-huge {
    font-size: 70px;
    line-height: 80px;
}
.li-small {
    font-size: 11px;
    line-height: 13px;
}
.li-flickr-photo{
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.li-flickr-photo:hover{
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-bottom: 20px;
}
a.li-flickr-link{
    text-decoration: none;
    
}
a.li-flickr-link:hover{
    text-decoration: none;
    
}
/*--------------------- [li]color palete --------------------------*/
.li-white {
    color: #FFFFFF !important;
}
.li-black {
    color: #020302 !important;
}
.li-gray {
    color: #9595A2 !important;
}
.li-gray-light {
    color: #DCDCE1 !important;
}
.li-green {
    color: #66BD04 !important;
}
.li-red {
    color: #DD2225;
}
/*--[bg]--*/
.li-bg-white {
    background-color: #FFFFFF !important;
}
.li-bg-black {
    background-color: #020302 !important;
}
.li-bg-gray {
    background-color: #9595A2 !important;
}
.li-bg-gray-light {
    background-color: #DCDCE1 !important;
}
.li-bg-green {
    background-color: #66BD04 !important;
}
/*--------------------- [li]links --------------------------*/
a {
    color: #66BD04 !important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
    color: #04b46b;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.li-link-black {
    color: #000000 !important;
    text-decoration: none;
}
a.li-link-black:hover {
    color: #000000 !important;
    text-decoration: none;
    opacity: 0.6;
}
a.li-link-white {
    color: #FFFFFF !important;
    text-decoration: none;
}
a.li-link-white:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    opacity: 0.6;
}
.li-header a{
    color: #FFFFFF !important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity:1;
}
.li-header a:hover {
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity:0.5;
}
a img{
    opacity:1 !important;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a:hover img{
    opacity:0.6 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*-------------------[li]CSS.changes --------------------------*/
.navbar-default {
    background-color: rgba(255,255,255,0.00);
    border-color:  rgba(255,255,255,0.00);
}
.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    color: #f5f5f5;
    font-size: 12px;
    background-color: #66BD04 !important;
    border-top: 1px solid #4dbf13 !important;
	z-index: 1000 !important;
}

.joined_images_li {
  /* width: 33.3%; */
  float: left;
}
.joined_images {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.no-gutters {
  padding-right:0;
  padding-left:0;
}

.main-content {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.main-content-hidden {
   opacity: 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.main-content-transition {
    
}

/* Cor das mensagens de erro */
.has-error  {
    color: #d9534f;
}
.help-block {
    color: #d9534f;
}

.col-free-padding {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.header_padding{
	width: 100%;
	height:600px;
	padding-top: 20%; /* Era 200px */
	display: block;
}

.header_subtitle_text{
	text-align: center !important;
	padding: 25px 25% 25px 25% !important;
	margin: auto;
}

@media only screen and (max-width: 500px) {
    .container {
    /*
    IMPORTANTE: Isto é que estava a causar o problema na largura
    padding-right: 1px;
    padding-left: 1px;
    */
    margin-right: auto;
    margin-left: auto;
    
    }
	
    h1 {
    font-weight: 500 !important;
    font-size: 35px;
    line-height: 30px !important;
}
    h2 {
		font-size: 25px !important;
	}

	.header_padding{
		width: 100%;
		height:600px;
		padding-top: 10px;
		display: block;
	}

	.header_subtitle_text{
		text-align: center !important;
		padding: 25px 2% 25px 2% !important;
		margin: auto;
	}
	
	.li-float-right p {
		text-align:center !important;
	}
	
	
}

@media only screen and (max-width: 500px) {
    .li-mobile-only{
        display: block;
    }
    .li-tablet-only{
        display: none;
    }
    .li-desktop-only{
       display: none;
    }
    .li-float-right{
        float: none !important;
    }
    
    .li-flags-align{
        text-align:center;
    }
    .li-logo{
        
        max-width:60% !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1199px) {
    /* antes era min-width: 768px */
    .li-mobile-only{
        display: none;
    }
    .li-tablet-only{
        display: block;
    }
    .li-desktop-only{
        display: none;
    }
    .li-float-right{
        float: right !important;
    }
    .li-flags-align{
        float: right !important;
    }
}
/*desktop*/
@media only screen and (min-width: 1200px) {
    .li-mobile-only{
        display: none;
    }
    .li-tablet-only{
        display: none;
    }
    .li-desktop-only{
        display: block;
    }
    .li-float-right{
        float: right !important;
    }
    .li-flags-align{
        float: right !important;
    }
}

.navbar-brand {
    float:none !important;
    height: 100% !important;
    padding: 0px 0px !important;
}
.navbar-left {
    padding-top: 30px !important;
}
