/*==================================================
=            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 : 768px) and (max-width : 1197px) {
	.pb-200 {
    	padding-bottom: 50px !important;
	}
	.pt-200 {
	    padding-top: 50px !important;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	
	.col-md-last{
		width:20% !important;
	}

	.col-md-last:last-child{
		margin-right: 5px;
	}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
html {
	font-size: 90%;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 0px;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 15px !important;
}
	.homepage-btn{
	  float: right;
      width: 100%;
	}
	
	.event-category{
		margin-bottom: 20px;
	}

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
html {
	font-size: 75%;
}

	#sidebar{
	   background: #ccc;
	   margin-top: 35px;
	   padding: 20px;
	}

.pb-30 {
    padding-bottom: 35px !important;
}
.pt-10 {
    padding-top:20px !important;
}

.divider, .parallax {
  background-attachment: scroll;
}
.navbar-nav  .dropdown-menu {
    left: auto;
}
#header-logo {
	padding: 10px 15px;
}
section > .container, section > .container-fluid {
	padding-bottom: 30px;
}
.divider .container {
}
.header .navbar-default .navbar-nav > li > a::after {
	display: none;
}
.team-member, .working-progress {
	margin-bottom: 60px !important;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 0px !important;
}
.map {
	margin-top: 30px;
}
.curve-bg:after, .curve-bg-half:after {
	left: auto;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.blog-posts .entry-header .entry-title {
	padding-top: 0;
}
.blog-posts .entry-header .entry-date {
	margin-left: 0;
}
.contact-wrapper {
    padding: 50px 30px;
}
.header #header-logo {
	padding-top: 20px;
}
.boxed-layout .header #header-logo,
.vertical-header .header #header-logo {
	padding-top: 10px;
}
.header .navbar-default .navbar-toggle {
	margin-top: 18px;
}
.boxed-layout .header .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.header #header-logo img {
	height: 30px;
}
.pricing-table .table-price {
	font-size: 30px;
}
.bg-img-box .caption .title {
	font-size: 18px;
	margin-top: 0px;
}
.bg-img-box .caption .schedule {
	font-size: 14px;
	margin-top: 0px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
html {
	font-size: 60%;
}
.btn-dark.btn-theme-colored.btn-homepage-adhesion{
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
.box-hover-effect {
	float: none;
}
#header-logo {
	padding: 10px 15px;
}
#spinner {
	left: 42%;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
	border-radius: 0px;
}

.widget_polylang ul {
    margin-top: 15px;
}

#home .display-table p {
	margin: 15px 0;
	font-size: 14px;
}

#maximage img{
	width: 100%;
}

.pb-200 {
    padding-bottom: 0 !important;
}
.pt-200 {
    padding-top: 0 !important;
}

.pb-30 {
    padding-bottom: 10px !important;
}
.pt-10 {
    padding-top: 5px !important;
}

.font-30 {
    font-size: 18px !important;
}

.font-24 {
    font-size: 16px !important;
    font-weight: bold !important;
}

#page {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom:0;
	background: #fff;
}
#page:after {
	content: "";
	display: block;
}
footer, #page:after {
	height: 0;
}


.display-table h4{
	line-height: 16px;
}

.icon-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-box {
	text-align: center;
}
.icon-box.left {
	text-align: center;
}
.icon-box.left a {
	margin-right: 0;
	padding: 0;
}
.icon-box .media-left {
	float: none !important;
	margin: 0 0 30px 0;
}
.icon-box .media-left, .icon-box .media-right, .icon-box .media-body {
	display: block;
}
.call-to-action {
	text-align: center;
}
.call-to-action .icon {
	float: none;
}
.sidebar.pull-left,
.sidebar.pull-right {
	float: none !important;
}
.blog-posts .entry-meta {
	background: none;
	left: auto;
	position: relative;
	top: auto;
}
.blog-posts .entry-meta li {
	border: 1px solid #ddd;
	display: inline-block;
}
.testimonial-carousel.boxed .owl-dots {
 	text-align: center;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 30px;
}

.homepage-btn{
		width:100% !important;
		float: none;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	html {
		font-size: 50%;
	}
		
	.btn-dark.btn-theme-colored.btn-homepage-adhesion{
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post > div {
		width: 100%;
	}
	.vertical-text-carousel .owl-controls .owl-buttons {
		top: 18%;
	}
	
	.icon-box {
	    margin-bottom: 5px;
	    margin-top: 5px;
	}
	
	.event-category{
		margin-top: 10px;
	}
	.event-category:last-child .icon-box {
	   margin-bottom: 0;
	}
	
	.pt-40 {
	    padding-top: 10px !important;
	}
	
	.icon-box h1 {
	    font-size: 1em;
	    margin: 0.27em 0;
	}
	
	.icon-box h3 {
	    font-size: 16px;
	    margin: 5px 0 0 0;
	    height: auto;
	}
	
	.icon-box p {
	    margin: 5px 0 0 0;
	}
	
	.icon-box i {
	    display: inline-block;
	    font-size: 28px;
	    transition: all 0.2s ease 0s;
	}
	
	#sidebar{
	   background: #ccc;
	   margin-top: 35px;
	   padding: 20px;
	}
	
	.widget_polylang ul {
	    margin-top: 20px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
	html {
		font-size: 35%;
	}
}