@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/** general **/
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #444444; font-size: 13px; }
a { color: #2980B9; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover { color: #444444; outline: none; }
.banner_header { text-shadow: 1px 1px 1px #333333; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Arial, Helvetica, sans-serif; color: #000000; line-height: normal; margin: 0 0 10px 0; text-rendering: optimizelegibility; }
h1 { font-size: 38px; text-transform: uppercase; }
h2 { font-size: 25px; text-transform: uppercase; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }
p { margin-bottom: 18px; }
img { max-width: 100%; }
blockquote { font-size: 15px; border-color: #2980B9; }
blockquote footer, blockquote small, blockquote .small { color: #}
.thumbnail { border-color: #FFF;}

.lead { font-size: 18px; }
.icon-line { text-align: center; color: #444; font-size: 24px; }

.bs-glyphicons { margin:0 -19px 20px -16px; overflow:hidden }
.bs-glyphicons-list { padding-left:0; list-style:none }
.bs-glyphicons li { float:left; width:25%; height:115px; padding:10px; font-size:10px; line-height:1.4; text-align:center; border:1px solid #fff; background-color:#f9f9f9 }
.bs-glyphicons .glyphicon { margin-top:5px; margin-bottom:10px; font-size:24px }
.bs-glyphicons .glyphicon-class { display:block; text-align:center; word-wrap:break-word }
.bs-glyphicons li:hover { color:#fff; background-color:#563d7c }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { background: #2980B9; border-color: #2980B9; }

.form-control { }
.form-control:focus { }

input[type=text] {
  background-color: #F8F8F8;
  color: #3E3E3E;
  padding: 20px 20px;
  margin: 4px 0;
  box-sizing: border-box;
  border: 1px solid #2980B9;
}
.subscribe input[type=text] {
  background-color: #f8f8f8;
  color: #3E3E3E;
  padding: 2px 20px;
  margin: 2px 0;
  box-sizing: border-box;
  border: 1px solid #2980B9;
}

.setupArea, #socialArea, #countdownArea { background-color: #fff; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 100% 100%; }

span.large { color: #fff; display: block; font-size: 400px; line-height: 400px; }

#map_canvas { height: 500px; width: 100%; clear: both; }

/*#TLSTVideo {
    position: absolute;
	top: 0;
	width: 100%;
    min-width: 100%; 
    filter: brightness(85%);
}*/

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
	.toplogo {
	max-height:120px; margin-top: 35px;
}

.CallToAction {
	position: absolute; 
	z-index: 100; 
	top: 140px; 
	left: 25%; 
	width: 50%; 
	margin: auto;
	
}


span.large { color: #fff; display: block; font-size: 400px; line-height: 400px; }

#map_canvas { height: 500px; width: 100%; clear: both; }



/* Buttons */
.btn { border-color: #2980B9; text-decoration: none; text-transform: uppercase; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; color: #2980B9; background: none; }
.btn:hover { border-color: #2980B9; color: #fff; background: #2980B9; }
.btn.btn-outline-inverse { border-color: #fff; color: #fff; }
.btn.btn-outline-inverse2 { border-color: #3F3F3F; color: #3F3F3F; }
.btn.btn-outline-inverse3 { padding-bottom:15px; margin-top:-10px; border-color: #fff; color: #fff; font-size:12px;}
.btn.btn-outline-inverse3:hover { padding-bottom:15px; margin-top:-10px; border-color: #fff; color: #fff; font-size:12px;}
a.btn.btn-outline-inverse3:hover { padding-bottom:15px; margin-top:-10px; border-color: #fff; color: #fff; font-size:12px;}

.btn-xs  { background-color: #F9F9F9; color: #3F3F3F; padding:5px; }

/* Navigation */
.navbar { padding: 0px 0; margin: 0; font-size: 16px; border-radius: 0; background: none; border: 0; position: absolute; z-index: 200; width:100%; }
.navbar .navbar-brand { color: #000; font-size: 42px; height: auto; line-height: 50px; padding: 0px; margin: 0px !important; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #2980B9; }
.navbar, .navbar .main-menu .navbar-brand, .navbar .main-menu .navbar-nav > li > a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.navbar .navbar-nav > li { padding: 0 9px; }
.navbar .navbar-nav > li > a { padding-left: 0; padding-right: 0; color: #000; font-weight: bold; }
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus { background: none; color: #2980B9; border-bottom: 2px solid #2980B9;  }
.navbar-inverse .navbar-toggle { border-color: #999; background: #999; color: #999; }
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus { background: #999; border-color: #999; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { background: rgba(255,255,255,0.0); }
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; }
.dropdown-menu > li > a:hover { background: #2980B9; color: #fff; }

/*Custom 5 Column Layout*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



.dropdown-large {
  position: fixed;
}
.dropdown-menu-large { 
  margin-left: 16px; 
  margin-right: 16px;
  padding: 20px 20px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style-type: square;
  font-size:14px;
  margin-left: 20px;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  font-size:14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  margin-left: -20px;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #53A4D9; 
}
.dropdown-menu-large .dropdown-header { 
  color: #2D5178;
  font-size: 18px;
  margin-left: -20px;
}
.dropdown-menu-large .nearbyhomes { display:none;}
.icon-list { 
  list-style-type: none !important;
} 


.dropdown-menu-search{ width:480px; margin-left:-20px;/* border-top: 3px solid #2D5178;*/}
.dropdown-menu-tools{width:260px; margin-left:-20px;/* border-top: 3px solid #2D5178;*/}
.dropdown-menu-more{ width:250px; margin-left:-120px;/* border-top: 3px solid #2D5178;*/}
.dropdown-menu-search > .col-sm-2 { width:50%; }
.dropdown-menu-tools > .col-sm-3 { width:100%; }
.dropdown-menu-more > .col-sm-3 { width:100%; }
.menu-close{display:none;}

/** animated Header **/
.navbar.tiny { position: fixed; left: 0; top: 0; display: block; z-index: 99; width: 100%; padding: 15px 0; }
.navbar.tiny .navbar-brand { font-size: 35px; }


.slider {
	 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
	z-index: -250;
	overflow: hidden;
	max-width: 100%;
}

/* Main area */
#mainArea { color: #fff; position: relative; width: 100%; overflow: hidden; max-height: 650px; z-index: -250; }
#mainArea ul.slides li { position: relative; }
#mainArea .flex-direction-nav a { border-color: #fff; color: #fff; }
#mainArea .flex-direction-nav a:hover, #mainArea .flex-control-paging li a { background: #fff; color: #2980B9; }
#mainArea .text { max-width: 940px; margin: 0px auto; margin-top: -100px; padding: 0 15px; }
#mainArea .slide-caption { position: absolute; width: 100%; top: 45%; }
#mainArea h1 { color: #fff; }

/* About Area */
#aboutArea { padding: 30px 0;}
#aboutArea a { display: block; }
#aboutArea a p { color: #444444; }
#aboutArea .col-md-3 { margin-top: 10px; margin-bottom: 10px; }
#aboutArea .i-overlay { margin: 0 auto; height: 90px; width: 90px; line-height: 90px; font-size: 36px; border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%; color: #fff; background: none; border: 2px solid #2980B9; color: #2980B9; }
#aboutArea a:hover .i-overlay { display: block; background: #2980B9; color: #fff; }
#aboutArea a:hover h3 { color: #2980B9; }

/* Recent Work */
#recentWork { background-color: #2980B9; padding: 40px; }
#recentWork h3 { margin: 0px; }
#recentWork img { margin: 0 auto; width: 100%; max-width: 100%; }
#recentWork .heading { padding: 35px 0; background: #2980B9; }
#recentWork .work { width: 25%; float: left; position: relative; }
#recentWork	a { display: block; position: relative; }
#recentWork	a span { padding: 10px; display: none; width: 100%; position: absolute; left: 0; bottom: 0; color: #444; line-height: 20px; background: #fff; background: #fff; border: 4px solid #fff; }
#recentWork	a span:after { bottom: 100%; left: 50%; border: solid transparent; content: " ";	height: 0;	width: 0;	position: absolute;	pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 10px; margin-left: -10px; }
#recentWork a:hover span { display: block; }

/* Setup Area */
.setupArea { padding: 40px 0; color: #fff; position: relative; background-image: url(../images/capitol.jpg); }
.setupArea.even { background-image: url(../images/capitol.jpg); } 
.setupArea h1 { color: #fff; }

 /* Slanted divider - downward angle */ 
        .testimonials-slant-down {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 100vw 60px 0;
            border-color: transparent transparent #2980B9 transparent;
            z-index: 1;
        }
        
        /* Testimonials section with background image and overlay */
        .testimonials {
            background-image: url('https://www.texaslonestartitle.com/images/capitol.jpg');
            background-size: cover;
            background-position: center;
            padding: 120px 0;
            position: relative;
            color: white;
        }
        
        /* Main dark overlay */
        .testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.2);
            z-index: 1;
        }
        
        /* Secondary angled overlay for depth */
        .testimonials::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                45deg,
                rgba(255, 255, 255, 0.3) 0%,
                rgba(255, 255, 255, 0.6) 50%,
                rgba(255, 255, 255, 0.8) 100%
            );
            clip-path: polygon(0 0%, 100% 20%, 100% 100%, 0% 80%);
            z-index: 2;
        }
        
        /* Slanted divider - upward angle for bottom */
        .slant-up-light {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 60px 0 0 100vw;
            border-color: transparent transparent transparent #f9f9f9;
            z-index: 3;
        }
 /* Testimonial content */
        .testimonial-content {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
			position: relative;
			z-index: 150;
        }
        
        .testimonial-quote {
            font-size: 1.4rem;
            font-style: italic;
            line-height: 1.6;
            margin-bottom: 40px;
            color: white;
        }
        
        .testimonial-divider {
            width: 60px;
            height: 2px;
            background-color: white;
            margin: 0 auto 30px;
        }
        
        .testimonial-author {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 5px;
        }
        
        .testimonial-title {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.8);
        }

/* Venue Area */
#venueArea { padding: 40px 0px; text-align: left; position: relative; }
#venueArea h3 i { color: #2980B9; font-size: 24px; margin-right: 5px; }
#venueArea .col-md-4 { margin-top: 10px; margin-bottom: 10px; }

/* Social Area */
#countdownArea { padding: 40px 0px; background: #F2F2F2; }
#countdownArea h2 { font-size: 70px; font-weight: 700; }
#countdownArea h2 span { display: block; font-size: 18px; font-weight: 400; color: #444; }

/* Feedback Area */
#feedbackArea { padding: 40px 0px; }
#feedbackArea .col-lg-5 { margin: 10px; padding: 20px 30px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border: 2px solid #dedede; }
#feedbackArea .col-lg-5:hover  { border-color: #2980B9; }
#feedbackArea p span { padding: 15px 0 0 0; display: block; font-size: 14px; color: #666; }
#feedbackArea p span strong { padding-left: 15px; }

/* Social Area */
#socialArea { padding: 50px 0px; color: #fff; background-color: #333333; }
#socialArea h2 { color: #fff; }

/* breadcrumb */
#breadcrumb { padding: 20px 0px; text-align: center; background: #2980B9; }
#breadcrumb h1 { margin: 0px; color: #FFF; }
#breadcrumb .breadcrumb { margin: 0px; background: none; }

/* Side Navigation */
#content { padding: 30px 0; }

/* Text Area */
#textArea h2 { margin-top: 0px; }

/* Our Partners Area */
.our_partners_area {
  background: #f5f5f5;
}
.our_partners_area .partners {
  padding-top: 60px;
  padding-bottom: 90px;
}
.our_partners_area .partners .item img {
  width: 100%;
}
.our_partners_area .book_now_aera {
  background: #f6b60b;
  padding: 50px 0;
}
.our_partners_area .book_now_aera .book_now .booking_text {
  padding-top: 8px;
}
.our_partners_area .book_now_aera .book_now .booking_text h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #222222;
}
.our_partners_area .book_now_aera .book_now .booking_text p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #555555;
  padding-top: 5px;
}
.our_partners_area .book_now_aera .book_now .book_bottun a {
  width: 200px;
  background: #333333;
  border-radius: 10px;
  color: #fff;
}

/* End Our Partners Area */

/* Side Widget */
.widget { margin-bottom: 20px; }
.widget ul, .widget ol { margin: 0px; padding: 0px; }

.widget.menu ul li { border-bottom: 1px solid #F2F2F2; }
.widget.menu ul li a { display: block; padding: 7px 0; }
.widget.menu ul li i { padding-right: 5px; }
.widget.menu ul li a:hover { padding-left: 8px; background: #F2F2F2; }

.widget.tags ul { width: 100%; overflow: hidden; list-style: none; }
.widget.tags ul li { list-style: none; margin: 0px 5px 5px 0px; padding: 0px; float: left; }

/* blog Area */
#blogArea { padding: 30px 0 50px; text-align: center; }
#blogArea .col-lg-4 { padding: 0; }
#blogArea img { max-width: 100%; }
#blogArea li { padding: 0 10px; display: inline; }
#blogArea li { font-size: 12px; color: #666; line-height: 12px; }
#blogArea li a { color: #666; line-height: 12px; }
#blogArea li a:hover { text-decoration: underline; }
#blogArea i { margin-right: 5px; }
#blogArea .col-lg-12 { padding-bottom: 30px; }
#blogArea .block { overflow: hidden; }
#blogArea .block:hover { box-shadow: 0 0 10px #ccc; }
#blogArea a:hover { opacity: .8; }


/* project Area */
#projectArea { padding: 40px 0; overflow: hidden; width: 100%; /*border-bottom: 1px solid #999; */border-top: 1px solid #999; background: #fff;  position: relative; }
#projectArea .block img { width: 100%; height: auto; }
#projectArea .block { overflow: hidden; height:230px; }
#projectArea h2 { margin-bottom: 10px; text-align: center; font-size: 32px; font-weight: 400; line-height: 40px; }
#projectArea h5 { padding-bottom: 20px; text-align: center; font-weight: 400; font-size: 13px; }
#projectArea a.link { padding: 10px; display: block; float: left; line-height: 20px; color: #2d2d2d; font-size: 14px; font-weight:bold;}
#projectArea .block i { padding: 13px; font-size: 16px; display: block; float: right; }
#projectArea a:hover { color: #2d2d2d; }
#projectArea p { text-align: center; line-height: 20px; font-size: 10px; text-transform: uppercase; }
#projectArea .flexslider { padding-bottom: 40px; }
#projectArea ul.slides li { margin-right: 30px; }
#projectArea ul { list-style:none; overflow: hidden; }
#projectArea .flex-direction-nav { width: 100px; height: 30px; z-index: 99999; position: absolute; right: 0px; bottom: 0px; }
#projectArea .flex-direction-nav li { float:left; width: 24px; height: 24px; line-height: 24px; }
#projectArea .flex-prev { z-index: 9999; width: 24px; height: 24px; margin: 0px; line-height: 24px; display: block; border-radius: 3px; -webkit-border-radius: 3px; position: absolute; left: auto; opacity: 10 !important; right: 45px; top: auto; bottom: 0px; background: #727C89; }
#projectArea .flex-prev span { width: 24px; height: 24px; display: block; color: #000; font-size: 18px; font-weight: 400; line-height: 24px; color: #fff; }
#projectArea .flex-next span { width: 24px; height: 24px; display: block; color: #000; font-size: 18px; font-weight: 400; line-height: 24px; color: #fff; }
#projectArea .flex-next { z-index: 9999; width: 24px; height: 24px; margin: 0px; display: block; line-height: 24px; border-radius: 3px; -webkit-border-radius: 3px; position: absolute; right: 15px; bottom: 0px; opacity: 10 !important; top: auto; left: auto; background: #727C89; }
#projectArea .flex-next:hover, #projectArea .flex-prev:hover { background: #53A4D9; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset; -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset; -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset; }

#projectArea .titlebox { height:40px; overflow: hidden; display: block; float: left; font-size: 14px; font-weight:bold;}
.projectimage img {
    zoom: 2;  //increase if you have very small images
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}



/* work Area */
#workArea { padding: 50px; }
#workArea .col-sm-4 { padding: 0 0 50px 0; }
#workArea img { margin: 0 auto; max-width: 100%; }
#workArea span { margin: 10px 0; line-height: 15px; font-size: 12px; display: block; color: #aaa; }
#workArea p { color: #666; }
#workArea .picture { position: relative; }
#workArea .col-sm-4:hover .social, #workArea .col-sm-3:hover .social { display: block; }
#workArea .social { margin: 0 0 0 -150px; height: 300px; width: 300px; display: none; position: absolute; left: 50%; top: 0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #2980B9; }
#workArea ul { padding: 130px 0 0 0; }
#workArea li { padding: 10px; display: inline; }
#workArea li a { color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; display: inline-block; height: 40px; width: 40px; line-height: 40px; border: 1px solid #fff; }
#workArea li a:hover { color: #666; background: #fff;  }
#workArea .more .social { margin-left: -131.5px; height: 263px; width: 263px; }
#workArea .more .social ul { padding-top: 120px;  }

/* history Area */
#historyArea { padding: 50px 0; }
#historyArea img { margin: 0 auto; max-width: 100%; }
#historyArea ul { position: relative; overflow: hidden; }
#historyArea ul li a { display: inline-block; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; line-height: 80px; width: 80px; height: 80px; border: 2px solid #2980B9; color: #666; text-align: center; background: #fff; }
#historyArea ul li a:hover { background: #2980B9; color: #fff; }
#historyArea ul li.border { position: absolute; left: 0; z-index: -99; top: 50%; width: 100%; border: 1px solid #999; }



/*  iEDIT CSS  */
.ieditpagetop img{
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:auto
}
.ieditpagebody {
	margin-left: auto;
    margin-right: auto;
	font-size: 15px;
	padding: 0px 40px;
	}
	
.ieditpagebody img {
	max-width: 100%;
	height:auto;
	}

.ieditpagebody .row {
	padding:15px; 
	font-size:18px;
	}
	
.content-phone-number {
	display:none;
    }
.callbutton {
	padding: 5px;
	width: 80%;
	border: 2px solid #2980B9;
    border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.callbuttonC {
	padding: 5px;
	width: 80%;
	max-width: 275px;
	border: 2px solid #2980B9;
    border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
	
.bloglinkwrap{
    font-size: 18px;
	padding:8px;
	margin:4px 0 4px 0;
	background-color:#ECEAEA;
}
.bloglinkwrapcurrent{
    font-size: 18px;
	padding:8px;
	margin:4px 0 4px 0;
	font-style:italic;
	color:#8C8989;
	background-color:#ECEAEA;
}
.bloglinkwrap a{
	text-decoration:none;
	color:#53A4D9;
}
.blog a{
	text-decoration:none;
	color:#53A4D9;
}
	
.rostersubtitle{
    padding: 5px 5px 5px 5px;
	background-color:#E5E5E5;
	font-size:17px;
}
.roster-paragraph{
    padding: 5px 5px 5px 5px;
	color:#4A494A;
	font-size:13px;
	font-style:italic;
}

/* rosterB css */
.rosterB-entry{
    padding-top: 30px;
    padding-bottom: 30px;
}

.rosterB-image {
    width: 200px;
    height: 250px; /* Taller than width for oval shape */
    margin: 0 auto 15px auto;
    border: 5px solid #2980B9;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.rosterB-image img{
	border: 5px solid #2980B9;
    border-radius: 50%;
}
.linkedin img{
	padding-top:10px;
    border-radius: 0%;
	margin-bottom: 15px;
}
.rosterB-content{
    width: calc(100% - 10px);
	margin-top: 15px;
	font-size:15px;
}
.rosterB-content h2{
    font-size: 18px;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.rosterB-content h6{
    font-size: 12px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 7px;
}
.rosterB-content p{
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
}

.rosterB-content .fa{
    margin-right: 7px;
}

/* rosterC css */
.rosterC-entry{
    padding-top: 30px;
    padding-bottom: 30px;
}

.rosterC-image {
            width: 200px;
            height: 250px; /* Taller than width for oval shape */
            margin: 0 auto 15px auto;
            border: 5px solid #2980B9;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
        }
.rosterC-image img{
	border: 5px solid #2980B9;
    border-radius: 50%;
}
.rosterC-content{
    width: calc(100% - 10px);
	margin-top: 15px;
	font-size:15px;
}
.rosterC-content h2{
    font-size: 18px;
	font-weight:bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.rosterC-content h6{
    font-size: 12px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 7px;
}
.rosterC-content p{
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
}

.rosterC-content .fa{
    margin-right: 7px;
}

@media(min-width: 421px) and (max-width: 991px){
    .rosterB-content{
        width: calc(100% - 140px);
		float: right;
    }
    .rosterB-image{
        max-width: 125px;
		float: left;
		padding-bottom:10px;
    }
	.icon-home { margin-bottom: 35px; }

}
@media(max-width: 420px){
    .rosterB-image{
		max-width: 250px;
        float:none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .rosterB-content{
        width: 80%;
		margin-left: 15px;
        float: none;
    }
	.icon-home { margin-bottom: 35px; }

}









/* Footer Area */
#footerArea { padding-top: 30px; background: #222222; color: #CCCCCC; }
#footerArea a { color: #CCCCCC; } 
#footerArea a:hover { color: #53A4D9; }
#footerArea h3 { font-size: 14px; text-transform: uppercase; color: #fff; }
#footerArea ul.link li { margin-bottom: 10px; padding-bottom: 10px; }
#footerArea ul.link li span { display: block; color: #fff; }

#footerArea ul.social li { display: inline-block; font-size: 18px; margin-bottom: 5px; }
#footerArea ul.social li a { line-height: 35px; height: 35px; width: 35px; color: #ccc; background: #333333; text-align: center; }
#footerArea ul.social li a:hover { color: #fff; background: #2980B9; text-decoration: none; }

#copyright { font-size: 12px; text-transform: uppercase; padding: 15px; margin-top: 30px; border-top: 1px solid #333333; }
#copyright p { margin: 0px; float: left; }
#copyright ul { float: right; margin: 0px; }
#copyright ul li { float: left; margin-left: 12px; }

/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {

	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.navbar { padding: 20px 0; }
	.navbar .navbar-nav > li { padding: 0 6px; font-size: 13px; }
	.navbar .navbar-brand { font-size: 35px; }
	
	span.large { font-size: 300px; }
	
	#recentWork .work { width: 50%; }
	
	#copyright p { text-align: center; float: none; margin-bottom: 10px; }
	#copyright ul { float: none; text-align: center; }
	#copyright ul li { float: none; margin: 0px 5px; display: inline-block; }
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
	.topArea { display: none; }
	
	#mainArea .slide-caption { display: none; }
	
	.navbar { padding: 10px 0px; }
	.navbar .navbar-brand { font-size: 35px; max-width: 220px; }
	
	.navbar.tiny { padding: 5px 0px; }
	.navbar.tiny .navbar-brand { font-size: 30px; }
	
	.navbar-inverse .navbar-collapse { margin-top: 10px; border: 0px; background: #2980B9; color: #fff; }
	.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; border: 0px; }
	
	h1 {
	font-size: 22px;
	font-weight: 600;}
	
	.toplogo {
	max-height:160px; margin-top: 10px;
}

	.CallToAction {
	position: absolute; 
	z-index: 100; 
	top: 150px; 
	left: 15%; 
	width: 75%; 
	margin: auto;
}
	.CallToAction a { 
	margin: 15px;
}

	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	#recentWork .work { width: 50%; }
	span.large { font-size: 200px; text-align: center; }
		
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#recentWork .work { width: 100%; }
	span.large { font-size: 200px; text-align: center; }

	 }
	 