
/*================================= 1. font import  ===========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);



/*==================================  2. Global  ========================================*/

body {
	background-color: white;
	font-family: 'Open Sans', sans-serif;;
	font-weight: 400;
	line-height: 1.45;
	color: #333;
}

*:hover {
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}

html {
	font-size: 0.813em;
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.1 Button   =-=-=-=-==-=-==-====-==-=- */

.btn {
	border: 1px solid #000;
	border-radius: 0px;
	padding: 10px 25px;
	text-transform: uppercase;
}

.btn-black {
	background-color: #000;
	color: #fff;
}

.btn-slategray {
	background-color: #313131;
	color: #fff;
}

.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-black:hover {
	background-color: #fff;
	color: #000;
}

.btn-slategray:hover {
	background-color: #000000;
	color: #C0DBB4;
}

.btn-white:hover {
	background-color: #dadada;
	border: 1px solid #cdcdcd;
	color: #000;
}

.blog-btn {
    width: 100%;
    border: 1px solid #dadada;
    color: #000000;
}

.blog-btn span {
    margin: 0px 15px;
}

.blog-btn:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.pricing-btn {
    background-color: #dadada;
    border: 1px solid #dadada;
    color: #fff;
    margin-top: 25px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* =-=--=-=-=-=-=-==-=-=-=-  2.2 Navbar   =-=-=-=-==-=-==-====-==-=- */

#mainNavigation {
    margin-bottom: 0px;
    background-color: #fff;
}

#mainNavigation .navbar-nav li a {
	color: #969595;
	padding: 25px 15px;
}

#mainNavigation .navbar-nav li a:hover {
	color: #262626;
}

#mainNavigation .navbar-nav li ul.dropdown-menu {
	padding: 0px;
}

#mainNavigation .navbar-nav li ul.dropdown-menu li a {
    padding: 10px 25px;
    display: block;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu {
    right: 100%;
    position: absolute;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.35);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    top: 10px;
    min-width: 200px;
    padding: 0px;
    margin: 2px 0 0;
    text-align: left;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li {
    position: relative;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li a {
    padding: 10px 25px;
    display: block;
}

#mainNavigation .navbar-nav li ul.dropdown-submenu li a:hover {
	background-color: #f5f5f5;
	color: #262626;
}

.navbar-toggle {
	border-color: #CECECE;
}

.navbar-toggle {
	border-radius: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.navbar .navbar-toggle .icon-bar {
	background-color: #B9B9B9;
}

.nav-tabs {
	margin-right: 2px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    margin: 0px;
    padding: 10px 24px;
}

.tab-content {
    border: 1px solid #dadada;
    border-top-color: transparent;
    margin-right: 3px;
    padding: 20px;
}

@media (min-width: 768px) {
	.navbar-nav>li.dropdown:hover .dropdown-menu {
		display:block;
	}

	.navbar-nav>li.dropdown:hover .dropdown-submenu {
	    display: none;
	}

	.navbar-nav>li>.dropdown-menu>.dropdown:hover .dropdown-submenu {
	    display: block;
	}
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.3 Header   =-=-=-=-==-=-==-====-==-=- */

.page-head {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.page-head .header-wrapper {
	background-color: rgba(0,0,0,0.45);
	position: relative;
	padding: 80px 0px;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.4 Form   =-=-=-=-==-=-==-====-==-=- */

.form-group {
	margin-bottom: 20px;
}

.form-control {
	background-color: #f9f9f9;
	border: 1px solid #E0E0E0;
	border-radius: 0px;
	box-shadow: none;
	height: auto;
	padding: 14px 28px;
}

.form-control:focus {
    border-color: #DADADA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
       -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    	 -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
    		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(150, 144, 144, 0.5);
}

::-webkit-input-placeholder {
   color: #969595;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595;  
}

:-ms-input-placeholder {  
   color: #969595;  
}

/*====================================== 2.5 pagination  ====================================*/

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #fff;    
    background-color: #000;    
    border-color: #000;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    border-radius: 0px;
    color: #dadada;
    border: 2px solid #dadada;
}

/* =-=--=-=-=-=-=-==-=-=-=-  2.6 Typography   =-=-=-=-==-=-==-====-==-=- */

h1, h2, h3, h4 {
	margin: 1.414em 0 0.5em;
	font-weight: inherit;
	line-height: 1.2;
}

h1 {
	margin-top: 0;
	font-size: 3.157em;
}

h2 {
	font-size: 2.369em;
	font-weight: 300;
}

h3 {
	font-size: 1.777em;
}

h4 {
	font-size: 1.333em;
}

p {
	color: #969595;
	line-height: 1.62em;
	margin-bottom: 1.3em;
}

small, .font_small {
	font-size: 0.75em;
}

/* =-=-=-=--=-=-==-=-=-=-=-  2.7 Other common properties    =-=-=-=-=-=-=-=-==-=-=-=-=-=-=*/

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.bg-light-gray {
	background-color: #f9f9f9;
}

.bg-white {
	background-color: #ffffff;
}
.breadcrumb {
	background-color: transparent;
	font-size: 15px;
	float: right;
  	text-transform: uppercase;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb>li+li:before {
	padding: 0 10px;
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f101";
}

li {
	list-style: none;
}

.section-title {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.section-sub-title {
	color: #969595;
	margin-bottom: 0px;
	text-transform: capitalize;
	word-spacing: 1px;
}

/* =-=--=-=-=-=-=-==-=-=-=- 2.8  Footer   =-=-=-=-==-=-==-====-==-=- */

footer {
	background-color: #313131;
	color: #fff;
	font-size: 14px;
	padding: 30px 0px;
}

footer h4 {
	margin-top: 0px;
	margin-bottom: 30px;
}

footer .footer-links {
	padding: 0px;
}

.footer-links li {
	margin-bottom: 10px;color: #969595;
}

.footer-links li a {
	color: #969595;
}

.footer-links li:hover a {
	color: #ffffff;
}

.footer-links li a:before {
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f101";
	margin-right: 10px;
}

.footer-share-button {
    padding: 0px;
}

@media (max-width: 991px) {
	footer h4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.footer-widget {
		width: 100%;
	}
}


/* =-=--=-=-=-=-=-==-=-=-=-  2.9 Section-spacing   =-=-=-=-==-=-==-====-==-=- */

section {
	padding: 1.7129em 0;
}

.headline {
	margin-bottom: 50px;
}

/*================================================================
							Home
==================================================================*/

/*------------------------------  header -----------------------------------*/

#header {
    background-attachment: fixed;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    display: table;
    height: calc(100vh - 72px);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.header-wrapper .header-overlay {
    min-height: 100vh;
    /*min-width: 100vw;*/
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}   

.header-wrapper .header-wrapper-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-wrapper .header-wrapper-inner .welcome-speech {
	margin-top: 7em;
}

.header-wrapper .header-wrapper-inner .welcome-speech h1 {
	color: #232c35;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 6px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.header-wrapper .header-wrapper-inner .welcome-speech p {
	color: #232c35;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 4.2em;
}

/*--------------------------- intro  ------------------------------------*/

.intro {
	padding: 5.6285em 0;
}

.intro .intro-description {
	padding-left: 40px;
}

.intro .intro-description h2 {
	font-size: 30px;
	margin-top: -10px;
	text-transform: uppercase;
}

.intro .intro-description p {
	font-size: 14px;
	padding: 2px 60px 5px 0px;
}

.intro .intro-description .points {
	padding: 0px;
}

.intro .intro-description .points li {
	margin-bottom: 10px;
}

.intro .intro-description .points li span {
	margin-right: 10px;
}

.intro .intro-description .btn {
	margin-top: 20px;
}

/*--------------------------  feature  ----------------------------------*/

.feature {
	padding: 5.6285em 0 2.9145em;
}

.feature-content {
    margin-bottom: 2.714em;
}

.feature-icon {
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 50%;
    color: #ffffff;
    font-size: 45px;
    height: 90px;
    padding: 10px 0px 15px 3px;
    width: 90px;
}

.feature-content:hover .feature-icon {
	background-color: #ffffff;
	border: 1px solid #313131;
	color: #313131;
}

.feature-heading {
	font-size: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.feature-description {
    padding: 10px;
    margin-bottom: 0px;
}

/*---------------------------  portfolio  ----------------------------------*/

.portfolio-item {
	margin-bottom: 3.1269em;
}

.portfolio-item .item-image {
	position: relative;
}

.portfolio-item .item-image a,
.portfolio-item .item-image a img {
	display: block;
	position: relative;
}

.portfolio-item .item-image a {
	overflow: hidden;
}

.portfolio-item .item-image a div {
	position: absolute;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}

.portfolio-item .item-image a div span {
	color: #ffffff;
	display: block;
	font-size: 50px;
	position: absolute;
	left: 45%;
	top: 35%;
}

.portfolio-item .item-description {
    padding: 15px 0px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #474747;
    display: block;
}

@media (max-width: 767px) {
	.portfolio-item .item-description {
	    padding: 12px 50px;
	}
}

/*---------------------------  twitter-feed -------------------------------*/

.twit-feed {
	background: url(../img/twitter-feed-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}

.twit-feed-wrapper {
	/*background-color: rgba(0,0,0,0.75);*/
	padding: 60px 0px;
    color: lightyellow;
}

/*---------------------------  pricing  ----------------------------------*/

.price-box {
    background-color: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 15px 25px 15px;
    margin-bottom: 25px;
}

.price-box h3 {
	border-bottom: 1px solid #dadada;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.price-box .price-info {
    position: relative;
    padding: 0px 15px;
}

.price-box .price-info .price {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 15px 0px;
}


.price-box .price-info .price span {
    display: inline;
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

.price-box .price-info span {
	color: #969595;
    display: block;
    margin-bottom: 15px;
}

.price-box:hover {
    background-color: #313131;
}

.price-box:hover h3,
.price-box:hover .price,
.price-box:hover .price sup,
.price-box:hover .price span {
    color: #fff;
}

.price-box:hover .pricing-btn {
    background-color: #fff;
    color: #969595;
    border: 1px solid #313131;
}

/*---------------------------  testimonial ------------------------------*/

#client-speech .client-box {
	background-color: #fff;
    box-shadow: 1px 3px 7px #eee;
    margin-bottom: 2.714em;
    padding: 40px;
}

#client-speech .client-box .about-client {
    width: 32%;
    float: left;
}

#client-speech .client-box .about-client img {
	width: 100%;
}
#client-speech .client-box .main-speech {
    padding-left: 40%;
}
#client-speech .client-box .main-speech a { white-space: nowrap;overflow: hidden; font-weight: bold; color:#555}
#client-speech .client-box .main-speech p {
	font-size: 13px;
	margin-top: 5px;
    height: 100px;
    overflow: hidden;
    text-overflow:ellipsis;

}

@media (max-width: 991px) {
	.intro .intro-description h2 {
		margin-top: 1.414em;
	}
}

@media (max-width: 991px) and (min-width: 700px) {
	.intro .intro-description {
		padding-left: 60px;
	}
}

@media (max-width: 600px) {
	#client-speech .client-box .main-speech {
		padding-left: 50%;
	}

	#client-speech .client-box .main-speech p {
		margin-top: -5px;
	}
}

/*=============================================================================
						4. About page
=============================================================================*/

/*-----------------------------  4.1 story   ------------------------------------*/

.story .headline {
	margin-bottom: 25px;
}

.story .story-description {
	padding: 0px 20px;
}

/*================================================================
						10.1 Blog Page (Multiple blog page)
==================================================================*/

.blog-item {
	padding: 1.7129em 0;
}

.blog-heading {
    margin-bottom: 15px;
}

.blog-heading h3 {
    margin-bottom: 5px;
    font-weight: 300;
    margin-top: 20px;
}

.blog-heading span {
    color: #969595;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-heading span.date {
    margin-right: 12px;
}

.blog-item p {
    text-align: justify;
}

/*===========================================================================
				10.2 Single blog page
===========================================================================*/

.article-summary {
    margin: 40px 0px;
}

.article-summary p span {
    color: #000000;
    font-size: 50px;
    position: absolute;
    margin: 20px 0px 20px -50px;
}


.single-blog-page-button {
	margin: 30px 0px;
}

.about-author {
    border: 1px solid #f1f1f1;
    padding: 12px;
}

.about-author p {
    margin: 15px 0px 10px -15px;
}

.about-author p strong {
	color: #000000;
	font-size: 1.333em;
	font-weight: 400;
}

.author-name {
	color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-left: 7px;
}


.well {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
}


@media (max-width: 991px) {
	.about-author {
		padding: 30px;
	}
}

/*-----------------------------  10.3 sidebar ------------------------------------*/

.topics {
    margin-top: 15px;
}

.faq-t {
	line-height: 1.5em;
	color: gray;  
	float: right; 
	font-weight: 700; 
	padding-right: 0.62em; 
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-o {
	color: #000;
	margin-top: -5px;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

.faq-q {
	background-color: #f9f9f9;
	border: 1px solid transparent;
	color: #969595;
    cursor: pointer;
    font-size: 14px;
    padding: 12px;
    
}

.faq-q:hover {
	background-color: #ffffff;
    border: 1px solid #dadada;
    color: #000000;
}


/*--------------------------------------------
			archives
--------------------------------------------*/

.archive-widget .archives 
{
    padding-left: 0;
    list-style: none;
}
.archive-widget .archives li 
{
    border-bottom: 1px solid #f3f3f3;
    list-style: none;
    display: block;
    padding: 10px 20px 10px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-widget .archives li a {
    margin-left: 25px;
    font-size: 12px;
    color: #969595;
}

.archive-widget .archives li:before 
{
    color: #969595;
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 35%;
    font-size: 11px;
}

.archive-widget .archives li:hover a {
	color: #000000;
}



/*---------------------------  11.1 google map --------------------------*/
#map-canvas 
{
    width: 100%;
    height: 400px;
}

