@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body
{
	background:url(../img/bg.jpg) no-repeat fixed;
	margin-top:20px !important;
	margin-bottom:40px;
	font-family: 'Open Sans', sans-serif;
}

a{
    
    color:#333 ;
}
a:focus, 
a:hover, 
a:active {
	color:#9c0c9c;
}


a.read-more:hover { 
	color:#6e0f6e; 
}

.linked:hover {
	color:#6e0f6e;
}

.container-private
{
	background:#fff;
	box-shadow:4px 4px 12px #000;
	  margin-right: auto;
	  margin-left: auto;
	  *zoom: 1;
}

.header
{
	margin-top:20px;
	margin-bottom:20px;
}




.navbar
{
	margin-bottom:10px;
}

.navbar-kevser
{
	background:#6c225f !important;
	border-radius:0px !important;
}

.navbar-collapse
{
	padding-left:0px;
}

.navbar .nav .home
{
	background:url(../img/homeIcon.png) no-repeat top left;
	width:68px;
	height:50px;
}

.navbar .nav > li 
{
	background:url(../img/buttonBg.png) no-repeat top left;
}

.navbar .nav > li:last-child
{
	width:180px;
}


.navbar .nav > li > a
{
	font-weight:700;
	  color: #fff;
	  text-shadow: 0 1px 0 #6c225f;
	padding: 15px 15px 15px;
    text-transform: uppercase;
}

.navbar .nav > li > a:hover
{
	color:#fde6f9;
}


.navbar .nav > .has_children:hover > .dropdown {  
   display: block; 
}



.navbar .nav  > .has_children > .dropdown
{
    display: none ;
    position:absolute;
    background-color: #3d1f3d;
    z-index:9999;
    list-style-type: none !important;
    margin:0px;
    padding:10px; 
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 6px; 
    
}
.navbar .nav  > .has_children > .dropdown > li
{
    padding:6px;
    border-top:1px solid #563256;
}

.navbar .nav  > .has_children > .dropdown > li:last-child
{
    border-bottom: none;
}


.navbar .nav  > .has_children > .dropdown > li
{
    padding:6px;
    border-bottom:1px solid #2d142d;
    
}




.navbar .nav  > .has_children:hover
{
    
    background-color: #3d1f3d !important;
    background-image: none !important;
}

.navbar .nav > .has_children > .dropdown > .has_children > ul > li
{
}


.navbar .nav  > .has_children > .dropdown >  li > a
{
    color:#fff; 
    font-size:12px;
    font-weight: bold;
    
        display: block;
    font-size:12px;
    font-weight: bold;
    color:#fff;
    padding:4px;
    padding-left:8px !important;
}

.navbar .nav  > .has_children > .dropdown >  li > a:hover
{
    color:#daccda;
}




.navbar .nav  > .has_children > .dropdown > .has_children 
{
    min-width:156px;
    position:relative;
}


.navbar .nav  > .has_children > .dropdown > .has_children  > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}




/*Double Sub*/
.navbar .nav > .has_children > .dropdown > .has_children:hover >  .dropdown
{
    display:block !important;
}


.navbar .nav  > .has_children > .dropdown > .has_children > .dropdown    
{
    display:none;
    list-style-type: none;
    margin:0px;
    padding:0px;
    position: absolute;
z-index: 99999999;
background-color: #694569;
color:#000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
top: 0;
left: 100%;
margin-top: -5px;
margin-left: 0px;
-webkit-border-radius: 4px;
-webkit-border-top-right-radius: 14px;
-webkit-border-bottom-left-radius: 14px;
-moz-border-radius: 4px;
-moz-border-radius-topright: 14px;
-moz-border-radius-bottomleft: 14px;
border-radius: 4px;
border-top-right-radius: 14px;
border-bottom-left-radius: 14px;
}


.navbar .nav > .has_children > .dropdown > .has_children:hover 
{
}





.navbar .nav  > .has_children > .dropdown > .has_children > ul > li
{
    margin:0px;
    padding:0px;
    border-bottom:1px solid #4f2d4f;
    border-top:1px solid #744874;
}

.navbar .nav  > .has_children > .dropdown > .has_children > ul > li:hover > a
{
    color:#daccda;
}

.navbar .nav  > .has_children > .dropdown > .has_children > ul > li:first-child
{
    border-top: none;
}

.navbar .nav  > .has_children > .dropdown > .has_children > ul > li:last-child
{
    border-bottom: none;
}



.navbar .nav  > .has_children > .dropdown > .has_children > ul > li > a
{
    display: block;
    font-size:12px;
    font-weight: bold;
    color:#fff;
    padding:4px;
    padding-left:12px !important;
}




/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}


/*Fancybox
------------------------------------*/
/*For Topbar*/
.fancybox-overlay.fancybox-overlay-fixed {
   z-index:9999;
}

/*FancyBox Hover Effect*/
.zoomer:hover .overlay-zoom .zoom-icon{
   opacity:0.4;   
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   filter: alpha(opacity = 50);
}

.overlay-zoom {
   z-index: 90;
   width: 100%;
   height: 100%;
   display: block;
   cursor: pointer;
   position: relative;     
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}

.carousel-indicators
{
    display:none;
}

.overlay-zoom .zoom-icon {
   top:0;   
   opacity: 0; 
   z-index: 100;
   width: inherit;
   height: inherit;
   position: absolute;
   background-color: #000;
   background-position: 50%;
   background-repeat: no-repeat;
   background-image:url("../img/overlay-icon.png");
   filter: alpha(opacity = 0);
   -webkit-backface-visibility: hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
}

@media (max-width: 768px) {
   .fancybox-overlay {
      background: none !important;
   }
}




select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          
}
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder {
  color: #999;
}



.contact-button
{
    display:none !important;
}




 /*.navbar .nav .has_children .dropdown li  > a:after {
    top: 24px;
    right: 9px;
    font-size: 12px;
    content: "\f054";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
} */



.opt-list
{
    list-style-type: none;
    margin:0px;
    padding:0px;
}

.opt-list li
{
    float:left;
}

.required
{
    font-size:12px;
    color:#ee7f7f;
}

.bg-danger
{
    padding:10px;
    margin-top:6px;
    margin-bottom:6px;
}

.success-box
{
    background-color: #4fa000;
    padding:10px;
    color:#fff;
}

.opt-list li a
{
    background-color: #9d478d;
    color:#fff;
    display:block;
    padding:20px;
    margin:5px;
    text-align:center;
}
.opt-list li a:hover
{
    background-color: #960b7c;
}

.opt-list li a i
{
    font-size:60px;
}




.bayi-button
{
    float:left;
    background-color:#019ab5 !important;
    color:#fff !important;
}

.bayi-button:hover
{
    background-color:#006173 !important;
}




/* ===== Sign In & Sign Up ===== */
.sign-form {
  border: 15px solid #f6f6f6;
}
.sign-inner {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.sign-form .popover {
  min-width: 200px;
}

.navbar-search
{
	margin-top:10px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
	border-radius:0px !important;
}

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}




.catalog-widget  {
  position: relative;
}


.catalog-widget img  {
	width:100% !important;
	box-shadow:5px 5px 10px #999;
}

.catalog-widget .item  {
	margin-top:10px;
}


.catalog-widget  .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}


.catalog-widget .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.catalog-widget .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.catalog-widget .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.catalog-widget .carousel-controls a:hover .fa {
  background: #6091ba;
}

.pagination
{
    float:right;
    margin-right:20px;
}


#home-content{
		padding-bottom:20px;
	}

#home-content .section-heading .line
{
	border-left: 6px solid #ab509a;
	display: inline-block;
	padding: 0 10px;
	padding-top: 2px;
}

#home-content .section-heading 
{
	font-weight:100 !important;
	font-size:24px;
}







.news-widget  .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.news-widget  .event-item .date-label {
  background: #f1f1f1;
  position: absolute;
  left: 0;
}
.news-widget   .event-item h2.title {
  margin-bottom: 3px;
  font-size: 14px;
}
.news-widget  .event-item p {
  margin-bottom: 5px;
  font-size:12px;
}
.news-widget  .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.news-widget  .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.news-widget  .read-more {
  margin-top: 10px;
}
.news-widget  .details p {
  color: #666;
}


.date-label {
  background: #f1f1f1;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #ab509a;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}



.catalog-image
{
	margin-top:20px;
}






/* -----------------------------------------
   Language drop-down select
----------------------------------------- */
.lang-sel {
  position: relative;
  padding: 5px;
  font-size: 12px;
  margin-top:16px;
  width:180px;
  
   }

.lang-sel.hovered ul {
  opacity: 1;
  visibility: visible; }

.lang-sel img {
  margin: 3px 10px 0 0;
  float: left; }
.lang-sel a {
  padding-bottom: 3px;
  display: inline-block;
  color: inherit;
  line-height: 1.5; }
.lang-sel strong {
  margin-right: 10px; }
.lang-sel ul {
  border: 1px solid #eaeced;
  position: absolute;
  top: 30px;
  right: -10px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  overflow: visible !important; }
.lang-sel ul > li {
  position: relative; }
.lang-sel ul > li a {
  color: inherit;
  display: block;
  padding: 3px 15px;
  font-size: 12px;
  font-weight: 300; }
.lang-sel ul > li:hover a {
  color: #fff;
  background-color: #ff6565; }

/* --------------------------------------------------------	*/
/*  start:products  */
/* --------------------------------------------------------	*/

.product
{
    margin-bottom:10px;
    margin-top:10px;
}

.product img
{
}

.productName 
{
    background-color: #f1f1f1;
}

.productName a
{
    display:block;
    font: bold 13px arial;
    color:#333;
    padding:10px;
}


/*Thumbnail (Recent Work)
------------------------------------*/
.thumbnail-style h3 a:hover {
	color:#72c02c;
}

.thumbnail-style a.btn-more {
	background:#72c02c;
}
.thumbnail-style a.btn-more:hover {
	box-shadow:0 0 0 2px #5fb611;
}

/*Carousel (Recent Work)*/
.recent-work a:hover span {
	border-bottom:solid 2px #72c02c;
}

.bx-wrapper .bx-prev {
	background-image: url(../../plugins/bxslider/images/controls.png);
}
.bx-wrapper .bx-next {
	background-image: url(../../plugins/bxslider/images/controls.png);
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 16px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #a41aa4;
	display: inline-block; 
    padding:10px;
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #790a79;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

.overflow-hidden
{
    overflow: hidden;
}

.catalog-image a
{
    position:absolute;
    top:0px;
    display: block;
    float:left;
    height:100%;
    width:60%;
}

.catalog-image a:last-child
{
    right:0px;
    width:35%;
}
.catalog-image a:first-child
{
    left:0px;
}
.navbar-toggle
{
    color:#fff;
    background-color: #7a2970;
}

.navbar-toggle:hover
{
    background-color: #833475 !important;
}

.navbar-default .navbar-toggle
{
    border-color:#ac509c;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color:#fff !important;
}

/*CSS3 Hover Effects*/
.hover-effect {
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.hover-effect-kenburn {
   left:10px;
   margin-left:-10px;
   position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
   -webkit-transform: scale(2) rotate(5deg);
   -moz-transform: scale(2) rotate(5deg);
   -o-transform: scale(2) rotate(5deg);
   -ms-transform: scale(2) rotate(5deg);
   transform: scale(2) rotate(5deg);
}


.ebatlar
{
    margin: 0px;
    padding:0px;
    list-style-type:none;
    margin-bottom:100px !important;
}

.ebatlar li
{
    float:left;
    padding:6px;
    border:1px solid #f1f1f1;
    margin-right:4px;
    margin-bottom:4px;
}


.ozellikler p
{
	font-family: 'Open Sans', sans-serif !important;
    font-size:14px !important;
    
}


/* --------------------------------------------------------	*/
/*  end:products  */
/* --------------------------------------------------------	*/

/*Timeline v1
------------------------------------*/
.timeline-v1 {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline-v1:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-v1 > li {
	margin-bottom: 40px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li:before,
.timeline-v1 > li:after {
	content: " ";
	display: table;
}

.timeline-v1 > li:after {
	clear: both;
}

.timeline-v1 > li > .timeline-panel {
	width: 94%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
	/*padding: 20px;*/
	position: relative;
}

.timeline-v1 > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline-v1 > li > .timeline-badge {
	color: #ccc;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 19px;
	right: -12px;
	/*background-color: #999999;*/
	z-index: 9;
	/*
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	*/
}

.timeline-v1 > li > .timeline-badge i:hover {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-v1 > li > .timeline-panel .timeline-heading {
	padding: 5px;
}

.timeline-v1 > li > .timeline-panel .timeline-heading img {
	width: 100%;
}

.timeline-v1 .timeline-body {
    padding: 12px;
    margin-bottom: 20px;
}

.timeline-v1 .timeline-footer{
    padding: 7px 12px;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.timeline-v1 .timeline-footer .blog-info {
	float: left;
}

.timeline-v1 .timeline-footer .blog-info i {
	color: #777;
}

.timeline-v1 .timeline-footer .likes {
	float: right;
}
.timeline-v1 .timeline-footer .likes i {
	margin-right: 2px;
	color: #777;
}

.timeline-v1 .timeline-footer .likes:hover {
	text-decoration: none;
	color: inherit;
}

.timeline-v1 .timeline-footer .likes:hover i {
	color: #72c02c;
}

.timeline-v1 > li.timeline-inverted{
	float: right; 
	clear: right;
	margin-bottom: 40px;
}

.timeline-v1 > li:nth-child(2){
  	margin-top: 60px;
}

.timeline-v1 > li.timeline-inverted > .timeline-badge{
  	left: -12px;
}

@media (max-width: 992px) {
	.timeline-v1 > li > .timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline-v1 > li > .timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}
	.timeline-v1 > li.timeline-inverted > .timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 767px) {
    ul.timeline-v1:before {
        left: 40px;
    }

    ul.timeline-v1 > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline-v1 > li > .timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }

    ul.timeline-v1 > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline-v1 > li > .timeline-panel {
        float: right;
    }

    ul.timeline-v1 > li > .timeline-panel:before {
    	top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline-v1 > li > .timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

    ul.timeline-v1 > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }

    ul.timeline-v1 > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    
	.timeline-v1 > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline-v1 > li.timeline-inverted > .timeline-badge{
		left: 28px;
	}
}

/* --------------------------------------------------------	*/
/*  Social Icons  */
/* --------------------------------------------------------	*/

.social i, .social-2 i, .social-3 i{
  color:#ec888d;
  font-size:22px;
  line-height:34px;
  width:38px;
  height:38px;
  margin-top:4px;
  margin-bottom:4px;
  text-align:center;
  border-radius:3px;
  float:left;
}   

.social i:hover{
  color:#ffffff;
}  


.social-2{
	margin-top:10px;
    float:right;
}

.social-2 i{
  color:#ffffff;  
  font-size:18px;
  line-height:44px;
  width:44px;
  height:44px;
  margin:0px; 
  margin-right:4px;  
  float:none;
  background: -webkit-linear-gradient(#802c71, #6c225f); /* For Safari */
  background: -o-linear-gradient(#802c71, #6c225f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#802c71, #6c225f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#802c71, #6c225f); /* Standard syntax */
}   

.social-2 i:hover{
  color:#ffffff;
  background: -webkit-linear-gradient(#898989, #898989); /* For Safari */
  background: -o-linear-gradient(#898989, #898989); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#898989, #898989); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#898989, #898989); /* Standard syntax */
} 

.social-media .facebook{background:#43609c;color:#FFF}.social-media .twitter{background:#62addb;color:#FFF}.social-media .google{background:#dd4b39;color:#FFF}.social-media i:hover{background:none;color:#a1a1a1}

.social-media i {
width: 40px;
height: 40px;
display: inline-block;
padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
text-align: center;
font-size: 18px;
background: #ddd;
color: #333;
border-radius: 2px;
}

.subsection h5
{
    font-weight: bold;
}

.section-title
{
    font-weight: bold;
    margin-bottom:20px;
}

.search-btn
{
    font:bold 14px arial;
    color:#fff;
    padding:9px;
    border:0px;
    background: -webkit-linear-gradient(#ae60a0, #9c418c); /* For Safari */
    background: -o-linear-gradient(#ae60a0, #9c418c); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ae60a0, #9c418c); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ae60a0, #9c418c); /* Standard syntax */
}

.search-btn:hover
{

  background: -webkit-linear-gradient(#9c418c, #ae60a0); /* For Safari */
  background: -o-linear-gradient(#9c418c, #ae60a0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#9c418c, #ae60a0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#9c418c, #ae60a0); /* Standard syntax */
}


.gnl-btn
{
    font:bold 14px arial;
    text-shadow:#6c225f 1px 1px 1px;
    border:1px solid #6c225f;
    border-radius:5px;
    color:#fff;
    padding:16px;
    border:0px;
    background: -webkit-linear-gradient(#ae60a0, #6c225f); /* For Safari */
    background: -o-linear-gradient(#ae60a0, #6c225f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ae60a0, #6c225f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ae60a0, #6c225f); /* Standard syntax */
}


.gnl-btn:hover
{

  background: -webkit-linear-gradient(#9c418c, #ae60a0); /* For Safari */
  background: -o-linear-gradient(#9c418c, #ae60a0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#9c418c, #ae60a0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#9c418c, #ae60a0); /* Standard syntax */
}


.pg-opt {
border-bottom: 1px solid #f1f1f1;
background: #fcfcfc;
}


.pg-opt .breadcrumb {
	float: right;
	margin: 0;
	padding: 16px 0;
	background: none;
	border-radius: 0;
    font-size:12px;
}
.pg-opt .breadcrumb a {
	color: #6c225f;
    font-size:12px;
}


.pg-opt h2 {
margin: 0;
padding: 14px 0;
font-size: 28px;
line-height: 100%;
}

#footer
{
	margin-top:12px;
}

#footer p
{
	margin:0px;
	padding:0px;
	font:normal 14px arial;
	color:#fff;
	text-shadow:#3f0d3f 1px 2px 2px;
}