/*
	Theme Name: dental-3
	Theme URI: dental-3
	Description: dental-3
	Version: 1.1
	Author: Craig MacDonald
	Author URI: Craig MacDonald
	Tags: Blank, Bootstrap, Wordpress, Responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*---- Enter all of your lovely custom CSS here ----*/


html {
}

body {
      background: #F2F2F2;
}

a {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
}

a:hover {
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar{
  width: 15px;
  height: 8px;
  background: #F2F2F2;
}

::-webkit-scrollbar-thumb {
     cursor: pointer;
    background: #ccc;
}

.socialbar{
	background:#1a5d7f;
	padding:6px 0; 
}

/*==========================*//
.bread {
    background: #F05624;
}

.bread a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/

/*==========================*/
.bread-about {
    background: #0D8AA2;
}

.bread-about a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-about p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/

/*==========================*/
.bread-services {
       background: #455C67;
}

.bread-services a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-services p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/

/*==========================*/
.bread-case {
    background: #168CBB;
}

.bread-case a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-case p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/
/*==========================*/
.bread-port {
      background: #BF941F;
}

.bread-port a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-port p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/
/*==========================*/
.bread-blog {
        background: #B31A0C;
}

.bread-blog a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-blog p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/
/*==========================*/
.bread-contact {
       background: #451669;
}

.bread-contact a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-contact p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}

.flex-caption-box-form{
	
	    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    display: block;
}

.flex-caption-form {
     margin: 0 auto;
    padding: 5px 9px 18px;
    background: #13455E;
    border-radius: 5px;
}

.flex-caption-form ul {
    float: right;
}
.flex-caption-form p {
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 10px;
}


.flex-caption-form li {
    float: none;
    width: 100%;
    max-width: 360px;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}


.flex-caption-form input[type="submit"]{
	    font-size: 1rem;
    font-weight: 400;
    display: block;
    height: 42px;
    height: 2.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 15px;
    -o-user-select: none;
    width: 100%;
    max-width: 320px;
    background: #eaeaea;
    line-height: 40px!important;
    line-height: 2.6666666666666665rem!important;
     background-color: #59ABB3!important;
    color: #fff!important;
    border: 0!important;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

.flex-caption-form li input[type="text"], .flex-caption-form li input[type="email"]{
display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    height: 2.8rem;
    padding: 0 15px;
    margin: 0;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: border-color .3s linear;
    transition: border-color .3s linear;
}


/*==========================*/
/*==========================*/
.bread-black {
    background: #222;
}

.bread-black a {
    color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bread-black p strong{
	  color: #fff;
    font-family: "soleil",sans-serif;
    font-size: 12px;
    text-transform: uppercase;

}
/*==========================*/

.font-changer a {
    color: #59abb3;
    line-height: 38px;
    text-align: center;
    float: right;
    font-weight: bold;
    margin: 0px 5px;
}

.font-changer a:visited {
    color: #59abb3;
}
.font-changer p {
    color: #fff;
    font-size: 12px;
    line-height: 38px;
}


.socialbar li {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 2px;
}
.socialbar li span {
    color: #59abb3;
  
}


p#breadcrumbs {
    margin-top: 10px;
}


button#showLeft,button#showRight,button#showBottom, button#showLeftPush, button#showRightPush {
	
	display:none;

}


.boxes img {
    border-bottom: 5px solid #59ABB3;
}

.boxes ul {
    background: #fff;
	padding-bottom:10px;
}

li.padd {
    padding-left: 10px;
    padding-right: 10px;
}

.boxes li p {
    color: #13455E;
	    min-height: 100px;
    padding: 0px 5px;
}

a.boxes-btn{
	color: #59ABB3;
	background: #13455E;
    font-weight: bold;
    
    display: block;
    padding: 6px 8px;
    margin: 5px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
	margin-left: 10px;

}

a.boxes-btn:hover {
    text-decoration: none;
    font-weight: 900;
		background: #59ABB3;
	color: #13455E;
}

a.boxes-btn-split{
	color: #59ABB3;
	background: #13455E;
    font-weight: bold;
    display: block;
    padding: 6px 8px;
    margin: 0px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
	float: left;

}

.split h3 {
    color: #13455E;
    font-weight: bold;
}

.split p {
    color: #13455E;
    min-height: 90px;
}
.pageblock ul {
    margin-left: 15px;
}

.pageblock strong {
    color: #13455E;
}

.pageblock img {
border: 5px solid #1A5D7F;
    border-radius: 3px;
}

a.boxes-btn-split:hover {
    text-decoration: none;
    font-weight: 900;
		background: #59ABB3;
	color: #13455E;
}

.nav-menu li {
    float: left;
}
 
.nav-menu ul {
    float: right;
    display: inline-block;
}
  .navbar{
    padding-bottom: 10px;
  }

  .navbar.affix-top{
    padding: 30px 0;
    background:#13455e;
    box-shadow: none;
  }

  .navbar.affix .navbar-nav{
    margin-top:5px;
	    margin-top: 10px;
  }

  .navbar-nav > li{
    margin-left:30px;
  }

  .navbar-nav > li:first-child{
    margin-left: 0;
  }

  .navbar-nav > li > a{
    padding:0;
  }

  .navbar-nav > li > a:hover, 
  .navbar-nav > li > a:focus,
  .navbar-nav > .active > a{
    background-color: transparent;
    color:#FFED91;
  }

 .bluebox{
	 background:#13455e;
	 padding:30px 0px;
 }

.brand {
    font-size: 30px;
}

  .masthead{
    padding: 250px 0 200px;
  }

  .modal-dialog{
    width: 500px;
}


.navbar-nav{
  margin-top:10px;
  font-weight:500;
}

.navbar-nav > li > a{
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus,
.navbar-nav > .active > a{
  color: #333;
  background-color: #FFED91;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}

.nav  li a {
  color: #fff;
    float: left;
		display: block;
    font-family: "soleil",sans-serif;
	    text-transform: uppercase;
}.nav  li a:hover {
	text-decoration:none;
}

ul.nav.navbar-nav.navbar-right {
   display:block;
}

.logobox img{
	padding:5px;
	padding-top:10px;
}

.side-block li{
	font-size:14px;
}

.mainbox-two {
    background: #333;
}

.bluebox h1 {
    color: #59abb3;
    font-family: "soleil",sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.pageblock input {
    font-family: inherit;
    font-size: inherit;
    padding: 3px 5px;
    line-height: inherit;
    width: 100%;
    margin: 5px 0px 10px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.pageblock textarea{
	    margin-top: 30px;
    width: 100%;
    border: 1px solid #ccc;
}

article img {
    width: 100%;
    height: auto;
 
}

header{
	background: none;
	padding-bottom:0px;
}

.top-header {
    background: #DEDDE9;
    border-bottom: 1px solid #D0D0D8;
}

img.med-pic{
	width:300px;
}

.relative{
	position:relative;
}

.testimonial li.test-img{
    float: right;
    margin-top: 10px;
}

.runners{
	background:url(images/runners.png) no-repeat right;
	padding: 20px 0px;
}

/* 2.1 Navbar */

        

.navbar{
  position:absolute;
    top: 50px;
  left:0;
  z-index: 999999;
  width: 100%;
  padding-top:10px;
  border-radius: 0;
  font-size: 15px;
  color:#fff;
      display: block;
  background-color: transparent;
  -webkit-transition:all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
  margin-left: 0;
}

.navbar-collapse{
  border:none;
  -webkit-box-shadow:none;
         box-shadow: none;
         max-height: 320px;
}

.navbar-toggle{
  margin-top: 0;
  margin-bottom: 10px;
  border:1px solid #fff;
}



/* 2.2 Navbar affix */

        
.navbar.affix{
     position: fixed;
    background-color: #13455e;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.navbar.affix .brand{
  font-size: 20px;
  line-height: 40px;
}


.top-address p {
    text-align: right;
    color: #fff;
    padding-top: 5px;
    font-weight: bold;
}



.testimonial li.test-img img{
	width: 150px;
    border-radius: 3px;
    border: 2px solid #F5F5F5;
}

li.team-img img {
    border-radius: 50%;
    border: 5px solid #F05923;
}

.background-box {
        background: #22B5F0;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #CBEAFB;
    margin-bottom: 25px;
}

.background-box h2 {
color: #0283B4;
    border-bottom: 1px solid #DAE9EF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.action-box h2 {
color: #0283B4;
    border-bottom: 1px solid #DAE9EF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.result-box h2 {
color: #0283B4;
    border-bottom: 1px solid #DAE9EF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.action-box {
        background: #22B5F0;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #CBEAFB;
    margin-bottom: 25px;
}

.result-box {
        background: #22B5F0;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #CBEAFB;
    margin-bottom: 25px;
}.result-box li {
	color:#fff;
	}

.result-box p, .action-box p, .background-box p{
	color:#fff!important;
}

iframe.no-padding-box{
	padding:0px!important;
	display:block;
}

img.infochart{
	background:#fff;
	padding:15px 20px;
	border-radius:5px;
}

.pageblock {
    background: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 40px 20px;
    border-left: 0px solid #E2E2E2;
    border-bottom: 0px solid #E2E2E2;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    /* position: relative; */
    margin-top: -70px;
    background: #EAEAEA;
}

h2.project, h3.project, h4.project {
    color: #F0B922;
}

li.list-sec:before {
    content: "-";
}

li.no-list{
	list-style:none;
}
a.visitsite{
	background: #F0B922;
    padding: 10px 15px;
    margin-top: 25px;
    display: block;
    width: 180px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	font-family: "soleil",sans-serif;
	text-transform:uppercase;
	    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
	border:1px solid #F0B922;
    -webkit-transition: .5s;
	margin-bottom:25px;
}a.visitsite:hover{
text-decoration:none;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
	border:1px solid #F0B922;
	background:none;
	color:#F0B922;
}

li.casestudies-img {
    float: left;
    border: 1px solid #22B5F0;
    margin-right: 20px;
    width: 140px;
}

li.casestudies-name h3 {
    color: #22B5F0;
}

li.casestudies-intro p {
}

li.casestudies-link a {
text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #22B5F0;
    color: #fff;
    padding: 6px 5px;
    width: 150px;
    border-radius: 2px;
    margin-top: 20px;
    float: left;
	}
ul.casestudies-box {
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
ul.no-border-list{
	border-bottom:0px;
}

i.fa.fa-square {
    color: #F2B922;
    margin-right: 5px;
}

.footerbtm h3{
	    font-size: 20px;
    color: #59ABB3;
}
.footerbtm h3 span{
	 
        color: #DFEEF0;

}

.contact-list span {
    color: #59ABB3;

}

.subfooter {
    background: #13455E;
    padding: 20px 0px 5px;
}

.subfooter p {
    color: #fff;
    font-size: 10px;
}

.news-posts {
    background: #19aecb;
    display: block;
    padding: 20px;
    color: #fff;
    min-height: 185px;
    text-align: center;
}

.mainbox{
	background:url(images/getintouch.jpg) no-repeat center;
	background-size: cover;
}

.shaddow{
	    background: rgba(17, 17, 17, 0.6);
    padding: 40px 0px;
    margin: 0;
}

	.news-posts:after{
content: ' ';
background: #B1451E;
    display: block;
    width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    bottom: 6px;
	    right: 0;
}

.news-posts:last-child::after{
	width:0px;
}

.news-posts a, .news-posts h2{
    color: #fff;
	line-height: normal;
	font-size: 18px;
	font-weight:normal;

}
.news-posts a, .news-posts a:hover, .news-posts a:visited{
    color: #fff;
	text-decoration:none;
	font-weight:normal;
		    transition: .5s;
    -moz-transition: .5s;
	-ms-transition: .5s;
    -webkit-transition: .5s;
}


a.read-box:hover {
    background: #fff;
    color: #19AECB;
	    transition: .5s;
    -moz-transition: .5s;
	-ms-transition: .5s;
    -webkit-transition: .5s;
	
}

.home-main {
    background: #174E62;
    padding: 20px 30px;
    margin: 25px 0;
}.home-main p{
   font-size:16px;
    	text-align:center;
}

.home-main h1{
	text-align:center;
	color:#fff;
	margin-top:0px;
}

#home .collaborate .half, #home .tailored .half {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
}

.half.left {
    float: left;
}
.main-text{
	    background: #fff;
}
.home-right {
    background: #6CC5CD url(images/bg-aims.jpg) no-repeat right;
    height: 336px;
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 20px 30px;
      max-height: 273px;
    overflow: hidden;
}

li.services-img {
    height: 130px;
}


li.services-img img {
    margin-left: auto;
    margin-right: auto;
}

li.services-name h3 {
    text-align: center;
}

li.services-link a {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    background: #607D8B;
    color: #fff;
    padding: 6px 5px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    margin-top: 20px;
}

li.services-name h3 {
    color: #435761;
	    height: 50px;
}

.services-box {
    background: #E5E5E5;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 2px solid #ccc;
}
li.services-link a:hover{
	text-decoration:none;
}


img.wp-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.thin {
    width: 200px;
}

.bluebox p {
color: #fff;
}

.times-box {
    display: block;
    padding: 10px 0px;
    min-height: 150px;
}

li.portfolio-name h3 {
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
	height: 50px;
	color: #444;
	font-size:18px;

}
li.portfolio-link a {
    background: #F0B922;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 6px 0px;
	color:#fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
	border-radius:2px;
	
}li.portfolio-link a:hover {
    text-decoration:none;
	transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
	    background: #151515;
}

li.portfolio-img img {
	width: 100%;
    border: 1px solid #ccc;
}

li.portfolio-img  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.times-box ul {
    display: block;
    float: left;
    padding: 10px 15px;
    background: #F04D00;
    margin: 0 10px;
	border-radius:7px;
	    border-bottom: 5px solid #DD1F00;
}

.times-box li{
	    margin-left: 10px;
    color: #fff;
    font-weight: bold;
}

.times-box{
	
}

.times-box{
	
}

h2.comments-title {
    font-weight: bold;
    color: #13455E;
}

.topheader-about {
    background: url(images/about.jpg) 0px -50px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-emerg {
    background: url(images/pic1.jpg) 0px -180px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-new-pat {
    background: url(images/pic2.jpg) 0px -340px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}


.topheader-cosmetic {
background: url(images/smile-2.jpg) 0px 0px no-repeat;
    padding: 200px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-white {
    background: url(images/white.jpg) 0px -20px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-dentures {
    background: url(images/dentures1.jpg) 0px -70px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-home {
    background: url(images/home.jpg) 0px 0px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-contact {
 background: url(images/contact.jpg) 0px -80px no-repeat;
    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-kids {
    background: url(images/kids.jpg) 0px -230px no-repeat;

    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}.topheader-nhsdent {
    background: url(images/nhsdent.jpg) 0px -230px no-repeat;
    padding: 160px 0px;
    margin-top: 160px;
    border-bottom: 10px solid #59ABB3;
}
.topheader-about h1 {
color: #59ABB3;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    font-weight: bold;
}.topheader-blog {
    background: url(images/family2.jpg) 0px -100px no-repeat;
    background-size: cover;
    padding: 100px 0px;
    margin-top: 160px; 
}
.topheader-blog h1 {
    color: #13455E;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    font-weight: bold;
}


.topheader-webdesign h2,.topheader-case h2,.topheader-2 h2, .topheader-about h2, .topheader-contact h2, .topheader-blog h2, .topheader-portfolio h2 {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
}
.main-text p, .main-text li{
   font-family: "soleil",sans-serif;
    color: #222;
    line-height: 1.675em;
    font-size: 16px;

}

li.test-img-cause img {
    float: left;
    width: 40%;
    margin-right: 20px;
    border: 1px solid #DEB7EC;
}

.bmt{
	margin-top:40px;

}

li.post-title{
	min-height:50px;
}

a.read-box {
    border: 1px solid #fff;
    padding: 8px 15px;
    margin-top: 25px;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.whitebox {
    padding: 80px 0px;
    background: #59ABB3;
}


.whitebox h3 {
        text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}


.whitebox h2 {
    text-align: center;
    font-weight: bold;
    color: #13455E;
	margin-bottom:0px;
}

h1.entry-title a {
    color: #1A5D7F!important;
    font-size: 24px;
    font-weight: normal;
}h1.entry-title a:hover {
 text-decoration:none;
}

a {
    text-transform: none;
    color: #F1560D;
    font-size: initial;
}

footer.entry-meta a {
    color: #333;
    font-size: 14px;
    text-transform: none;
}

h1.entry-title {
    font-weight: normal;
}

.widget ul li a {
    background: #59ABB3;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 10px;
    font-size: 14px;
    /* min-height: 80px; */
    font-weight: bold;
    margin-bottom: 2px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-radius: 0;
    margin: 5px 0;
    border-left: 10px solid #50959C;
}

.widget ul li a:hover {
   color:#fff;
   text-decoration:none;
background: #50959C;
   -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-border-radius: 2px;
}

h1.archive-title {
    font-weight: bold;
    margin-top: 10px;
    color: #13455E!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.relative{
	position:relative;
}

h3.widget-title {
    padding: 14px 12px;
    background-color: #13455E;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 0px;
    font-size: 20px!important;
    padding-left: 0;
    min-height: 50px;
    text-indent: 15px;
    border-left: 10px solid #59ABB3;
}

.logo{
	padding:30px 0;
    width: 300px;
	
}

header.header{
padding: 0 0 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
	
}

.event-img img {
    width: 250px!important;
    border-radius: 50%;
    padding: 0;
    float: left;
    margin-bottom: 40px;
    /* border-bottom: 1px solid #ccc; */
    display: block;
    margin-bottom: 100px;
       border: 8px solid #1B1464;
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
ul.eventblock{
     background: none;
    overflow: hidden;
    border-radius: 5px;
	margin-bottom: 25px;
}

.pageblock p {
    font-size: 16px;
    color: #222;
    font-family: "soleil",sans-serif;
        font-weight: lighter;
}

a.buy-btn {
    background: #EE473F;
    font-size: 18px;
    padding: 8px 10px;
    font-weight: bold;
    width: 140px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}a.buy-btn:hover {
    background: #222;
    color: #EE473F;
	text-decoration:none;
	    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}
a.srp-post-stringbreak-link:hover {
    text-decoration: none;
}

a.main-donate {
    background: #AF2F2F;
    padding: 10px 12px;
    margin: 10px 0px;
    /* display: block; */
    width: 200px;
    height: 45px;
    font-weight: bold;
    overflow: hidden;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 20px;
	color:#fff;
}

a.main-buy {
       background: #78CAEE;
    padding: 10px 12px;
    margin: 10px 0px;
    /* display: block; */
    width: 200px;
    height: 45px;
    font-weight: bold;
    overflow: hidden;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    float: left;
    color: #fff;
    margin-right: 15px;
	
}
a.main-buy:hover {
    background: #336A82;
		color:#fff;
    width: 200px;
    height: 45px;
    font-weight: bold;
    overflow: hidden;
        line-height: 25px;
    text-decoration: none;
	    display: inline-block;
    text-align: center;
}
a.main-donate:hover {
    background: #882323;
	color:#fff;
    width: 200px;
    height: 45px;
    font-weight: bold;
    overflow: hidden;
        line-height: 25px;
    text-decoration: none;
	    display: inline-block;
    text-align: center;
	
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.pageblock a {
    color: #000;
}

.no-pad-top{
	padding-top:0px!important;
}

.no-pad-top-left-right{
	padding-top:0px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}

.entry-content p {
    color: #222;
	    text-align: left!important;
    font-size: 16px;
	font-family: "soleil",sans-serif;
}

.nav-previous a, .nav-next a {
color: #FFF;
    background: #F03422;
    padding: 10px 12px;
    margin-top: 10px;
    display: block;
    margin-bottom: 25px;
}
.nav-previous a:hover, .nav-next a:hover {
    background: #BB291B;
    color: #FFFFFF;
    text-decoration: none;
}

iframe {
    background: #E4E4E1;
    padding: 20px;
    min-height: 450px;
    border-radius: 10px;
	width:100%;
}

strong {
    font-family: "soleil",sans-serif;
}
article {
    margin-bottom: 20px;
    margin-top: 40px;
}

h1.entry-title {
    font-weight: bold;
    margin-top: 10px;
       color: #13455E!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
	text-transform:capitalize;
}

.nav-previous {
    float: left;
}

.wpcf7-form-control-wrap iframe{
    padding: 0;
    background: none;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 50px!important;
    display: block;
    border-radius: 0px;
	
}

.section-blog{
	    margin-top: 0;
	    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.nav-next {
    float: right;
    display: block;
}

a.assistive-text{display:none;}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
 display: inline-block !important;
 text-align: left;
 width: 100%;
}
.main-navigation ul {
 margin: 0;
 text-indent: 0;
}
.main-navigation li a, .main-navigation li {
 display: inline-block;
 text-decoration: none;
 -moz-transition: .5s;
 -webkit-transition: .5s;
 -ms-transition: .5s;
}
.main-navigation li a {
 border-bottom: 0;
 color: #fff;
 line-height: normal;
 text-transform: uppercase;
 white-space: nowrap;
 padding: 0px 10px;
 line-height: 30px;
 -moz-transition: .5s;
 -webkit-transition: .5s;
 -ms-transition: .5s;
 font-size: 14px!important;
font-family: "proxima-nova", sans-serif;
 font-weight:bold!important;
 margin-right:0px;
    margin-top: 20px;
 }
.main-navigation ul li:hover > a {
      background: #a671a8;
 color: #FFF;
 -moz-transition: .5s;
 -webkit-transition: .5s;
 -ms-transition: .5s;
}
.main-navigation li:hover ul {
 display: block;
 -moz-transition: .5s;
 -webkit-transition: .5s;
 -ms-transition: .5s;
}

.main-navigation ul ul {
position:absolute;
display:none;
}

.main-navigation ul ul ul.sub-menu{
position:absolute;
display:none;
}

.main-navigation li:hover > ul {
    display: block;
}

.main-navigation li ul ul {
top: 0;
left: 100%;
}

.testimonial-area{
	background:#2b2b2b;
	padding:20px 0px 40px;
}

li.person-img img{
width: 150px!important;
    height: 150px;
    margin-right: 20px;
    float: left;
    border-radius: 50%;
    margin-top: 0px;
	
}

.greybox{
	background:#efefef;
	padding:30px 0px;
}
.greybox img {
    margin-left: auto;
    margin-right: auto;
}

p.main-text-test{
	color:#fff;
	padding-top:20px;
	text-align:center;
	font-size:16px;
	   font-family: "soleil",sans-serif;
}

p.company-text-test {
     color: #fff;
   font-family: "soleil",sans-serif;
    line-height: 0px;
	text-align:center;
    font-size: 12px;
    text-transform: uppercase;
}

p.main-name-test {
    font-family: "soleil",sans-serif;
    color: #fff;
	text-align:center;
	font-size:14px;
}

footer.entry-meta, footer.entry-meta a{
  font-size: 10px;
       color: #13455E;
}

footer.footerbtm {
	background:#1a5d7f;
	padding:40px 0px; 
}

footer.footerbtm h2{
   color:#fff;
   
}
.purple {
    background: #1B1464;
    padding: 10px 10px 0px;
    border-radius: 0px;
    overflow: hidden;
}

footer.footerbtm h2 {
    color: #FFFFFF;
    font-size: 28px;
	    margin-top: 5px;
}

.footerbtm li, .footerbtm p{
color:#fff;
   font-size:12px;
}
li.white{
color:#fff;
   font-size:12px;
}

footer.footerbtm a{
 text-transform: lowercase;
    color: #fff;
    font-size: 14px;
}
footer.footerbtm li{

    color: #fff;
    font-size: 14px;
}


img.slide-test-img{
	border-radius:50%;
}

.footer-icons{

}
.footer-icons ul{
	display:inline-block;
	padding-left:0px!important;
}
.footer-icons li{
	float:left;
}
.footer-icons li a{
	background: url(images/social.png) no-repeat;
    height: 45px;
    width: 41px;
    display: block;
    margin-top: 0px;
    text-indent: -9000px;
    font-size: 0px;
    margin-right: 0px;
}
.footer-icons a.fb {
	background-position: -110px 0px;
}
.footer-icons a.tw {
	background-position: 11px 0px;
}
.footer-icons a.go {
	background-position: -167px 0px;
}
.footer-icons a.yt{
	background-position: -240px 0px;
}
.footer-icons a.in {
	background-position: -60px 0px;
}



li.person-img {
float:left;
	width:60%;
	display:block;
}

li.person-img span.statements{
	margin-top:40px;

}

.testimonial-area h3 {
        color: #F04D00;
    text-align: center;
        font-family: "soleil",sans-serif;
    margin-top: 0;
}




.about-list {
        background: #173156;
    padding: 17px 8px 7px 30px;
    width: 50%;
    border-radius: 2px;
    border-top: 1px solid #4F73AB;
    border-right: 2px solid #7889A2;
    border-bottom: 1px solid #4F73AB;
    border-left: 2px solid #7889A2;
	margin-bottom:15px;
}

.about-list ul{
	list-style:square!important;
}
.about-list li {
   font-size: 16px;
    line-height: 1.675em;
    color: #F5F5F5;
}
a.footer-link{ 
	font-size:12px!important;
	text-transform:lowercase!important;
	}


.main-navigation li {
 position: relative;
 margin: -1px!important;
}
.main-navigation li ul {
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 100%;
 z-index: 700;
 left: 1px;

 -moz-transition: .5s;
 -webkit-transition: .5s;
 -ms-transition: .5s;
}
.main-navigation ul li:hover > ul {
 border-left: 0;
 display: block;
}
.main-navigation li ul li a {
background: #A671A8;
border-bottom: 0px solid #ededed;
display: block;
font-size: 0.785714286rem;
padding: 4px 10px!important;
width: 250px;
white-space: normal;
margin: 0px!important;
font-size: 14px!important;
color: #FFF;
text-align: left;
}
.main-navigation li ul li a:hover {

 color: #fff;
 -moz-transition: .5s;
 -webkit-transition: .5s;
background: #202020;
 -ms-transition: .5s;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #fff;
 font-weight: noirmal!important;
 padding: 0px 13px;
 line-height: 30px;
     background: #9C789D;
}
.top-social {
    margin-top: 5px;
    float: left!important;
    text-align: right;
    font-size: 38px;
    color: #FFF;
    font-weight: bold;
}

.top-social li span{
	color:#21467A;
}

.top-social ul {
	display: inline-block;
	margin-top: 0px;
	margin-bottom:0px;
}
.top-social li {
	float: left;
	font-size:16px;
	margin-right:10px;
}

.no-padd{
	padding:0!important;
}

.flex-caption-box {
    position: absolute;
    top:40%;
    left: 0px;
    width: 100%;
    display: block;
}

.top-social li a {
	background: url(images/social.png) no-repeat;
	height: 45px;
	width: 41px;
	display: block;
	margin-top: 10px;
	text-indent: -9000px;
	font-size:0px;
	margin-right:0px;
}
.top-social a.fb {
	background-position: -120px 0px;
}
.top-social a.tw {
	background-position: -0px 0px;
}
.top-social a.yt {
	background-position: -240px 0px;
}
.top-social a.go{
	background-position: -180px 0px;
}
.top-social a.in {
	background-position: -60px 0px;
}

.top-tel{
	
	
}

li.icon-box{
	height:150px;
}

.top-tel li{
	font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
	color:#000738;
	
}
.top-tel li span{
	    color: #F04D00;
	
}
h3.assistive-text {
    color: #1A5D7F;
    text-transform: uppercase;
    font-size: 16px;
    background: #59ABB3;
    padding: 6px 8px;
    display: block;
    border-radius: 3px;
}

.entry-content h3 {
    color: #222;
    text-transform: none;
}

.btm-social {
	margin-top: 5px;
	
	font-size: 0;
}
.btm-social ul {
	display: inline-block;
	padding-left:0px!important;
}
.btm-social li {
	float: left;
}
.btm-social li a {
	background: url(images/social.png) no-repeat;
	height: 45px;
	width: 41px;
	display: block;
	margin-top: 0px;
	text-indent: -9000px;
	margin-right:10px;
}
.btm-social a.fb {
	background-position: -120px 0px;
}
.btm-social a.tw {
	background-position: -0px 0px;
}
.btm-social a.yt {
	background-position: -180px 0px;
}
.btm-social a.pin{
	background-position: -60px 0px;
}
.btm-social a.in {
	background-position: -0px 0px;
}

.mt{
	margin-top:25px!important;
}.mb{
	margin-bottom:25px!important;
}

.darkblue{
	  background: #000510 url(images/f-video.png) no-repeat 1060px 8px;
	padding:10px 0px;
	border-radius:3px;
}

.darkblue h2{
	  font-family: "soleil",sans-serif;
  color: #dd0035;
  text-indent: 20px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.darkblue-mem{
	  background: #000510;
	padding:10px 0px;
	border-radius:5px;
}

.darkblue-mem h2{
	  font-family: "soleil",sans-serif;
  color: #dd0035;
  text-indent: 20px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
    padding-bottom: 10px;
}

.f-video{
	background: url(images/f-video.png) no-repeat 0px 0px;
	width:82px;
	height:79px;
}

.featured-artists{

}
.featured-artists h3{
	  font-family: "soleil",sans-serif;
  color: #dd0035;
  font-weight:bold;
}

.featured-artists ul{
	list-style:none;
	text-align:center;
	padding:0px!important;
}
.featured-artists li{
	
}.featured-artists li span{
			  font-family: "soleil",sans-serif;
  color: #dd0035;
  font-weight:bold;
  font-size:18px;
}

.sub-home{
  background: url(images/road4.jpg) center fixed no-repeat;
  height:250px;
}
.home-btm{
	  height: 100%;
}

.featured-artists li a.artistbtn{
  font-size: 18px;
  color: #fff;
  background: #DD0035;
  padding: 8px 10px;
  display: block;
  width: 220px;
  border-radius: 4px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-left: auto;
  margin-right: auto;
    -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  margin-top: 20px;
  text-decoration: none;
}

.featured-artists li a.artistbtn:hover{
  text-decoration:none!important;
    -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  background:#000510;
}


.featured-artists img{
	  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
    display: block;
  margin-right: auto;
    border: 6px solid #DD0035;
	  width: 70%;
	   -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
}
.featured-artists img:hover{
 -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  border: 6px solid #000510;
}

.flexbg {
  overflow: hidden;
  padding-bottom:0px!important;
  max-height:450px;
}

.featured-memories{
	
}
.featured-memories ul{
	list-style:none;
	  padding: 0px!important;
}
.featured-memories li{
	
}
.featured-memories img{
	  border-radius: 3px;
  border: 1px solid #DD0035;
}.featured-memories h3 {
	color: #dd0035;
	font-weight:bold;
	
	font-family: "proxima-nova", sans-serif;
}
.featured-memories p{
  line-height: 1.675em;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
}

.featured-memories li a.artistbtn-mem{
  font-size: 18px;
  color: #fff;
  background: #DD0035 url(images/triangle.png) no-repeat 195px 10px;
  padding: 8px 10px;
  display: block;
  width: 220px;
  border-radius: 4px;
  font-weight: bold;
  /* text-transform: uppercase; */
    -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  margin-top: 20px;
  text-decoration: none;
}

.featured-memories li a.artistbtn-mem:hover{
  text-decoration:none!important;
    -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  background:#fff url(images/triangle-hover.png) no-repeat 195px 10px;
    color: #DD0035;
}

.pinkblock{
	background:#dd0035;
	  padding-bottom: 40px;
	
}

.new-page-header p{
	color:#fff;
	  line-height: 1.675em;
	font-family: "soleil",sans-serif;
}
h1, h2, h3, h4, h5{
	    color: #13455E;
    font-family: "soleil",sans-serif;
   text-transform:uppercase;
   letter-spacing:-1px;
   }

h2.contact {
    color: #fff;
    border-bottom: 5px solid #F1560D;
    margin: 0 15px 0 15px;
    padding-bottom: 15px;
}

.front-widgets{

}
.widget_latest_tweets_widget{

}
.latest-tweets{

}

.latest-tweets ul{
padding-left:5px!important;
list-style:none;

}

.latest-tweets li{

}

.latest-tweets li a{
  color: #9EB3D2;
}.latest-tweets li a:hover{
 color: #9EB3D2;
  text-decoration:none;
}
p.tweet-text{
font-family: "soleil",sans-serif;
 color:#fff;
   background: #A90129;
  padding: 4px 5px;
  border-radius: 6px;
}
ul{
	padding-left:0px!important;
	list-style:none!important;
}

.tweet-details{

}

footer .footerbtm h2{
	font-family: "proxima-nova", sans-serif;
	 font-weight:bold;
	 font-size:18px;
	 color:#fff;
}

footer .footerbtm{
	background:#bb012d;
	padding:20px 0px;
}
footer .footerbtm li{
	color:#fff;
	line-height:1.675em;
	
}footer .footerbtm li a{
	color:#fff;
	
}

.footerlogo{
	margin-top:50px;
}

footer.footerbtm p {
    color: #fff;
	font-size:12px;
}



.team-box{
    border-bottom: 1px solid #E7E7E7;
}
.last{
	border-bottom:0px solid #ccc;
}

.split-box{
	    padding: 30px 0 60px;
	background:#fff;
}

.split {
    clear: both;
    padding: 5px 0px;
}
li.split-img{
	
}

li.split-img img {
    float: left;
    padding: 0 20px 0px 0px;
    display: block;
}

/*---- Responsive media ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .boxes h3 {
    color: #13455E;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "soleil",sans-serif;
    margin-top: 10px;
    padding: 0px 2px;
    font-weight: bold;
    min-height: 50px;
}


.flex-caption-box-form{
	position: static;
    top: 60%;
    left: 0px;
    width: 100%;
    display: block;
	background:none;
    background: #13455E;
}

.flex-caption-form li {
    float: left;
    width:100%;
    max-width: 300px;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

h1.header-top {
    color: #F2F2F2;
    text-transform: capitalize;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    font-size: 130%;
    background: #1A5D7F;
    font-weight: bold;
    padding: 10px 15px;
    line-height: normal;
    display: table;
    border-bottom: 5px solid #59ABB3;
}

.nav-menu li {
    float: none;
    text-align: center;
}

.nav-menu ul {
    float: none;
    display: inline-block;
}

.nav li a {
    color: #fff;
    float: left;
    display: block;
    font-family: "soleil",sans-serif;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.boxes ul {
    background: #fff;
    padding-bottom: 10px;
    width: 261px;
    margin-left: auto;
    margin-right: auto;
}

.footer-icons h3 {
    float: left;
}.footer-icons li {
    float: left;
}
.footer-icons ul {
    display: inline-block;
    padding-left: 0px!important;
    float: left;
}
.flex-caption-form ul {
    float: none;
}

.flex-caption-form li {
    float: none;
    width: 100%;
    max-width: 360px;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

li.send {
    width: 130px!important;
}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
a.flex_title {
    text-align: center;
    color: #13455E;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
	    font-family: "soleil",sans-serif;
}

.flex-caption-box {
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    display: block;
}

span.flex_subtitle {
    font-family: "soleil",sans-serif;
    font-weight: bold;
    color: #59abb3;
}

.nhs-pic img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 260px;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
a.flex_title {
    text-align: center;
    color: #13455E;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
	    font-family: "soleil",sans-serif;
}


.nav li a {
    color: #fff;
    float: none;
    display: block;
    font-family: "soleil",sans-serif;
    text-transform: uppercase;
}

.nav-menu li {
    float: none;
}


h1.header-top {
    color: #F2F2F2;
    text-transform: capitalize;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    font-size: 150%;
    background: #1A5D7F;
    font-weight: bold;
    padding: 10px 15px;
    line-height: normal;
    display: initial;
    border-bottom: 5px solid #59ABB3;
}

.nav li a {
color: #fff;
    float: none;
    display: block;
    font-family: "soleil",sans-serif;
    text-transform: uppercase;
    text-align: center;
	    margin-right: 0px;
    margin-top: 0px;
	    padding: 3px 6px;
    font-size: 11px;
	text-align: right;
}
.nav li a:hover {


}

.nav-menu ul {
    float: left;
    display: inline-block;
    width: 100%;
	margin-top: 5px;
}
.nav li ul.sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    top: 33px!important;
    z-index: 700;
    left: 52px!Important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}.nav li:hover ul.sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    top: 35px;
    z-index: 700;
    left: 1px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;

}



.nav ul.sub-menu li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
 
.nav li:hover ul {
    display: block;
}
.nav li:hover ul{ /* Display the dropdown on hover */
       left: 53px;
 
    top: 30px;
}

.nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #1A5D7F;
    text-decoration: none;
    margin: 0;
    display: block;
    margin-bottom: -2px;
}

.nav li ul li a{
 color: #fff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
	text-align: right;
}

.boxes ul {
    background: #fff;
    padding-bottom: 10px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}
.flex-caption-box {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    display: block;
}

a.flex_title:hover {
    text-decoration: none;
}

.flex-caption li {
    text-align: center;
	    font-family: "soleil",sans-serif;
		
}

span.flex_subtitle {
    font-family: "soleil",sans-serif;
    font-weight: bold;
    color: #59abb3;
}

.navbar-left{
	float:right!important;
}
.nav li a{
	font-size:11px;
}

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
.boxes h3 {
    color: #13455E;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "soleil",sans-serif;
    margin-top: 10px;
    padding: 0px 2px;
    font-weight: bold;
    min-height: 50px;
}


.flex-caption-box-form{
	position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    display: block;
	background: none;
}
.flex-caption-form ul {
    float: right;
}

.flex-caption-form li {
    float: left;
    width: 20%;
    max-width: 300px;
    display: block;
    margin-right: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

.nav li ul.sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    top: 33px!important;
    z-index: 700;
    left: 55px!Important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}


.nav li ul li a {
    color: #fff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    text-align: left;
}
.nav li a{
	font-size:13px;
}

.nav li ul.sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 700;
    left: 1px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
	width:160px;
}.nav li:hover ul.sub-menu {
display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top:35px;
    z-index: 700;
    left: 55px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
}

.nav-menu li {
    float: left;
}

.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;
}

.navbar-toggle {
    display: none;
}

.footer-icons ul {
    display: inline-block;
    padding-left: 0px!important;
    float: right;
}
.footer-icons h3 {
    float: right;
}.footer-icons li {
    float: right;
}


.boxes ul {
    background: #fff;
    padding-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
.boxes h3 {
    color: #13455E;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "soleil",sans-serif;
    margin-top: 10px;
    padding: 0px 2px;
    font-weight: bold;
    min-height: 20px;
}
.nav li a{
	font-size:14px;
}

    }


	
	
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
