/*ELM Style 2015*/

/*main*/
body,html{background-color:#ebebeb;}
.elm-container{background-color:#fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
border-bottom-right-radius:10px;border-bottom-left-radius:10px;}
.row-white,.row-green,.row-gray{padding-top:15px;padding-bottom:15px;}
.row-white{border-top:1px solid #fff;border-bottom:1px solid #ccc;background-color:#fff;}
.row-green{border-top:1px solid #02bc92;border-bottom:1px solid #003e30;background-color:#009876;color:#fff;}
.row-gray{border-top:1px solid #fff;border-bottom:1px solid #999;background-color:#ccc;}

/*header*/
#header-top{background: #009876;border-bottom:1px solid #003e30;}
.navbar{border-radius:0;border:0;}
.navbar-default{background: #009876;border-top:1px solid #02bc92;}
.navbar-default .navbar-nav>li>a{color:#fff;border-right:1px solid #003e30;border-left:1px solid #02bc92;}
.navbar-default .navbar-nav>li>a.remove-border-left{border-left:0;}
.navbar-default .navbar-nav>li>a.remove-border-right{border-right:0;}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#ccc;background-color:#003e30;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7;}
.navbar .container-fluid{padding-left:0;padding-right:0;}

/*carousel*/
a.right i,a.left i{display:block;position:absolute;bottom:5%;}
a.right i{right:5%;}
a.left i{left:5%;}

/*content*/
p.quotemarks{text-align:center;}
p.quoteauthor{text-align:center;color:#009876;font-weight:bold;}
.quote-left{background-color:#009876;color:#fff;font-size:36px;border-radius:50%;display:inline-block;padding:10px;}
.quote-right{background-color:#009876;color:#fff;font-size:12px;border-radius:50%;display:inline-block;padding:5px;}
.quote-box {
	position: relative;
	background: #ebebeb;
	padding:10px;
	margin-bottom:30px;}
.quote-box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(235, 235, 235, 0);
	border-top-color: #ebebeb;
	border-width: 20px;
	margin-left: -20px;}

/*footer*/
.row-footer-info{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #999;background-color:#ccc;border-top:2px solid #009876;}
.row-copyright{padding-top:15px;padding-bottom:15px;border-top:1px solid #fff;background-color:#ccc;text-align:center;}
