
/*
header {
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
*/
.fixed-header {
	opacity: 0.95;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	
}

@media only screen and (min-width: 338px) {
	
	.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 70px;
}
	
}

@media only screen and (min-width: 446px) {
	
	.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 34px;
}
	
}

@media only screen and (min-width: 447px) {
	
	.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 40px;
}
	
}

@media only screen and (min-width: 992px) {
	
	.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 34px;
}
	
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #666;
}

.top-bar .contact-details li {
	display: inline-block;
	float: left;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #666;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 13px;
	display: block;
	line-height: 32px;
	
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
	
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
} 














/*===================================  My custom style  ========================================*/




.iconround {

  margin-bottom: 30px;
  width: 145px;
  height: 145px;
  margin: auto;
  border-radius: 50%;
  border: 10px solid #ececec;
  
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Selection colours (easy to forget) */
.iconround::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
/*.iconround:hover {
	background-color: #FC6D6D;
	color: #FFF;
} */


/* ON HOVER COLORED ROUNDED CIRCLE AROUND ICONS */
.red,.green,.blue,.yellow {
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.red:hover .service-icon {
	border: 10px solid #e96656;
}
.green:hover .service-icon {
	border: 10px solid #34d293;
}
.blue:hover .service-icon {
	border: 10px solid #3ab0e2;
}
.yellow:hover .service-icon {
	border: 10px solid #f7d861;
}

.focus-box h5 {
	margin-bottom: 15px;
	color: #404040;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 17px;
}
.focus-box p {
	font-size: 14px;
}

/*---------------------------------------
 **   BORDER BOTTOMS                 -----
-----------------------------------------*/

.white-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #F5F5F5;
	bottom: -9px;
	left: 25%;
}
.dark-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 50%;
	height: 2px;
	background: #404040;
	bottom: -9px;
	left: 25%;
}



/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
li {
    list-style: none;
}

/*.ribbon{

	background-color: #ed6478;
}*/

.ribbon::before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #e96656;
	/*bottom: 5px;*/
	left: 12.5%;
}

.serviceicon {

	padding-top: 20px;
}

.service-content p{

	padding-top: 10px;
}

/*====================================  ABOUT SECTION ======================*/

.fa2 {
	
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.facebook2 {

	width: 42px;
    height: 42px;
    /*background: #2c3e50;*/
	background: #507CBE;
    line-height: 42px !important;
    text-align: center;
    border-radius: 50%;
	
    font-size: 26px;
    color: #FFF;
    margin: 0 10px 10px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.facebook2:hover {
	
	    /*background: #16a085;*/
		background: #507CBE;
}

.fa-facebookabout{
	/*content: "\f09a";*/
  color: #fff;
}

.fa-facebook-about-square:before {
  content: "\f082";
}

.about-social a {
	
	font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

/*=================================  gliphyicon ==========================================*/

/*.glyphicon{

	color: #005eff;
}*/

.glyphicon-heart:before {
  content: "\e005";
  font-size: 50px;
  color: #3ab0e2;
}

.glyphicon-heart2:before {
  content: "\e005";
  color: #CC3333;
  
}

.glyphicon-briefcase:before {
  content: "\e139";
  font-size: 50px;
  color: #34d293;
}

.glyphicon-search:before {
  content: "\e003";
  font-size: 50px;
  color: #e96656;
}

.glyphicon-user:before {
  content: "\e008";
  font-size: 50px;
  color: #f7d861;
}

.glyphicon-modal-window:before {
  content: "\e237";
}
























