
/** html {
	
	-webkit-font-smoothing:antialiased;
}
**/

img.backs {
	min-height:100%;
	min-width:1170px;
	width: 100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Dosis', sans-serif;
    
}

.h1, h1 {
	font-size: 4.3em;
}

a, a:focus, a:hover {
	text-shadow:none;
}

/* .cover-container {
	margin-top:100px;
	
	
}
*/

.masthead {
	position:relative;
	margin-bottom: 50px;
}


.mastfoot p {
	color:#2A363B;
	text-shadow:none;
}


/*** MEDIA ONLY 
 * -----------------------------
 * */
 
 

@media only screen and (max-width: 481px) {
    .cover-heading {
    	text-align:center;
    	font-size: 3em;
    }
}

@media only screen and (max-device-width: 480px) {
    .cover-heading {
    	text-align:center;
    	font-size: 3em;
    }
}

@media only screen and (max-width: 481px) {
    .lead {
    	text-align:center;
    	font-size: 1.1em;
    	
    }
}

@-moz-document url-prefix() {
@media (max-width: 481px) {
    .cover {
      padding: 0;
    }
}
}


@media only screen and (max-width: 481px) {
    .jumbotron .p {
    	text-align:center;
    	font-size: 0.7em;
    	
    }
}


@media screen and (max-width:1170px) {
	img.backs {
		left:50%;
		margin-left:-585px;
	}
}

@media screen and (max-width: 768px) {
    #type {
        font-size: 0.5em;
    }
}


@media screen and (max-width:1170px) {
	.cover {

	padding: 0;
	
}
	
}

@media screen and (max-width:1170px) {
	.mastfoot > .inner {

	padding: 0;
	
}
	
}

@media screen and (max-width: 768px) {
    .col-md-4 {
        padding-top:10px;
    }
}

@media (min-width:1200px) {
	.container_footer {
		width:auto;
	}
}

/*** NAVIGATION 
 * --------------------------------
 * */

.masthead-nav {
	text-shadow:none;
} 
.masthead-nav > li > a {
	color:#556270;
	font-weight:normal;
}
.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
	color:#99B898;
	border-bottom-color: #99B898;
}

.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
	border-bottom-color:#FF847C;
}


/*** INNER COVER 
 * ----------------------------------
 * */

h1.cover-heading {
	color:#333333;
	
	text-transform:uppercase;
}

#type {
	font-size: 23px;
	display:inline-block;
	font-weight:lighter;
	background: rgba(42, 54, 59, 0.6);
	border-radius: 8px;
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #FFFFFF;
	
	
}
p.lead_heading {
	display:inline-block;
	border-radius:10px;
	color:#2A363B;
	font-size: 2.3em;
	text-shadow:none;
	margin:30px;
	
}




h2.circle {
	font-size:2em;
}

/*** BUTTONS 
 * -----------------------------
 * */
 
.btn {
	transition: all 0.2s ease-in-out 0s;
	letter-spacing:2px;
	word-spacing:1px;
}	


@media only screen and (max-width: 481px) {
    .btn {
    	letter-spacing: 0;
    	word-spacing: 0;
    	padding: 2px 7px;

    	}
   
}

@media (min width: 768px) {
	.navbar-right {
		margin-right: 0;
	}
}

.cover .btn-lg {
	background:#E84A5F;
	color:#FFFFFF;
	font-weight:400;
	font-size:0.9em;
	text-transform:uppercase;
	margin-top: 50px;

	padding: 10px 60px;
}

.cover .btn-lg:hover {
	background-color:#99b898;
    Xtext-decoration:underline;
	color:#fff;
}

.btn-default, .btn-default:hover, .btn-default:focus {
	background-color:transparent;
	border: 2px solid white;
}

.pricing__action:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/*** JUMBOTRON 
 * -----------------------------
 * */

.jumbotron {
	background: rgba(42, 54, 59, 0.6);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	text-align:left;
}

p.lead_one_four {
	color:#FFFFFF;
	background: #FF847C;
	padding:10px 15px 15px 10px;
	border-bottom: 1px solid #E84A5F;
	border-top: 1px solid #FF847C;
	border-radius: 8px;
	transition:all 0.3s ease-in-out 0s;
	font-size:1.2em;
	cursor:pointer;
	
}

p.lead_one_four:hover  {
	color:#FFFFFF;
	background: rgba(153, 184, 152, 0.6);
}

h2.circle {
	color:#2A363B;
	text-shadow:none;
	
}

/*** FAQ_ELEMENTS 
 * -----------------------------
 * */

.container-faq {
	background: rgba(42, 54, 59, 0.6);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 100px;
}

.container-faq > .row {
	margin:0;
}
h1.page-header {
	color: #FECEA8;
}

.panel-body {
	background:#FF847C;
	
	font-size: 1.2em;
	text-shadow: none;
	
}

.panel-body > a {
	color: #2A363B;
}

.panel-body > a:hover {
	color: #FECEA8;
}

.panel-default>.panel-heading {
	text-transform:uppercase;
}
a#expandAll.btn-default {
	background-color:#2A363B;
}

a#collapseAll.btn-default {
	background-color:#2A363B;
}

h4.panel-title > a:hover {
	color: #E84A5F;
	text-decoration:none;
}

a, a:focus, a:hover {
	color:#99B898;
}

/*** PAKETI 
 * -----------------------------
 * */

section.pricing-section {
	background: rgba(42, 54, 59, 0.6);
	border-radius: 8px;
	padding:20px;
	
}

.pricing--sonam {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing--sonam .pricing__item {
	margin: 1em;
	padding: 2em;
	cursor: default;
	border-radius: 8px;
	background: #2A363B;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05), 0 15px 30px -10px rgba(0,0,0,0.3);
	transition: background 0.3s;
}

.pricing__item {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items:stretch;
	text-align:center;
	flex:0 1 330px;
	
}

.pricing--sonam .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0 0 0.25em;
	padding: 0 0 0.25em;
	border-bottom: 3px solid rgb(153, 184, 152);
	 
}

.pricing--sonam .pricing__price {
	color: #FF847C;
	font-size:1.75em;
	padding:1em 0 0.75em;
	font-weight: 600;
	
}

.pricing--sonam .pricing__sentence {
	font-weight:bold;
	font-size:1.4em;
	-webkit-font-smoothing:antialiased;
	
	
}
.pricing--sonam .pricing__item:hover{
	background:#181e21;
}

.pricing--sonam .pricing__feature-list {
	margin:0;
	padding:1em 1.25em 2em;
}

.pricing__feature-list {
	text-align:left;
	font-size:1.2em;
}

.pricing--sonam .pricing__action {
	font-weight:bold;
	margin-top:auto;
	padding:0.75em 2em;
	border-radius: 5px;
	background:#FF847C;
	transition:background 0.3s;
	
}

.pricing__action {
	color:#FFFFFF;
	border: none;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.pricing--sonam .pricing__action:hover {
	background:#E84A5F;
}

.alert {
	margin:20px 0 0;
	text-shadow:none;
	
}

/*** CONTACT FORM 
 * -----------------------------
 * */

#contact_form.row {
	
	margin:100px 0 0;
	
}
#contact_form > .col-md-6 {
	padding-left:0px;
	margin:0 auto;
	float:none;
}
#feedbackForm {
	background: rgba(42, 54, 59, 0.6);
	border: 1px solid #FECEA8;
	border-radius: 8px;
	padding:20px;
}

label.control-label {
	color:#FECEA8;
	font-size:1.2em;
		
}

.form-group {
	text-align:left;
}

.btn-primary {
	
	background-color:#99B898;
	color:#FFFFFF;
	border-color:#FFFFFF; 

}

#feedbackSubmit.btn-lg:hover {
	background:#FFFFFF;
}

#feedbackSubmit.btn-lg {
	background:#FF847C;
	text-transform:uppercase;
	padding: 10px 30px 10px 30px;
} 

#feedbackSubmit.btn-lg:hover {
	color:#ff847c;
} 


.btn-primary:hover {
	
	background-color:transparent;
	color:#ffffff;

}

.col-md-4 {
	color:#2a363b;
	text-shadow:none;
	font-size:1.3em;
	
}
a.mail_link {
	text-decoration:none;
	color:#FF847C;
}

a.mail_link:hover {
	color:#E84A5F;
}

#map-canvas {
	margin-top:20px;
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}


/*** FOOTER 
 * -----------------------------
 * */

.mastfoot .inner a {
	color:#C06C84;
}

#mastfoot .inner a {
	color:#C06C84;
}
.row_contact {
	
	}
span.glyphicon-menu-right {
	font-size:0.7em;
	top:0;
}


/*** PROVJERA 
 *_______________________________
 * */
 
 .pure-control-group > .btn-lg {
	 background: #E84A5F;
	 color: #fff;
	 font-weight: 400;
	 text-transform: uppercase;
	 
 }

.jumbotron > .btn-lg {
	background: #E84A5F;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;

}


.table>tbody>tr:hover {
	color: #000;
}

.my_feature {
	padding-top: 10px
} 


#spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background: #999;
    z-index: 2;
    display: none;
    }
    
#spin_text {
    border: 1px solid grey;
    border-radius: 25px;
    padding: 50px;
    margin-top: 20%;
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.credits {
    color: grey;
}

.credits a, a:focus, a:hover {
        color: grey;
        font-weight: bold;
    }
}

/* @-moz-document url-prefix() {
* * @media (min-width: 980px) and (max-width: 1199px) {
* 	.span1 {
* 	 width: 129.14px;
*   }
* }
* }
