#directions-main{
	/*text-align: center;*/
	/*padding-top: 70px;
    padding-bottom: 70px;*/
   padding-top: 50px;
   padding-bottom: 50px;
   text-align: center;
}

#directions{
	/*text-align: center;*/
	/*padding-top: 70px;
    padding-bottom: 70px;*/
   padding-top: 50px;
   padding-bottom: 50px;
   text-align: center;
   background-color: #eeeeee;
}

/*#directions .directions_header {
	flex-directions: column;
	width:100%;
}

.directions_header{
	margin: 0;
	padding: 0;
	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}

.directions_header h2{
	font-family: "MyriadProCondRegular";
    font-size: 50px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    
    margin-bottom: 15px;
}

.directions_header h3{
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0em;
	
	margin-top: 0px;
    margin-bottom: 50px;
}*/

/*#directions .directions_bullets {
	flex-directions: row;
	width:100%;
	text-align: center;
}

.directions_bullets{
	padding: 0;
    margin: 0;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
	-webkit-justify-content: space-around;
}

.directions_bullets li{
    position: relative;
    border-top: 2px solid #235bc7;
    width: 400px;
    padding: 0 20px;
    margin: 0 10px;
    margin-bottom: 33px;
}

.directions_bullets li{
    display: inline-block;
    vertical-align: top;
}

.directions_bullets .image{
    height: 250px;
    position: relative;
    margin-bottom: 31px;
    margin-top: 34px;
}

.directions_bullets img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.directions_bullets h3{
	color: #3f3f3f;
	font-family: "MyriadProRegular";
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    
    margin-bottom: 28px;
}

.directions_bullets p{
    color: #5f5f5f;
    font-family: "MyriadProRegular";
    margin-bottom: 20px;
}

.directions_bullets p:last-of-type a {
    color: #235bc7;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


.directions_bullets .clone {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
    padding: 0 15px;
    margin-bottom: 33px;
    width: 100%;
    height: 0;
    overflow: hidden;
   	background-color: #235bc7;
    background-image: -webkit-linear-gradient(top, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);
    background-image: linear-gradient(to bottom, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    color: #fff;
}

.directions_bullets .clone .image {
}

.directions_bullets .clone h3 {
    color: #fff;
}

.directions_bullets .clone p {
    color: #fff;
}

.directions_bullets .clone p:last-of-type a {
	color: #fff;
}

.directions_bullets li:hover .clone {
    height: 100%;
}

.directions_bullets .clone img.hover {
    display: inline-block;
}
.directions_bullets .clone img {
}*/





















.directions .directions_bullets{
  	/*justify-content: center;*/
}

/*.directions_bullets{
	flex-directions: row;
	width:100%;
}

.directions_bullets{
	padding: 0;
    margin: 0;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    
	display: flex;
	
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: space-between;
	-webkit-justify-content: space-between;
}*/

.directions_bullets{
	width:100%;
  	padding: 0;
	margin: 0;
	list-style: none;
	
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
		-ms-flex-pack: justify;
		justify-content: space-around;
	
	
}

.directions_bullets li{
	display: inline-block;
	vertical-align: top;
}

/*@media (max-width: 991px){
	.directions_bullets{
    	-webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
	}
}*/



.directions_bullets li{
  	position: relative;
  	border-top: 2px solid #235bc7;
  	width: 360px;
  	padding: 0 20px;
  	margin: 0 10px;
  	margin-bottom: 33px;
}

/*@media (max-width: 1199px){
  	.directions_bullets li{
		width: 290px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px){
  	.directions_bullets li{
    	margin-left: 10px;
    	margin-right: 10px;
  	}
}

@media (max-width: 399px){
  	.directions_bullets li{
    	width: 100%;
    	max-width: 290px;
    	margin-left: 0;
    	margin-right: 0;
  	}
}*/

.directions_bullets li:hover{
  	border-top-color: #235bc7;
}

.directions_bullets li:hover .clone{
  	height: 100%;
}

.directions_bullets .image{
  	height: 250px;
  	position: relative;
  	margin-bottom: 31px;
  	margin-top: 34px;
}

.directions_bullets img{
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
 	margin: auto;
  	max-height: 100%;
  	max-width: 100%;
}

.directions_bullets img.hover{
  	display: none;
}

.directions_bullets h3{
  	font-size: 40px;
  	font-weight: 300;
  	margin-bottom: 28px;
}

/*@media (max-width: 439px){
	.directions_bullets h3{
    	font-size: 2rem;
    	margin-bottom: 15px;
  	}
}*/

.directions_bullets p{
  	color: #5f5f5f;
    font-family: "MyriadProRegular";
    margin-bottom: 20px;
}

/*@media (max-width: 439px){
  	.directions_bullets p{
    	margin-bottom: 10px;
  	}
}*/

.directions_bullets p:last-of-type a{
  	color: #6694DF;
  	font-family: "Open Sans";
  	font-size: 12px;
  	font-weight: 600;
  	text-transform: uppercase;
}

.directions_bullets .clone{
  	position: absolute;
  	top: 0;
  	left: 0;
  	padding-top: 32px;
  	padding: 0 15px;
  	margin-bottom: 33px;
  	width: 100%;
  	height: 0;
  	overflow: hidden;
  	background-color: #018BE8;
  	background-image: -webkit-linear-gradient(top, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);
    background-image: linear-gradient(to bottom, rgba(35, 91, 199, 0.38) 0%, rgba(16, 32, 48, 0.38) 100%);
  	-webkit-transition: height .5s ease;
    transition: height .5s ease;
  	color: #fff;
}

.directions_bullets .clone img{
  	/*display: none;*/
}

.directions_bullets .clone img.hover{
  	display: inline-block;
}

.directions_bullets .clone p{
  	color: #fff;
}

.directions_bullets .clone p a{
  	color: #fff;
}









/*iphone 4 portret*/
@media (min-width: 320px) and (max-width: 374px){}

/*iphone 4 lanscape*/
@media (min-width: 480px) and (max-width: 567px){}

/*iphone 5 portret*/
@media (min-width: 320px) and (max-width: 374px){}

/*iphone 5 lanscape*/
@media (min-width: 568px) and (max-width: 665px){}

/*iphone 6 portret*/
@media (min-width: 375px) and (max-width: 413px){}

/*iphone 6 lanscape*/
@media (min-width: 667px) and (max-width: 735px){}

/*iphone 6 plus portret*/
@media (min-width: 414px) and (max-width: 479px){}

/*iphone 6 plus lanscape*/
@media (min-width: 736px) and (max-width: 767px){}

/*ipad portret*/
@media (min-width: 768px) and (max-width: 1023px){
	.directions_bullets li{width: 350px;}
}

/*ipad lanscape*/
@media (min-width: 1024px) and (max-width: 1199px){
	.directions_bullets li{width: 300px;}
}

/*monitor*/
@media (min-width: 1200px){}

