@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,600,700);
@import "../css/bootstrap.min.css";
@import "../css/font-awesome.min.css";

p{text-align:justify;}
.pm-containerPadding30 {
	padding:30px 20px;	
}
.pm-workshop-post-container {
	overflow:hidden;
	width:auto;
	height:auto;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

.pm-workshop-post-title-container {
	width:auto;
	height:auto;
	background-color:#2b5d83;
	text-align:left;
	padding:10px 20px;
}

.pm-workshop-post-title-container p {
	margin:0px;	
}

.pm-workshop-post-title {
	font-family:'Open Sans';
	font-size:24px;
	color:white;
	font-weight:300;
	margin-bottom:7px !important;
}

.pm-workshop-post-subtitle {
	font-family:'Open Sans';
	font-size:14px;
	color:white;
	font-weight:300;	
}



.pm-workshop-post-date-container .pm-title {
	font-family:'Open Sans';
	font-size:18px;
	color:#2b5d83;
	font-weight:300;
	margin-top:7px !important;
	margin-bottom:0px !important;
}

.pm-workshop-post-date-container .pm-date {
	font-family:'Open Sans';
	font-size:14px;
	color:#7f7f7f;
	font-weight:300;
}

.pm-workshop-post-date-container {
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:#f1f1f1;	
	padding:15px 20px;
	text-align:left;
}
.pm-workshop-post-icon i {
	color:white;
	font-family:'FontAwesome';	
	font-size:30px;
}
.pm-workshop-post-icon {
	background-color: #dbc164;
    border: 5px solid white;
    float: left;
    height: 75px;
    margin-right: 10px;
    padding: 18px 5px 5px;
    text-align: center;
    width: 75px;
	
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	-o-border-radius:99px;
}
.addthis_floating_style.addthis_counter_style {width: 85px!important;}
.pm-workshop-post-button-container ul {
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#bbbbbb;	
	text-align:left;
	padding:10px 20px;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.pm-workshop-post-button-container:hover {
	background-color:#2B5D83;		
}

.pm-workshop-post-button-container p {
	font-family:'Open Sans';
	font-size:14px;
	color:white;
	font-weight:300;	
	display:inline;
}

.pm-workshop-post-button-container i {
	font-family:'FontAwesome';
	font-size:14px;
	color:white;
	font-weight:300;
	float:right;
	margin-top:6px;
}



header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

body{
    font-family: 'Raleway', sans-serif;
    font-weight:400;
}

/*scroll bar styles*/
::selection{
    background: #e74c3c;
    color:#fff;
}
::-moz-selection{
    background: #e74c3c;
    color:#fff;	
}
::-o-selection {
    background: #e74c3c;
    color:#fff;	
}
::-ms-selection {
    background: #e74c3c;
    color:#fff;
}
::-webkit-scrollbar{
    width:10px;
    background:#323a45;
}
::-webkit-scrollbar-thumb{
    -webkit-border-radius:4px;
    border-radius:4px;
}
::-webkit-scrollbar-thumb{
    background:#f1c40f;	
}
/*scroll bar styles ends*/


/*header style starts*/
header{
    background:#ecf0f1;
    padding:10px 0
}

header ul{
    margin:0;
    text-align:center;
}
header ul li{
    display:inline-block;
    list-style:none;
}
header ul li a, header ul li a:hover, header ul li a:focus, header ul li a:visited, header ul li a:active{
    color:#fff;
}
header  ul li .fa-facebook{
    background-color:#2f5790;
    width:30px;
    height:30px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    line-height:29px;
}
header  ul li .fa-twitter{
    background-color:#2ba7d1;
    width:30px;
    height:30px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    line-height:29px;
}
header  ul li .fa-linkedin{
    background-color:#4397c7;
    width:30px;
    height:30px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    line-height:29px;
}
header  ul li .fa-envelope{
    background-color:#72898c;
    width:30px;
    height:30px;
    -webkit-border-radius:15px;
    -o-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    line-height:29px;
}

/*header styles ends*/


/*navigation styles starts*/
.navigation{
    float:right;
    /*display:block;*/

}
.navbar-default {
    background:none;
    border: none;
    font-size:16px;
    font-weight: 600;
    text-transform:uppercase;
    margin-top: 25px;
}
.navbar-default ul li{
    margin-left:5px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ecf0f1;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#ecf0f1;
    background-color: #3498db;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
}
/*navigation styles ends*/

/*jumbotron styles begins*/
.jumbotron{
    background:#2f2c2c url(../img/background_img.png) no-repeat;
    background-size: cover;
    max-height: 800px;
    padding:60px 0 210px 0;
    margin-bottom: 0;
}
.jumbotron h1{
    font-size:48px;
    color:#fff;
    padding:180px 0 20px 0;
    text-transform: uppercase;
}
.jumbotron h1 span{
    color:#f1c40f;
    font-weight:600;
}
.jumbotron h3{
    font-weight: 400;
    color: #bdc3c7;
    font-size:22px;
    font-weight: 300;
    padding-bottom:50px;
}
.jumbotron h3 span{
    color:#fff;
    font-weight: 400;
}
.jumbotron .btn-lg {
    padding: 15px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
}
.jumbotron .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #fff;
    background:rgba(255,255,255,0.05);
    color:#fff; 
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -ms-transition: background .5s ease
}
.jumbotron .btn-primary:hover {
    background:rgba(255,255,255,0.07);
}
/*jumbotron styles ends*/


/*quotes styles*/
.quotes{
    text-align:center;
    border-bottom:1px solid #bdc3c7;
}

.quotes h4{
    text-transform: uppercase;
    color:#2f2c2c;
    font-size:22px;
    font-weight: 600;
    margin:30px 0;
}
.quotes [class^="fa"]{
    background:#7f8c8d;
    width:50px;
    height:50px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    line-height: 50px;
    color:#fff;
}
.quotes p{
    font-size:16px;
    line-height: 30px;
    padding:0 30px;
}
.quotes .col-md-3{
    padding:30px 0;
    border-right:1px solid #bdc3c7;
    min-height:353px;
}
.no_border{
    border-right:0 !important;
}
/*quotes styles ends*/


/*how works styles*/
.how_works{
    margin:60px 0 120px 0;
}
.how_works h1{
    font-size:44px;
    text-align:center;
    text-transform: uppercase;
    margin-bottom:60px;
    color:#2f2c2c;
}
.carousel-inner p{
    font-size:20px;
    text-align:center;
    padding:0 60px;
    line-height: 30px;
    font-weight: 600;
}
.carousel-indicators {
    position: absolute;
    bottom: -85px;
}
.carousel-control {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    width: auto;
    height:20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: 1;
}
.carousel-indicators .active{
    width: 50px;
    height: 50px;
    background:rgba(127,140,141, 1);
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border:0;
}
.carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px;
    text-indent: 0px; 
    cursor: pointer;
    /*background-color: rgba(0,0,0,0);*/
}
.carousel-indicators .fa{
    background:rgba(127,140,141, 0.5);
    width: 50px;
    height: 50px;
    color:#fff;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    line-height: 50px;
}

/*contact styles begins*/
.contact{
    background:#2f2c2c url(../img/contact.png) no-repeat;
    padding:120px 0;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
}
.contact h2{
    color:#fff;
    font-weight:300;
    text-align:center;
    font-size:36px;
    margin:0;
}
.contact h2 span{
    color:#f1c40f;
    font-weight:600;
}
.contact h2 span a{
    color:#f1c40f;
}
.contact h2 span a:hover, .contact h2 span a:focus, .contact h2 span a:active, .contact h2 span a:visited{
    color:#f1c40f;
    text-decoration:none;
}
/*contact styles ends*/

/*footer styles begins*/
footer{
    padding:60px 0 0px 0;
    text-align:center;
}
footer .fa{
    font-size:20px;
    color:#7f8c8d;
}

footer h5{
    font-size:24px;
    font-weight:600;
    text-transform: uppercase;
    margin:30px;

}
footer small{
    font-size:16px;
    line-height: 30px;
    margin-bottom:50px;
}

.copyright{
    margin-top:30px;
    text-align:center;
    background-color:#7f8c8d;  
}
.copyright p{
    font-size:16px;
    color:#fff;
    padding:10px 0;
    margin:0;
}
/*footer styles ends*/





/*responsive styles*/
@media (max-width:479px){

    .jumbotron p{
        text-align:center;
    }
    .jumbotron img{
        display:inline-block;
    }
    .navigation{
        text-align:center;
        float:none;
    }
    .navbar-default .navbar-toggle{
        background-color: transparent;
        bottom:30px;      
        border:1px solid #fff;
        padding: 15px 20px;
        margin:0;
        float:none;
        top:-5px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color:transparent;
    }
    .navbar-default .navbar-collapse{
        border:none;
        box-shadow: none;
        background:rgba(255,255,255,0.075);
    }
    .navbar-nav>li>a{
        padding:15px 0;
    }
    .jumbotron h1 {
        padding: 30px 0 20px 0;
        line-height: 60px;
    }
    .jumbotron h3{
        line-height: 30px;
    }
    .quotes .col-md-3 {
        padding: 30px 0 0px 0;
        border: 0;
        min-height: 100%;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -115px;
    }
    .contact{
        padding:60px 0;
    }
    footer {
        padding: 30px 0 0px 0;
    }
    footer .col-lg-4, footer .col-md-4, footer .col-sm-4{
        padding:15px 0;
    }
    footer h5{
        margin:10px 0;
    }
}

@media (min-width:480px) and (max-width:767px){
    .jumbotron p{
        text-align:center;
    }
    .jumbotron img{
        display:inline-block;
    }
    .navigation{
        text-align:center;
        float:none;
    }
    .navbar-default .navbar-toggle{
        background-color: transparent;
        bottom:30px;      
        border:1px solid #fff;
        padding: 15px 20px;
        margin:0;
        float:none;
        top:-5px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color:transparent;
    }
    .navbar-default .navbar-collapse{
        border:none;
        box-shadow: none;
        background:rgba(255,255,255,0.075);
    }
    .navbar-nav>li>a{
        padding:15px 0;
    }
    .jumbotron h1 {
        padding: 30px 0 20px 0;
        line-height: 60px;
    }
    .jumbotron h3{
        line-height: 30px;
    }
    .quotes{
        padding-bottom:30px;
    }
    .quotes .col-md-3{
        padding:30px 0 0px 0;
        border:0;
        min-height:100%;
    }
    .contact{
        padding:60px 0;
    }
    footer {
        padding: 30px 0 0px 0;
    }
    footer .col-lg-4, footer .col-md-4, footer .col-sm-4{
        padding:20px 0;
    }
    footer h5{
        margin:20px 0;
    }
}

@media (min-width:768px) and (max-width:991px){
    .navbar-default {
        margin-top: 25px;
    }
    .nav>li>a {
        padding: 15px 12px;
    }
    .quotes{
        padding-bottom:30px;
    }
    .quotes .col-md-3{
        padding:30px 0 0px 0;
        border:0;
        min-height:100%;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .quotes .col-md-3{
        padding:30px 0 0px 0;
        min-height:390px !important;
    }


}

