/*
Client: AsiaMalls
Developed by: Convertium Pte Ltd
======================================================================
[-] Global Reset
[-] Navigation
[-] Header
[-] Page Styling
[-] Footer
[-] Bootstrap Override
[-] Media Queries
======================================================================*/
/* Global Reset
======================================================================*/
body, p {color: #333; font-family: 'Open Sans', sans-serif; font-size: 16px;}
p {line-height: 24px; margin-bottom: 10px;}
p:last-child {margin-bottom: 0px;}
h1, h2, h3, h4 {font-family: 'Lato', sans-serif;}
h1 {color: #fff; font-size: 48px; font-weight: 900; line-height: 48px; margin: 0px;}
h2 {font-size: 36px; font-weight: 700; line-height: 38px; margin-top: 0px; color: #212121;}
h3 {font-size: 22px; font-weight: 700; line-height: 26px; margin-top: 0px;}
h4 {font-size: 18px; font-weight: 700; line-height: 22px; margin-top: 0px;}
h5 {font-family: 'Open Sans', sans-serif; font-size:16px; line-height: 22px; color: #333;}
a {text-decoration: underline; color: #2c71e3; -webkit-transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; transition: all 0.2s ease-in-out 0.2s;}
a:hover, a:focus {color: #003072; }
.footer {color: #fff;}
.footer a {color: #fff; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover, .footer a:focus {text-decoration: none; color: #aaa; }
.footer .sub-link {color: #fff; font-size: 13px; line-height: normal;}

/* Navigation
======================================================================*/
.nav-links .list-inline a {color: #fff; text-decoration: none; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: bold; padding-bottom: 8px;}
.nav-links .list-inline a:hover { color: #D7B165; text-decoration: none;}

/* Header
======================================================================*/

/* Page Styling
======================================================================*/
/* Buttons */
.btn-default.primary, .btn-default.secondary {font-family: 'Lato', sans-serif; color: #fff; font-size: 16px; font-weight: bold; background-image: none; filter: none; border: 0 none; border-radius: 4px; box-shadow: none; text-shadow: none; text-decoration: none; border-radius: 30px;}
.btn-default.primary {background-color: #ec5300; border-bottom: 3px solid #c64601;-webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out;}
.btn-default.primary:hover, .btn-default.primary:focus {background-color: #c64601;}
.btn-default.secondary {background-color: #636363; font-family: 'Lato', sans-serif; font-size:16px; font-weight: bold;-webkit-box-shadow: 0px 2px 0px #343434; -moz-box-shadow: 0px 2px 0px #343434; -o-box-shadow: 0px 2px 0px #343434; box-shadow: 0px 2px 0px #343434; color: #fff;-webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out;}
.btn-default.secondary:hover, .btn-default.secondary:focus {background-color: #343434; }
/* Footer
======================================================================*/
.footer h4 {margin-bottom: 20px;}
.social-media li a {display: block;}
.social-media li a i {font-size: 32px;}
.social-media li a i.fa-linkedin-square {font-size: 33px;}

/* Bootstrap Override
======================================================================*/

/* Media Queries
======================================================================*/
/* Extra Small Devices, Phones */ 
@media only screen and (min-width: 320px) and (max-width : 767px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width : 991px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {}

/* Large Desktop */
@media only screen and (min-width : 1200px) {}