/* Font Imports from Google Fonts*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(//fonts.googleapis.com/css?family=Petit+Formal+Script);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/*-------------*/
/*----Reset----*/ 
/*-------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:focus {
	outline: none;
}

*,*:after,*:before {	
    -webkit-box-sizing: border-box;	
    -moz-box-sizing: border-box;	
    box-sizing: border-box;	
    padding: 0;	
    margin: 0;
}

/*ADA*/
.screen-reader-label{
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #000000;
    background: #ffffff;
}

.adaSkip {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden;
    }
    
    a.adaSkip:active, 
    a.adaSkip:focus, 
    a.adaSkip:hover {
        left: 0; 
        top: 0;
        width: auto; 
        height: auto; 
        overflow: visible; 
        z-index: 99999999;
        color: #FFFFFF;
        background: #326DFB;
        padding: 10px;
        font-size: 20px;
        text-decoration: underline;
    }
    
    /*End of ADA*/

.all-elements *{
    -webkit-text-size-adjust:none;
    -webkit-transform: translateZ(0);
	min-height:auto;
	max-height:auto;
}

body {
	margin: 0;
	padding: 0;
	overflow-x:hidden!important;
}

a:hover{
	text-decoration:none!important;
}

::selection {
	background-color:#CCC;
	color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	position:relative;
}

.content-left td a {
    text-decoration: underline;
    z-index: 10000;
}

hr {
background-color: #e5e5e5;
color: #e5e5e5;
border: 0;
height: 1px;
clear: both;
margin: 40px 0;
}

textarea, input { outline: none; }

input[type=select] {
    line-height:100%!important;
    -webkit-appearance: none!important;
    border-radius: 0!important;
    -webkit-border-radius:0px!important;
}

textarea {
    -webkit-appearance: none!important;
    border-radius: 0!important;
    -webkit-border-radius:0px!important;
}

.responsive-image{
    width:100%;
    display:block;
}

.responsive-video{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.maps{
	display:block!important;
	width:100%;
    height:200px;
	overflow:hidden;
}

@media (min-width:768px){
    .maps{
        height:300px;
    }
}

/*------------------*/
/*------------------*/
/*----Typography----*/ 
/*------------------*/
/*------------------*/

p {
	line-height: 30px;
	/*margin-bottom: 30px;*/
	margin-bottom: 14px;
	font-size:14px;
}

@media(min-width:568px){
    p{
        font-size:16px;
       /* line-height:34px;*/
    }
}

p > a {
	display: inline;
	text-decoration: none;
}

p > a:hover {
	text-decoration: underline;
}

p > span {
	display: inline;
}

p strong{
    font-size:15px;
  /*  color:#1f1f1f;*/
}

span > a {
	display: inline;
}

a > span {
	display: inline;
}

a {
    /*color:#2980b9;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong a, em a{
    display:inline;
}

.strong-font{font-weight:800;}
.stronger-font{font-weight:600;}
.bolder-font{font-weight:500;}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	display: inline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 100%;
	clear: both;
	margin-bottom: 27px;
}

thead {}

th {
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #f6f6f6;
}

tr {
	line-height: 18px;
}

td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}

tr:hover > td {
	background: #fff;
}

ul {
	margin-bottom: 30px;
}

ul ul{
    margin-bottom:5px;
}

ol ol{
    margin-bottom:5px;
}

ol {
	margin-bottom: 30px;
}
li {
	line-height: 24px;
	margin-bottom:5px;
}
ol > li:last-child, ul > li:last-child {
    margin-bottom:0px;	
}

textarea{
    font-family:'Roboto', sans-serif;
}

.scale-hover{
    -moz-transform: scale(1 1);
    -webkit-transform: scale(1 1);
    -o-transform: scale(1 1);
    -ms-transform: scale(1 1);
    transform: scale(1 1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.scale-hover:hover{
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

select {
    border-radius:0px;
    border:solid 1px rgba(0,0,0,0.3);
    -webkit-appearance: none;
    -moz-appearance:none;
    background: url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;
}

select::-ms-expand {
    display: none;
}

.xxl-font{
    font-size:300%!important;
}

.xl-font{
    font-size:200%!important;
}

/*-------------------------------------------*/
/*---Background and text colors and hovers---*/
/*-------------------------------------------*/

.transparent-background{background-color:transparent!important;}

.bg-teal-light{ background-color: #1abc9c!important;}
.bg-teal-dark{  background-color: #16a085!important;}
.bg-hover-teal-light:hover{ background-color: #1abc9c!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-teal-dark:hover{  background-color: #16a085!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-teal-light{ color: #1abc9c;}
.color-teal-dark{  color: #16a085;}

.bg-green-light{background-color: #2ecc71!important;}
.bg-green-dark{background-color: #2abb67!important;}
.bg-hover-green-light:hover{background-color: #2ecc71!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-green-dark:hover{background-color: #2abb67!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-green-light{color: #2ecc71;}
.color-green-dark{color: #2abb67;}

.bg-blue-light{background-color: #3498db!important;}
.bg-blue-dark{background-color: #2980b9!important;}
.bg-hover-blue-light:hover{background-color: #3498db!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-blue-dark:hover{background-color: #2980b9!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-blue-light{color: #3498db;}
.color-blue-dark{color: #2980b9;}

.bg-magenta-light{background-color: #9b59b6!important;}
.bg-magenta-dark{background-color: #8e44ad!important;}
.bg-hover-magenta-light:hover{background-color: #9b59b6!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-magenta-dark:hover{background-color: #8e44ad!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-magenta-light{color: #9b59b6;}
.color-magenta-dark{color: #8e44ad;}

.bg-night-light{background-color: #34495e!important;}
.bg-night-dark{background-color: #2c3e50!important;}
.bg-hover-night-light:hover{background-color: #34495e!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-night-dark:hover{background-color: #2c3e50!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-night-light{color: #34495e;}
.color-night-dark{color: #2c3e50;}

.bg-yellow-light{background-color: #f1c40f!important;}
.bg-yellow-dark{background-color: #f39c12!important;}
.bg-hover-yellow-light:hover{background-color: #f1c40f!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-yellow-dark:hover{background-color: #f39c12!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-yellow-light{color: #f1c40f;}
.color-yellow-dark{color: #f39c12;}

.bg-orange-light{background-color: #e67e22!important;}
.bg-orange-dark{background-color: #d35400!important;}
.bg-hover-orange-light:hover{background-color: #e67e22!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-orange-dark:hover{background-color: #d35400!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-orange-light{color: #e67e22;}
.color-orange-dark{color: #d35400;}

.bg-red-light{background-color: DA2E1B!important;}
.bg-red-dark{background-color: #c0392b!important;}
.bg-hover-red-light:hover{background-color: DA2E1B!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-red-dark:hover{background-color: #c0392b!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-red-light{color: DA2E1B;}
/*.color-red-dark{color: #c0392b;}*/

.bg-gray-light{background-color: #bdc3c7!important;}
.bg-gray-dark{background-color: #95a5a6!important;}
.bg-hover-gray-light:hover{background-color: #bdc3c7!important; color:#FFFFFF!important; transition:all 200ms ease;}
.bg-hover-gray-dark:hover{background-color: #95a5a6!important; color:#FFFFFF!important; transition:all 200ms ease;}
.color-gray-light{color: #bdc3c7;}
.color-gray-dark{olor: #95a5a6;}

.bg-white{background-color:#FFFFFF;}
.color-white{color:#FFFFFF;}

.bg-black{background-color:#000000;}
.color-black{color:#000000;}

.bg-green-light i, 
.bg-green-dark i,
.bg-teal-light i, 
.bg-teal-dark i, 
.bg-magenta-light i, 
.bg-magenta-dark i, 
.bg-yellow-light i, 
.bg-yellow-dark i, 
.bg-orange-light i, 
.bg-orange-dark i, 
.bg-red-dark i, 
.bg-red-light i, 
.bg-gray-light i, 
.bg-gray-dark i{
    color:#FFFFFF;
}

.bg-1{background-image:url(../images/pictures/1.jpg);   background-size:cover; }
.bg-2{background-image:url(../images/pictures/2.jpg);   background-size:cover; }
.bg-3{background-image:url(../images/pictures/3.jpg);   background-size:cover; }
.bg-4{background-image:url(../images/pictures/4.jpg);   background-size:cover; }
.bg-5{background-image:url(../images/pictures/5.jpg);   background-size:cover; }
.bg-6{background-image:url(../images/pictures/6.jpg);   background-size:cover; }
.bg-7{background-image:url(../images/pictures/7.jpg);   background-size:cover; }
.cover-screen{background-size:cover; background-position: center center;}

.facebook-bg-color{    background-color:#3b5998;    color:#FFFFFF;}
.linkedin-bg-color{    background-color:#3b5998;    color:#FFFFFF;}
.twitter-bg-color{     background-color:#4099ff;    color:#FFFFFF;}
.google-bg-color{      background-color:#d34836;    color:#FFFFFF;}
.pinterest-bg-color{   background-color:#C92228;    color:#FFFFFF;}
.instagram-bg-color{    background-color:#3b5998;    color:#FFFFFF;}
.sms-bg-color{         background-color:#27ae60;    color:#FFFFFF;}
.mail-bg-color{        background-color:#3498db;    color:#FFFFFF;}
.dribbble-bg-color{    background-color:#EA4C89;    color:#FFFFFF;}
.tumblr-bg-color{      background-color:#2C3D52;    color:#FFFFFF;}
.reddit-bg-color{      background-color:#336699;    color:#FFFFFF;}
.youtube-bg-color{     background-color:#D12827;    color:#FFFFFF;}
.phone-bg-color{        background-color:#27ae60;    color:#FFFFFF;}

.facebook-color{          color:#3b5998; transition:all 250ms ease;   }
.facebook-hover:hover{    background-color:#3b5998; transition:all 250ms ease; color:#FFFFFF;   }
.linkedin-color{          color:#3b5998; transition:all 250ms ease;   }
.linkedin-hover:hover{    background-color:#3b5998; transition:all 250ms ease; color:#FFFFFF;   }
.twitter-color{           color:#4099ff; transition:all 250ms ease;   }
.twitter-hover:hover{     background-color:#4099ff; transition:all 250ms ease; color:#FFFFFF;   }
.google-color{            color:#d34836; transition:all 250ms ease;   }
.google-hover:hover{      background-color:#d34836; transition:all 250ms ease; color:#FFFFFF;   }
.pinterest-color{         color:#C92228; transition:all 250ms ease;   }
.pinterest-hover:hover{   background-color:#C92228; transition:all 250ms ease; color:#FFFFFF;   }
.instagram-color{          color:#3b5998; transition:all 250ms ease;   }
.instagram-hover:hover{    background-color:#3b5998; transition:all 250ms ease; color:#FFFFFF;   }
.sms-color{               color:#27ae60; transition:all 250ms ease;   }
.sms-hover:hover{         background-color:#27ae60; transition:all 250ms ease; color:#FFFFFF;   }
.mail-color{              color:#3498db; transition:all 250ms ease;   }
.mail-hover:hover{        background-color:#3498db; transition:all 250ms ease; color:#FFFFFF;   }
.dribbble-color{          color:#EA4C89; transition:all 250ms ease;   }
.dribbble-hover:hover{    background-color:#EA4C89; transition:all 250ms ease; color:#FFFFFF;   }
.tumblr-color{            color:#2C3D52; transition:all 250ms ease;   }
.tumblr-hover:hover{      background-color:#2C3D52; transition:all 250ms ease; color:#FFFFFF;   }
.reddit-color{            color:#336699; transition:all 250ms ease;   }
.reddit-hover:hover{      background-color:#336699; transition:all 250ms ease; color:#FFFFFF;   }
.youtube-color{           color:#D12827; transition:all 250ms ease;   }
.youtube-hover:hover{     background-color:#D12827; transition:all 250ms ease; color:#FFFFFF;   }
.phone-color{             color:#27ae60; transition:all 250ms ease;   }
.phone-hover:hover{       background-color:#27ae60; transition:all 250ms ease; color:#FFFFFF;   }

/*----------------------*/
/*---Heading Settings---*/
/*----------------------*/

h1, h2, h3, h4, h5, h6{
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    margin-bottom:10px;
}

.sub-heading{
    color:#4c4c4c;
    font-weight:500;
}

.small-heading{
    font-size:12px;
    margin-top:-10px;
    margin-bottom:10px;
    display:block;
}

h1{
    font-size:24px;
    line-height:36px;
    font-weight:700;
}

h2{
    font-size:22px;
    line-height:44px;
    font-weight:700;
}

h3{
    font-size:20px;
    line-height:22px;
    font-weight:700;
}

h4{
    font-size:18px;
    line-height:22px;
    font-weight:700;
}

h5{
    font-size:16px;
    line-height:20px;
    font-weight:700;
}

h6{
    font-size:14px;
    line-height:30px;
    font-weight:800;
}

.ada-h3{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    margin-bottom:10px;
}


.ada-h4{
    font-size:18px;
    line-height:22px;
    font-weight:700;
    font-family:'Roboto', sans-serif;
    color:#1f1f1f;
    margin-bottom:10px;
}

body{
    font-size:14px;
    font-family:'Roboto', sans-serif;
    line-height:30px;
    font-weight:400;
    color:#666666;
}

.highlighted{padding:4px 10px; margin-bottom:5px;}

/*-------------------------------*/
/*---Lists and Font Icon Lists---*/
/*-------------------------------*/

.font-icon-list li{
	list-style:none;
	padding-left:0px;
    margin-left:-20px;
	color:#666666;
	line-height:30px;
}

.font-icon-list li a{
	color:#666666;	
}

.icon-list li a{
	color:#666666;	
}

.font-icon-list i{
	margin-right:10px;	
    width:30px;
}
	

.icon-list{
    list-style: none;
    padding-left:0px;
}

.icon-list i{
    width:20px;
    text-align:center;
    margin-left:-5px;
}

.icon-list ul{
    padding-left:40px;
}

ul{
    padding-left:20px;
    list-style-type:disc;
}

ol{
    padding-left:20px;
    list-style-type: decimal;
}

ol ol{
    list-style-type:lower-alpha;
}

ol ol ol{
    list-style-type:disc;
}

/*--------------------*/
/*---Table Settings---*/
/*--------------------*/

.table{
	width:100%;
	margin-bottom:35px;
}

.table-title{
	font-family:'Dosis', sans-serif;
	font-size:12px;
}

.table-sub-title{
	font-family:'Dosis', sans-serif;
	font-weight:bold;
	font-size:12px;
}

.price{
	font-size:12px;
}

.small-price{
	position:absolute;
	margin-left:0px;
	font-size:10px;
	margin-top:-3px!important;
}

.table {
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	margin-bottom:25px;
}

.table th {
	padding:21px 25px 22px 25px;
	border-bottom:1px solid #e0e0e0;
}

.table th:first-child{
	text-align: center;
	padding-left:20px;
}

.table tr{
	text-align: center;
	padding-left:20px;
}

.table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}

.table tr td {
	padding:14px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 0px solid #e0e0e0;
}

.table tr.even td{
	background: #efefef;
}

.table tr:last-child td{
	border-bottom:0;
}

.table tr:hover td{
	background: #f8f8f8;
}

.table-heading{
	padding-top:10px;
	padding-bottom:15px;
}

.table-text{
	color:#6f6f6f;
}


/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*----Content Classes and Responsive Settings----*/ 
/*-----------------------------------------------*/
/*-----------------------------------------------*/

.clear{clear:both!important;}
.last-column{margin-right:0%!important; display:block;}
.no-bottom{margin-bottom:0px!important; display:block;}
.half-bottom{margin-bottom:15px!important; display:block;}
.half-top{margin-top:15px!important; display:block;}
.full-bottom{margin-bottom:30px!important; display:block;float: left;width:100%;}
.full-top{margin-top:30px!important; display:block;}
.left-padding{padding-left:30px; display:block;}
.right-padding{padding-right:30px; display:block;}
.no-border{border:none!important;}

.container:after{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.last-column:after{
	visibility: hidden!important;
	display: block!important;
	content: ""!important;
	clear: both!important;
	height: 0!important;    
}

.container{
    margin-bottom:30px;
    display:block;
}

.container-fullscreen{
    margin-bottom:30px;
}

.hide-if-mobile{
    display:none!important;
}

.hide-if-resposive{
    display:block!important;
}

.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.thin{font-weight:300!important;}
.thiner{font-weight:400!important;}
.bold{font-weight:600!important;}
.ultrabold{font-weight:800!important;}

.small-text{font-size:12px;}
.smaller-text{font-size:13px;}
.larger-text{font-size:15px;}
.large-text{font-size:16px;}

.center-text{text-align:center; display:block;}
.left-text{text-align:left; display:block;}
.right-text{text-align:right; display:block;}

.center-text-mobile{text-align:center; display:block;}
.left-text-mobile{text-align:left; display:block;}
.right-text-mobile{text-align:right; display:block;}

.center-text-tablet{text-align:left; display:block;}
.left-text-tablet{text-align:left; display:block;}
.right-text-tablet{text-align:left; display:block;}

.space-left{padding-left:10px;}
.space-right{padding-right:10px;}

@media(min-width:1024px){    
    .hide-if-mobile{
        display:block!important;   
    }
    
    .hide-if-responsive{
        display:none!important;   
    }
    
    .center-text-tablet{text-align:center;}
    .left-text-tablet{text-align:left;}
    .right-text-tablet{text-align:right;}
    
    .center-text-mobile{text-align:left;}
    .left-text-tablet{text-align:left;}
    .right-text-tablet{text-align:left;}
}

.decoration{
    height:1px;
    width:100%;
    display:block;
    background-color:rgba(0,0,0,0.1);
    margin-bottom:30px;
    clear:both;
}

@media(max-width:768px){
    .one-half{
        width:45%;
        float:left;
        margin-right:10%;
    }
    
    .one-third{
        width:28%;
        float:left;
        margin-right:8%;
    }    
    
    .one-half-responsive{width:100%;}
    .one-third-responsive{width:100%;} 
}

@media(min-width:767px){
    .one-half, .one-half-responsive{
        width:45%;
        float:left;
        margin-right:10%;
    }
    
    .one-third, .one-third-responsive{
        width:28%;
        float:left;
        margin-right:8%;
    }    
    
    .one-forth-responsive{
        float:left;
        width:20%;
        margin-right:5%;
    }
}


/*---------------*/
/*---------------*/
/*----Buttons----*/ 
/*---------------*/
/*---------------*/

.button{
    font-size:12px;
    font-weight:500;
    letter-spacing:0.6px;
    display:inline-block;
    padding:8px 18px;
    margin-bottom:15px;
    margin-right:12px;
}

.button-icon i{
    position:absolute;
    width:10px;
    height:10px;
    line-height:10px;
    left:15px;
    top:50%;
    margin-top:-5px;
}

.button-icon{
    padding-left:40px;
}

.button-small{
    display:inline-block;
    padding:5px 15px;
    margin-bottom:15px;
    margin-right:12px;
    font-size:12px;
}

.button-xl{
    font-size:16px;
    padding:12px 30px;
}

.button-l{
    font-size:15px;
    padding:10px 30px;
}

.button-s{
    font-size:13px;
    padding:8px 20px;
}

.button-xs{
    font-size:11px;
    padding:6px 15px;
}

.button-fullscreen{
    width:100%!important;
    display:block;
    text-align:center;
}

.button-round{border-radius:5px;}

.button,
.button:hover,
.button-round,
.button-round:hover{
    transition:all 200ms ease;
}

.teal-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #117562;}
.button-teal{			background-color:#16a085; color:#FFFFFF;}
.button-teal:hover{		background-color:#1abc9c;}

.green-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #1e8248;}
.button-green{			background-color:#27ae60; color:#FFFFFF;}
.button-green:hover{	background-color:#2ecc71;}

.blue-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#2980b9; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}

.magenta-3d{			padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #602e75;}
.button-magenta{		background-color:#8e44ad; color:#FFFFFF;}
.button-magenta:hover{	background-color:#9b59b6;}

.dark-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #19232d;}
.button-dark{			background-color:#2c3e50; color:#FFFFFF;}
.button-dark:hover{		background-color:#34495e;}

.yellow-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #ba970b;}
.button-yellow{			background-color:#f1c40f; color:#1f1f1f;}
.button-yellow:hover{	background-color:#f39c12;}

.orange-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #9d3e00;}
.button-orange{			background-color:#d35400; color:#FFFFFF;}
.button-orange:hover{	background-color:#e67e22;}

.red-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #8a281e;}
.button-red{			background-color:#c0392b; color:#FFFFFF;}
.button-red:hover{		background-color:DA2E1B;}

.light-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #868a8c;}
.button-light{			background-color:#bdc3c7; color:#1f1f1f;}
.button-light:hover{	background-color:#ecf0f1;}

.grey-3d{				padding-top:5px; padding-bottom:5px; border-bottom:solid 4px #474d4e;}
.button-grey{			background-color:#7f8c8d; color:#FFFFFF;}
.button-grey:hover{		background-color:#95a5a6;}

.button i{
    padding-right:10px;
}

.button-center{
    width:150px;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center;
    display:block;
    margin-bottom:30px;
}

.button-right{
    float:right;
}

.button-right:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.read-more-link{
    text-align:right;
}

.read-more-link i{
    padding-right:20px;
}

.button-cover{
    padding-top:5px;
    padding-bottom:5px;
    font-size:12px;
    border-radius:5px;
    color:#FFFFFF;
    border:solid 1px rgba(255,255,255,0.5);
    transition:all 200ms ease;
    margin-right:0px;
    margin-left:0px;
}

.button-cover:hover{
    background-color:rgba(255,255,255,0.05);
    transition:all 200ms ease;
}


/*Dropcaps*/

.dropcaps-1:first-letter{
    float:left;
    font-size:57px;
    padding-top:14px!important;
    padding-right:15px;
    font-weight:800;
    color:#1f1f1f;
}

.dropcaps-2:first-letter{
    font-family: 'Petit Formal Script', cursive;
    float:left;
    font-size:42px;
    padding-top:18px!important;
    padding-right:15px;
    font-weight:800;
    color:#1f1f1f;
}

.dropcaps-3:first-letter{
    background-color:#1f1f1f;
    padding:10px;
    padding-left:15px;
    padding-right:15px;
    margin-right:12px;
    margin-top:5px;
    float:left;
    font-size:24px;
    font-weight:800;
    color:#FFFFFF;
}

.dropcaps-4:first-letter{
    font-family: 'Petit Formal Script', cursive;
    font-weight:800!important;
    background-color:#1f1f1f;
    padding:8px;
    padding-left:12px;
    padding-right:12px;
    margin-right:12px;
    margin-top:5px;
    float:left;
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
}

/*Notification*/

.static-notification{
    padding:15px;
    margin-bottom:30px;
}

.static-notification h6{
    color:#FFFFFF;
    font-weight:500;
    padding-bottom:10px;
    border-bottom:solid 1px rgba(255,255,255,0.3);
}

.static-notification-icon{
    padding-right:20px;
}

.static-notification p{
    font-size:12px;
    margin-bottom:0px;
    color:rgba(255,255,255,0.8);
}

.static-notification-close{
    width:50px;
    height:50px;
    color:#FFFFFF;
    position:absolute;
    top:5px;
    right:0px;
}

.static-notification-close{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.tap-dismiss i{
    font-size:20px;
    color:#FFFFFF;
    position:absolute;
    height:60px;
    top:-15px;
    line-height:60px;
    width:60px;
    text-align:center;
    left:-15px;
}

.tap-dismiss p{
    padding-left:50px;
}
































