/*
Template Name: Aslina - One Page Portfolio Template
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
ABOUT SECTION
TEAM SECTION
PARALLAX SECTION
SERVICES SECTION
WORKS SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
--SIDEBAR SECTION
--COMMENTS SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/
body, html {
	height: 100%;
}
body {
	color: #3a4364;
	font-size: 16px;
	line-height: 1.7;
	background-color: #fff;
	font-family: 'georgia', serif;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	color: #333;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.content {
	background: #fff;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.content-box {
	text-align: center;
}
.content-title {
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
	margin: 40px 0;
	text-transform: uppercase;
}
.open-text {
	color: #2a3661;
	font-family: open sans;
	font-size: 17px;
	margin-bottom: 40px;
}
.ic-title {
	color: #e2ae3e;
	font-size: 25px;
}
.title-border {
	background: none repeat scroll 0 0 #cccccc;
	display: block;
	height: 3px;
	margin: auto auto 40px;
	width: 50px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}
.black-bg {
	background: #1f1f1f;
}
.grey-bg {
	background: #f0f0f0;
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/preloader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}
/*---------------------HEADER SECTION----------------------------*/
.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.menu-box {
	text-align: right;
}
.navigation {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: right;
}
.navigation li {
	float: left;
}
.navigation li a {
	color: #ffffff;
	display: block;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 4px;
	padding: 22px 20px;
	text-transform: uppercase;
}
.navigation .current > a, .navigation li a:hover {
	color: #bfbfbf;
}
.for-sticky {
	padding: 20px 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	width: 100%;
	z-index:333;
}
.shrink .for-sticky {
	background: none repeat scroll 0 0 #000;
	padding: 10px 0;
	-webkit-backface-visibility: hidden;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	border: 3px solid;
	cursor: pointer;
	border-radius: 100px;
	height: 30px;
	line-height: 24px;
	margin: 27px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	color: #fff;
}
.logo img {
	max-height: 76px;
}
/*-------------------SLIDER SECTION----------------------------------*/

.img-bg {
	background-position: center center;
	background-size: cover;
}
.slider-mask {
	background-color: rgba(20, 20, 20, 0.4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.caption-box {
	padding: 12% 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sl-block {
	display: block;
	height: 50px;
	width: 100%;
}
.sub-slider {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.slider-desc {
	color: #ffffff;
	font-size: 14px;
	margin: auto;
	font-family: 'Open Sans', sans-serif;
}
.caption-box h3 {
	color: #ffffff;
	font-size: 70px;
	letter-spacing: 4px;
	margin: 10px 0 20px;
	line-height: 1;
	text-transform: uppercase;
}
.align-center {
	text-align: center;
}
#home .owl-pagination {
	height: 80px;
	margin-top: -80px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#home .owl-page.active {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	border-radius: 100px;
}
#home .owl-page span {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 100px;
	display: inline-block;
	height: 5px;
	text-align: center;
	width: 5px;
}
#home .owl-page {
	display: inline-block;
	height: 30px;
	line-height: 25px;
	margin: 2px;
	width: 30px;
}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.sl-btn {
	background: none repeat scroll 0 0 #e2ae3d;
	border: 3px solid #e2ae3d;
	color: #fff;
	display: inline-block;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 1;
	margin-top: 50px;
	padding: 15px 30px;
	text-transform: uppercase;
}
.sl-btn:hover {
	color: #fff;
	border-color: #fff;
	background: transparent;
}
/*-----------------------------ABOUT SECTION-----------------------------------*/
.about-img {
	position: relative;
}
.about-desc {
	background: none repeat scroll 0 0 #ffffff;
	height: 101%;
	padding: 40px;
	position: absolute;
	right: 0;
	text-align: left;
	bottom:0;
	top: 0;
	overflow: auto;
	width: 40%;
}
.about-desc > h3 {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 10px 0 20px;
}
.about-img .fa {
	color: #e2ae3e;
	display: inline-block;
	font-size: 25px;
	margin-right: 10px;
}
about-desc p {
	display: inline-block;
}
/*-----------------------------TEAM SECTION-----------------------------------*/
.team-box {
	overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
	position: relative;
}
.team-desc {
	bottom: 0;
	left: 0;
	height: 100%;
	position: absolute;
	text-align: left;
	z-index: 1;
	width: 100%;
	transition: ease .8s;
	-webkit-transition: ease .8s;
	-moz-transition: ease .8s;
	-o-transition: ease .8s;
	-ms-transition: ease .8s;
}
.team-desc:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
.team-caption {
	bottom: 30px;
	left: 30px;
	position: absolute;
	z-index: 2;
}
.team-caption > h3 {
	color: #ffffff;
	font-size: 28px;
	margin: 0;
}
.team-caption > p {
	color: #ffffff;
	font-style: italic;
}
.team-social {
	display: block;
	left: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: -100px;
	width: 100%;
	opacity: 0;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-o-transition: ease .4s;
	-ms-transition: ease .4s;
}
.team-box:hover .team-social {
	top: 50%;
	opacity: 1;
}
.team-social li {
	display: inline-block;
}
.team-social li a {
	background: none repeat scroll 0 0 #e2ae3e;
	border: 2px solid #e2ae3e;
	border-radius: 100px;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 36px;
	margin: 0 2px;
	width: 40px;
}
.team-social li a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
/*-----------------------------PARALLAX SECTION-----------------------------------*/
.bg {
	overflow: hidden;
	position: relative;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.para-img {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.no-para .para-img {
	background-attachment: scroll;
}
.para-box h3 {
	color: #ffffff;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 40px;
}
.para-box {
	padding-bottom: 120px;
	padding-top: 120px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.para-box p {
	color: #ffffff;
	font-family: open sans;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.para-box i {
	background: none repeat scroll 0 0 #e2ae3e;
	border-radius: 100px;
	color: #ffffff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	width: 50px;
}
.para-border {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	height: 2px;
	opacity: 0.2;
	width: 20px;
}
/*parallax image background setting here*/
.bg1 .para-img {
	background-image: url("../images/bg/1.jpg");
}
.bg2 .para-img {
	background-image: url("../images/bg/2.jpg");
}
.bg3 .para-img {
	background-image: url("../images/bg/3.jpg");
}
/*-----------------------------SERVICES SECTION-----------------------------------*/
.services-list h4 {
	font-family: open sans;
	margin: 10px 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.services-icon {
	background: none repeat scroll 0 0 #e2ae3e;
	color: #ffffff;
	font-size: 40px;
	height: 100%;
	left: 0;
	line-height: 200px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-o-transition: ease .4s;
	-ms-transition: ease .4s;
}
.services-box:hover .services-icon {
	background: rgba(0,0,0,0.2);
}
.anim-box {
	margin: auto auto 40px;
	max-width: 200px;
	position: relative;
}
/*--pricing table--*/
.pricing-table {
	border: 1px solid #eee;
	margin: auto auto 40px;
	max-width: 300px;
}
.pricing-table > h3 {
	background: none repeat scroll 0 0 #fafafa;
	color: #333333;
	font-family: open sans;
	font-size: 20px;
	margin: 0 0 -40px;
	padding: 20px 20px 60px;
	text-transform: uppercase;
}
.price-icon {
	background: none repeat scroll 0 0 #e2ae3e;
	color: #ffffff;
	display: inline-block;
	font-size: 25px;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
	width: 80px;
}
.pricing-table .price {
	font-family: playfair display;
	font-size: 28px;
}
.pricing-btn {
	background: none repeat scroll 0 0 #333333;
	color: #ffffff;
	display: inline-block;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 40px;
	padding: 15px 30px;
	text-transform: uppercase;
}
.pricing-btn:hover {
	background: none repeat scroll 0 0 #e2ae3e;
	color: #fff;
}
.special .pricing-btn {
	background: none repeat scroll 0 0 #e2ae3e;
}
.special .pricing-btn:hover {
	background: none repeat scroll 0 0 #333333;
}
/*-----------------------------WORKS SECTION-----------------------------------*/
.port-ajax {
	background: none repeat scroll 0 0 #000;
	position: relative;
	text-align: left;
	display: block;
}
.port-caption {
	padding: 20px;
	position: relative;
	background: #fff;
}
.port-ajax img {
	opacity: 1;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-o-transition: ease .4s;
	-ms-transition: ease .4s;
}
.port-ajax:hover img {
	opacity: 0.3;
}
.port-caption > h3 {
	font-size: 18px;
	margin: 5px 0;
	padding-right: 40px;
}
.port-client {
	color: #b2b2b2;
	font-style: italic;
}
.port-cat {
	color: #b2b2b2;
	font-family: open sans;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding-right: 40px;
	text-transform: uppercase;
}
.icon-port {
	background: none repeat scroll 0 0 #e2ae3e;
	border-radius: 100px;
	bottom: 50%;
	color: #ffffff;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: -15px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 30px;
}
.port-top {
	position: relative;
}
.port-hov {
	left: 0;
	margin-top: -19px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	opacity: 0;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-o-transition: ease .4s;
	-ms-transition: ease .4s;
}
.port-ajax:hover .port-hov {
	opacity: 1;
}
.port-hov > span {
	background: none repeat scroll 0 0 #e2ae3e;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 12px 20px;
	text-transform: uppercase;
}
.port-item {
	margin-bottom: 30px;
}
.port-filter {
	display: inline-block;
	list-style: outside none none;
	margin: 0 0 40px;
	padding: 0;
}
.port-filter li {
	display: inline-block;
}
.port-filter li a {
	border: 3px solid;
	margin-bottom: 5px;
	color: #333333;
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}
.port-filter li .active, .port-filter li a:hover {
	background: none repeat scroll 0 0 #333333;
	border-color: #333333;
	color: #ffffff;
}
.port-attr p {
	display: inline-block;
	font-family: open sans;
	margin: 0 10px 40px;
	font-size: 14px;
}
.slide-nav.inright {
	left: auto;
	right: 10px;
}
.slide-nav {
	background: none repeat scroll 0 0 #e2ae3e;
	border: 3px solid #e2ae3e;
	border-radius: 100px;
	color: #ffffff;
	font-size: 15px;
	height: 40px;
	left: 10px;
	line-height: 34px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: ease .4s;
	-webkit-transition: ease .4s;
	-moz-transition: ease .4s;
	-o-transition: ease .4s;
	-ms-transition: ease .4s;
	width: 40px;
}
.slide-nav:hover {
	background: transparent;
	border-color: #fff;
}
.work-content .close {
	border: 3px solid;
	display: inline-block;
	float: none;
	height: 40px;
	line-height: 34px;
	width: 40px;
}
.go-btn {
	background: none repeat scroll 0 0 #e2ae3e;
	border: 3px solid #e2ae3e;
	color: #fff;
	display: inline-block;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 4px;
	line-height: 1;
	margin-top: 50px;
	padding: 15px 30px;
	text-transform: uppercase;
}
.go-btn:hover {
	color: #333;
	border-color: #333;
	background: transparent;
}
.portfolio-gallery div {
	width: 33.3%;
	float: left;
}
.portfolio-gallery a {
	position: relative;
	display: block;
}
.portfolio-gallery a span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.portfolio-gallery a i {
	opacity: 0;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	height: 40px;
	left: 50%;
	line-height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	background: none repeat scroll 0 0 #e2ae3e;
	border-radius: 100px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.portfolio-gallery a:hover span, .portfolio-gallery a:hover i {
	opacity: 1;
}
a.pp_previous, a.pp_next {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
/*-----------------------------CONTACT SECTION----------------------------------*/
#map_canvas {
	height: 500px;
}
.address-list > li {
	display: inline-block;
	margin: 0 10px;
}
.address-list {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.address-list i {
	background: none repeat scroll 0 0 #e2ae3e;
	border-radius: 100px;
	color: #ffffff;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	right: 20px;
	text-align: center;
	width: 30px;
}
form input, form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 12px 20px;
	width: 100%;
	font-size: 14px;
	background: #fff;
}
#MyContactForm {
	text-align: left;
}
#MyContactForm p span {
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #3a4364;
}
#MyContactForm p label {
	cursor: text;
	display: block;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #3a4364;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #3a4364;
}

:-ms-input-placeholder {
 color: #3a4364;
}
#form-wrapper #MyContactForm .error {
	bottom: 12px;
	color: #FF0000;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	left: auto;
	font-style: italic;
	letter-spacing: 0;
	position: absolute;
	right: 20px;
	text-transform: capitalize;
	width: auto;
}
.contact-btn {
	background: none repeat scroll 0 0 #e2ae3e;
	color: #ffffff;
	display: inline-block;
	font-family: playfair display;
	font-size: 13px;
	letter-spacing: 4px;
	padding: 15px 30px;
	text-decoration: none;
	text-transform: uppercase;
}
.contact-btn:hover, .contact-btn:focus {
	background: #333;
	color: #fff;
}
#MyContactForm p {
	position: relative;
}
.response h3 {
	margin: 10px 0 25px;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
	background: none repeat scroll 0 0 #000000;
	padding: 40px 0;
}
.footer p {
	color: #ffffff;
	font-size: 13px;
	margin: 0;
}
.soc-footer {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.soc-footer > li {
	display: inline-block;
}
.soc-footer a {
	background: none repeat scroll 0 0 #333;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.soc-footer a:hover {
	background: #aaa;
}
/*-----------------------------BLOG SECTION----------------------------------*/
.blog .for-sticky{background:#000;}
.blog-wrapper {
    margin-top: 106px;
}
.blog .go-btn {
    margin: 0 0 20px;
}
.blog .content-title {
    margin: 0 0 20px;
    text-align: left;
}
.post-detail {
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.post-detail > li {
    display: inline-block;
    margin-right: 10px;
}
.post-detail i {
    background: none repeat scroll 0 0 #e2ae3e;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
}
.border-post {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e2ae3e;
    border-color: #e2ae3e;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#333;}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.widget {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.blog .title-border {
    background: none repeat scroll 0 0 #cccccc;
    display: block;
    height: 2px;
    margin: 0 0 20px;
    width: 30px;
}
.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 10px 20px;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 10px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("../images/search.png") no-repeat scroll center center #aaa;
    height: 30px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
	border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#e2ae3e;}
.widget ul li {
    list-style: outside none circle;
    margin-bottom: 5px;
}
.tagcloud a {
    background: none repeat scroll 0 0 #e2ae3e;
    border: 2px solid #e2ae3e;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 5px;
    padding: 6px 13px;
    text-transform: uppercase;
}
.tagcloud a:hover{border-color:#333;color:#333;background:#fff;}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
.com-reply {
    float: right;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
	background: none repeat scroll 0 0 #e2ae3e;
    color: #ffffff;
    display: inline-block;
    font-family: playfair display;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 1;
    margin-top: 50px;
    padding: 15px 30px;
    text-transform: uppercase;
	width:auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.com-btn:hover{background:#888;color:#fff;}
.comment-top > span {
    display: block;
    font-family: open sans;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-strong{
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (min-width:768px) and (max-width:979px) {
.team-box {
	width: 33.3%;
	float: left;
}
.caption-box h3 {
	font-size: 50px;
}
.sub-slider {
	font-size: 17px;
	letter-spacing: 1px;
}
.about-desc {
	position: relative;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
}
}
@media (max-width: 767px) {
.team-box {
	width: 33.3%;
	float: left;
}
.caption-box h3 {
	font-size: 40px;
}
.slider-desc {
	font-size: 13px;
}
.sub-slider {
	font-size: 14px;
	letter-spacing: 1px;
}
.caption-box {
	padding: 18% 0;
}
.sl-btn {
	font-size: 11px;
	margin-top: 35px;
	padding: 10px 15px;
}
.para-box h3 {
	font-size: 30px;
	line-height: 1.3;
}
.content-title {
	font-size: 30px;
}
.team-caption > h3 {
	font-size: 20px;
}
.team-caption > p {
	font-size: 13px;
}
.footer, .soc-footer {
	text-align: center;
}
.soc-footer {
	margin-top: 10px;
}
.about-desc {
	position: relative;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
}
}
@media (max-width: 500px) {
.port-item {
	width: 100%;
}
.team-box {
	width: 100%;
	float: none;
}
.caption-box h3 {
	font-size: 30px;
}
.team-caption > h3 {
	font-size: 25px;
}
.slider-desc {
	display: none;
}
.sub-slider {
	font-size: 14px;
	letter-spacing: 0;
}
.sl-btn {
	margin-top: 10px;
	padding: 8px 10px;
}
.port-filter li a {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px 15px;
}
.content-title {
	font-size: 25px;
}
.para-box h3 {
	font-size: 24px;
	line-height: 1.2;
}
.about-desc {
	position: relative;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
}
}
