/*
Theme Name: Simple Parallax Website
Description: Simple Parallax Scrolling Effect
Author: Samuel Dalusung
*/

/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	margin: 0 !important;
	padding: 0 !important;
}


	

.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 960px;  }
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:Tahoma; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:Tahoma; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }




/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
 font-family: 'Goudy Bookletter 1911', serif;
   font-weight: normal;
   font-size: 30px;
  text-align: left;
  margin: 50px auto;
}
   
 .author_name_white { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #fff; font-size: 20px; }  
 .author_name_gray { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
 .quotes_container { width: 800px; margin: 0 auto; }
#christmas_tree { background: url('../img/christmas-tree.png')no-repeat; width: 48px; height: 77px; margin: 0 auto; position: relative; bottom: -35px;}
#divider { background: url('../img/divider.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }
#ribbon { background: url('../img/ribbon.png')no-repeat; width: 251px; height: 48px; margin: 0 auto;  display: block; position: relative; top: -38px; }
#snowflakes1 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -54px; left: -102px; }
#snowflakes2 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -33px;  right: -100px; }



/*= BUTTONS
--------------------------------------------------------*/

button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/*= SLIDES STYLING
--------------------------------------------------------*/
.slides {

}
#slide1 {
    color: #fff;
    background-size: cover;
    background-color: #7c8ada;
    min-height:510px;
    height: 100%;
    margin: 0;
    padding: 0;
}

#slide1 img {height:360px;}

#slide1 h1{
  padding-top: 3%;
  color: #fff;
  font-size: 3.40em;
  line-height: 100%; 
}
#slide1 h2{margin-top: 10px; margin-bottom: 5%; font-size: 2.5em;}
#slide1 h4{
  color:#fff;
  font-size:1.85em;
  line-height:100%;
}
.container{
	padding-left:0 !important;
	width: auto;
	margin-left:auto;
	margin-right:auto;

}
.build-cv-btn {
  padding-top:10%;
}

#slide2{
	margin: 0 auto;
	overflow: hidden;
	padding-top:3%;
	height:auto;
}
#slide2 h2 {color:#4a4a4a;text-align:center;}
#slide2 h3 {color:#000;text-align:center;padding-top:1%;}

#slide3{
	/*background: url(../img/slide3.jpg) 50% 0 no-repeat fixed; */
	background-color: #fff;
	color: #000;
	height:auto ;
	background-size: cover;
	padding-top:5%;
  padding-bottom:5%;
}

#slide4{
	color: #333333;
    padding-top: 3%;
    background-image: url('/assets/images/rsz_1rsz_1slide4_bg1.png');
    background-repeat: repeat-x;
	background-color: #000;
    float: left;
    width: 100%;
    height: 100%;
}
#slide4 h4 img {width:30px;height:30px;}
#slide5{
	/*background: url(../img/slide5.jpg) 50% 0 no-repeat fixed; */
	height: 800px;
	margin: 0 auto;
	padding: 250px 0;
	color: #000;
	background-size: cover;
}


/* resume template */
.messagediv {top: 829px; left: 733px; position: absolute; border: 1px solid black; padding: 5px; display: none;}
.msg {text-align: center; margin: 2em 0;}
.msg h1 {
    font-size: 4.25em;
    color: #555555;
    margin: 1em 0 0.5em;
    padding: 0;
}
.msg p {
  font-size: 1.25em;
}
div.templates{padding:1em 0;text-align:center;margin-top:3em;background:#6d6d6d;background:radial-gradient(ellipse at center,#6d6d6d 0%,#4d4d4d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d',endColorstr='#4d4d4d',GradientType=1)}
a[template]{display:inline-block;margin:2em 5px 0}
span[template]{position:absolute;color:#D4D4D4;margin:-1em 1em}
.thumbnail {
   position:relative;
   overflow:hidden;
   width:31%;
   float:left;
   padding:0;
   margin: 15px 10px;
   background-color: transparent;
   border: 1px solid transparent;
 }
 .thumbnail img {width: 323px;}
 .thumbnail h4.template {
   color: #ffffff;
    margin: 20px 0;
    font-size: 15px;
  }
 .caption {
   position:absolute;
   top:0;
   right:0;
   background:rgba(66, 139, 202, 0.75);
   width:100%;
   height:100%;
   padding:2%;
   display: none;
   text-align:center;
   color:#fff !important;
   z-index:2;
 }
 .label {
    padding: .5em .9em .5em;
}

/* /resume template */

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

/* #copyright  { color: #fff; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }
 */

.shadow {
  -webkit-box-shadow: 0 6px 4px -4px #CCC;
  -moz-box-shadow: 0 6px 4px -4px #CCC;
  box-shadow: 0 6px 4px -4px #CCC;
}


.form-control{
color:#000;
font-family:tahoma,verdana;
}


#back-top {
	width: 55px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	top:500px;
	left:1250px;
	background-color:#ccc;
	/* background: #ddd url(/assets/images/up-arrow.png) no-repeat center center; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	position:fixed;
}

#back-top a {
	text-align: center;
	font: 11px/100% Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #777;
}

#nav li a:hover{
	background-color: #ccc;
}


tilt {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(15deg);
     -moz-transform: rotate(15deg);
       -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.pic {
/*  height: 259px;
  width: 450px; */
}


/*GROW*/
.grow img {
  height: 100%; /*259px;*/
  width: 100%; /*450px;*/
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  height: 120% ; /*300px; */
  width: 120% ; /*500px;*/
}




#owl-demo .owl-item div{
  padding:5px;
}

#owl-demo .owl-item img{
  display: block;
  width: 90%;
  height: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.rcorners2 {
    float: left;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 22%, #dddddd 68%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#ffffff), color-stop(68%,#dddddd), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    box-shadow: 0px 4px 12px 1px #7c8ada;
    margin: 0.5em;
    position: relative;
    padding: 22px;
    height: 200px;
}

.rcorners2 p {
  color: #333333;
  font-size: 1.05em;
  text-align: justify;
}
.rcorners2 p.name {
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: 12px;
    right: 50px;
}

.row{
padding-left:0;
margin-left:0 !important; 
margin-right:0 !important;
padding-right:0;
}


.homebtn {
	border: 1px solid transparent;
  background-color: #F9B309;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 60px;
  width: 45%;
  color: #ffffff;
}

.homebtn:hover {
	background-color:#5b6682;
}

/* header */
.main-menu {
    min-height: 78px;
}

.navbar-default {
    min-height: 80px;
    padding-left: 0;
    padding-right: 0;
    background-color: #94969F;
    /* background-color: #233461; */
    border: none;
    border-radius: 0;
    margin: 0;
}
.navbar-collapse {margin-top: 17px;}
.navbar-toggle {
  margin-top: 15px;
  margin-bottom: 13px;
  background-color: #eeeeee;
}
.sign li a {
    font-size: 13px;
}
.clear {
    clear: both;
}
.container-fluid {
    max-width: 1200px;
}
.container {
    max-width: 1170px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px 5px;
    color:#fff !important;
    font-size:14px !important;
}
.nav > li > a:hover {
  color: #66dcf7 !important;
}

.logo {
  background: url('/assets/images/oscvgreyblue.png')no-repeat;
  width: 290px;
  height: 52px;
}

/* /header */

/*****footer***/
#footer {
    padding-top: 50px;
    background-color: #000;
}
footer {
    min-height: 30px;
    line-height: 30px;
    color: #fff;
}

.footer ul {
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.footer ul li {
    float: left;
    padding: 0 8px;
    color: #ffffff;
    list-style: none;
}
.footer li a {
    float: left;
    text-decoration: none;
    margin-right: 12px;
    color: #fff;
}

.footer li a:hover {color: #aaaaaa;}
.copyright {
    padding: 0 0 15px 7px;
    font-size: 11px;
    line-height: 16px;
    width: 100%;
    float: left;
    color: #aaaaaa;
}
.follow-us {color: #ffffff;}
.follow-us ul {
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.follow-us ul li {
    float: left;
    padding: 0 10px 0 0;
    color: #ffffff;
    list-style: none;
}
.follow-us li a {
    float: left;
    text-decoration: none;
    margin-right: 0px;
    color: #fff;
}

.follow-us li a:hover {color: #aaaaaa;}

.paymentContainer {
    padding: 25px;
    border: 1px solid #cccccc;
    margin: 2em 0;
    float: left;
    width: 100%;
}
.paymentContainer h3 {padding-top:3px;padding-bottom:3px;}
.paymentContainer a {color: #0072BC;}
.paymentContainer a:hover {text-decoration: underline;}
.details {min-height: 475px; font-size: 14px;}
.payWith {
    padding-top: 18px;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}
.error-msg, .register-error-msg{
    color: #a94442;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
 }

 /* Color of invalid field */
 .has-error .control-label,
 .has-error .help-block,
 .has-error .form-control-feedback {
 color: #a94442;
 }
 /* Color of valid field */
 .has-success .control-label,
 .has-success .help-block,
 .has-success .form-control-feedback {
 color: #3c763d;
 }
.login-wrap a {color: #337ab7; line-height: 53px;}
.login-wrap a:hover {text-decoration: underline;}

.mg-image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}
.mg-image:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
/* just apply some height and width to the wrapper.*/
.mg-image {
  width:356px;
  height:433px;
  overflow: auto;
}

.col-sm-7 iframe {width: 100%;}

.first-part {
    padding: 25px;
    margin: 9.75em 0;
    float: left;
    width: 100%;
    border-right: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 22%, #dddddd 68%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#ffffff), color-stop(68%,#dddddd), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    /* box-shadow: -2px 4px 14px -2px #7c8ada; */
    border-right: 0;
    display: none;
}
.last-part {
    padding: 25px;
    margin: 9.75em 0;
    float: left;
    width: 100%;
    border-left: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 22%, #dddddd 68%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#ffffff), color-stop(68%,#dddddd), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 22%,#dddddd 68%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
    /* box-shadow: 2px 2px 10px -1px #7c8ada; */
    display: none;
    border-right: 0;
}
.head-1 {color: #444444; font-size: 16px; font-weight: bold;}
.first-part .name, .last-part .name {font-weight: bold;}
.img-left {
    float: left;
    margin-right: 1em;
}
p.text {
    margin-bottom: 0.5em;
    overflow: hidden; /* this is what keep the <p> from wrapping */
}


/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 1024px) {
    .main-menu {
        padding: 0;
    }
    .first-part, .last-part {display: block;}

}
@media (max-width: 980px) {

}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 10px;
        font-size: 11px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 3px;
    }
    .navhide {
        display: none;
    }
    .navhide1 {
        display: none;
    }
    .container {
        width: 90%!important;
    }
    /*****footer***/
    
    footer {
        line-height: 30px;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 769px) {
    .resumeTemplate img {width: 90%;}
    #slide4 h4{margin-left:1%;text-align:left;font-size:130%;padding-top:2%;}
}

@media only screen and (max-width: 768px) {
  .resumeTemplate img {width: 100%; height: 90%;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /*****footer***/
    
    footer {
        line-height: 20px;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 480px) {
  .logo {
    background: url('../images/oscvgreyblue-small.png')no-repeat; 
    width: 200px;
    height: 36px;
  }
    /*****footer***/
    
    footer {
        line-height: 30px;
        padding: 15px 6px;
    }
    .nosps {
        padding: 0;
    }
    .flights .col-xs-12 {
        padding: 0;
    }
    .col-md-6 {
        padding: 0;
    }
    .col-md-5 {
        padding: 0;
    }
    .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-width : 1025px) {
  #footer {padding-top: 10px;}
  .thumbnail {width: 30% !important;}
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 0px !important;
  }
  .footer .col-sm-10 {
      width: 75.333333%;
  }
  .footer .col-sm-2 {
      width: 21.666667%;
  }
}

/* I-pad3,4,air Landscape */
@media (min-width : 981px) and (max-width:1024px) {
  #slide1 h1 {font-size: 2.5em;}
  #slide1 h4 {font-size: 1.75em;}
  .rcorners2 p {font-size: 0.925em;}
  .thumbnail {width: 30% !important;}
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 0px !important;
  }
  .footer .col-sm-10 {
      width: 75.333333%;
  }
  .footer .col-sm-2 {
      width: 21.666667%;
  }
}

@media (min-width : 801px) and (max-width: 980px) {
  #slide1 h1 {font-size: 2.25em;}
  #slide1 h4 {font-size: 1.65em;}
  .rcorners2 p {font-size: 0.75em;}
  .thumbnail {width: 30% !important;}
  .thumbnail h4 {font-size: 1em;}
  .footer .col-sm-10 {
      width: 78.333333%;
  }
  .footer .col-sm-2 {
      width: 21.666667%;
  }
  .resumeTemplate img {
      padding: 0px !important;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width : 769px) and (max-width: 800px) {
  #slide1 h1 {font-size: 2.25em;}
  #slide1 h4 {font-size: 1.75em;}
  .rcorners2 p {font-size: 0.75em;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 30%;}
  .thumbnail h4 {font-size: 1em;}
  .footer .col-sm-10 {
      width: 75.333333%;
  }
  .footer .col-sm-2 {
      width: 23.666667%;
  }
  .resumeTemplate img {
      padding: 0px !important;
  }
}

/* I-pad3,4,air portrait */
@media (min-width : 641px) and (max-width: 768px) {
  #slide1 h1 {font-size: 2em;}
  #slide1 h4 {font-size: 1.5em;}
  .resumeTemplate img {width: 45%;}
  #slide4 h4:first-child{padding-top:22%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 30% !important;}
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 11% 0 0 0px !important;
  }
}

@media (min-width : 601px) and (max-width: 640px) {
  .resumeTemplate img {width: 55%;}
  #slide4 h4:first-child{padding-top:25%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 29.5% !important;}
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 14% 0 0 0px !important;
  }
}

@media (min-width : 569px) and (max-width: 600px) {
  #slide4 h4:first-child{padding-top:10%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 29% !important;}
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 3% 0 0 0px !important;
  }
}

/* Iphone5+ phone Landscape */
@media (min-width : 535px) and (max-width: 568px) {
  #slide4 h4:first-child{padding-top:10%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 100%;}
/*  .mg-image {width: 100%; height: 100%;} */
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 3% 0 0 0px !important;
  }
}

/* Android phone Landscape */
@media (min-width : 481px) and (max-width: 534px) {
  #slide1 h1 {font-size: 2.85em;}
  #slide1 h4 {font-size: 2em;}
  #slide4 h4:first-child{padding-top:10%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 100%;}
  /* .mg-image {width: 100%; height: 100%;} */
  .thumbnail h4 {font-size: 1em;}
  .resumeTemplate img {
      padding: 3% 0 0 0px !important;
  }
}

@media (min-width : 361px) and (max-width: 480px) {
  #slide1 h1 {font-size: 2.5em;}
  #slide1 h4 {font-size: 1.75em;}
  #slide4 h4:first-child{padding-top:10%;}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  #footer {padding-top: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 100%;}
  /*.mg-image {width: 100%; height: 100%;}*/
  .resumeTemplate img {
      padding: 3% 0 10% 0px !important;
  }
}

/* Android high-range phone portrait */
@media (min-width : 320px) and (max-width: 360px) {

  #slide1 h1 {font-size: 1.55em;}
  #slide1 h4 {font-size: 1.15em;}
  .homebtn {width: 100%;}
  .rcorners2 p {font-size: 0.8em;}
  .rcorners2 p.name {bottom: 0px;}
  h2, .h2 {
      font-size: 24px;
  }
  h3, .h3 {
      font-size: 16px;
  }
  #slide4 h4:first-child{padding-top:0%;}
  #slide4 h4 { font-size: 15px;}}
  .footer ul li {padding: 0 5px;}
  .footer li a {margin-right: 10px;}
  .follow-us {padding-left: 5px;}
  .copyright {padding-left: 5px;}
  .msg h1 {font-size: 2.25em;}
  .thumbnail {width: 100%;}
  /*.mg-image {width: 100%; height: 100%;}*/
  .resumeTemplate img {
      padding: 58% 0 50% 0px;
  }
}

.blog{min-height: 275px; font-size: 17px;}

.authorname {
	font-size: 17px;
	font-weight:bold;
	color:#4c9ed9;
}


.category_footer{
	padding:10px;
	font-size: 14px;
}

.blog_footer{
	background-color:#2d599e;
}


.blogh1{
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:10px;
}

.blogh2{
	color:#fff;
	font-size:15px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
}

.bloghomebtn {
  border: 2px solid transparent;
  border-color:#fff;
  background-color: #2d599e;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  height: 60px;
  width: 25%;
  color: #ffffff;
}


.blog-footer{
	padding:7%;
}

.submit-btn{
    background-color: #0091ea;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    max-width: 150px;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70%;
    z-index: 9;
	margin-top:0px !important;
}

.no-margin{
	padding-left:0px !important;
	padding-right:0px !important;
	margin-left:0px;
	margin-right:0px;
}

.middlerow{
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 8%;
	padding-right: 8%;
}
