/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: table;
    }
}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .projecttitle,
    .slidertitle,.testimonialtitle {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .slidercaption {
        padding: 5px 10px;
    }

    #maincmsimage h1.underlined{
        font-size: 15px;
        padding: 10px;
        margin-bottom: 5px;
    }

    #maincmsimage h1.underlined:after{
        height:1px;
        bottom:5px;
    }

    .col-height{
        display:block;
    }

    .row-height{
        display:block;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .sliderdescription,
    .testimonialdescription, .cycle-slideshow .testimonialreadmore {
        display: none;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .ecotitle {
        font-size: 25px;
        line-height: 35px;
    }
    .econintro {
        font-size: 14px;
        line-height: 22px;
    }
    #menulangcontainer {
        position: relative;
        height: 95px;
        float: left;
        width: 100%;
    }
    #langmenu {
        left: 5px;
        right: auto;
        top: auto;
    
        bottom: 15px;
}
    #logo {
        text-align: center;

        width: 100%;
        display: block;
    }

    #electronicservices{
        top:10px;
        right: 120px;
    }
    
    #eshoplink{
        top:10px;
        right: 10px;
    }
    
    #europeancomission{
        top:10px;
        right: 230px;
        display: none;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

/* IN2WORLD CODE */
@media only screen and (max-width: 480px) {
	#logo{
		background-position: center;
	}
	ul#langmenu {
    	left: 10px;
	}
	#menuL2container{
	  top: 15px;
	  left: 0px;
	  right: initial;
	  text-align: left;
	}
	.TopMenuL2_items{
	  display: inline-block;
	  color: #646464;
	  font-size: 11px;
	  line-height: 13px;
	  margin-right: 15px;
	  margin-left: 0px;
	  border-bottom: 1px solid grey;
	  transition: all 0.3s;
	}
	#menulangcontainer {
		height: 125px;
	}
	#telContainer>span {
    	font-size: 1.3em;
	}
	#telContainer>i {
    	font-size: 1.3em;
    	margin-right: 10px;
	}
	#telContainer {
    	top: 47px;
	}
	#menulangcontainer #social {
    right: initial;
    left: 7px;
	}
	#logo {
		width: calc(100% - 26px);
    	height: 70px;
		margin: 5px 13px;
	}
	#menulangcontainer {
    	height: 138px;
	}
}
}
