/* ==========================================================================
	Pinustech main CSS
   ========================================================================== */
/*General*/
* {
	box-sizing:border-box;
}
html {
	height:100%;
}
body {
	font:normal 14px/26px "Muli", sans-serif;
	background:#fff;
	color:#000;
	/*text-rendering:optimizeLegibility;*/
	 overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	height: 100%;
	font-weight:400;
	
}
#page_content{/*background:#fff;*/}
h1,h2,h3,h4,h5,h6 {
	font-family:"Open Sans", sans-serif;
	line-height:1em;
	margin-bottom:20px;

}

h1 {
	font:bold 49px/1em;
}

h2 {
	font-size:2.8rem;
}


a{
	outline:0;
	border:none;
	text-decoration: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	color:#136fd2;
}
a:hover,a:active,a:focus{color:#0c5aad;text-decoration:none;}
a img {
	outline:none;
	border:none;
}
input::-moz-focus-inner {border:0;}
object, embed {outline:0;}

input[type="text"],input[type=password],textarea{
font-size:1em;
vertical-align:middle;
font-weight:normal;
padding:6px;
margin:0;
background:#fff;
border:1px solid #ddd;
outline:none;
/*width:270px;*/
overflow:hidden;
-webkit-border-radius:0;
   -moz-border-radius:0;
	 -o-border-radius:0;
        border-radius:0;
}

figure {
	margin:0;
	padding:0;
}
p {
    margin: 0 0 15px;
    font-family: 'Roboto', sans-serif;
}

p.lead{
	font-size:1.8rem;
}

.container{
        padding-left: 0;
        padding-right: 0;
    }

.hm {
    position: absolute;
    margin-left: -6000px;
    font-size: 0;
    width: 0;
    height: 0;
}

/*------------------------------------------------------------------
[ Fixed Header ]
-------------------------------------------------------------------*/
.pt-fixed-header{
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 10000;
	width: 100%;
	background: rgba(255, 255, 255, 1) !important;
	top: 0;
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
	/*min-height: 50px;*/
	
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
	
}

.pt-fixed-header img{
/*margin-top:0px !important;*/
width:90% !important;
}


/*
//!!! DÜZELTİLECEK; Mobile kısmında sıkıntı var
.pt-fixed-header img{
	width: 80%;
	height: auto;
}
*/



/*------------------------------------------------------------------
[ Scroll to the top ]
-------------------------------------------------------------------*/
#pt-scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100005;
  cursor: pointer;
  display: none;
}
#pt-scroll-top > i.fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  float: left;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  /*background-color: #17b1f9;*/
  /*background-color: rgba(33, 176, 180,1);*/
  background-color: #00a650;
  transition: all ease 0.4s;
  
}
#pt-scroll-top > i.fa:hover {
  background-color:#02773b;
  /*background-color: #37cfdd;*/
}

/*------------------------------------------------------------------
[ Preloader ]
-------------------------------------------------------------------*/
#preloader {
  background:url('../images/preloader/loading.gif') center no-repeat #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
}

#header {
background:#fff;

z-index:99 !important;
-webkit-box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.35);
box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.35);
}

#header-top {
position: relative;
/*background: #fdc236;*/
background: #ee7100;
background: #0c242e;
background: #0c242e;	
}

#header-top-left-nav {
	padding-top:10px;
}

#company-tel {
	color:rgba(46,204,113,0.8);
	padding-top:5px;
}
#company-tel a{
	/*color:#2ecc71;*/
	/*color:rgba(46,204,113,0.8);*/
	color:#ccc;
	font-weight:bold;
	 letter-spacing: 1px;
}

.top-info {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-right: 15px;
	margin-top:5px;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    color: rgba(0,0,0,0.9);
    font-weight: 700;
}

.top-info a {
    font-size: 12px;
    color: #f4f4f4 !important;
    font-weight: 600;
    font-style: normal;
    /*font-family: 'Montserrat', sans-serif;*/
}

.top-info a i {
margin-top:8px;
margin-right:8px;
}
a.phone_margin_left {
    margin-left: 10px;
    vertical-align: inherit;
}

.navigation-top ul{
	display: inline;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navigation-top ul li {display: inline-block;}


.navigation-top a  {color:#fff;font-size:0.7em;padding:4px 8px;}
.navigation-top a:hover {text-decoration: none;}

.navigation-top > ul li a {
    display: block;
    text-align: left;
    padding: 5px 4px 5px 14px;    
	font-size:0.8em;

}


.navigation-top i{
	margin-top:8px;
}

.navigation-top > ul > li > a >i{
	margin-top:8px;
}

.navigation-top > ul > li.has-sub-menu > a::after{
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f107";
  padding-left: 5px;
}

.navigation-top ul li:hover {background: #000;}
.navigation-top ul li:hover ul {display: block;}


.navigation-top ul li ul {
  position: absolute;
 /* width: 100px;*/
  display: none;
  z-index:99999 !important;

}
.navigation-top ul li ul li { 
  background: #242629; 
  display: block; 

}
.navigation-top ul li ul li a {display:block !important;   color:#aaa;} 
.navigation-top ul li ul li:hover{/*background:rgba(72,72,72,1);background:#ee7100;*/}
.navigation-top ul li ul li:hover a{color:#fff;}


#pt-lang-flag li{width:134px;margin:0px !important;padding:0px !important;}
#pt-lang-flag li ul{margin:0px !important;padding:0px !important;}


.navigation-top [class*="flag--icon"] {
    margin-right: 12px;
	
    margin-top: -2px;
	position: relative
}


.flag-icon {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
}

.flag--icon-tr {
    background-image: url("../images/flags/turkce.jpg");
    /*background-position: -357px -964px;*/
    width: 21px;
    height: 14px;
}
.flag--icon-en {
    background-image: url("../images/flags/english.jpg");
    /*background-position: -357px -964px;*/
    width: 21px;
    height: 14px;
}
.flag--icon-de {
    background-image: url("../images/flags/deutsch.jpg");
    /*background-position: -357px -964px;*/
    width: 21px;
    height: 14px;
}
.flag--icon-fr {
    background-image: url("../images/flags/francais.jpg");
    /*background-position: -357px -964px;*/
    width: 21px;
    height: 14px;
}

.flag--icon-it {
    background-image: url("../images/flags/itallano.jpg");
    /*background-position: -357px -964px;*/
    width: 21px;
    height: 14px;
}

.social-icons {
    padding: 0;
    display: block;
    list-style: none;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:5px;
}

.social-icons li {
    display: inline-block;
    padding: 0;
    text-align: center;
	border-radius:50%;
	width:26px;
	height:26px;
	background:rgba(238,113,0,1);
	background:#303032;
	padding:6px;	
}

.social-icons li:hover {
	background:#fff;
}


.social-icons li a i {
   font-size:0.8em;
   color:#fff;
}

.social-icons li:hover i  {
	color:#121212;
}

.pt-section-title {
    background: url("../images/pattern-stripes.png") repeat-x scroll 0 30% rgba(0, 0, 0, 0);
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
}

.pt-section-title span {
    background: none repeat scroll 0 0 #f6f6f6;
    float: left;
    padding: 0 21px 0 0 !important;
	font-size:0.8em;
	font-weight:400;
	letter-spacing: -1px;
}


/*Custom Detail*/
.header-shadow {
    position: absolute;
    background-image: url("../images/shadow-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 42px;
    width: 100%;
    top: -1px;
    z-index: 40;
}

.header-shadow2 {
    position: absolute;
    background-image: url("../images/slayt_shadow_top.png");
    background-repeat: repeat-x;
    background-position: top left;
    height: 10px;
    width: 100%;
    top: -1px;
    z-index: 40;
}

.header-nav {
	 background:;
	 padding:0px 0;
	/*background:url('../images/header_bg_white.png') top left repeat-x #fcfcfc;*/
}



#pt-blog img {
	margin-right:10px;
}

.spectar {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 197, 135, 1) 0%, rgba(73, 197, 135, 1) 1%, rgba(75, 201, 226, 1) 6%, rgba(255, 117, 117, 1) 13%, rgba(240, 200, 81, 1) 20%, rgba(141, 116, 185, 1) 27%, rgba(248, 118, 79, 1) 34%, rgba(73, 197, 135, 1) 42%, rgba(75, 201, 226, 1) 49%, rgba(255, 117, 117, 1) 56%, rgba(73, 197, 135, 1) 63%, rgba(255, 117, 117, 1) 70%, rgba(240, 200, 81, 1) 77%, rgba(141, 116, 185, 1) 84%, rgba(248, 118, 79, 1) 91%, rgba(73, 197, 135, 1) 98%, rgba(73, 197, 135, 1) 100%) repeat scroll 0 0;
    height: 4px;
    width: 100%;
}

#pt-contact header/*,#page_content header*/ {border-bottom:3px solid rgba(0,0,0,0.15);}

#page_content .lead{
	border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 8px 0px;
font-weight: 300;
font-size: 1.25em;
}

/* ==========================================================================
	Pinustech PT-MODULES CSS
   ========================================================================== */
/*
.pt016-moduletable {
    display: block;
    overflow: hidden;
}
*/

.pt016-custom .container-fluid{padding:0px !important;}

.pt016-box div.col-sm-3 .pt016-box-title h3 {
    padding: 31px 0 30px 100px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.pt016-box div.col-sm-3 {
    color: #fff;
}

.pt016-box div.col-sm-3 .pt016-box-detail p {
    padding: 20px 30px 0px;
	font-size:0.9em;
}

.pt016-box div.col-sm-3 .pt016-box-detail div.pt016-readmore {
    padding: 0 30px 25px;
}

.pt016-box div.col-sm-3 .pt016-box-detail div.pt016-readmore a {
    font-size: 14px;
    color: #fff;
}

.pt016-box div.col-sm-3 .pt016-box-detail div.pt016-readmore a:hover {
    color: #333;
}

.pt016-box div.col-sm-3 {
    padding: 0;
    color: #fff;
}

/*BOX-1*/
.pt016-box div.col-sm-3.box1 {
    background: transparent url(../demo/box1.jpg) no-repeat scroll center center / cover;
}

.pt016-box div.col-sm-3.box1 .pt016-box-title {
    background: rgba(252,77,63,0.55);
}

.pt016-box div.col-sm-3.box1 .pt016-box-title h3 {
    background: transparent url(../demo/title-box1.png) no-repeat top left;
}

/*BOX-2*/
.pt016-box div.col-sm-3.box2 {
    background: transparent url(../demo/box2.jpg) no-repeat scroll center center / cover;
}

.pt016-box div.col-sm-3 {
    padding: 0;
    color: #fff;
}

.pt016-box div.col-sm-3.box2 .pt016-box-title {
    background: rgba(244,193,25,0.55);
}

.pt016-box div.col-sm-3.box2 .pt016-box-title h3 {
    background: transparent url(../demo/title-box2.png) no-repeat top left;
}

/*BOX-3*/
.pt016-box div.col-sm-3.box3 {
    background: transparent url(../demo/box3.jpg) no-repeat scroll center center / cover;
}


.pt016-box div.col-sm-3.box3 .pt016-box-title {
    background: rgba(22,195,176,0.55);
}

.pt016-box div.col-sm-3.box3 .pt016-box-title h3 {
    background: transparent url(../demo/title-box3.png) no-repeat top left;
}

/*BOX-4*/
.pt016-box div.col-sm-3.box4 {
    background: transparent url(../demo/box4.jpg) no-repeat scroll center center / cover;
}


.pt016-box div.col-sm-3.box4 .pt016-box-title {
    background: rgba(66,179,229,0.55);
}

.pt016-box div.col-sm-3.box4 .pt016-box-title h3 {
    background: transparent url(../demo/title-box4.png) no-repeat top left;
}

.pt018-heading h2 {
    margin-bottom: 5px;
}

.pt018-heading::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    border-top: 2px solid #34b1c4;
}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.pt014-headding {
    padding-bottom: 30px;
}

.pt014-section-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.pt014-services .showcase {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 auto 30px;
  overflow: hidden;
  background: transparent;
  /*border: 1px solid #DEDEDE;*/
  box-shadow: 0px 0px 6px 0px #bdc3ca;
  border-radius:3px;
}

.pt014-services .sh-thumbnail {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 300px;
  z-index: 1;
  background: #f8f8f8;
  background-position: 50% 50%;
  background-size: cover;
  transition: right 250ms, left 250ms;
}
/*
.sh-thumbnail-1 {
  background-image: url("../img/700x406-img1.jpg");
}
.sh-thumbnail-2 {
  background-image: url("../img/700x406-img2.jpg");
}
.sh-thumbnail-3 {
  background-image: url("../img/700x406-img3.jpg");
}
.sh-thumbnail-4 {
  background-image: url("../img/700x406-img4.jpg");
}
*/

.pt014-services .sh-thumbnail__overlay {
  position: relative;
  padding-top: 90px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms;
}

.pt014-services .desc {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  background: white;
  text-align: center;
  transition: background 250ms, color 250ms, width 250ms, padding 250ms;
  font-size:0.9em;
  line-height:18px;
}
.pt014-services .desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  content: "";
  transition: border-color 250ms;
}

.pt014-services .desc h4{
	font-size:18px;
	line-height:20px;
	margin-bottom:15px !important;

}
.pt014-services .desc p{
	font-size:14px;
	line-height:20px;
	color:#7A7A7A;
	font-weight:normal;
}

.pt014-services .showcase:hover .sh-thumbnail {
  right: 325px;
  left: -25px;
}
.pt014-services .showcase:hover .sh-thumbnail__overlay {
  opacity: 1;
}
.pt014-services .showcase:hover .desc {
  width: 350px;
  padding-left: 45px;
  padding-right: 45px;
  background: #202426;
  color: #fff;

}
.pt014-services .showcase:hover h2 {
  color: #fff;

}
.pt014-services .showcase:hover .desc:after {
  border-color: transparent #202426 transparent transparent;
}

.pt014-services .showcase--inverted .sh-thumbnail {
  right: 0;
  left: 300px;
}

.pt014-services .showcase--inverted .desc {
  left: 0;
  right: auto;
}
.pt014-services .showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #fff;
}

.pt014-services .showcase--inverted:hover .sh-thumbnail {
  left: 325px;
  right: -25px;
}
.pt014-services .showcase--inverted:hover .desc:after {
  border-color: transparent transparent transparent #202426;
}


.pt014-hide_items{display:none;}
.pt014-load-more {
/*font-family: 'Open Sans',sans-serif;*/
font-size:1.2em; 
 margin-top:30px;
    width:100%;
    height:50px;
    background-color:#20bec6;
    text-align:center;
    color:#fff;
    line-height:50px;
    cursor:pointer;
	/*position:absolute;*/
	bottom:0;
	letter-spacing:-1px;
}

.pt014-load-more:hover{

background-color:#18969c;
color:#fff;
-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;}
	
.course-content .course-title a {
    color: #212121;
}




.pt015-about-us {
    display: table;
    width: 100%;
    background-color: #f5f5f5;
}

.pt015-about-us .left-image, .pt015-about-us .right-infomation {
    display: table-cell;
}

.pt015-about-us .left-image {
    position: relative;
    overflow: hidden;
    width: 38%;
    background-image: url('../images/previews/MG_2650.jpg');
    background-position: center;
    background-size: cover;
}

.pt015-about-us .left-image, .pt015-about-us .right-infomation {
    display: table-cell;
}

.pt015-about-us .right-infomation .content-wrapper {
    width: 62%;
    margin-left:6%;
}

.pt015-about-us .right-infomation .content-wrapper .pt-text {
    margin-bottom: 20px;
}

.pt015-about-us .main-title h1{
	font-size: 38px;
	/*color: rgba(178,162,146,0.3);*/
	color: #ddd;
	line-height: 40px;
	text-align: left;
	font-weight:bold;
}

.pt015-about-us .main-title h6{
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	text-align: left;
    margin-top: -30px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;

}

.pt008-featured img {
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
	display:inline-block;
	vertical-align:middle;	
}

[class*="block-grid-"] {
	display:block;
	padding:0;
	margin:0
-.625rem
}
[class*="block-grid-"]:before,[class*="block-grid-"]:after {
	content:" ";
	display:table
}
[class*="block-grid-"]:after {
	clear:both
}
[class*="block-grid-"]>[class*="col-lg-"],
[class*="block-grid-"]>[class*="col-md-"],
[class*="block-grid-"]>[class*="col-xs-"]   {
	display:block;
	float:left;
	height:auto;
	padding:0
.625rem 1.25rem
}



.pt008-featured .product_after_shop_loop_switcher a.button{
	position:relative;
	display:inline-block;
	float:left;
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	-ms-border-radius:3px !important;
	border-radius:3px !important;
	background-clip:padding-box;
	font-size:10px;
	padding:0px 15px !important;
	height:33px;
	vertical-align:middle !important;
	line-height:33px !important;
	/*background-color:rgba(242,120,53,1);*/
	background-color:rgba(187,121,60,1);
	background-color:#00a650;
	color:#fff !important;
	letter-spacing:0 !important;
	font-weight:bold !important;
	margin:0 !important;
	min-width:inherit;
	text-decoration:none;
	text-align:left;
	border:none !important;
	cursor:pointer;
	-webkit-appearance:none;
	border:none
}

.pt008-featured .product_after_shop_loop_switcher a.button:hover{
	background-color:rgba(187,121,60,0.8);
	background-color:#000;
}

.pt008-featured {
	margin-top:20px
}
.pt008-featured .product-item {
	padding:0;
	padding-left:0;
	padding-right:0
}
.pt008-featured .product-item figure.product-inner p.product-category-listing {
	display:block;
	margin:10px 0 0 0;
	padding:0;
}


.pt008-featured .product-item figure.product-inner p.product-category-listing
a {
	color:rgba(0,0,0,0.4);
	font-size:10px;
	line-height:16px;
	font-weight:bold;
	letter-spacing:1px
}

.pt008-featured .product-item figure.product-inner p.product-category-listing a:hover {
	color:rgba(0,0,0,0.7)
}

.pt008-featured .product-item figure.product-inner h4 {
	margin:5px 0 5px;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
}

.pt008-featured .product-item figure.product-inner h4
a {
	color:#000
}

.pt008-featured .product-item figure.product-inner h4 a:hover {
	color:rgba(0,0,0,0.7)
}

.pt008-featured .product-item:hover {
	z-index:999
}
.pt008-featured .product-item figure.product-inner {
	display:block;
	margin:0;
	padding:24px 20px 20px 20px;
	-webkit-box-shadow:0px 0px 0px transparent;
	-moz-box-shadow:0px 0px 0px transparent;
	box-shadow:0px 0px 0px transparent;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	z-index:1;
	height:auto !important;
	background-color:#fcfcfc;
	border:1px solid #f5f5f5;
	border-bottom: 2px solid #d5d2d2;
border-radius: 0 0 6px 6px;
}
.pt008-featured .product-item figure.product-inner:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0
}

.pt008-featured .product-item figure.product-inner:hover {
	background-color:#fff;
	-webkit-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	box-shadow:0px 0px 40px 0px rgba(0,0,0,0.1);
	-moz-transform:translateY(-4px);
	-o-transform:translateY(-4px);
	-ms-transform:translateY(-4px);
	-webkit-transform:translateY(-4px);
	transform:translateY(-4px);
	z-index:9999;
}

.product_after_shop_loop {
	border-top:1px solid rgba(0,0,0,0.05);
	height:40px;
	overflow:hidden;
	margin-top:15px
}

.product-item:hover
.product_after_shop_loop {
	border-top:1px solid #fff
}
.product_after_shop_loop_switcher {
	height:80px;
	overflow:hidden;
	-webkit-transition:-webkit-transform .3s ease;
	-moz-transition:-moz-transform .3s ease;
	-o-transition:-o-transform .3s ease;
	-ms-transition:-ms-transform .3s ease;
	transition:transform .3s ease;
	-moz-transform:rotate(0);
	-webkit-transform:translateZ(0)
}
.pt008-featured .pt008-li:not(.catalog_mode):hover
.product_after_shop_loop_switcher {
	-moz-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px)
}
.pt008-featured .pt008-li.product_added_to_cart
.product_after_shop_loop_switcher {
	-moz-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none
}
.product_after_shop_loop .price{
	color:rgba(0,0,0,0.8);
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	border-bottom:none;
	text-decoration:none
}

.product_after_shop_loop_price {
	padding-top:7px;
	height:40px;
	overflow:hidden
}
.product_after_shop_loop_buttons {
	padding-top:0px;
	height:40px;
	overflow:hidden
}

.pt008-featured .product-item {
    margin-right: -1px;
    margin-bottom: 10px;
    
}

.pt007-footer h1,
.pt007-footer h2,
.pt007-footer h3,
.pt007-footer h4,
.pt007-footer h5,
.pt007-footer h6 {
  color: #7c7c7c;
  /*text-transform: uppercase;*/
}

/*------------------------------------------------------------------

[Form Elements ]

-------------------------------------------------------------------*/
.pt007-footer input,
.pt007-footer textarea,
.pt007-footer select {
  padding: 0px 10px;
}
.pt007-footer input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt007-footer input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt007-footer input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt007-footer input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.pt007-widget-content {
  width: 100%;
  float: left;
}

.pt007-widget-content .sm-profiles {
  width: auto;
  float: left;
  margin-top: 20px;
  text-align: left;
}
.pt007-widget-content .sm-profiles a {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  /*background-color: rgba(242,120,53,1);*/
  background-color: #17b1f9;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.pt007-widget-content .sm-profiles a:hover {
  background-color: #fff;
  color: #000;
}

.pt007-widget-content .sm-profiles a .fa {
 padding-top:10px;
}

.pt007-widget-content .quick_newsletter {
  width: 100%;
  float: left;
  margin-top: 20px;
  position: relative;
}
.pt007-widget-content .quick_newsletter form {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pt007-widget-content .quick_newsletter form input[type=text] {
  width: 50%;
  float: left;
  background-color: transparent;
  border: 0px;
  line-height: 38px;
  height: 38px;
  color: #fff;
}

.pt007-widget-content .quick_newsletter form input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.pt007-widget-content .quick_newsletter form input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.pt007-widget-content .quick_newsletter form input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.pt007-widget-content .quick_newsletter form input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.pt007-widget-content .quick_newsletter form input[type=button],
.pt007-widget-content .quick_newsletter form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  height: 40px;
  float: left;
}

.pt007-widget {
  margin-top: 70px;
  float: left;
  width: 100%;
}

.pt007-widget-title {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  /*border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,255,255,1);*/
  padding-bottom: 5px;
  font-size: 16px;
  /*text-transform: uppercase;*/
  /*color: #fff !important;*/
  color:#55846b !important;
  /*font-family: 'Oswald', sans-serif !important;*/
  font-weight: 400;
  font-size: 24px;
}

.pt007-widget-content {
  width: 100%;
  float: left;
  position: relative;
  color:#9da7ac;
}

/*------------------------------------------------------------------

[ pt007 Widget Links ]

-------------------------------------------------------------------*/
.pt007-widget-links .wrap-1 {
  width: 50%;
  float: left;
  padding-right: 15px;
  box-sizing: border-box;
}
.pt007-widget-links .wrap-2 {
  width: 50%;
  float: right;
  padding-left: 15px;
  box-sizing: border-box;
}
.pt007-widget-links ul {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.pt007-widget-links ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pt007-widget-links ul > :last-child {
  margin-bottom: 0px;
}
/*------------------------------------------------------------------

[ pt007 Widget Contacts ]

-------------------------------------------------------------------*/
.pt007-widget-contacts p.contacts {
  color:#9da7ac;
}
.pt007-widget-contacts p.contacts i.fa {
  /*color: #ce434a;*/  
  margin:5px 14px 0 0;
  /*color: rgba(242,120,53,1);*/
  color:#9da7ac;
}

/*------------------------------------------------------------------

[ pt007- Footer ]

-------------------------------------------------------------------*/
.pt007-footer {
  width: 100%;
  float: left;
  /*background-color: #373d4b;*/
  background:/*url('../demo/footer-bg.jpg') no-repeat scroll center 0*/ #000;
  background-size: cover;
  padding-top: 0px;
}

.pt007-overlay{
	/*background:rgba(0,0,0,0.85);*/
}


.pt007-footer .copyrights {
  width: 100%;
  float: left;
  border-top-width: 2px;
  border-top-style: solid;
  /*border-top-color: rgba(242,120,53,1);*/
  border-top-color: #55846b;
  margin-top: 70px;
}
.pt007-footer .copyrights p {
  margin: 0px;
  text-align: center;
  width: 100%;
  float: left;
  line-height: 20px;
  padding: 25px 0;
  /*color: rgba(255, 255, 255, 0.5);*/
  color: #9da7ac;
}

.pt007-widget {
  color: rgba(255, 255, 255, 0.5);
}

.pt007-widget-links ul li a {
  color:#9da7ac;
}
.pt007-widget-links ul li a:hover {
  /*color: rgba(242,120,53,1);*/
  color: #55846b;
}

.pt007-widget-links .fa {
  margin-top:5px;
  margin-right:5px;
}

.pt007-widget-flickr .pt007-widget-content {
  margin-top: 20px;
}

/*------------------------------------------------------------------

[ Buttons ]

-------------------------------------------------------------------*/
.pt007-btn {
  box-sizing: border-box;
  padding: 0px 20px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: bold;
  display: inline-block;
  transition: all ease 0.4s;
  border: 0px;
}
.pt007-btn:hover {
  text-decoration: none !important;
}

.pt007-btn-primary {
 /*background-color: #ce434a;*/  
  /*background-color: rgba(242,120,53,1);*/
  background-color:#20bec6;
  color: #000;
  border: 0px;
}
.pt007-btn-primary:hover {
  background-color: #128b91;
  color: #000;
}

.pt007-btn-border-primary {
  /*border: 2px solid #ce434a;*/
  border: 2px solid #ff8600;
  background-color: transparent;
  color: #ce434a;
  line-height: 30px !important;
  height: 34px !important;
  transition: all ease 0.4s;
}
.pt007-btn-border-primary:hover {
  background-color: #ce434a;
  color: #fff;
}

#pt009-breadcrumb{
	position:relative;
	background:url('../images/home-breadcrumb2.jpg') no-repeat center top #ebe8e3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background:#f4f4f4;*/
	/*color: rgba(154,137,120,1);*/
	color:#fff;
	border-bottom:1px solid #cac6c6;
	/*border-top:3px solid rgba(0,0,0,0.15);*/
	/*border-top:3px solid rgba(46,204,113,0.8);
	
	border-top:3px solid #ee7100;*/
	
	
	/*text-shadow: 1px 1px #fff !important;*/
	padding:32px 0px;
	margin-top:0px;}

#pt009-breadcrumb .breadcrumb { background: none repeat scroll 0 0 transparent; list-style: none outside none;margin:0px;padding:0px 0px;}
#pt009-breadcrumb .breadcrumb li {font-size:14px;}
#pt009-breadcrumb .breadcrumb li a {/*color: rgba(154,137,120,1);*/color:#fff;/*text-shadow: 1px 1px #fff !important;*/}
#pt009-breadcrumb .breadcrumb li a:hover {color:rgba(46,204,113,0.8);color:#ee7100;}

#pt009-breadcrumb .breadcrumb > li + li:before {
  padding: 0 0px;
  /*color: rgba(178,162,146,1);*/
  color:#999;/
  content: "\00BB";
}

#pt009-top-date{padding-top:0px;font-size:13px;}
#pt009-mday{background:#00a650;padding:3px 2px 3px 5px;margin-right:5px;color:#fff;/*text-shadow: 1px 1px #000 !important;*/}


.pt010-widget{
margin-bottom:30px;
padding:0px;
/*background:#fcfcfc;*/
/*border-bottom: 2px solid #d5d2d2;*/
border-radius: 0 0 0px 0px;
margin-top:25px;
}

.pt010-widget ul{
padding:0;
}

.pt010-widget-title{
 /*font-family: "Open Sans",arial,sans-serif;*/
  margin-bottom:8px;
  font-size:20px;
  padding:12px 0px;
  color:#000;
  font-weight:normal; 
  letter-spacing:0px;
}

.pt010-widget-title span:after {
 background-color: rgba(46,204,113,0.8);
   background-color:#00a650;
  bottom: 0;
  content: "";
  margin-top: 8px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}

.pt010-widget-title{
/*background-color:#55846b;*/

}

.pt010-widget-title span{
 padding:0px;
  
}

.pt010-widget .pt-std-price {font-size:0.8em;color:#bc945e;}



.pt010-widget-list li {
  /*min-height: 56px;*/
  position: relative;
  margin-bottom: 10px;
  padding: 4px 0 14px;
  border-bottom: 1px dotted #eaeaea;
}
.pt010-widget-list li img {
	margin-bottom:25px;
	clear:both;
}

.pt010-widget-list li h5{
margin:0px;
padding:0px;
}

.pt010-widget-list li h5 a{
font-size:0.9em;
}

.pt010-widget-list li:last-child  {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.pt010-widget-list h5 a {
  margin-top: 0;
  color:#000;
}

.pt010-widget-list h5 a:hover {
color:#55846b;
color:#00a650;
}

.pt010-widget-list li img {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
margin-left:0px;
}

.pt010-widget-list li:hover img {
border-color:#00a650;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-ms-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
}

.pt010-widget-list li:hover span{
color:#000;
}

.pt010-widget-list i {
  color: #999;
}

.pt010-widget-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
  border:1px solid #ccc;
}

.pt010-widget-list .cont_current a h5{
 /*color:#55846b;*/
  color:#121212;
 }

.pt010-widget-list .cont_current img{
 border-color:#55846b;
 opacity:1 !important;
 filter:alpha(opacity=100); /* For IE8 and earlier */
 }
.pt010-widget-list .cont_current span{
color:#000;
 }
 
 
 li.cont_current h5 a{
	 color:#00a650 !important;
 }
 
 
 .pt011-widget{
margin-bottom:30px;
padding:0px;
background:#fff;
border-bottom: 2px solid #d5d2d2;
border-radius: 0 0 6px 6px;
}

.pt011-widget ul{
padding:0 10px 10px;
}

.pt011-widget-title{
 /*font-family: "Open Sans",arial,sans-serif;*/
  margin-bottom:14px;
  font-size:18px;
  padding:13px 0 13px 0;
  color:#fff;
  font-weight:normal; 
  letter-spacing:0px;
}

.pt011-widget-title{
background-color:#1a2328;  
}

.pt011-widget-title span{
 padding:20px 10px;
}

		
/*Product treeview*/	
.pt011-tree, .pt011-tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.pt011-tree ul {
    margin-left:1em;
    position:relative
}
.pt011-tree ul ul {
    margin-left:.5em
}
.pt011-tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.pt011-tree li {
    margin:0;
    padding:0.3em 1em;
    line-height:1.5em;
    color:#2a3744;
    /*font-weight:700;*/
    position:relative;
	border-bottom:1px dotted #ddd;
}

.pt011-tree li:last-child{
   border-bottom-width: 0px;
   padding-bottom:20px;
}

.pt011-tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}

.pt011-tree ul li:last-child{
   border-bottom:1px dotted #fff !important;
}

.pt011-tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.pt011-indicator {
    margin-right:5px;
	margin-top:3px;
}
.pt011-tree li a {
    text-decoration: none;
    color:#2a3744;
	font-size:0.9em;
}
.pt011-tree li button, .pt011-tree li button:active, .pt011-tree li button:focus {
    text-decoration: none;
    color:#2a3744;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.pt011-tmenu_active_text>a{color:#55846b !important;}

.pt013-widget{
margin-bottom:30px;
padding:0px;
background:#fff;
border-bottom: 2px solid #d5d2d2;
border-radius: 0 0 6px 6px;
}

.pt013-widget ul{
padding:0 10px 10px;
}

.pt013-widget-title{
  /*font-family: "Open Sans",arial,sans-serif;*/
  background-color:#65517a;
  margin-bottom:14px;
  font-size:18px;
  padding:13px 0 13px 0;
  color:#fff;
  font-weight:normal; 
  letter-spacing:0px;
}

.pt013-widget-title span{
 padding:20px 10px;
  
}

.pt013-widget .pt-std-price {font-size:0.8em;color:#bc945e;}

.pt013-widget-list li {
  min-height: 50px;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 70px;
  border-bottom: 1px dotted #eaeaea;
}

.pt013-widget-list li:last-child {
	padding: 0px;
}

.pt013-widget-list li a h5{
font-size:0.9em;
line-height:18px;
padding-top:5px;
}

.pt013-widget-list li:last-child  {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.pt013-widget-list h5 {
  margin-top: 0;
  margin-bottom: 5px;
  color:#000;
}

.pt013-widget-list a h5:hover {
color:#55846b;
}

.pt013-widget-list li img {
opacity:.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
margin-left:0px;
}

.pt013-widget-list li:hover img {
border-color:#55846b;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: opacity .15s ease-in-out;
-webkit-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-ms-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
}

.pt013-widget-list li:hover span{
color:#000;
}

.pt013-widget-list i {
  color: #999;
}

.pt013-widget-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
  border:1px solid #ccc;
}

.pt013-filter li{
  line-height: 32px;
  border-bottom:1px dotted #ccc;
}

.pt013-filter li:last-child{
  line-height: 32px;
  border-bottom-width:0px;
  padding-bottom:4px;
}

.pt013-filter li a{
  color:#2a3744;
  font-size:0.9em;
}

.pt013-filter li:hover>a,
.pt013-filter li.active>a,
.pt013-filter li:hover>span:before,
.pt013-filter li.active>span:before
{
  color: #55846b;
}

.pt013-filter > li >span:before{
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}
.pt013-filter > li >span.open:before{
  content: "\f107";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}

.pt013-filter > li > ul{
  padding-left: 27px;
  display: none;
}
.pt013-filter > li > ul > li{
  border-bottom: 1px dotted #eaeaea;
}
.pt013-filter > li > ul > li:last-child{
  border: none;
}
.pt013-filter > li > ul > li >span:before{
    content: "\f0da";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
}

/* ==========================================================================
   PT-PRODUCTS CSS
   ========================================================================== */

.pt-content-wrapper{padding:0 0px 80px 0px;margin-top:30px;}
.pt-content-wrapper h1 {
  margin-top: 14px;
  border-bottom: 1px solid rgba(46,204,113,0.8);
   border-bottom: 0px solid #ee7100;
  margin-bottom:8px;
  font-size:2.1rem;
  padding:2px 0;
  padding-bottom:0px; 
  letter-spacing:-1px;  
	line-height:32px;
	color:#121212;
}

.pt-content-wrapper h1:after {
 /* background-color: rgba(46,204,113,0.8);
   background-color:#ee7100;
  bottom: 0;
  content: "";
  margin-top: 8px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;*/
}

.pt-content-wrapper ul, .pt-content-wrapper ol{
	/*margin-bottom:15px;*/
}

/*
[Product page]
*/
#pt-product .tab-pane{padding:10px 0;}
#pt-product .nav-tabs > li > a {
  border-radius: 0px !important;
  color:#000;
}

.pt-product-tab {margin-top:20px;}

.pt-product-tab .nav-tabs > li.active > a, 
.pt-product-tab .nav-tabs > li.active > a:focus, 
.pt-product-tab .nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
	border-top:1px solid #fff;
}

.pt-product-tab .nav-tabs {
    border-bottom: 1px solid #eee;
}

.pt-product-tab .tab-content{
	padding:20px;
	background:#fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	line-height:1.3em;
	border-bottom: 2px solid #d5d2d2;
	border-radius: 0 0 6px 6px;	
}

.pt-product-tab .tab-content p{
	line-height:1.8em;
	margin-bottom:10px;	
}
#pt-product img {border:3px solid #fff !important;}
./*
[Blog page]
*/

#pt-blog img {
	margin-right:10px;
}

#pt-blog p {
	margin-bottom:10px;
}

.image_left {
    float: left;
    margin: 0.2em 1em 0.2em 0;
}
.cont_sep {
    height: 20px;
    border-top: 1px dashed #ccc;
    margin: 40px 0 10px 0;
}

.image_style2 img, .image_style3 img {
    border-radius: 0px;
    border: 4px solid #fff;
    padding:0px;
}
.pt-cat-title{margin:0;padding:0;padding-bottom:14px;}
.pt-cat-title a{color:#34b1c4; font-size:0.9em;}

.button2{ border-radius:2px; display:inline-block; background:#111111; font:11px/15px Arial, Helvetica, sans-serif; color:#ffffff !important; -webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease; padding:3px 10px 4px 10px;cursor:pointer;}
.button2:hover{ background:rgba(46,204,113,0.8);  background:#fff;color:#000 !important; text-decoration:none;}

/*-- Pagination Buttons --*/
.pt1_btn-indent{ padding:5px 0; overflow:hidden;}
.pt1_btn-indent2{ padding:5px 0 5px 400px; overflow:hidden;}
.pt1_btn{
	display:inline-block;
   border: 1px solid #DDD;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   box-shadow:0 1px 1px #fff;
   font: bold 11px Sans-Serif;
   padding: 8px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: #666;
   background: transparent;
   cursor: pointer;
   border-color: #ddd;
   background-color:#E0E0E0;
   background: -webkit-linear-gradient(top, white, #E0E0E0);
   background:    -moz-linear-gradient(top, white, #E0E0E0);
   background:     -ms-linear-gradient(top, white, #E0E0E0);
   background:      -o-linear-gradient(top, white, #E0E0E0);
   background:      linear-gradient(top, white, #E0E0E0);
   -pie-background:      linear-gradient(top, white, #E0E0E0);
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;}  

.pt1_btn:hover{ box-shadow:inset 0 0 3px #fff;border-color: #999; text-decoration:none;}
.pt1_btn:active{
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   box-shadow:inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
  -pie-background:     linear-gradient(top, #E6E6E6, gainsboro);}
.pt1_pages{position:relative; overflow:hidden; text-align:center;}
.pt1_pages li{ float:left;list-style:none !important;background:none !important;padding:0px !important;margin:0px !important;}
.pt1_pages li .pt1_btn.pt1_prev_page,.pt1_pages li .pt1_btn.pt1_next_page{ padding:6px;}
.pt1_pages li.pt1_current a{
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	box-shadow:inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
	-pie-background:      linear-gradient(top, #E6E6E6, gainsboro);}
.pt1_btn.pt1_page{ box-shadow:none; border-radius:0;}
/* directions */
.pt1_btn.pt1_prev_page,.pt1_btn.pt1_next_page{ box-shadow:none;}
.pt1_btn.pt1_prev_page{ border-radius:3px 0 0 3px; padding-left:5px;}
.pt1_btn.pt1_next_page{ border-radius:0 3px 3px 0; padding-right:5px;}
.pt1_btn span{ width:16px; height:15px;}
/*
.btn.prev_page span{ display:inline-block; background: url(../images/icons/icon-previous.png) 0 0 no-repeat;margin:0 0px 0 0;}
.btn.next_page span{ display:inline-block; background: url(../images/icons/icon-next.png) 0 0 no-repeat;margin:0 0 0 0px}
*/
/*-- /End of Pagination Buttons --*/


/*pt025-about-us*/
.pt025-about {
    background: #1a2328;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.pt025-img-container {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
}

.pt025-img-container figure {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pt025-title {
    margin-bottom: 35px;
}

.pt025-title h1 {
	letter-spacing:-2px;
}

.pt025-title.color-white {
    color: white;
}

.pt025-title {
    text-align: center;
    color: #23292c;
}

.pt025-title h1 {
    font-size: 36px;
}

.pt025-title h1 span{
    color: #619579;
}

.pt025-contents {
    text-align: center;
}

.pt025-contents h3 {
    color: white;
}

.pt025-contents h3 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
}

.pt025-contents p {
    color: #9da7ac;
}

.pt025-title p {
    font-style: italic;
    line-height: 1.5em;
}

.pt025-title img {
    margin-bottom: 37px;
}
.pt025-sign{margin-top:60px;}



/*pt026-welcome*/
.pt026-img {
	margin-top: -150px;
	position: relative;
	z-index: 20; }
	
@media (max-width: 1800px) {

.pt026-img {
		margin-top: -100px;
		
	}
}

@media (max-width: 992px) {

.pt026-img {
		margin-top: 0px;
		padding-top:60px;		
	}
}
			
.pt026-img {
    margin-bottom: 35px;
}

.pt026-img-wrapp {
    border: 5px solid #fff;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    display: block;
}

.pt026-img-wrapp img {
    width: 100%;
    max-width: 100%;
}

.pt026-title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 24px;
}

.pt026-title a {
    color: #4c4c4c;
}

.pt026-title a span {
    font-weight: 900;
	display:block;
}

.pt026-title a:hover {
color: #95c300; 
}

.pt026-title a:hover span {
 color: #95c300 !important;
}


/*pt046-welcome*/
.pt046-welcome .col-md-12{
	padding:0 100px;
}
.pt046-box-skewed{
	position: relative;
	 background-color: #1e81cc;
	 width:100%;

z-index:100;
}
.pt046-box-skewed:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
	transform-origin: right bottom;
	transform: skewY(-2deg);
}

.pt046-box-skewed h1{
	color:white;
	
	font-weight:400;
	font-size:30px;
	margin-top: 60px;
margin-bottom: 10px;

}

.pt046-focus {
    background-color: #76c7ec;
    color: #000;
	padding:0 10px;
	font-weight:700;
}

.pt046-box-skewed p {
    color: #a8d9f2;
	font-weight:300;
	font-size:1.1em;
	margin-top:20px;
}

.pt046-btn-wrapper{
	padding:24px 110px;
}

.pt046-btn-wrapper .pt-btn{
	width:100% !important;
	font-size:1.1em;
	font-weight:600;
	padding:14px 0;
}

.pt046-btn-wrapper .pt-btn:hover{
	background:#fff;
	color:#000;
}

@media (min-width: 993px){
	.pt046-box-skewed {
		margin-bottom: -120px;
		top: -120px;
	}
}

@media (max-width: 992px){
	.pt046-welcome .col-md-12{
		padding:0 30px;
	}
}

@media (max-width: 767px){
	.pt046-welcome .col-md-12 {
		padding:0 15px;
	}
	.pt046-box-skewed h1{
		font-weight:600;
		font-size:28px;
	}
}

@media (max-width: 480px){

	.pt046-box-skewed h1 {
		font-weight:600;
		font-size:24px;
	}
	.pt046-box-skewed p {
		padding:15px;
		font-size:1em;
	}

	.pt046-btn-wrapper{
		padding:14px 20px;
	}

	.pt046-btn-wrapper .pt-btn{
		font-size:1em;
	}
}


/*pt049-about-us*/
.pt049-heading-wrapper {
	border-left:5px solid #3db7e4; padding:0px 30px;
}
.pt049-heading h2 {
   margin-top: 0;
margin-bottom: 25px;
font-size: 40px;
letter-spacing: -1px;
line-height: 40px;
}

.pt049-about-us ul{
	margin-bottom:30px;
}
.pt049-list li {
    background: url(../images/checked.png) no-repeat left 15px;
    padding-left: 40px;
    list-style: none;
    margin: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.pt049-about-us .lead {
	padding:0 100px;
}


/*pt048-community*/
.pt048-community {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
  z-index: 100; 
  color:#fff;
   font-family:'Roboto', sans-serif;
   }


.pt048-community .pt048-title {
    margin-bottom: 0; }
.pt048-community .pt048-subtitle {
    color: #bcc0c3;
    margin-bottom: 90px; 
	 font-weight:400;
	
}
    @media (min-width: 992px) {
      .pt048-community .pt048-subtitle {
        margin-bottom: 140px; } 
	}
  
.pt048-community .pt048-number {
    -webkit-will-change: all;
    -moz-will-change: all;
    will-change: all;
    line-height: 0.8em;
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    z-index: 100; }
    .pt048-community .pt048-number.pt048-active {
      z-index: 1500; }
  .pt048-community .community-number {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100px; }
  .pt048-community .pt048-detail {
	  font-weight:400;
    z-index: 1002;
    position: absolute;
    width: 100%;
    pointer-events: none;
	margin-top:20px;
    opacity: 0;
    letter-spacing: 0.25em;
    -webkit-will-change: all;
    -moz-will-change: all;
    will-change: all;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px); }
    .pt048-community .pt048-detail.pt048-active {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0); }
	  
.jumbotron .pt048-giga, .jumbotron p.pt048-giga, .pt048-giga {
    font-family:'Roboto', sans-serif;
	font-size: 150px;
    font-weight: 900;
}


.pt048-community .pt048-blur {
  color: #4D4D4D;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px); }
	
@media (max-width: 480px){
	.jumbotron .pt048-giga, .jumbotron p.pt048-giga, .pt048-giga {
		font-size: 90px;
		font-weight: 700;
	}
}
/*BOOTSTRAP HACKED*/
.jumbotron{
	margin-bottom:0px !important;
}

/*pt047-latest*/
.pt047-latest {
  overflow: hidden;
  padding: 60px 0px; 
 }
.pt047-sphere {
  border-radius: 50%;
  border: 1px solid #000000;
  height: 500px;
  width: 500px;
  margin: auto;
  background-color: white;
  position: relative;
  z-index: 600;
  left: 50%;
  margin-left: -250px; 
  }
.pt047-sphere p {
	color: #989898;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1em; 
}

.pt047-sphere .pt047-sphere-content {
    width: 75%;
    height: auto;
    text-align: center;
    margin: auto;
    padding-top: 50px; 
}
.pt047-sphere .pt047-mini-title {
    margin-bottom: 70px;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase; 
}

.pt047-sphere .pt047-title {
    text-transform: uppercase;
	/*font-family:'Oswald', sans-serif;*/
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 20px; 
	font-weight:bold;
	padding:30px 10px 0px;
}


.pt047-spheres .pt047-sphere {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  background-color: #FFF;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  
.pt047-spheres .pt047-sphere:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border 0.4s cubic-bezier(0.19, 1, 0.22, 1);		
}

.pt047-spheres .pt047-sphere:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); 
}
    
.pt047-spheres .pt047-sphere:hover:before {
      border: 3px solid #000; 
}

.pt047-spheres.pt047selected-2 .pt047-sphere[data-sphere="3"] {
  -webkit-transform: translate(-10%) scale(0.89);
  transform: translate(-10%) scale(0.89);
  opacity: 0.05; }
  
.pt047-spheres.pt047selected-2 .pt047-sphere[data-sphere="1"] {
  -webkit-transform: translate(-40%) scale(0.93);
  transform: translate(-40%) scale(0.93);
  opacity: 0.1; }
  
.pt047-spheres.pt047selected-3 .pt047-sphere[data-sphere="2"] {
  -webkit-transform: translate(10%) scale(0.9);
  transform: translate(10%) scale(0.9);
  opacity: 0.05; }
  
.pt047-spheres.pt047selected-3 .pt047-sphere[data-sphere="1"] {
  -webkit-transform: translate(40%) scale(0.95);
  transform: translate(40%) scale(0.95);
  opacity: 0.1; }

.pt047-sphere .btn.circle {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -35px;
  text-align: center;
  color: #000000;
  padding-top: 25px; 
}

.pt047-sphere .btn.circle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #808a90;
  text-transform: uppercase;
  margin-top: 5px; 
}

.pt047-sphere .btn.circle a {
	color: #000000;
	font-size: 16px; 
}

.pt047-sphere .btn.circle:focus {
    outline: 0; 
}
	
.pt047-sphere .btn.circle:hover {
	background-color: #000;
}
  
.pt047-sphere .btn.circle:hover a {
    color: #ffffff;
    font-size: 16px; 
}

.pt047-sphere .btn.circle:hover {
    color: #ffffff; 
}

@media (min-width: 992px) {
	.pt047-sphere {
		left: auto;
		margin-left: auto; 
	} 
	.pt047-sphere[data-sphere="2"] {
		position: absolute;
		right: 0; 
	} 
	.pt047-sphere[data-sphere="3"] {
		position: absolute;
		left: 0; 
	}
	.pt047-sphere .pt047-mini-title {
		margin-bottom: 40px; 
	} 
	.pt047-sphere .pt047-title {
		font-size: 30px; 
	}
	.pt047-sphere.pt047inactive {
		opacity: 0.1;
		z-index: 400;
		top: 0;
		padding-top: 40px; 
	}
    .pt047-sphere.pt047inactive .pt047-mini-title {
        display: none; 
	}
}

@media (max-width: 767px){
 
}

@media (max-width: 480px){
	.pt047-sphere {
		height: 300px;
		width: 300px;
		left:0%;
		margin-left: 0px; 
	}
	.pt047-sphere .pt047-mini-title {
		margin-bottom: 10px;
		margin-top: 0px;
		font-size: 12px;
	}
	.pt047-sphere .pt047-title {
		font-size: 14px;
		line-height: 1.1em;
		margin-bottom: 10px; 
		padding:5px 5px 0px;
	}
	.pt047-sphere p {	
		font-size: 10px;
	}
	.pt047-sphere .btn.circle {
		bottom: 15px;
		padding-top: 25px; 
		margin-top: 5px;
	}	
	.pt047-spheres.pt047selected-2 .pt047-sphere[data-sphere="3"] {
		-webkit-transform: translate(0%) scale(0.89);
		transform: translate(0%) scale(0.89);		
	}  
	.pt047-spheres.pt047selected-2 .pt047-sphere[data-sphere="1"] {
		-webkit-transform: translate(0%) scale(0.93);
		transform: translate(0%) scale(0.93);		
	}  
	.pt047-spheres.pt047selected-3 .pt047-sphere[data-sphere="2"] {
		-webkit-transform: translate(0%) scale(0.9);
		transform: translate(0%) scale(0.9);		
	}  
	.pt047-spheres.pt047selected-3 .pt047-sphere[data-sphere="1"] {
		-webkit-transform: translate(0%) scale(0.95);
		transform: translate(0%) scale(0.95);		 
	}	
}


/*pt050-tab*/

.pt050-tab .tab-content{
	padding:60px 0;
}
/*BOOTSTRAP HACKED*/
.pt050-tab .nav-tabs {
  border-bottom: 1px solid #2ecc71;
}
.pt050-tab .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.pt050-tab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #f8f8f8;
  border-bottom:1px solid #2ecc71;
  border-radius: 0px 0px 0 0;
  color:#000;
}

.pt050-tab .nav-tabs > li > a span {
margin-top:10px;
margin-bottom:10px;
}

.pt050-tab .nav-tabs > li > a:hover {
  border-color: none;
  background-color: #f4f4f4;
}
.pt050-tab .nav-tabs > li.active > a,
.pt050-tab .nav-tabs > li.active > a:hover,
.pt050-tab .nav-tabs > li.active > a:focus {
  color: #2ecc71;
  cursor: default;
 background-color: #f4f4f4;
border: 1px solid #f4f4f4;
/*border-bottom-color: rgb(244, 244, 244);*/
border-bottom-color: #2ecc71;

}

.pt050-tab .nav-tabs > li.active > a::after{
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
content: '';
display: block;
width: 20px;
height: 20px;
border-left: 1px solid #2ecc71;
border-bottom: 1px solid #2ecc71;
position: absolute;
bottom: -11px;
left: 50%;
margin-left: -17px;
background-color: #f4f4f4;
}

.pt050-tab .nav-tabs > li > a > i{
border: 1px solid #2ecc71;
border-radius: 50%;
color: #2ecc71;
height: 100px;
width: 100px;
line-height: 100px;
position: relative;
text-align: center;
-webkit-transition: all ease 0.25s;
-moz-transition: all ease 0.25s;
-ms-transition: all ease 0.25s;
transition: all ease 0.25s;

padding:0px;
background:#fff;
font-size:64px;
}

.pt050-tab .nav-tabs > li > a > i:hover{
	
background:#2ecc71;
color:#fff;
animation-duration: .3s;
animation-name: fadeAndScale;
animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

.pt050-tab .nav-tabs > li > a > span{
display:block;
}

/*pt051-services*/
.pt051-heading {
   position: relative;
    height: 48px;
    margin-bottom: 30px;
    color: #3c3c3c;
	letter-spacing:0px;
	/*font-weight:600;*/
	font-size:2em;
}
.pt051-heading::after, .pt051-heading::before {
    content: '';
    left: 50%;
    background: #3c3c3c;
    position: absolute;
}
.pt051-heading::before {
    width: 120px;
    height: 1px;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pt051-heading::after {
    width: 30px;
    height: 3px;
    bottom: -1px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pt051-services p.lead{
	padding:0 100px;
}

.pt051-circle-wrapper i {
    display: block;
    position: relative;
    width: 200px;
	height: 200px;
    margin: 0 auto 37px;
    border-radius: 50%;
    background: #fbfbfb;
    color: #17b1f9;
    font-size: 80px;
    line-height: 174px;
    text-align: center;
	padding:12px;
}

.pt051-circle-wrapper i {
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.pt051-circle-wrapper i:hover {
    background: #17b1f9;
	color:#fff;
	animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.pt051-circle-wrapper h4 > a{
	color:#545454;
	font-weight:bold;
	font-size:1.1em;
}
.pt051-circle-wrapper h4 > a:hover{
	color:#17b1f9;	
}

.pt051-circle-wrapper p{
	padding:0 20px;
	color:#7e7e7e;
}

@media (max-width: 767px) {
	.pt051-services p.lead{
		padding:0 0;
	}
}

@media (max-width: 480px) {
	.pt051-heading {
		font-size:26px;
	}
}

/*pt035-footer*/
.pt035-footer {
background: none repeat scroll 0 0 #313238;
color: #fff;
/*padding: 55px 0px;*/
font-size:0.95em !important;
}

.pt035-footer a{
	color:#fff;
}

.pt035-footer a:hover{
	color:#17b1f9;
}

.pt035-footer p{
	
}
.pt035-footer h1, .pt035-footer h2,.pt035-footer h3,.pt035-footer h4 {
	/*font-family: 'Montserrat', sans-serif;*/
	letter-spacing:-1px;
}

.pt035-footer h2{
	font-size: 1.5em;
margin-bottom: 30px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.pt035-widget-links ul {
  padding: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  margin-bottom: 0px;
  width: 100%;
}
.pt035-widget-links ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-bottom: 5px;
  /*margin-bottom: 10px;*/
  /*
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);*/
}
.pt035-widget-links ul li i{
	margin-right:10px;
	padding-top:6px;
}

.pt035-widget p i{
	padding-top:6px;
	margin-right:10px;
}


.pt035-footer-sub {
background: none repeat scroll 0 0 #313238;
line-height: 30px;
padding: 20px 0;
position: relative;
font-size:0.9em;
}

.pt035-footer-sub .sm-profiles {
  width: auto;
  /*float: left;*/
  margin-top: 0px;
 /* text-align: left;*/
}
.pt035-footer-sub .sm-profiles a {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*background-color: rgba(242,120,53,1);*/
  /*background-color: #55846b;*/
  color: #fff;
  text-align: center;
  display: inline-block;
  border:2px solid #fff;
}
.pt035-footer-sub .sm-profiles a:hover {
  background: none repeat scroll 0 0 rgba(33, 176, 180, 1);
  color: #fff;
  border:2px solid #fff;
}

.pt035-footer-sub .sm-profiles a .fa {
 padding-top:8px;
}


/*------------------------------------------------------------------

[Form Elements ]

-------------------------------------------------------------------*/
.pt035-footer input,
.pt035-footer textarea,
.pt035-footer select {
  padding: 0px 10px;
}
.pt035-footer input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.pt035-footer input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

/*[/Form Elements ]*/

/*pt052-about*/
.pt052-heading {
    width: 70%;
    margin: 0 auto 50px;
}
.pt052-box {
    text-align: center;
    background: transparent;
    margin-bottom: 30px;
    padding: 15px 15px;
}
.pt052-box, .pt052-box i {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.pt052-box i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #ddd;
}
.pt052-box h4 {
    font-weight:600;
}
.pt052-box:hover i {
	 color: #17b1f9;
}
@media(max-width:992px) {
	.pt052-heading {
		width: 100%;
	}
}


/*pt041-video-header*/
.pt042-header-image {
	position: relative;
	overflow: hidden;
	background: url(../images/previews/content-breadcrumb.jpg);
	/*background-position: center top;
	background-size: cover;*/
	height:200px;
	z-index:5;
	border-bottom:1px solid #eee;
}

#pt042-image {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;	

}

#pt042-image > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

#pt042-content h1 {
	margin: 20px 0 0 0;
	font-size:28px;
	font-weight: 600;
	color: #393d46;
	opacity: 0.8;
	
}

#pt042-content p {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#pt042-content p a {
	margin-top:80px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#pt042-content h1 {
		font-size: 24px;
	}
	
	#pt042-content p a {
	margin-top:60px;
	}
}

@media (max-width: 991px) {

	#pt042-content {
		padding: 0 60px;
	}
	#pt042-content h1 {
		font-size: 24px;
	}
	
	#pt042-content p a {
	margin-top:40px;
	}

}

@media (max-width: 768px) {
	#pt042-content h1 {
		font-size: 20px;
	}
}


@media (max-width: 767px) {
	#pt042-image > div {
		padding: 20px 20px 0 20px;
	}
	#pt042-content .mobile_fix {
		background-color: rgba(0, 0, 0, 0.0);
		display: inline-block;
		padding: 15px 20px;
		font-size: 14px;
	}
	#pt042-image #pt042-content .mobile_fix h1 {
		margin: 0;
		font-size: 28px;
	}
}


@media (max-width: 480px) {
	.pt042-header-image {
		height: 160px !important;
	}
	#pt042-content p {
		font-size: 16px;
	}
	
	#pt042-content p a {
	margin-top:20px;
	}
}

.pt042-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pt042-mask.pt042-pattern {
   /* background-image: url('../images/title-pattern.png');
    opacity: 0.6;
	*/
}

.pt042-breadcrumb {
	margin-top:20px;
list-style: none;
padding-left: 0;
opacity: 0.5;
	
}

.pt042-breadcrumb li {
    color: #393d46;
    display: inline-block;
    font-size: 100%;
    padding: 0 5px;
}

.pt042-breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
}

.pt042-breadcrumb li * {
    color: #393d46;
    font-size: 100%;
}
.pt042-breadcrumb li a:hover {
    color: #5db8c1;
}

/* \end of pt042-image-header*/

.pt-content-wrapper {
/*background-color: #fff;
margin-bottom: 97px;
padding: 40px 30px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
*/
}
.pt-content-wrapper h2 {
margin-top:15px;
font-size:2rem;
color: #121212;
	
}
.pt-cat-wrapper {
margin-bottom: 97px;
	
}

.pt-content-wrapper ul, .pt-cat-wrapper ul{
	font-size:14px;
}

/*pt087-about*/

.pt087-about {
	background:#f1f1f1;
	color:#fff;
	position:relative;
	/*background-image:url('../images/about_slice.jpg');
	background-repeat:repeat-y;
	background-position:left top;*/


}

#pt087-left-fix {
	position:absolute;left:0;width:35%;height:100%;background-color: rgba(33, 176, 180, 1);
}

.pt087-about-left{
	background-color: rgba(33, 176, 180, 1);
	/*padding:50px 0px 0px 0px;*/
	padding-top:90px;
	padding-bottom:30px;
	margin-top:-16px !important;
}


.pt087-heading h2 {
    margin-bottom: 5px;
}

.pt087-heading::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    border-top: 2px solid #fff;
}

.pt087-heading2 {
	padding-top:50px;
	padding-left:0px;
}

.pt087-heading2 h2 {
    margin-bottom: 5px;
	color:rgba(33,176,180,1);
	margin-top:10px;
}

.pt087-heading2::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    border-top: 2px solid #fff;
	border-top: 2px solid rgba(33,176,180,1);
}

.pt087-about-right{
	/*padding:40px 0px 0px 0px;*/
}


@media(max-width:768px) {
.pt087-about-left{
	margin-top:-16px !important;
}
}


.pt062-owl-news .row{
	margin:0 !important;
}

.pt062-owl-news .owl-carousel{
	list-style:none;
	overflow:hidden;
}

.pt062-item, .pt062-v1-item {
	background:#fff;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

 .pt062-v1-item {
	 background:#f4f4f4;
	 	-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding-bottom:15px;
border-bottom:2px solid #ccc;
min-height:240px;
 }




.pt062-title,.pt062-v1-title{
    margin-bottom: 0px;
	margin-top: 6px;
	padding:6px 4px 0px 4px;
    font-size: 13px;
    letter-spacing: 0.1rem;
	text-align:center;
}

.pt062-v1-title{
  letter-spacing:0rem;
line-height:18px;  
}

.pt062-title a{
    color: #34495e;
    text-decoration: none;
	font-weight:bold;
}
.pt062-title a:hover{
    color: #ee7100;
}
.pt062-post-text, .pt062-v1-post-text{
    margin-bottom: 0px;
	padding:10px 10px 0;
    color: #777;
    font-size: 13px;
    font-weight: 300;
	text-align:center;
}

.pt062-readmore {
	padding:0 0 10px 12px;;
}

.pt062-readmore .button2:hover{
	background:#111;

}

.pt062-item:hover .pt062-post-text {
	/*color:rgba(255,255,255,1);*/
}

.pt062-item:hover {
	/*background:rgba(33, 176, 180, 1);*/
	/*background: #2ecc71;
border-bottom:2px solid #17974d;*/
}

.pt062-item:hover .pt062-title a{
	/*color:#fff;*/
}

.pt062-owl-news .owl-buttons{
	position: static;
}
.pt062-owl-news .owl-prev,
.pt062-owl-news .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 40%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062-owl-news .owl-prev{
	left: -50px;
}
.pt062-owl-news .owl-next{
	right: -50px;
}
.pt062-owl-news .owl-prev:before,
.pt062-owl-news .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #121212;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt062-owl-news .owl-next:before{
    left: auto;
    right: 0;
}
.pt062-owl-news .owl-prev .fa,
.pt062-owl-news .owl-next .fa{
    position: relative;
	top:42px;
}
.pt062-owl-news .owl-prev:hover,
.pt062-owl-news .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt062-owl-news .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt062-owl-news .owl-prev:active:before,
.pt062-owl-news .owl-next:active:before{	
	opacity: 0.6;
}
.pt062-owl-news .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt062-owl-news .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}



.pt087-about blockquote {
	background:#fff !important;
	color:rgba(52,73,94,0.6);
	font-weight:800;
	padding:52px 5px;
	margin-top:0px;
	font-size:22px;
	line-height:36px;
	border-color:rgba(52,73,94,0.6);
}

#bys_partners {
	padding:50px 0 10px;
}

.pt-btn-border { 
border-radius:0px !important;
}

/*pt057-services*/

.pt088-heading h2 {
    margin-bottom: 5px;
	color:#34495e;

}

.pt088-heading::after {
    content: '';
    display: block;
    margin: 15px 0;
    width: 50px;
    border-top: 2px solid #1ca8dd;
	border-top: 2px solid rgba(33, 176, 180,1);
	border-top: 2px solid #ee7100;
}
.pt057-services{
	width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
	padding:80px 0;

}
.pt057-title {
	letter-spacing: 0.2em;
	font-size:28px;
	color:#111;
	font-weight: 400;
	padding-top:80px;
	margin-bottom:30px;
}

.pt057-icon {
	line-height: 40px;
text-align: center;
font-size: 28px;
color: #1ca8dd;
/*color: rgba(33, 176, 180,1);*/

color:#3396b2;

}
.pt057-services .media{
	margin-top:30px;
	margin-bottom:40px;
}
.pt057-services h4.media-heading{
    /*font-family: 'Roboto', sans-serif;*/
   margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #34495e;
	 letter-spacing: 0.1em;	
}

.pt057-services .media-body {

	font-size: 13px;
font-weight: 300;
color: #777;
padding-left:20px;
line-height:20px;
 text-align: justify;
    text-justify: inter-word;
}

.pt057-section-heading{    
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pt057-table-display{
    width: 100%;
    min-height: 400px;
    display: table;
	height:490px;
}
.pt057-cell-display{
    display: table-cell;    
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



@media(max-width:991px) {
	.pt057-section-heading{    
		width: 100%;
	}

}


.business-solution {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #eaeff3;
}

.business-solution h3 {
    font-size: 20px;
    color: #1c1c1c;
   /* font-family: 'Raleway', sans-serif;*/
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}

.heading-wrap span {
    color: #1c1c1c;
    font-size: 16px;
    /*font-family: 'Lora', serif;
    font-style: italic;*/
    padding-top: 0px;
    display: block;
}



/*pt036-owl*/
.pt036-section-title {
font-family: 'Oswald', arial, sans-serif;
   position: relative;
    height: 48px;
    margin-bottom: 20px;
    color: #303032;
	letter-spacing:1px;
	font-weight:400;
	text-transform:uppercase;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.pt036-section-title::after, .pt036-section-title::before {
    content: '';
    left: 50%;
    background: #303032;
    position: absolute;
}

.pt036-section-title.color-black::after, .pt036-section-title.color-black::before {
    content: '';
    left: 50%;
    background: #000;
    position: absolute;
}


.pt036-section-title::before {
    width: 120px;
    height: 1px;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pt036-section-title::after {
    width: 30px;
    height: 3px;
    bottom: -1px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



.pt036-owl-carousel .fa{
  line-height: inherit;
}

.pt036-owl-carousel .button .fa{
  line-height: inherit;
}

/*------------------
[Owl carousel]
*/

.owl-carousel .owl-stage-outer{
	padding-bottom: 2px;
}



.pt036-blog-list-wrapper .pt036-item-wrap{
	margin-top: 30px;
	overflow: hidden;
}
.pt036-blog-list-wrapper .pt036-item-wrap a{
	float: left;
	/*background: #eee;
	border: 1px solid #eee;*/
	overflow: hidden;
	/*height: 66px;*/
	position:relative;
	color:#000;
}
.pt036-blog-list-wrapper .pt036-item-wrap a:hover{
	background: transparent;
}

.pt036-blog-list-wrapper .owl-controls .owl-prev,.pt036-blog-list-wrapper .owl-controls .owl-next {
    /*background-color: #f5f5f5;*/
	background-color:  transparent;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
	border:1px solid #fff;
}

.pt036-blog-list-wrapper .owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt036-blog-list-wrapper .owl-controls .owl-prev .fa,.pt036-blog-list-wrapper .owl-controls .owl-next .fa {
  margin-top:10px;
}

.pt036-blog-list-wrapper .owl-controls .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt036-blog-list-wrapper .owl-controls .owl-prev:hover, 
.pt036-blog-list-wrapper .owl-controls .owl-next:hover {
    /*background-color: #6fa81b;*/
	background-color: #5db8c1;
	color:#fff;
	/*border:1px solid rgba(239,175,39,1);*/
	border:#5db8c1;
}

.pt036-link-image:hover img {
    opacity: 1;
}
.pt036-link-image img {
    width: auto;
    transition: .44s all ease;
    opacity: .5;
}

/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.pt036-box .pt036-box-caption {
	margin-top:-140px;
}
}




.pt088-heading3 h2 {
    margin-bottom: 5px;
	color:#34495e;

}

.pt088-heading3::after {
    content: '';
    display: block;
    margin: 20px 0;
    width: 50px;
    border-top: 2px solid #1ca8dd;
	border-top: 2px solid rgba(33, 176, 180,1);
	
}

.pt017-owl-carousel{

padding:20px 0 60px 0;
	
}
.pt017-owl-carousel .fa{
  line-height: inherit;
}

.pt017-owl-carousel .button .fa{
  line-height: inherit;
}


/*----------------
[Blogs]
*/
.pt017-blog-list-wrapper ul li{
  background: #313238;
  /*border-bottom:2px solid #d5d2d2;*/
  border-radius:0px;

}
.pt017-blog-list-wrapper ul li .post-desc{
  position:relative;
  padding: 15px;
  /*border-top:1px solid  #dddada;*/
   color: #34495e;
   min-height:110px !important;
}
.pt017-blog-list-wrapper ul li .post-desc .post-title a{
  font-size: 14px;
  line-height:22px;
  color: rgba(33, 176, 180, 1);
  padding-top:10px;
  
}
.pt017-blog-list-wrapper ul li .post-desc .post-title a:hover{
  color: #fff;
  text-decoration:none;
}

.pt017-blog-list-wrapper ul li .post-desc .post-meta{
  color: #eaeff3;
  font-size: 13px;
  position:absolute;
  bottom:15px;

}
/*HACKED! .pt-standalone.css*/
.pt-std-comment:before{
  padding-left: 10px;
}
.pt-std-more-arrow a{
  color: #000;
}


/*------------------
[Owl carousel]
*/
.pt017-blog-list-wrapper .owl-controls .owl-prev,
.pt017-blog-list-wrapper .owl-controls .owl-next{
    background: transparent;
	border: 1px solid #eaeaea;
	line-height: 35px;
    width: 36px;
    height: 36px;
    color: #333;
    text-align: center;
    line-height: 35px;
	position: absolute;
	top: 38%;
	-moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.pt017-blog-list-wrapper .owl-controls .owl-prev{
	left: -36px;
	right: inherit;
}

.pt017-blog-list-wrapper .owl-controls .owl-next{
	right: -36px;
}

.pt017-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-prev{
	left: -18px;
	opacity: 1;
	visibility: inherit;
}
.pt017-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-next{
	right: -18px;
	opacity: 1;
	visibility: inherit;
}

.pt017-blog-list-wrapper .owl-controls .owl-prev:hover, 
.pt017-blog-list-wrapper .owl-controls .owl-next:hover{
	background-color: #20bec6;
	border-color:#20bec6;
	color: #fff;
}

.owl-carousel .owl-stage-outer{
	padding-bottom: 2px;
}

/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.pt017-blog-list-wrapper .owl-controls .owl-prev{
	left: 0px;
}
.pt017-blog-list-wrapper .owl-controls .owl-next{
	right: 0px;
}
.pt017-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-prev{
	left: 0px;
}
.pt017-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-next{
	right: 0px;
}
}



#latest-news-wrapper h4.media-heading {
   /* font-family: 'Roboto', sans-serif;*/
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #34495e;
    letter-spacing: 0em;
	line-height:20px;
}

#latest-news-wrapper h4.media-heading a {
color:#000;
}

#latest-news-wrapper h4.media-heading a:hover {
color:rgba(33, 176, 180, 1);
}

#latest-news-wrapper .media{

background:#eaeff3;
padding:20px 15px;
}

.latest-readmore{
margin-top:10px;
}
.latest-readmore a {
	color:#000;
    display: inline-block;
    background: url(../images/icons/arrow-right-slim.png) no-repeat center right;
    padding-right: 22px;
}

.latest-readmore a:hover{
color:rgba(33, 176, 180,1) !important;
}


.pt037-date-wrapper {
    line-height: 1;
    text-align: center;
    float: left;
    width: 35px;
    margin-right: 20px;
    padding-bottom: 13px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
	 color: #5f5f5f;
	 border-color: rgba(33, 176, 180, 1);
}
.pt037-day {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
	color:rgba(33, 176, 180, 1);
}
.pt037-month {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
	color:#000;
	
}




/*pt070-breadcrumb-img*/
.pt070-header-image {
	/*font-family:'Dosis',sans-serif; */
	position: relative;
	overflow: hidden;
	background: #333 url(../images/home-breadcrumb.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	height:400px;
	padding:55px 0 50px;
}

.pt070-image {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	/*display: table;*/
	height: 100%;
	z-index: 99;
	text-align: center;	

}

.pt070-title {
    position: relative;
    font-size:42px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    line-height: 1.8;
    opacity: 1;
}

.pt070-title-sub{
line-height: 32px;
margin-top: 0;
position: relative;
font-size: 22px;
font-weight: 400;
/*text-transform: uppercase;*/
letter-spacing: 3px;
color:#fff;
opacity:0.7;
}


.pt070-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pt070-mask.pt070-pattern {
    background-image: url('../images/title-pattern.png');
    opacity: 0.6;
}

.pt070-breadcrumb-list {
margin-top:20px;
list-style: none;
padding-left: 0;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.4em;
/*text-transform: uppercase;	*/
color:#fff;
}

.pt070-breadcrumb-list li {
    display: inline-block;
    padding: 0 5px;
}

.pt070-breadcrumb-list li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
}

.pt070-breadcrumb-list li a {
    color: #fff;
}

.pt070-breadcrumb-list li a:hover {
    color: #777;
}

@media(max-width:768px) {
	.pt070-header-image {
		height: 320px !important;
		padding:20px 0 20px;
	}
	
	
.pt070-title {   
    font-size:26px;
	line-height:32px;
  
}

.pt070-title-sub{

font-size: 16px;
line-height:22px;
font-weight: 400;
}
	
}
/* \end of pt070-breadcrumb-img*/


/*pt069-breadcrumb-img*/
.pt069-header-image {
	position: relative;
	overflow: hidden;
	background: #fff url(../images/home-breadcrumb.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	height:220px;
	/*border-top:3px solid rgba(0,0,0,0.15);*/
}

.pt069-title {
    margin-top: 0;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    letter-spacing: 0.2em;
    line-height: 1.8;
    opacity: .9;
	color: #fff;
}

.pt069-mobile_fix{
	padding-top:10px;
}

.pt069-image {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	font-size: 16px;
	display: table;
	height: 100%;
	z-index: 99;
	text-align: center;	

}

.pt069-image > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%;
}

.pt069-content p {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.pt069-content p a {
	margin-top:80px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.pt069-content h1 {
		font-size: 50px;
	}
	
	.pt069-content p a {
	margin-top:60px;
	}
}

@media (max-width: 991px) {

	.pt069-content {
		padding: 0 60px;
	}
	.pt069-content h1 {
		font-size: 42px;
	}
	
	.pt069-content p a {
	margin-top:40px;
	}

}

@media (max-width: 768px) {
	.pt069-content h1 {
		font-size: 42px;
	}
	.pt069-image > div {
		padding: 0px 20px;
	}
	.pt069-content .pt069-mobile_fix {
		background-color: rgba(0, 0, 0, 0.6);
		display: inline-block;
		padding: 15px 20px;
		font-size: 14px;
	}
	.pt069-image .pt069-content .pt069-mobile_fix h1 {
		margin: 0;
		font-size: 28px;
	}
}


@media (max-width: 480px) {
	.pt069-header-image {
		height: 320px !important;
	}
	.pt069-content p {
		font-size: 16px;
	}
	
	.pt069-content p a {
	margin-top:20px;
	}
}

.pt069-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pt069-mask.pt069-pattern {
    background-image: url('../images/title-pattern.png');
    opacity: 0.6;
}

.pt069-breadcrumb-list {
	margin-top:20px;
	list-style: none;
	padding-left: 0;
	padding-left: 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2em;
	/*text-transform: uppercase;*/
	color: #fff;
	opacity: 0.5;
}

.pt069-breadcrumb-list li {
    color: #fff;
    display: inline-block;
    font-size: 100%;
    padding: 0 5px;
}

.pt069-breadcrumb-list li:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
}

.pt069-breadcrumb-list li * {
    color: #fff;
    font-size: 100%;
}
.pt069-breadcrumb-list li a:hover {
    color: #5db8c1;
}
/* \end of pt069-breadcrumb-img*/


/*pt053-services*/
.pt053-services{
	 color: #111;
}
.pt053-section-title {
font-size: 22px;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 1.2;
}
.pt053-box {
	margin-top:25px;
}
.pt053-icon {
    padding-top: 10px;
    /*font-size: 48px;*/
   /*line-height: 1.3;*/

}

.pt053-icon i {
border: 1px solid #2ecc71;
border-radius: 50%;
color: #2ecc71;
height: 100px;
width: 100px;
line-height: 100px;
position: relative;
text-align: center;
-webkit-transition: all ease 0.25s;
-moz-transition: all ease 0.25s;
-ms-transition: all ease 0.25s;
transition: all ease 0.25s;
padding: 0px;
background: #fff;
font-size: 64px;
cursor:pointer;
}

.pt053-icon i:hover{
	
background:#2ecc71;
color:#fff;
animation-duration: .3s;
animation-name: fadeAndScale;
animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

.pt053-title {
    margin-bottom: 21px;
	margin-top: 21px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;

}
.pt053-desc {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
}


/*pt058-accordion*/
 .pt058-accordion-list{
	margin-top:40px;
 }
  
.pt058-accordion-list > dt{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.pt058-accordion-list > dt > a{
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 10px 20px;
	border: 1px solid #e5e5e5;
	
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt058-accordion-list > dt > a:hover{
	text-decoration: none;
	border-color: #ddd;
	background-color: #fcfcfc;	
	color: #444;
}
.pt058-accordion-list > dt > a.pt058-active{
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default;
}
.pt058-accordion-list > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt058-accordion-list > dt > a.pt058-active:after,
.pt058-accordion-list > dt > a.pt058-active:hover:after{
	content: "\f106";
	color: #111;
}
.pt058-accordion-list > dt > a:hover:after{
	color: #444;
}

.pt058-accordion-list > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #777;
}



.pt001-owl-carousel{

	
}
.pt001-owl-carousel .fa{
  line-height: inherit;
}

.pt001-owl-carousel .button .fa{
  line-height: inherit;
}


/*----------------
[Blogs]
*/
.pt001-blog-list-wrapper ul li{
  background: #f9f9f9;
  border-bottom:2px solid #d5d2d2;
  border-radius:6px;
}
.pt001-blog-list-wrapper ul li .post-desc{
  padding: 20px 15px 0px;
   border-top:1px solid  #dddada;
}
.pt001-blog-list-wrapper ul li .post-desc .post-title a{
  font-size: 14px;
  color: #333;
  padding-top:15px;
  
}
.pt001-blog-list-wrapper ul li .post-desc .post-title a:hover{
  color: #2ecc71;
  text-decoration:none;
}

.pt001-blog-list-wrapper ul li .post-desc .post-meta{
  color: #919191;
  font-size: 13px;

}
/*HACKED! .pt-standalone.css*/
.pt-std-comment:before{
  padding-left: 10px;
}
.pt-std-more-arrow a{
  color: #000;
}


/*------------------
[Owl carousel]
*/
.pt001-blog-list-wrapper .owl-controls .owl-prev,
.pt001-blog-list-wrapper .owl-controls .owl-next{
    background: transparent;
	border: 1px solid #eaeaea;
	line-height: 35px;
    width: 36px;
    height: 36px;
    color: #333;
    text-align: center;
    line-height: 35px;
	position: absolute;
	top: 38%;
	-moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}

.pt001-blog-list-wrapper .owl-controls .owl-prev{
	left: -36px;
	right: inherit;
}

.pt001-blog-list-wrapper .owl-controls .owl-next{
	right: -36px;
}

.pt001-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-prev{
	left: -18px;
	opacity: 1;
	visibility: inherit;
}
.pt001-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-next{
	right: -18px;
	opacity: 1;
	visibility: inherit;
}

.pt001-blog-list-wrapper .owl-controls .owl-prev:hover, 
.pt001-blog-list-wrapper .owl-controls .owl-next:hover{
	background-color: rgba(187,121,60,1);
	border-color:rgba(187,121,60,1);
	background-color:#2ecc71;
	border-color:#2ecc71;
	color: #fff;
}

.owl-carousel .owl-stage-outer{
	padding-bottom: 2px;
}

/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.pt001-blog-list-wrapper .owl-controls .owl-prev{
	left: 0px;
}
.pt001-blog-list-wrapper .owl-controls .owl-next{
	right: 0px;
}
.pt001-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-prev{
	left: 0px;
}
.pt001-blog-list-wrapper .owl-carousel:hover .owl-controls .owl-next{
	right: 0px;
}
}



#pt-help-band {
	padding:10px 0 30px;
	/*background:url('../images/pattern-01.png') #333;*/
background: #0c242e;
background: #f2f2f2;

/*background:url('../images/black_row_bg.png') #333;*/
	color:#232323;
	
}

#pt-help-band h3{
font-family:"Roboto Condensed", sans-serif;
font-size:2.1rem;
letter-spacing:0em;
margin-bottom:12px;
margin-top:4px;

color:#232323;
}


.call-us ul {
    float: right;
    list-style-type: none;
    line-height: 1.3;
    padding-top: 28px;
}

.call-us ul li {
    display: inline-block;
    font-weight: bold;
    padding: 0 1px;
    vertical-align: top;
    position: relative;
    padding-left: 70px;
    color: #232323;
}


.call-us i {
    font-size: 56px;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 12px;
    vertical-align: top;
    margin-top: -13px;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);*/
color:#232323;
}
.call-box {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color: #232323;
    text-transform: uppercase;
}

.call-us ul li a {
    font-size: 18px;
    color: #0c242e;
    line-height: 1;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
	/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);*/
color:#232323;
}


#whatsapp-banner img{
	margin-top:96px;
}



/*boot hacked!*/
.table-bordered {
	text-align:center;
}
.table-bordered th{
	text-align:center;
	background:#34495e;
	color:white;
	padding:20px 0 !important;
}
.table-bordered td{
	padding:18px 10px !important;
}



 .month-article-content {
	 background:url(../images/paper-spiral-left.jpg) repeat-y top left #fff;
	 padding:20px 20px 30px 80px;
	  border-radius:6px;
	 border-left:6px solid #0b8a41;
	 margin-top:30px;
	  
  }
  #sarisen-vcard {
  background:#f6f6f6;
   color:#141414;
  border:1px solid #ccc;
  border-left:6px solid #0b8a41;
  border-radius:6px;
  padding:20px 40px;
  margin-top:30px;
  }
  #sarisen-vcard-title {
	  font-weight:bold;
	  font-size:1.7rem;
	 
  }

.pt001-blog-list-wrapper ul li .post-desc h5{margin-bottom:10px;}
.pt001-blog-list-wrapper ul li .post-desc{min-height:180px;}
.pt001-blog-list-wrapper ul li .post-desc p{font-size:12px;line-height:20px;}

@media (max-width: 767px) {
	
.pt070-content p{
	font-size:13px;
	line-height:16px;
}
}

ul.blog-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    font-style: italic;
    color: #A8A8A8;
    letter-spacing: .5px;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;
	padding:5px 0;
	margin-bottom:10px;
}
ul.blog-meta li {
    display: inline;
    position: relative;
    margin-right: 15px;
}
ul.blog-meta li i {
margin-top:5px;
}

ul.blog-meta li a {
color:#A8A8A8;
}

ul.blog-meta li a:hover {
color:#ee7100;
}

.pt-social-buttons div{
display:inline-block;

}
.pt-social-buttons a{
color:#fff !important;
}

.jssocials-share-link { border-radius: 50%; }
.jssocials-share-logo {

    font-size: 1.2em !important;
}

.jssocials-share {

    margin: -5px 0.6em 0.3em 0 !important;
}

.pt-section-readmore a {
    font-family: 'Lato', arial, sans-serif;
    letter-spacing: 3px;
    color: #111;
    font-size: 1.2rem;
    text-decoration: underline;
}

.pt-section-readmore a i{
	margin-top:6px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.pt-section-readmore a:hover {
color:#bbb;
    text-decoration: none;
}

.about-section {
    position: relative;
    padding: 75px 0px 50px;
}

.about-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section .title-column h2 {
    /*font-family:'Oswald',sans-serif;*/
	position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-section .title-column .text {
    position: relative;
    margin-bottom: 25px;
}

.about-section .title-column .text p {
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 22px;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-box {
    position: relative;
}
.about-section .content-column .inner-box .image-column {
    position: relative;
    margin-bottom: 30px;
}
.about-section .content-column .inner-box .image-column .image {
    position: relative;
}

.about-section .content-column .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .content-column .inner-box .image-column .image .image-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}

.about-section .content-column .inner-box .image-column .image .image-content .content {
    position: relative;
    padding: 20px 20px;
    background-color: #ee7100;
}

.about-section .content-column .inner-box .image-content .content .text {
    position: relative;
    color: #000;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

.about-section .content-column .section-content {
    position: relative;
}

.about-section .content-column .section-content .inner h2 {
    position: relative;
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-section .content-column .section-content .inner .text {
    position: relative;
    font-size: 16px;
    color: #212121;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    padding-left: 25px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.list-style-one li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #0d70b7;
    font-size: 14px;
    content: "\f05d";
    font-family: 'FontAwesome';
}


/*pt098-services*/
.pt098-section-title h6 {
color: #c99d66 !important;	
}

.pt098-section-title h2 {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*background: url('../images/pt098-line.jpg') no-repeat bottom center;*/
    padding-bottom: 30px;
}

.pt098-section-title p {
    color: #898989;
	width: 50%;
    margin: 10px auto 20px;
}

@media (max-width: 992px){
.pt098-section-title p {
    width: 100%;
}
}

.pt098-block {
    text-align: center;
    background-color: #fff;
    padding: 30px 10px;
    margin: 15px 0px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    
    -webkit-transform: scale(1, 1);
    /* Safari */
    
    transform: scale(1, 1);
}
.pt098-block h4{
	font-family: 'Oswald', sans-serif;
color: #333;
font-weight:400;
font-size:1.7rem;
}


.pt098-block p.pt098-content {
    color: #898989;
	line-height: 24px;
    padding: 20px 20px 0px;
	/*color:#898989;*/
	font-size:1.5rem;
}
.pt098-sep {
	background:#ee7100;
    width: 30px;
    height: 3px;
    border: none;
	margin:0 auto;
}
.pt098-block:hover .pt098-sep {
    background-color: #333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.pt098-block:hover {
     background-color: #ee7100;
	color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    
    transform: scale(1.1, 1.1);
}
.pt098-block:hover .pt098-icon {
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.pt098-block:hover p.pt098-content {
	color:#fff;
}

.pt098-icon {
    font-size: 2.5em;
    color: #898989;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


/*pt037-news and announcements*/
.pt037-news-wrapper {
  padding: 80px 0;
  position: relative;
}

.pt037-caption {
  height: 60px;
  width: 100%;
  /*padding: 0 30px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;

}
.pt037-caption a {
  position: absolute;
  right: 30px;
  top: 10%;
  margin-top: -15px;
  height: 20px;
  line-height: 56px;
 
  font-weight: 400;
  text-decoration: none;
}

.pt037-caption i{
padding-top:2px;
}

.pt037-caption a:hover {
  opacity: .7;
    text-decoration:underline;
}
.pt037-articles  {
  position: relative;
  z-index: 1;
}
.pt037-caption{
 /* background: #5db8c1;*/
}

.pt037-caption  {
  /*background: #5db8c1;*/
}

.pt037-caption h3{
	float: left;
	font-family: 'Dosis', arial, sans-serif;
  font-size: 20px;
font-weight: 400;
letter-spacing: 0.5em;

    text-transform: none;
  /*color: #fff;*/
  /*text-shadow: -3.94px 3.078px 0px rgba(207, 93, 72, 0.35);*/
}
.pt037-caption h3::after{
background-color: #00a650;
bottom: 0;
content: "";
margin-top: 8px;
margin-bottom: -1px;
display: block;
width: 50px;
height: 2px;
}


.pt037-caption a{
 color: #999;
 letter-spacing: 0.4em;
  font-size: 11px; 

}
.pt037-content {
	/*
  background: #fff;

border-bottom:3px solid rgba(0,0,0,0.15);
*/

}
.pt037-content {
	padding:20px 0;
}

.pt037-left {
  padding-top: 20px;
}
.pt037-left h3 {
  font-family: 'Roboto condensed', serif;
  font-weight: 600;
  font-size: 46px;
  text-align: center;
  color: #00a650;
  margin-bottom: 5px;
}
.pt037-left span {
  display: block;
  /*font-family: 'Open Sans', serif;*/
  font-weight: 400;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.pt037-right {
  padding-left: 35px;
  padding-right: 40px;
padding-top:20px;
  border-left: 1px solid #e5e5e5;
  /*height: 104px;*/
  position: relative;
}
.pt037-right:before {
  position: absolute;
  content: '';
  display: block;
  left: -4px;
  top: 50px;
  width: 7px;
  height: 7px;
  background: #00a650;
  border-radius: 50%;
}
.pt037-right h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  margin-bottom:10px;
}
.pt037-right h2 a {
  color: #2e2f4b;
}
.pt037-right h2 a:hover {
  text-decoration: underline;
}
.pt037-right p {
  /*font-size: 13px;*/
  color: #999;
  line-height: 2rem;

}

.pt037-news-content {
   margin-bottom:24px;
   
}

.pt-sep-news{border-bottom:1px dotted #ccc;margin-bottom:20px;}

.pt-sep-news:last-child {
   border-bottom:0px dotted #ccc;
}

.pt037-news-content h2{
	font-weight: 600;
font-size: 16px;
text-transform: none;
}
.pt037-news-content h2 a{
color: #2e2f4b;
}

.pt037-news-content p {
    font-size: 13px;
    color: #acacac;
    line-height: 1.6rem;
    margin-bottom: 0;
}

/*pace*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #f9f9f9;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #3c3c3c;
}

.pace.pace-inactive {
  display: none;
}


.div_yazi {
    width: 450px;
    min-height: 280px;
    padding: 20px;
    background:rgba(0,0,0,0.5);
    overflow: hidden;
}
.div_yazi h2 {
	font-family: 'Dosis', sans-serif;  
	min-height: 36px;
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: normal;
    color: #ffffff;
    line-height: 29px;
border-bottom: 1px solid rgba(255,255,255,.8);
padding: 2px 0 0;
letter-spacing: 0.125rem;
}

.div_yazi h2::after {
    background-color: #fdc236;
    bottom: 0;
    content: "";
    margin-top: 8px;
    margin-bottom: -1px;
    display: block;
    width: 50px;
    height: 3px;
}


.div_yazi p{
font-family: 'Muli', sans-serif;
font-size:14px;
font-weight:normal;
line-height:24px;
margin-top:15px;
}

@media (max-width: 767px) {

.div_yazi {
    width: 100%;

}

.div_yazi h2 {
	min-height: 16px;
	 font-size: 18px;
	  line-height: 20px;
}

.div_yazi p{
font-family: 'Roboto Condensed', sans-serif;
font-size:12px;
line-height:18px;
margin-top:5px;
}

}






/* =============================================
						Global Elements 
============================================= */

.dbk-services{
	font-family:'Roboto Condensed',sans-serif;

}

.tg-haslayout{
	width:100%;
	float:left;
}
.tg-theme-heading {
	float: left;
    width: 100%;
    padding: 0 0 0 15px;
    margin: 0 0 40px;
    text-transform: uppercase;
    border-left: 2px solid #ee7100;
    position: relative;
}

.tg-theme-heading span {
    display: block;
    font-size: 12px;
    line-height: 12px;
	color:#000;
}

.tg-theme-heading h2 {
    font-family:'Roboto Condensed',sans-serif;
	margin: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
	color:#000;
}

.tg-theme-heading::after {
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 0;
    width: 6px;
	background: #ee7100;
}


.tg-displaytable{
	width:100%;
	height:100%;
	display:table;
}
.tg-displaytablecell{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
}


.tg-img-hover{
	left:0;
	top:70%;
	opacity:0;
	width:100%;
	height:100%;
	text-align:center;
	position:absolute;
	visibility:hidden;
	background:rgba(39,39,39,0.85);
}
.tg-img-hover i{
	font-size:30px;
	line-height:30px;
}

.tg-img-hover h4{
	color:#fff;
	margin:0;
	line-height:21px;
}
.tg-img-hover .holder{
	position:relative;
	width:100%;
	height:100%;
}

.tg-img-border{
	border:10px solid #ee7100;
	display: inline-block;
	vertical-align:middle;
}

.tg-border-topleft{
	position:relative;
	border:1px solid #e5e5e5;
}
.tg-border-topleft:after{
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	width:2px;
	height:70px;
	background:#ee7100;
}

.zero-right-padding{ padding-right:0;}

.tg-services{ margin:-5px;}
.tg-services figure{ margin:0;}
.tg-service-img figure img{
	display: block;
	width: 100%;
	height: auto;
}
.tg-service{
	text-align:center;
	position:relative;
	width:48.6%;
	margin:5px;
}
.tg-service .tg-border-topleft{
	padding:30px;
	position:relative;
	z-index:2;
	height:242px;
	background:#fff;
}

.tg-border-topleft:hover {
background:rgba(253,194,54,0.8);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.tg-service span{
	display:block;
	padding:0 0 15px;
}
.tg-service span:before{
	font-size:45px;
	line-height:43px;
}
.tg-service h3{
	 font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:20px;
	margin:0 0 15px;
	text-transform:uppercase;
}
.tg-sercice-img{
	margin:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.tg-sercice-img img{
	display:block;
	width:100%;
	height:242px;
}
@media (max-width: 767px) {
.tg-service{
	width:100%;
	}
	.zero-right-padding{
	padding-right:15px;
	}
	.tg-services {
    margin: 0px;
	}
}



/*pt063-owl-portfolio*/
.pt063-owl-portfolio{
	 font-family: 'Roboto Condensed', sans-serif;
	 color:#111;
}

.pt063-owl-portfolio .row{
	margin:0 !important;
}

.pt063-owl-portfolio .owl-carousel{
	list-style:none;
	border-bottom:1px solid #eee;
	background:#333;
}

.pt063-item {
	color: #777;
}

.pt063-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt063-section-title>a,.pt063-section-title>a:visited,.pt063-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt063-section-title>a:hover {
color:#111;
text-decoration:underline;
}

.pt063-title{
    margin-bottom: 6px;
	margin-top: 20px;
	padding-left:10px;
    font-size: 16px;
    letter-spacing: 0em;
}
.pt063-title a{
    color: #777;
    text-decoration: none;
}
.pt063-title a:hover{
    color: #111;
}
.pt063-post-meta,
.pt063-post-meta a{
    margin-bottom: 20px;
	padding-left:10px;
    font-size: 12px;
    text-decoration: none;
    color: #aaa;
	letter-spacing:1px;
}
.pt063-post-meta a:hover{
    color: #111;
}
.pt063-post-text{
    margin-bottom: 0px;
	padding:10px;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

.pt063-readmore{
	padding-left:10px;
	padding-bottom:20px;
	margin-top:5px;
}
.pt063-readmore a{
	border-radius:0px;
}
.pt063-readmore a:hover{
	background:#ccc;
	color:#111 !important;
}

.pt063-owl-portfolio .owl-buttons{
	position: static;
}
.pt063-owl-portfolio .owl-prev,
.pt063-owl-portfolio .owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 16px;
	text-align: center;
	color: #fff;
    
    z-index: 6;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-prev{
	left: -50px;
}
.pt063-owl-portfolio .owl-next{
	right: -50px;
}
.pt063-owl-portfolio .owl-prev:before,
.pt063-owl-portfolio .owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #000;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	*/
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pt063-owl-portfolio .owl-next:before{
    left: auto;
    right: 0;
}
.pt063-owl-portfolio .owl-prev .fa,
.pt063-owl-portfolio .owl-next .fa{
    position: relative;
	top:43px;
}
.pt063-owl-portfolio .owl-prev:hover,
.pt063-owl-portfolio .owl-next:hover{	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.pt063-owl-portfolio .owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.pt063-owl-portfolio .owl-prev:active:before,
.pt063-owl-portfolio .owl-next:active:before{	
	opacity: 0.6;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-prev{
	opacity: 1;
	left: -35px;
}
.pt063-owl-portfolio .owl-carousel:hover .owl-next{
	opacity: 1;
	right: -35px;
}

#pt-logo_wrapper {
	padding-top:15px;
}

.section-title {
    font-size: 28px;
    line-height: 54px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    color: #000;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

#atlantis1 p{
	/*font-family:'Muli',sans-serif;*/
}

.process-box {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding: 35px 0;
    position: relative;
}
.process-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #000;
}

.process-box h3, .bold-title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}

.creat-list {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.creat-list li {
    float: left;
    margin-right: 10px;
}

.creat-list li a, .text-link {
    float: left;
    padding-left: 30px;
    font-size: 10px;
    font-family: 'Muli', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
    font-weight: 800;
    letter-spacing: 2px;
    color: #292929;
}

.creat-list li a::before, .text-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.creat-list li a:hover:before , .text-link:hover:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*pt124-owl-cat */
.pt124-owl-cat  {
	position: relative;
	padding: 60px 0 35px 0;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.86;
	border-top:5px solid #e4b248;
}

.pt124-section-title{
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 55px;
}
.pt124-section-title:after{
  content: '';
  width: 50px;
  height: 2px;
   background-color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
}
.pt124-section-title h2{
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}

.pt124-owl{
  position: relative;
  text-align: center;
  color: #fff;
}

.pt124-title{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pt124-title a{
  color: #fff;
}
.pt124-item:hover .pt124-title a{
  color: #ff6633;
}
.pt124-icon{
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.pt124-item .pt124-icon .img2{
  display: none;
}
.pt124-item .pt124-info{
  margin-top: 15px;
}
.pt124-item:hover{
  color: #ff6633;
}
.pt124-item:hover .pt124-icon .img1{
  display: none;
}
.pt124-item:hover .pt124-icon .img2{
  display: inline-block;
}

.pt124-owl-cat .owl-controls .owl-prev, 
.pt124-owl-cat .owl-controls .owl-next{
	position: absolute;
	top:40%;   
	height: 40px;
    width: 40px;
    background-color: transparent;
	text-align: center;   
    font-size: 27px;
	line-height: 40px;
	font-size:40px;
    color: #ccc;
    top: 32%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt124-owl-cat .owl-controls .owl-prev {
       left: 0;    
}
.pt124-owl-cat .owl-controls .owl-next {    
    right: 0;   
}

.pt124-owl-cat .owl-controls .owl-prev:hover, 
.pt124-owl-cat .owl-controls .owl-next:hover{
    /*background-color: #ff6633;*/
    color: #ff6633;
}

.pt124-owl-cat .owl-controls .owl-prev .fa,
.pt124-owl-cat .owl-controls .owl-next .fa{
    font-weight: bold;
}

.pt124-owl-cat .owl-controls .owl-dots{
	position: relative;  
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.pt124-owl-cat .owl-controls .owl-dots .owl-dot{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin: 0 6px;
	border-radius: 90%;
	background-color: transparent;
	border: 2px solid #ccc;
}
.pt124-owl-cat .owl-controls .owl-dots .owl-dot.active{
	background-color: #fff;
	border-color: #fff;
}
/* eof */

/*pt039-accordion*/
.pt039-accordion-wrapper { float:left; width:100%; margin:0px; padding:0px; }
.pt039-accordion-tab h5.pt039-accordion-title, .pt039-accordion-tab h5.pt039-toggle { clear:both; margin:0px; background:#e4e4e4; width:100%; border-left:5px solid #c8c8c8; }
.pt039-accordion-tab h5.pt039-accordion-title a, .pt039-accordion-tab h5.pt039-toggle a { font-size:14px; font-weight:500; color:#37251B; display:block; padding:0px 15px 0px 60px; }
.pt039-accordion-tab h5.pt039-accordion-title.pt039-active a, 
.pt039-accordion-tab h5.pt039-toggle.pt039-active a, 
.pt039-accordion-tab h5.pt039-toggle.pt039-active:before, 
.pt039-accordion-tab h5.pt039-accordion-title.pt039-active:before { color:#fff; }
	
h5.pt039-toggle, h5.pt039-accordion-title { font-size:14px; line-height:40px; text-transform:none; color:#37251b; clear:both; position:relative; padding-left:30px; margin-bottom:0px; color:#181818; -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; border-bottom:1px solid #e6e6e6; }
h5.pt039-toggle:before, h5.pt039-accordion-title:before { text-align:center; position:absolute; top:1px; left:3px; content:"\f204"; font-family:FontAwesome; font-style:normal; color:#37251b; font-weight:normal; text-decoration:inherit; font-size:14px; font-weight:bold; }
h5.pt039-toggle.pt039-active:before, h5.pt039-accordion-title.pt039-active:before { content:"\f205"; }
	
.pt039-accordion-tab h5.pt039-accordion-title:before, .pt039-accordion-tab h5.pt039-toggle:before { left:15px; top:3px; right:auto; }
.pt039-accordion-title.pt039-active a, .pt039-accordion-title.pt039-active:before, .pt039-toggle.pt039-active a, .pt039-toggle.pt039-active:before { color:#3a3a3a; }
.pt039-accordion-tab h5.pt039-toggle a, .pt039-accordion-tab h5.pt039-accordion-title a { padding:14px 14px 14px 42px; line-height:normal; display:block; }	
.pt039-accordion-tab h5.pt039-toggle, .pt039-accordion-tab h5.pt039-accordion-title { padding:0px; }
.pt039-accordion-title > a, .pt039-toggle > a { display:block; }
.pt039-accordion-content { clear:both; padding:10px 0px 20px 0px; line-height:26px; display:none; }
	
.pt039-accordion-tab { margin-bottom:1px; }
.pt039-accordion-tab .pt039-accordion-content {  background:#fff; position:relative; margin:0px; width:100%; padding:0px; }
.pt039-accordion-tab .pt039-accordion-content>p { padding:20px 10px 0px 10px; margin:0px; }

.pt039-accordion-tab h5.pt039-accordion-title.pt039-active, .pt039-accordion-tab h5.pt039-toggle.pt039-active{ 
background-color: #00a650;
border-color:#038a44;
}

ol {
    list-style:number;
	padding-left:15px;
}
ol li {
    margin-bottom:15px;
}


.pt-border-img {
    overflow: hidden;
    margin-bottom: 10px;
    border: 5px solid rgba(227,227,227,.65);
    background-color: #fff;
    padding: 0px;
}

/*pt066-portfolio*/
.pt066-portfolio{
	 font-family: Dosis, arial, sans-serif;
	 color:#111;
}

.pt066-portfolio .row{
	margin:0 !important;
}

.pt066-section-title {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5em;
line-height: 1.4;
}

.pt066-section-title>a,.pt066-section-title>a:visited,.pt066-section-title>a:focus {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.4em;
color:#999;
margin-top:7px;
}
.pt066-section-title>a:hover {
color:#111;
text-decoration:underline;
}
.pt066-portfolio{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 140px 0;
}

.pt066-works-filter{
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	color: #555;
	cursor: default;
}
.pt066-works-filter a{
	display: inline-block;
	margin: 0 27px;
	color: #999;
	text-decoration: none;
	
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
	cursor: pointer;
}
.pt066-works-filter a:hover{
	color: #111;
	text-decoration: none;
}
.pt066-works-filter a.active{
	color: #111;
	cursor: default;
}
.pt066-works-filter a.active:hover{
	color: #111;
}

.pt066-works-grid{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt066-item{
	width: 25%;
	float: left;
	margin: 0;
    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pt066-grid-2 .pt066-item{
	width: 50%;
}
.pt066-grid-3 .pt066-item{
	width: 33.333%;
}
.container .pt066-grid-3 .pt066-item{
	width: 33.2%;
}
.pt066-grid-5 .pt066-item{
	width: 20%;
}

.pt066-works-grid.pt066-grid-gut{
    margin: 0 0 0 -10px;
}
.pt066-works-grid.pt066-grid-gut .pt066-item{
    padding: 0 0 10px 10px;
}

.pt066-item > a{
	display: block;	
	padding: 0 0 84px 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.pt066-item a,
.pt066-item a:hover{
	color: #111;
	border: none;
}
.pt066-work-img{
	position: relative;
	overflow: hidden;
}
.pt066-work-img img{
	width: 100%;
	display: block;
	overflow: hidden;
}
.pt066-work-intro{
	width: 100%;
	height: 84px;
	padding: 20px 20px 0 20px;
    
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.pt066-work-title{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 13px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.pt066-work-desc{	
	font-size: 11px;
	text-align: center;
    text-transform: uppercase;
	color: #aaa;
	line-height: 1.2;
}
.pt066-works-grid.pt066-hide-titles .pt066-item > a{
	overflow: hidden;	
	padding: 0;
}
.pt066-works-grid.pt066-hide-titles .pt066-item .pt066-work-intro{
	opacity: 0;
	bottom: -94px;
}
.pt066-works-grid.pt066-hide-titles .pt066-item:hover .pt066-work-intro{
	opacity: 1;
}

.pt066-work-intro{
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-intro{
	/*bottom: auto;*/
	/*top: 50%;*/
	color: #fff;
	
	-webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);	
	
	z-index: 3; 
}
.pt066-item:hover .pt066-work-title{
	color: #ccc;
}
.pt066-item:hover .pt066-work-desc{
	color: #999;
}
.pt066-item .pt066-work-img:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250,250,250, 0);
	
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	
}
.pt066-item:hover .pt066-work-img:after{	
	background: rgba(20,20,20, .85);
}

.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-title,
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-desc{
	color: #fff;
}
.pt066-works-grid.hover-color .pt066-item:hover .pt066-work-img:after{	
	background: #e41919;
	opacity: .73;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-intro,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-title,
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-desc{
	color: #000;
}
.pt066-works-grid.pt066-hover-white .pt066-item:hover .pt066-work-img:after{	
	background: rgba(250,250,250, .9);
}

.pt066-item .pt066-work-img > img{
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.pt066-item:hover .pt066-work-img > img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


@media only screen and (max-width: 1024px) {	
    .pt066-portfolio{
        padding: 120px 0;
        
    }

}
  
@media only screen and (max-width: 992px) {
    .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item{
        width: 50%;
    }
}  
  
 
@media only screen and (max-width: 768px) {

	.pt066-portfolio {
        padding: 80px 0;
    }	

	.pt066-works-filter a{
		padding-left: 10px;
		padding-right: 10px;
		margin: 4px;
	}
}
  
@media only screen and (max-width: 480px) {
    
    .pt066-works-filter a{
		width: 100%;
        margin-left: 0;
        margin-right: 0;
	}	
	
	.pt066-item,
    .pt066-grid-2 .pt066-item,
	.pt066-grid-3 .pt066-item,
    .container .pt066-grid-3 .pt066-item,
    .pt066-grid-5 .pt066-item {
        width: 100%;
    }	
}


/*LOGIN*/
.navigation-top{padding-top:5px;}
.socialnetworks {color:#fff;}
.pt-btn-reg{
padding-top:5px;
color:#fff;background:#1b2232;
-webkit-border-radius: 3px; 
-moz-border-radius:  3px; 
 border-radius:  3px;
padding:4px 6px;
-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;
}
.pt-btn-reg:hover{color:#000;background:#fff;}
.pt-btn-reg a:hover{color:#000;}
.pt-btn-login{color:#fff;background:#009fe0;
-webkit-border-radius: 3px; 
-moz-border-radius:  3px; 
 border-radius:  3px;
padding:4px 8px 4px 5px;
-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;
}
.pt-btn-login a{font-size:12px;}
.pt-btn-login:hover{color:#000;background:#fff;}
.pt-btn-login a:hover{color:#000;}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
}

.tabsect .tab-content {
    width: 100%;
    /*border: #dddddd solid 1px;*/
    border-top: none;
	padding:0px;
}


#pt-blog .table-bordered th {
    text-align: center;
    background: #009fe0;
    color: white;
    padding:8px 0 !important;
}

#pt-blog .table-bordered td {
    padding: 8px 8px !important;
	font-size:12px;
}

.nav-tabs > li > a{
	color:#121212;
	border-radius:0;
}

.nav-tabs > li.active > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li.active > a:focus{
    color:#fff;
	background-color: #0c242e !important;
}


.panel-title {
    background: none repeat scroll 0 0 #ededed;
    display: block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    /*text-transform: uppercase;*/
	margin-bottom:15px;
}
.rating-table .rate-item, .rating-table {
    display: block;
    position: relative;
}
.rating-table {
    border-top: 1px dotted #aaa;
    margin-bottom: 0x;
}
.rating-table .rate-item {
    border-bottom: 1px dotted #aaa;
    padding: 4px 0 0 10px;
    /*text-transform: uppercase;*/
}
.rating-table .rate-item strong {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 0;
}
/* ==========================================================================
	Pinustech responsive CSS
   ========================================================================== */

/*------------------------------------------------------------------
[Table of contents]
1. Styles for devices(>1340px)
2. Styles for devices(>=1201px and <=1339)
3. Styles for devices(>=992px and <=1199px)
4. Styles for devices(>=768px and <=992px)
5. Styles for devices(>=481px and <=767px)
6. Styles for devices(<=480px)
-------------------------------------------------------------------*/

/*----------------
[0. Styles for devices(>=1600px)-TRY-TEMPLATEMONSTER]
*/
@media(min-width:1600px) {
	.pt-container {
		max-width:1316px !important;
	}
}

/*----------------
[1. Styles for devices(>=1340px)]
*/
@media (min-width: 1340px) and (max-width: 1599px){
	.pt-container {
		max-width:1290px
	}
}

/*----------------
[2. Styles for devices(>1200px and <1340px)]
*/
@media (min-width: 1201px) and (max-width: 1339px){
	
}
/*----------------
[3. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {

}

/*--------------------
[4.0 Styles for devices(<=992px)]
*/
@media (max-width: 992px){
  .container{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.zm-logo a img{
		margin-top:-10px;
		padding:0px;
	}
	.header-nav .container{
		padding:8px 6px 2px 6px;
	}
	#header-top .container {
		padding:3px;
	}
	#pt-logo_wrapper{
		text-align:center;
	}
}

	
/*--------------------
[4.1 Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {

}


/*--------------------
[5.0 Styles for devices(<=767px)]
*/
@media (max-width: 767px) {
#pt009-breadcrumb {
	padding:0px;
}

#pt-logo_wrapper img{
	width:180px;
	}
	
#zetta-menu {
	width:100%;
}

.pt037-caption a{
	margin-top:20px;
	left:0;
}

}


/*--------------------
[5.1 Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
	
	h1 {
		font-size:36px;
		line-height:3.6rem;
	}
	
}


/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
	
	h1 {
		font-size:32px;
		line-height:3.2rem;
	}	
	.logo {
		position:absolute;
	}
	
	#pt-logo_wrapper{
		text-align:left;
	}
	
	#pt-logo_wrapper img{
		width:40%;;
	}	
}

