/********** Fonts *********/
/* Open Sans */
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: OpenSans;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */
}
/* Museo 300 */
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/MUSEO300-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Museo;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/MUSEO300-REGULAR.ttf") /* TTF file for CSS3 browsers */
}
/* Arvo */
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Arvo-Regular_0.eot") /* EOT file for IE */
}
@font-face {
  font-family: Arvo;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Arvo-Regular_0.ttf") /* TTF file for CSS3 browsers */
}
/* Oswald */
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Oswald-Regular.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oswald;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Oswald-Regular.ttf") /* TTF file for CSS3 browsers */
}
/* Lato */
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/LATO-REGULAR.eot") /* EOT file for IE */
}
@font-face {
  font-family: Lato;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/LATO-REGULAR.ttf") /* TTF file for CSS3 browsers */
}
/* Oblik */
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Oblik_Bold.eot") /* EOT file for IE */
}
@font-face {
  font-family: Oblik;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Oblik_Bold.ttf") /* TTF file for CSS3 browsers */
}
/* Amaranth */
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Amaranth.eot") /* EOT file for IE */
}
@font-face {
  font-family: Amaranth;
  src: url("http://docnet.co.in/assets/css/template1/master_template/fonts/Amaranth.ttf") /* TTF file for CSS3 browsers */
}
@body-font: 'OpenSans', sans-serif;
@title-font-museo: 'Museo', Georgia, serif;
@title-font-arvo: 'Arvo', Georgia, serif;
@title-font-oswald: 'Oswald', Georgia, serif;
@title-font-lato: 'Lato', Georgia, serif;
@title-font-oblik: 'Oblik', Georgia, serif;
@title-font-amaranth: 'Amaranth', Georgia, serif;
/********** Fonts *********/

/* Variables */
@news-flash-title-bgcolor: #5fc0fc;
@main-layout-color: #03588c;
@dark-main-layout-color: darken(@main-layout-color, 10%);
@white: #ffffff;
@black: #000000;
@grey: #404040;
@body-color: #000000;
@footer-color: #03588c;
@font-inactive-color: #676B6A;
@heading-color: #03588c;
@doctors-info-color: #9a817f;
@block-desc-color: #212121;
@block-container-grey-font-color: #54bf83;
@appointment-information-text-shadow: #54bf83;
@table-cell-active: #a69e86;
@table-cell-inactive: #ebece2;
@grey-shadow: #d5d5d5;
@accerdiation: #000000;
@fellow-ships: #000000;
@awards: #404040;
@awards-span: #000000;
@related-links: #54bf83;


@path: '../img/';
@path1: '../img/template-b/';
@sprite-img: url('@{path}icons-b.png') no-repeat;
@bg-transparent: url('@{path}bg_transparent.png') repeat;
@page-grey-bg: url('@{path}page-grey-bg-b.png') scroll 0 0 repeat;
@show-more-link-plus: url('@{path}Bplus.jpg') 0 0 no-repeat;
@show-more-link-minus: url('@{path}Bminus.jpg') 0 0 no-repeat;


@import url("../cdn/template5/master_template/style_2016_01.less?v=50");