﻿
/* =============================================================
   GENERAL STYLES
 ============================================================ */

.slide-custom {
     border-radius: 8px;
    line-height: 30px;
    margin-left: 0 !important;
    min-height: 200px;
    padding: 20px 0px;
    width: 100%;
	
}
/*	.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;

}*/

/*h1, h2 {
    color:#000;
}*/
h4 {
    line-height:30px;
}
.pad-top {
     padding-top:80px;
}
/*#carousel-example {
    margin-top:50px;

}*/

.text-center {
    text-align:center;
}

/*
img {
    border: 1px solid #000;
    border-radius: 100px;
    float: right;
}*/



.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #f00;
}




.col-md-6.col-md-offset-3.slide-custom > h4 {
    line-height: 40px;
    text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:22px;
}





